108 lines
2.0 KiB
Plaintext
108 lines
2.0 KiB
Plaintext
@charset "UTF-8";
|
|
/* 主题色 */
|
|
.content.data-v-76db4fe6 {
|
|
padding: 30rpx;
|
|
background: #f7f7f7;
|
|
}
|
|
.kcal.data-v-76db4fe6 {
|
|
width: calc(100% - 40rpx);
|
|
background: #fff;
|
|
margin-bottom: 30rpx;
|
|
padding: 20rpx;
|
|
border-radius: 10px;
|
|
}
|
|
.kcal .set.data-v-76db4fe6 {
|
|
width: calc(100% - 40rpx);
|
|
background: #f7f7f7;
|
|
border-radius: 10px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 0 10px;
|
|
position: relative;
|
|
height: 45px;
|
|
}
|
|
.kcal .set input.data-v-76db4fe6 {
|
|
width: 100%;
|
|
font-size: 16px;
|
|
}
|
|
.kcal .set .num.data-v-76db4fe6 {
|
|
position: absolute;
|
|
right: 10px;
|
|
}
|
|
.kcal .set .uni-iocns.data-v-76db4fe6 {
|
|
position: absolute;
|
|
right: 50px;
|
|
z-index: 99;
|
|
}
|
|
.kcal .desc.data-v-76db4fe6 {
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
line-height: 40rpx;
|
|
margin-top: 10px;
|
|
}
|
|
.slider.data-v-76db4fe6 {
|
|
background: #f7f7f7;
|
|
margin-top: 15px;
|
|
border-radius: 10px;
|
|
padding: -10px 0;
|
|
}
|
|
.list.data-v-76db4fe6 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-top: 15px;
|
|
}
|
|
.list .item.data-v-76db4fe6 {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
width: 30%;
|
|
background-color: #f7f7f7;
|
|
justify-content: center;
|
|
border-radius: 10px;
|
|
}
|
|
.list .item icon.data-v-76db4fe6 {
|
|
font-size: 40px;
|
|
color: #f0ad4e;
|
|
border-radius: 30%;
|
|
padding: 5px;
|
|
}
|
|
.list .item text.data-v-76db4fe6 {
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
color: #666;
|
|
display: inline-block;
|
|
width: 100%;
|
|
text-align: center;
|
|
line-height: 20px;
|
|
border-bottom: none;
|
|
}
|
|
.list .item .val.data-v-76db4fe6 {
|
|
width: 100%;
|
|
background: #f7f7f7;
|
|
border-radius: 10px;
|
|
margin: auto;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
padding: 2px 0;
|
|
}
|
|
.num.data-v-76db4fe6 {
|
|
display: flex;
|
|
font-size: 24rpx;
|
|
flex-direction: column;
|
|
}
|
|
.num .item.data-v-76db4fe6 {
|
|
width: 100%;
|
|
line-height: 24px;
|
|
}
|
|
.subbtn.data-v-76db4fe6 {
|
|
color: #fff;
|
|
width: 100%;
|
|
text-align: center;
|
|
border-radius: 20rpx;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
margin: 15px 0;
|
|
background-color: #f0ae43;
|
|
}
|
|
|