68 lines
1.1 KiB
Plaintext
68 lines
1.1 KiB
Plaintext
/* packageE/healthy/component/healthy_sex/healthy_sex.wxss */
|
|
@import "/mycss/stylesheet.wxss";
|
|
@import "/mycss/iconfont.wxss";
|
|
|
|
.content {
|
|
padding-top: 129rpx;
|
|
font-size: 32rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
line-height: 48rpx;
|
|
letter-spacing: 0rpx;
|
|
color: #000;
|
|
}
|
|
|
|
.sexWrapper {
|
|
margin-top: 140rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 0 100rpx;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
|
|
.sexWrapper .sexItem {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.sexWrapper .sexItem .text {
|
|
margin-top: 20rpx;
|
|
color: #000;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.sexWrapper .item {
|
|
width: 188rpx;
|
|
height: 188rpx;
|
|
border-radius: 50%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: relative;
|
|
}
|
|
|
|
.sexWrapper .item.male {
|
|
background-color: #d3edff;
|
|
}
|
|
|
|
.sexWrapper .item.male .mainIcon {
|
|
font-size: 60rpx;
|
|
color: #0078ff;
|
|
}
|
|
|
|
.sexWrapper .item.girl {
|
|
background-color: #f8e9ff;
|
|
}
|
|
|
|
.sexWrapper .item.girl .mainIcon {
|
|
font-size: 60rpx;
|
|
color: #ba2ffa;
|
|
}
|
|
|
|
.sexWrapper .item .success {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
}
|