/* 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
}