39 lines
603 B
Plaintext
39 lines
603 B
Plaintext
/* packageE/healthy/component/healthy_height/healthy_height.wxss */
|
|
|
|
.content {
|
|
padding-top: 129rpx;
|
|
font-size: 32rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
line-height: 48rpx;
|
|
letter-spacing: 0rpx;
|
|
color: #000;
|
|
}
|
|
|
|
.page-body {
|
|
width: 246rpx;
|
|
margin: 0 auto;
|
|
padding-top: 40rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.page-body .seatText {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 0;
|
|
transform: translateY(-9rpx);
|
|
color: #000;
|
|
font-size: 32rpx;
|
|
width: 50rpx;
|
|
height: 18rpx;
|
|
}
|
|
|
|
.page-body .seatText.text1 {
|
|
left: 180rpx;
|
|
}
|
|
|
|
.activeClass {
|
|
font-size: 32rpx;
|
|
color: #0ccdad;
|
|
}
|