49 lines
823 B
Plaintext
49 lines
823 B
Plaintext
/* packageE/healthy/component/healthy_select/healthy_select.wxss */
|
|
|
|
.title {
|
|
font-weight: bold;
|
|
padding-top: 38rpx;
|
|
font-size: 40rpx;
|
|
color: #000;
|
|
}
|
|
|
|
.content {
|
|
margin-top: 53rpx;
|
|
font-size: 32rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
line-height: 48rpx;
|
|
letter-spacing: 0rpx;
|
|
color: #000;
|
|
}
|
|
|
|
.btns {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding-top: 65rpx;
|
|
}
|
|
|
|
.btns .btn {
|
|
margin-top: 37rpx;
|
|
width: 481rpx;
|
|
height: 90rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 45rpx;
|
|
border: solid 2rpx #bfbfbf;
|
|
font-size: 32rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
line-height: 48rpx;
|
|
letter-spacing: 0rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.btns .btn.active {
|
|
background-color: #3ecc9c;
|
|
border: none;
|
|
color: #fff;
|
|
}
|