130 lines
2.7 KiB
Plaintext
130 lines
2.7 KiB
Plaintext
@charset "UTF-8";
|
|
/* 主题色 */
|
|
.table.data-v-50932108 {
|
|
width: 100%;
|
|
font-size: 14px;
|
|
align-items: center;
|
|
padding: 5px 0;
|
|
border-radius: 5px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.table .texttip.data-v-50932108 {
|
|
color: #8284f0;
|
|
display: flex;
|
|
}
|
|
.table .texttip image.data-v-50932108 {
|
|
width: 22px;
|
|
height: 22px;
|
|
margin-right: 5px;
|
|
}
|
|
.weightPages.data-v-50932108 {
|
|
position: absolute;
|
|
left: 15px;
|
|
right: 15px;
|
|
bottom: 30rpx;
|
|
top: 15px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
.weightPages .weight.data-v-50932108 {
|
|
background: #fff;
|
|
color: #666;
|
|
font-size: 16px;
|
|
flex-wrap: wrap;
|
|
text-align: center;
|
|
}
|
|
.weightPages .weight view.data-v-50932108 {
|
|
width: 60%;
|
|
height: 100rpx;
|
|
display: flex;
|
|
margin-left: 25%;
|
|
align-items: flex-end;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.weightPages .weight view text.data-v-50932108 {
|
|
width: 80px;
|
|
display: inline-block;
|
|
border-bottom: 1px solid #dfdfdf;
|
|
margin: 0 20rpx;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
color: #f0ae43;
|
|
}
|
|
.weightPages .tips.data-v-50932108 {
|
|
font-size: 24rpx;
|
|
text-align: center;
|
|
}
|
|
.weightPages .groupbtn.data-v-50932108 {
|
|
margin-top: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.weightPages .groupbtn .btn.data-v-50932108 {
|
|
width: 20%;
|
|
color: #54d87c;
|
|
text-align: center;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
border-radius: 10px;
|
|
border: 1px solid #54d87c;
|
|
background: #fff;
|
|
margin: 0;
|
|
}
|
|
.weightPages .groupbtn .btn view.data-v-50932108 {
|
|
border: none !important;
|
|
width: auto !important;
|
|
height: 40px !important;
|
|
line-height: 40px !important;
|
|
}
|
|
.weightPages .weight-wrap.data-v-50932108 {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
color: #666;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
height: 60px;
|
|
border-radius: 10px;
|
|
}
|
|
.weightPages .weight-wrap .weight.data-v-50932108 {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 48%;
|
|
padding: 30rpx 0;
|
|
border-radius: 20rpx;
|
|
background-color: #F8F8F8;
|
|
}
|
|
.weightPages .weight-wrap .weight .val.data-v-50932108 {
|
|
font-size: 54rpx;
|
|
color: #F0AE43;
|
|
margin: 0 !important;
|
|
}
|
|
.weightPages .weight-wrap .weight .unit.data-v-50932108 {
|
|
padding: 10rpx;
|
|
margin-left: 20rpx;
|
|
font-size: 28rpx;
|
|
color: #fff;
|
|
border-radius: 8rpx;
|
|
background-color: #F0AE43;
|
|
}
|
|
.weightPages .duan.data-v-50932108 {
|
|
width: -webkit-fit-content;
|
|
width: fit-content;
|
|
background: linear-gradient(-90deg, #d4f5c4, #a7d5e4 80%);
|
|
border-radius: 5px;
|
|
text-align: center;
|
|
padding: 3px 10px;
|
|
font-size: 12px;
|
|
}
|
|
.weightPages .name.data-v-50932108 {
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|