kitchendDevice/unpackage/dist/dev/mp-weixin/pageTwo/count/everyMeal.wxss

192 lines
4.3 KiB
Plaintext
Raw Normal View History

2025-11-25 14:21:22 +08:00
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.content.data-v-1c5f368e {
padding: 0 20rpx;
}
.content_box.data-v-1c5f368e {
width: 100%;
}
.quan.data-v-1c5f368e {
margin-right: 70rpx;
}
.top.data-v-1c5f368e {
width: 100%;
height: 280rpx;
display: flex;
position: relative;
flex-direction: column;
align-items: center;
justify-content: center;
background: #dfdfdf;
border-radius: 10px;
margin-top: 15px;
}
.top .name.data-v-1c5f368e {
width: 100%;
text-align: center;
font-size: 25px;
font-weight: bold;
}
.top view.data-v-1c5f368e {
z-index: 11;
}
.top image.data-v-1c5f368e {
position: absolute;
width: 100%;
height: 100%;
z-index: 9;
border-radius: 10px;
}
.everyDay.data-v-1c5f368e {
background: #fff;
padding: 10px;
border-radius: 10px;
margin-top: 15px;
height: auto;
overflow: hidden;
}
.everyDay .progress.data-v-1c5f368e {
display: flex;
align-items: center;
}
.everyDay .progress .chart-wrap.data-v-1c5f368e {
position: relative;
width: 280rpx;
height: 280rpx;
margin-top: -30rpx;
margin-left: -15px;
}
.everyDay .progress .info.data-v-1c5f368e {
display: flex;
flex-direction: column;
justify-content: space-between;
font-size: 24rpx;
width: calc(100% - 270rpx);
height: 200rpx;
}
.everyDay .progress .info .info-item.data-v-1c5f368e {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 30rpx;
}
.everyDay .progress .info .info-item view.data-v-1c5f368e {
display: flex;
align-items: center;
}
.everyDay .progress .info .info-item text.data-v-1c5f368e {
color: #ccc;
margin: 0px 5px;
}
.everyDay .progress .info .info-item .color.data-v-1c5f368e {
width: 10rpx;
height: 10rpx;
margin-right: 10rpx;
border-radius: 3rpx;
}
.foodtools.data-v-1c5f368e {
margin-top: 15px;
}
.foodtools .type.data-v-1c5f368e {
background: #fff;
margin-bottom: 10px;
border-radius: 10px;
padding: 10px 10px 0;
}
.foodtools .type .title.data-v-1c5f368e {
display: flex;
align-items: center;
justify-content: space-between;
}
.foodtools .type .title image.data-v-1c5f368e {
width: 30px;
height: 30px;
}
.foodtools .type .title .text.data-v-1c5f368e {
width: 50%;
display: flex;
align-items: center;
}
.foodtools .type .title .text view.data-v-1c5f368e {
font-size: 32rpx;
font-weight: bold;
margin: 0 10px;
}
.foodtools .type .title .detail.data-v-1c5f368e {
color: #999;
display: flex;
font-size: 24rpx;
align-items: center;
}
.foodtools .type .list.data-v-1c5f368e {
width: 100%;
margin-top: 15px;
}
.foodtools .type .list .item.data-v-1c5f368e {
display: flex;
padding: 10px 0;
border-bottom: 1px solid #f7f7f7;
}
.foodtools .type .list .item image.data-v-1c5f368e {
width: 90rpx;
height: 90rpx;
border-radius: 50%;
border: 1px solid #f7f7f7;
}
.foodtools .type .list .item .weight.data-v-1c5f368e {
display: flex;
flex-direction: column;
justify-content: space-between;
margin-left: 10px;
}
.foodtools .type .list .item .weight text.data-v-1c5f368e {
margin: 0 10px;
color: #dfdfdf;
}
.nolist image.data-v-1c5f368e {
width: 120rpx;
height: 120rpx;
}
.nolist view.data-v-1c5f368e {
margin-bottom: 15px;
text-align: center;
width: 100%;
margin-top: 10px;
color: #999;
}
.add.data-v-1c5f368e {
width: 100%;
text-align: center;
font-weight: bold;
2025-11-29 10:02:33 +08:00
margin: 30rpx 0;
2025-11-25 14:21:22 +08:00
}
2026-02-10 11:20:25 +08:00
.no-scroll.data-v-1c5f368e {
height: 80vh !important;
overflow: hidden !important;
}
2025-11-25 14:21:22 +08:00