559 lines
15 KiB
Plaintext
559 lines
15 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.tab_list.data-v-cac55104 {
|
||
display: flex;
|
||
margin: 45px -10px 0;
|
||
justify-content: space-between;
|
||
}
|
||
.tab_list .scroll-menu.data-v-cac55104 {
|
||
width: 100%;
|
||
}
|
||
.tab_list .scroll-menu .tabbar.data-v-cac55104 {
|
||
padding: 10px;
|
||
display: inline-block;
|
||
}
|
||
.tab_list .scroll-menu .tabbar view.data-v-cac55104 {
|
||
display: inline-block;
|
||
}
|
||
.tab_list .active.data-v-cac55104 {
|
||
color: #fff;
|
||
padding: 5px 8px;
|
||
border-radius: 5px;
|
||
background-color: #ff4c4f;
|
||
}
|
||
.left.data-v-cac55104 {
|
||
top: 90px !important;
|
||
}
|
||
.right.data-v-cac55104 {
|
||
top: 90px !important;
|
||
}
|
||
.right .list.data-v-cac55104 {
|
||
display: block !important;
|
||
-webkit-column-count: 3;
|
||
column-count: 3;
|
||
/* 分成两列 */
|
||
-webkit-column-gap: 10px;
|
||
column-gap: 10px;
|
||
/* 列间距 */
|
||
}
|
||
.right .item.data-v-cac55104 {
|
||
-webkit-column-break-inside: avoid;
|
||
break-inside: avoid;
|
||
/* 防止元素被分割到不同列 */
|
||
border: 1px solid #f7f7f7;
|
||
display: flex;
|
||
align-items: center;
|
||
box-sizing: border-box;
|
||
justify-content: space-around;
|
||
border-radius: 5px;
|
||
margin: 0 2% 10px;
|
||
box-shadow: 0 0 10rpx #e1e1e1;
|
||
}
|
||
.right .item text.data-v-cac55104 {
|
||
margin-bottom: 0 !important;
|
||
padding: 10rpx;
|
||
}
|
||
.right .icon-xuanzhong.data-v-cac55104 {
|
||
color: #3CB383;
|
||
}
|
||
.right .active0.data-v-cac55104 {
|
||
border: 1px solid #3CB383;
|
||
}
|
||
.weightPages.data-v-cac55104 {
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
flex-direction: column;
|
||
position: absolute;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 20px;
|
||
top: 60px;
|
||
justify-content: space-around;
|
||
}
|
||
.weightPages .weight.data-v-cac55104 {
|
||
background: #fff;
|
||
color: #666;
|
||
font-size: 16px;
|
||
flex-wrap: wrap;
|
||
text-align: center;
|
||
}
|
||
.weightPages .weight view.data-v-cac55104 {
|
||
width: 60%;
|
||
height: 50px;
|
||
display: flex;
|
||
margin-left: 25%;
|
||
align-items: flex-end;
|
||
margin-bottom: 15px;
|
||
}
|
||
.weightPages .weight view text.data-v-cac55104 {
|
||
width: 80px;
|
||
display: inline-block;
|
||
border-bottom: 1px solid #dfdfdf;
|
||
margin: 0 10px;
|
||
font-size: 18px;
|
||
font-weight: bold;
|
||
color: #f0ae43;
|
||
}
|
||
.weightPages .tips.data-v-cac55104 {
|
||
font-size: 12px;
|
||
text-align: center;
|
||
}
|
||
.weightPages .btn.data-v-cac55104 {
|
||
color: #fff;
|
||
width: 80%;
|
||
margin-left: 10%;
|
||
}
|
||
.weightPages .table.data-v-cac55104 {
|
||
width: 100%;
|
||
font-size: 16px;
|
||
font-weight: bold;
|
||
text-align: center;
|
||
margin: 15px 0;
|
||
}
|
||
.weightPages .image.data-v-cac55104 {
|
||
width: 160px;
|
||
height: 160px;
|
||
margin: auto;
|
||
}
|
||
.weightPages .image image.data-v-cac55104 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.weightPages .tips.data-v-cac55104 {
|
||
margin-bottom: 15px;
|
||
margin-left: 15px;
|
||
display: flex;
|
||
color: #999;
|
||
}
|
||
.groupbtn.data-v-cac55104 {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
padding: 0 10px;
|
||
position: absolute;
|
||
bottom: 0;
|
||
left: 0;
|
||
right: 0;
|
||
height: 55px;
|
||
z-index: 15;
|
||
background-color: #fff;
|
||
overflow: hidden;
|
||
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
|
||
}
|
||
.groupbtn .subbtn.data-v-cac55104 {
|
||
color: #fff;
|
||
width: 40%;
|
||
text-align: center;
|
||
border-radius: 10px;
|
||
height: 31px;
|
||
line-height: 31px;
|
||
background-color: #3CB383;
|
||
}
|
||
.groupbtn .che.data-v-cac55104 {
|
||
width: 50px;
|
||
height: 40px;
|
||
position: relative;
|
||
}
|
||
.groupbtn .che text.data-v-cac55104 {
|
||
position: absolute;
|
||
height: 15px;
|
||
background: red;
|
||
width: 15px;
|
||
border-radius: 50%;
|
||
display: inline-block;
|
||
color: #fff;
|
||
line-height: 15px;
|
||
text-align: center;
|
||
font-size: 12px;
|
||
right: 0;
|
||
top: 5px;
|
||
}
|
||
.groupbtn .che image.data-v-cac55104,
|
||
.groupbtn .che .t-icon.data-v-cac55104 {
|
||
width: 50px;
|
||
height: 50px;
|
||
margin-top: -3px;
|
||
border-radius: 50%;
|
||
}
|
||
.menu .left.data-v-cac55104 {
|
||
bottom: 55px;
|
||
height: calc(100vh - 150px);
|
||
}
|
||
.menu .right.data-v-cac55104 {
|
||
bottom: 55px;
|
||
height: calc(100vh - 150px);
|
||
}
|
||
.activeList.data-v-cac55104 {
|
||
z-index: 12;
|
||
bottom: 50px;
|
||
}
|
||
.activeList .title.data-v-cac55104 {
|
||
font-weight: bold;
|
||
margin: 5px 0;
|
||
}
|
||
.activeList .list.data-v-cac55104 {
|
||
padding-bottom: 55px;
|
||
}
|
||
.activeList .list .name.data-v-cac55104 {
|
||
margin-right: 5px;
|
||
}
|
||
.voice-photo-wrap.data-v-cac55104 {
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: space-between;
|
||
position: fixed;
|
||
bottom: 200rpx;
|
||
right: 0;
|
||
width: 70rpx;
|
||
height: 160rpx;
|
||
}
|
||
.voice-photo-wrap .voice.data-v-cac55104 {
|
||
border-radius: 35rpx;
|
||
background-color: #70a1ff;
|
||
}
|
||
.voice-photo-wrap .voice .voice-icon.data-v-cac55104 {
|
||
width: 70rpx;
|
||
height: 70rpx;
|
||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAY1BMVEUAAAD+/v7+/v7////////+/v7////////+/v7////+/v7////+/v7////+/v7+/v7////+/v7////+/v7+/v7////+/v7+/v7////+/v7+/v7////+/v7+/v7+/v7///////8gTHxJAAAAIHRSTlMAkL8QIPcwoLAI32DXUO9IKMd4p5iIaOcYt1hAOM9wgPxxuZIAAAMsSURBVGje7djpcqQgEADg9kDF0fF2PMd+/6dcYRajwTERsTab8vsTClPVabqJCFwuP0TVpIaXGWlTwUms0iQomCmFEzzvuHB/ag/j+CgJHNCqEWn0tevWAfmbTAQa3ZBLykqUJ0EuBW0iZPxmPhe+1k9bLvGdp2EtZ62azZIY9OBL48rzLi8S1VeQBGSU51KCBtRn9bBghf1gj3SkEvI/dyPJEI7L2LaDNwJercMoa60B3ijYljy+Xh2OnM2nnZaSEHiL5dnAUU+pJFJRnqBAWnVze6MacJSxHcTUFiQIRw6FpZbN9pqCCJm0fxjNQdCez9t4ShBizectckaQxw0Wygef/r+66wryI4JYqfsSsMYaf+aRdFAyxmnWYr37ktLdJxTJ7fM7QFLvTARlOSzkKLOOBZEzafQEMb2Rz2rCBqV0VMnGWfZm9NljUzGIs6e7nCvI7wtC/FEfwUKUsFlyOMjWm5ES5DQHwRhmYtQfRP4OqjUH6W+jEJZoyGYDbUG8s7ur+LqFCzbo9gcBHIV7TvURjmAfIj4Um+3vEyK+T0r+e/v4YhlaqXmlRm7FsvqwjylehRbZukIZpr8/57XbQXTutB96ulGSbBoZKtcQ9jQqYVWJoiSxGO1RTatkvb92oP70KN3dwSJ98yOpbC1K/XG+MHmn73WbuooGbDjQ9a+KQHQZT1xlvTw+bMlaLtRls8QBxmNDG3bLxWWDuB1MWphpg9lhrEPFO5aYfPx7L5CrQ5FNVCNXzA61NijIZ+tcivvTOi+GzCTLQ+XzdYpVYZPZTWZ7R8kjEvegoiIKbvObTKsguEAGa34P+gRFHo78WPRb4c+yMCqRcCBuEtRYwd9VEZw0z5LEM0obhI7nEVigzPbxi6V4vvohhgPiBzLem6ra3iuGA4fYJnL5SpjKQK634SCaIUfckC7mo5wgl1lw3CB69+6lTVdRGndhapKpk0ELOyO4QlRLlzbBVWYLOjliJ873owPadYPXi3ULvKKD07T8oEXhVPbKm+MKcgW5gvyKIHZqfOby16Q0PcSgqLrjt/kVqIlwh1A1E4LfRpTrFHnmN7kRXC7/xB8ZerD103/W/wAAAABJRU5ErkJggg==);
|
||
background-size: cover;
|
||
}
|
||
.voice-photo-wrap .photo.data-v-cac55104 {
|
||
border-radius: 35rpx;
|
||
background-color: #ffbe76;
|
||
}
|
||
.voice-photo-wrap .photo .photo-icon.data-v-cac55104 {
|
||
width: 70rpx;
|
||
height: 70rpx;
|
||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAXVBMVEUAAAD////////////+/v7////////+/v7+/v7////////////////+/v7+/v7+/v7////+/v7+/v7+/v7+/v7////+/v7+/v7+/v7+/v7+/v7+/v7////+/v7///9dayJ/AAAAHnRSTlMAoDBf71BA3/eACCWI18+/eDjHso8Q56dYl2hHGG/EjhawAAABlUlEQVRo3u2W23KDIBBAEUERvF8ac+P/P7MVWiYDmk7o8tDMnrddlxydNe4SBEEQBEGQpFTZIfV2nbvwEi8R+hCxbDfhwizaUegnFECS/pmkApJ0zyQTgMS1RJQBbMt/fBXcXaqOdQx6wz/uHoCSl1mKgNo12INbexEgf5FQfcDOQakPoJGSca+4BZbMe8VnYAnfK+bAErVXfPuT5Mx99quv3GN+QZKTSHKUvKvkNtBbWsl6YuazP63JJNdSOxqeRjIHcxdekmmPE7yk1wE1tGT46UW1rlWrDWIAlnT2Z+0FmQsTdrCSwTrc6cJaKJzEdaQnjrvtCqikMyuWJA7JzOQHlZTBOzsZLahEBMvEbJoEKvkIFt0zvKTZsu1jZjQZUMnp+w12KLvEg0q4/+ebTOICKlmYvXNpQ5mZkC2gElI9jBHJR/e1B5XIUltYOzJtKRdgCVFMezAKP7SupecYUoxf1Tw6WpVmkZAX9zBNnm4lkqrPpi7r6TtskChByX+QsFjEC5J4UAIvURkAiiAIgiAIggDxCa/TqV5BIswVAAAAAElFTkSuQmCC);
|
||
background-size: cover;
|
||
}
|
||
.auto-search-dialog.data-v-cac55104 {
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
position: fixed;
|
||
left: 0;
|
||
top: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
background-color: rgba(0, 0, 0, 0.5);
|
||
z-index: 999;
|
||
}
|
||
.auto-search-dialog .auto-search-inner.data-v-cac55104 {
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
position: relative;
|
||
width: 70%;
|
||
height: 350rpx;
|
||
padding: 80rpx 0;
|
||
background-color: #fff;
|
||
border-radius: 20rpx;
|
||
box-shadow: 0 0 20rpx #ccc;
|
||
}
|
||
.auto-search-dialog .auto-search-inner .close.data-v-cac55104 {
|
||
position: absolute;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: -140rpx;
|
||
width: 90rpx;
|
||
margin: 0 auto;
|
||
}
|
||
.auto-search-dialog text.data-v-cac55104 {
|
||
font-size: 32rpx;
|
||
width: 80%;
|
||
}
|
||
.auto-search-dialog .mic-icon.data-v-cac55104 {
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
width: 150rpx;
|
||
height: 150rpx;
|
||
border-radius: 50%;
|
||
border: 8rpx solid #777777;
|
||
}
|
||
.auto-search-dialog .btn-wrap.data-v-cac55104 {
|
||
display: flex;
|
||
justify-content: space-around;
|
||
width: 90%;
|
||
}
|
||
.auto-search-dialog .btn-wrap .retry.data-v-cac55104,
|
||
.auto-search-dialog .btn-wrap .confirm.data-v-cac55104 {
|
||
width: 190rpx;
|
||
height: 60rpx;
|
||
line-height: 60rpx;
|
||
text-align: center;
|
||
font-size: 28rpx;
|
||
border: 2rpx solid #777;
|
||
border-radius: 15rpx;
|
||
}
|
||
.foodDetail.data-v-cac55104 {
|
||
background-color: #F7F7F7;
|
||
padding: 20rpx;
|
||
box-sizing: border-box;
|
||
}
|
||
.foodDetail .foodInfo.data-v-cac55104 {
|
||
display: flex;
|
||
width: 100%;
|
||
padding: 30rpx;
|
||
border-radius: 20rpx;
|
||
box-sizing: border-box;
|
||
background-color: #fff;
|
||
box-sizing: 0 0 20rpx #f1f1f1;
|
||
}
|
||
.foodDetail .foodInfo image.data-v-cac55104 {
|
||
width: 90rpx;
|
||
height: 90rpx;
|
||
border-radius: 15rpx;
|
||
}
|
||
.foodDetail .foodInfo .info.data-v-cac55104 {
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: center;
|
||
margin-left: 30rpx;
|
||
}
|
||
.foodDetail .foodInfo .info .name.data-v-cac55104 {
|
||
font-size: 28rpx;
|
||
font-weight: 700;
|
||
margin-bottom: 10rpx;
|
||
}
|
||
.foodDetail .foodInfo .info .kcal.data-v-cac55104 {
|
||
font-size: 24rpx;
|
||
color: #666;
|
||
}
|
||
.foodDetail .foodContent.data-v-cac55104 {
|
||
width: 100%;
|
||
padding: 30rpx;
|
||
margin-top: 16rpx;
|
||
box-sizing: border-box;
|
||
border-radius: 20rpx;
|
||
box-sizing: border-box;
|
||
background-color: #fff;
|
||
box-sizing: 0 0 20rpx #f1f1f1;
|
||
}
|
||
.foodDetail .foodContent .title.data-v-cac55104 {
|
||
font-size: 28rpx;
|
||
font-weight: 600;
|
||
}
|
||
.foodDetail .foodContent .progress.data-v-cac55104 {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.foodDetail .foodContent .progress .chart-wrap.data-v-cac55104 {
|
||
position: relative;
|
||
width: 250rpx;
|
||
height: 250rpx;
|
||
margin-top: -30rpx;
|
||
}
|
||
.foodDetail .foodContent .progress .chart-wrap .uchart-kcal.data-v-cac55104 {
|
||
position: absolute;
|
||
left: 60rpx;
|
||
top: 120rpx;
|
||
width: 130rpx;
|
||
font-size: 40rpx;
|
||
text-align: center;
|
||
z-index: 9;
|
||
}
|
||
.foodDetail .foodContent .progress .info.data-v-cac55104 {
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: center;
|
||
font-size: 24rpx;
|
||
}
|
||
.foodDetail .foodContent .progress .info .info-item.data-v-cac55104 {
|
||
display: flex;
|
||
align-items: center;
|
||
margin-top: 20rpx;
|
||
}
|
||
.foodDetail .foodContent .progress .info .info-item .color.data-v-cac55104 {
|
||
width: 6rpx;
|
||
height: 20rpx;
|
||
margin-right: 10rpx;
|
||
border-radius: 3rpx;
|
||
}
|
||
.foodDetail .foodContent .tips.data-v-cac55104 {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
border-bottom: 1px solid #f1f1f1;
|
||
padding: 16rpx 0;
|
||
font-size: 24rpx;
|
||
margin-top: 10rpx;
|
||
}
|
||
.foodDetail .foodContent .foodDetailList.data-v-cac55104 {
|
||
margin-top: 10rpx;
|
||
}
|
||
.foodDetail .foodContent .foodDetailList .foodDetailItem.data-v-cac55104 {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
padding: 20rpx 0;
|
||
box-sizing: border-box;
|
||
}
|
||
.foodDetail .foodContent .foodDetailList .foodDetailItem .name.data-v-cac55104 {
|
||
font-size: 24rpx;
|
||
color: #777;
|
||
}
|
||
.foodDetail .foodContent .foodDetailList .foodDetailItem .val.data-v-cac55104 {
|
||
font-size: 24rpx;
|
||
font-weight: 700;
|
||
color: #333;
|
||
}
|
||
.icon-error.data-v-cac55104 {
|
||
position: absolute;
|
||
right: 10rpx;
|
||
top: -35rpx;
|
||
font-size: 45px;
|
||
background: #fff;
|
||
border-radius: 50%;
|
||
width: 45px;
|
||
height: 45px;
|
||
}
|
||
.wrapper .box.data-v-cac55104 {
|
||
height: 800rpx !important;
|
||
padding: 15px !important;
|
||
}
|
||
.wrapper .box .weight.data-v-cac55104 {
|
||
position: absolute;
|
||
right: 10rpx;
|
||
top: 260rpx;
|
||
padding: 10rpx;
|
||
z-index: 99;
|
||
}
|
||
.wrapper .box .mybrankmask .rulerIcon.data-v-cac55104 {
|
||
width: 60rpx !important;
|
||
height: 60rpx !important;
|
||
}
|
||
.wrapper .box .rulerWrap.data-v-cac55104 {
|
||
margin-top: 50rpx;
|
||
}
|
||
.wrapper .box .rulerWrap .rulerBtn.data-v-cac55104 {
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
margin-top: 50rpx;
|
||
}
|
||
.wrapper .box .rulerWrap .rulerBtn image.data-v-cac55104 {
|
||
width: 50rpx;
|
||
height: 50rpx;
|
||
}
|
||
.wrapper .box .rulerWrap .rulerBtn .confirm.data-v-cac55104 {
|
||
width: 60%;
|
||
height: 60rpx;
|
||
line-height: 60rpx;
|
||
text-align: center;
|
||
font-size: 32rpx;
|
||
color: #fff;
|
||
border-radius: 30rpx;
|
||
background-color: #ffbe76;
|
||
margin-left: 50rpx;
|
||
}
|
||
.wrapper .box .val.data-v-cac55104 {
|
||
margin: 25px 0 !important;
|
||
font-size: 20px;
|
||
}
|
||
.wrapper .box .val text.data-v-cac55104 {
|
||
font-size: 40px !important;
|
||
width: 140px !important;
|
||
}
|
||
.wrapper .box .keybordIcon.data-v-cac55104 {
|
||
width: 50rpx;
|
||
height: 43rpx;
|
||
}
|
||
.wrapper .box .chengIcon.data-v-cac55104 {
|
||
width: 50rpx;
|
||
height: 50rpx;
|
||
}
|
||
.wrapper .foodItem.data-v-cac55104 {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
margin-top: 10rpx;
|
||
}
|
||
.wrapper .foodItem .more.data-v-cac55104 {
|
||
padding: 8rpx 15rpx;
|
||
border-radius: 12rpx;
|
||
color: #fff;
|
||
background-color: #f0ae43;
|
||
}
|
||
.wrapper .foodItem image.data-v-cac55104 {
|
||
width: 90rpx;
|
||
height: 90rpx;
|
||
border-radius: 15rpx;
|
||
}
|
||
.wrapper .foodItem .left.data-v-cac55104 {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.wrapper .foodItem .left .info.data-v-cac55104 {
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: center;
|
||
margin-left: 30rpx;
|
||
}
|
||
.wrapper .foodItem .left .info .name.data-v-cac55104 {
|
||
font-size: 26rpx;
|
||
color: #333;
|
||
text-align: left;
|
||
margin-bottom: 10rpx;
|
||
}
|
||
.wrapper .foodItem .left .info .kcal.data-v-cac55104 {
|
||
font-size: 24rpx;
|
||
color: #666;
|
||
}
|
||
.wrapper .foodInfo.data-v-cac55104 {
|
||
display: flex;
|
||
justify-content: space-around;
|
||
margin-top: 30rpx;
|
||
padding: 0 20rpx;
|
||
box-sizing: border-box;
|
||
}
|
||
.wrapper .foodInfo .foodInfoItem.data-v-cac55104 {
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
}
|
||
.wrapper .foodInfo .foodInfoItem .name.data-v-cac55104 {
|
||
display: flex;
|
||
align-items: center;
|
||
font-size: 24rpx;
|
||
color: #8F8F8F;
|
||
}
|
||
.wrapper .foodInfo .foodInfoItem .name .color.data-v-cac55104 {
|
||
width: 6rpx;
|
||
height: 20rpx;
|
||
margin-right: 10rpx;
|
||
border-radius: 3rpx;
|
||
}
|
||
.wrapper .foodInfo .foodInfoItem .value.data-v-cac55104 {
|
||
font-size: 28rpx;
|
||
margin-top: 10rpx;
|
||
}
|
||
.wrapper .blue-tooth.data-v-cac55104 {
|
||
margin-top: 80rpx;
|
||
}
|
||
|