mineInfo.wxss 1.13 KB
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
/* pages/mineInfo/mineInfo.wxss */
.item {
width: 600rpx;
height: 90rpx;
opacity: 7.;
border-bottom: 2rpx solid;
border-image: linear-gradient(135deg, rgba(255, 180, 180, 1), rgba(255, 142, 169, 1)) 2 2;
margin: 30rpx 75rpx;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}

.text {
width: 200rpx;
height: 28rpx;
font-size: 28rpx;
font-weight: 600;
line-height: 28rpx;
background: linear-gradient(135deg, #FFB4B4 0%, #FF8EA9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}

.icon {
width: 21rpx;
height: 21rpx;
opacity: 1;
border: 2rpx solid;
border-image: linear-gradient(135deg, rgba(255, 180, 180, 1), rgba(255, 142, 169, 1)) 2 2;
}

.section_sex {

position: relative;

width: 100%;

height: 98rpx;



}

.section_sex>.section__title {

position: absolute;

top: 0rpx;

left: 22rpx;

color: #666;

line-height: 90rpx;

}

.section_sex>.picker_sex_wrap {

position: absolute;

top: 23rpx;

left: 0rpx;

line-height: 90rpx;

width: 100%;

color: #333;

}

.section_sex>.iconfont {

position: absolute;

right: 0rpx;

top: 20rpx;

color: #ccc
}