264 lines
5.6 KiB
Plaintext
264 lines
5.6 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.content.data-v-378efeb4 {
|
||
padding: 0 20rpx;
|
||
}
|
||
.content_box.data-v-378efeb4 {
|
||
width: 100%;
|
||
padding-top: 90rpx;
|
||
}
|
||
.blue-tooth.data-v-378efeb4 {
|
||
padding: 15px;
|
||
background: #fff;
|
||
border-radius: 10px;
|
||
margin-top: 15px;
|
||
}
|
||
.data.data-v-378efeb4 {
|
||
width: 100%;
|
||
background: #fff;
|
||
height: 90rpx;
|
||
position: fixed;
|
||
top: 0;
|
||
z-index: 999;
|
||
right: 0;
|
||
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
|
||
}
|
||
.data picker.data-v-378efeb4 {
|
||
display: flex;
|
||
width: 100%;
|
||
height: 90rpx;
|
||
position: relative;
|
||
align-items: center;
|
||
justify-content: center;
|
||
font-weight: bold;
|
||
}
|
||
.data picker view.data-v-378efeb4 {
|
||
width: 100%;
|
||
position: absolute;
|
||
left: 0;
|
||
top: 0;
|
||
display: flex;
|
||
bottom: 0;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.data picker image.data-v-378efeb4 {
|
||
width: 30rpx;
|
||
height: 30rpx;
|
||
margin-left: 10px;
|
||
}
|
||
.chart-wrap.data-v-378efeb4 {
|
||
position: relative;
|
||
width: 250rpx;
|
||
height: 250rpx;
|
||
margin-top: -30rpx;
|
||
margin-left: -5px;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
}
|
||
.chart-wrap .center.data-v-378efeb4 {
|
||
border: none;
|
||
width: 280rpx;
|
||
height: 210rpx;
|
||
position: absolute;
|
||
top: 64rpx;
|
||
}
|
||
.everyDay.data-v-378efeb4 {
|
||
background: #fff;
|
||
padding: 20rpx 20rpx 30rpx;
|
||
border-radius: 20rpx;
|
||
margin-top: 30rpx;
|
||
height: auto;
|
||
overflow: hidden;
|
||
}
|
||
.everyDay .title.data-v-378efeb4 {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
font-weight: bold;
|
||
font-size: 30rpx;
|
||
}
|
||
.everyDay .title .quan.data-v-378efeb4 {
|
||
margin-right: 70rpx;
|
||
}
|
||
.foodtools.data-v-378efeb4 {
|
||
margin-top: 30rpx;
|
||
}
|
||
.foodtools .type.data-v-378efeb4 {
|
||
background: #fff;
|
||
margin-bottom: 20rpx;
|
||
border-radius: 20rpx;
|
||
padding: 20rpx;
|
||
}
|
||
.foodtools .type .title.data-v-378efeb4 {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
.foodtools .type .title image.data-v-378efeb4 {
|
||
width: 60rpx;
|
||
height: 60rpx;
|
||
}
|
||
.foodtools .type .title .text.data-v-378efeb4 {
|
||
width: 50%;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.foodtools .type .title .text view.data-v-378efeb4 {
|
||
font-size: 32rpx;
|
||
font-weight: bold;
|
||
margin: 0 20rpx;
|
||
}
|
||
.foodtools .type .title .detail.data-v-378efeb4 {
|
||
color: #999;
|
||
display: flex;
|
||
font-size: 24rpx;
|
||
align-items: center;
|
||
}
|
||
.foodtools .type .list.data-v-378efeb4 {
|
||
width: 100%;
|
||
margin-top: 30rpx;
|
||
}
|
||
.foodtools .type .list .item.data-v-378efeb4 {
|
||
display: flex;
|
||
padding: 20rpx 0;
|
||
border-bottom: 1px solid #f7f7f7;
|
||
}
|
||
.foodtools .type .list .item image.data-v-378efeb4 {
|
||
width: 90rpx;
|
||
height: 90rpx;
|
||
border-radius: 50%;
|
||
border: 1px solid #f7f7f7;
|
||
}
|
||
.foodtools .type .list .item .weight.data-v-378efeb4 {
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: space-between;
|
||
margin-left: 20rpx;
|
||
}
|
||
.foodtools .type .list .item .weight text.data-v-378efeb4 {
|
||
margin: 0 20rpx;
|
||
color: #dfdfdf;
|
||
}
|
||
.foodtools .type .add.data-v-378efeb4 {
|
||
width: 100%;
|
||
margin-top: 20rpx;
|
||
text-align: center;
|
||
}
|
||
.set.data-v-378efeb4 {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
margin-top: 20rpx;
|
||
font-size: 32rpx;
|
||
font-weight: bold;
|
||
}
|
||
.set .icon.data-v-378efeb4 {
|
||
background: #d1f2ed;
|
||
border-radius: 50%;
|
||
font-size: 56rpx;
|
||
color: #66cccc;
|
||
text-align: center;
|
||
padding: 10rpx;
|
||
}
|
||
.tools.data-v-378efeb4 {
|
||
width: 100%;
|
||
background: #fff;
|
||
border-radius: 20rpx;
|
||
padding: 20rpx 0;
|
||
display: flex;
|
||
margin-bottom: 30rpx;
|
||
justify-content: space-between;
|
||
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
|
||
}
|
||
.tools .type.data-v-378efeb4 {
|
||
width: 20%;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.tools .type image.data-v-378efeb4 {
|
||
width: 90rpx;
|
||
height: 90rpx;
|
||
border-radius: 50%;
|
||
border: 1px solid #f7f7f7;
|
||
}
|
||
.tools .type .text.data-v-378efeb4 {
|
||
width: 100%;
|
||
text-align: center;
|
||
display: flex;
|
||
justify-content: center;
|
||
font-weight: bold;
|
||
}
|
||
.tools .type .text icon.data-v-378efeb4 {
|
||
font-size: 28rpx;
|
||
}
|
||
.nolist.data-v-378efeb4 {
|
||
font-size: 24rpx;
|
||
color: #999;
|
||
padding: 60rpx 20rpx;
|
||
text-align: center;
|
||
width: auto;
|
||
}
|
||
.nolist image.data-v-378efeb4 {
|
||
width: 100rpx;
|
||
height: 100rpx;
|
||
color: #999;
|
||
display: flex;
|
||
justify-content: center;
|
||
margin-bottom: 20rpx;
|
||
}
|
||
.list2.data-v-378efeb4 {
|
||
margin-top: 45%;
|
||
}
|
||
.list2 .btn.data-v-378efeb4 {
|
||
color: #fff;
|
||
height: 64rpx;
|
||
line-height: 64rpx;
|
||
}
|
||
.fenxi.data-v-378efeb4 {
|
||
color: #3CB383;
|
||
width: 100%;
|
||
background: #fff;
|
||
border-radius: 10px;
|
||
margin-bottom: 30px;
|
||
height: 45px;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.fenxi image.data-v-378efeb4 {
|
||
width: 44rpx;
|
||
height: 44rpx;
|
||
margin-right: 5px;
|
||
}
|
||
.no-scroll.data-v-378efeb4 {
|
||
height: 80vh !important;
|
||
overflow: hidden !important;
|
||
}
|
||
|