@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ /* 主题色 */ .content.data-v-7bb9ca46 { padding: 15px; font-size: 32rpx; background-color: #F5F6FA; min-height: 100vh; } .tabbar.data-v-7bb9ca46 { width: 100%; padding: 10px 15px 15px; display: flex; align-items: center; justify-content: space-around; } .tabbar view.data-v-7bb9ca46 { position: relative; } .tabbar .active.data-v-7bb9ca46:after { content: ""; height: 3px; width: 100%; position: absolute; bottom: -5px; left: 0; border-radius: 5px; background: linear-gradient(to right, #477EFF, #39D9C9); } .charts .boxTime.data-v-7bb9ca46 { display: flex; justify-content: center; align-items: center; background-color: #fff; border-radius: 10px 10px 0 0; } .charts .boxTime .one.data-v-7bb9ca46 { width: 80%; display: flex; line-height: 25px; justify-content: space-between; align-items: center; } .charts .boxTime .center.data-v-7bb9ca46 { margin: 0 15px; } .charts .boxTime picker.data-v-7bb9ca46 { width: 100%; border: none; text-align: center; position: relative; } .charts .boxTime .iconfont.data-v-7bb9ca46 { color: #333333; font-size: 36rpx; position: absolute; right: 0px; top: 0; } .charts .box.data-v-7bb9ca46 { width: 100%; padding: 0; margin: 0; display: flex; flex-wrap: wrap; border-radius: 0 0 10px 10px; justify-content: space-between; } .charts .box .listC.data-v-7bb9ca46 { background-color: #fff; } .charts .box .listC .name.data-v-7bb9ca46 { width: 20%; padding: 0 15px; font-size: 32rpx; text-align: center; border-radius: 5px; height: 30px; line-height: 30px; } .charts .box .listC .active2.data-v-7bb9ca46 { color: #fff; background: linear-gradient(to right, #477EFF, #39D9C9); } .charts .box .blockC.data-v-7bb9ca46 { clear: both; width: 100%; height: 250px; background-color: #fff; border-radius: 0 0 10px 10px; padding-bottom: 15px; } .charts .gridList.data-v-7bb9ca46 { margin: 0px !important; width: 100% !important; } .charts .gridList .data .item.data-v-7bb9ca46 { display: block !important; } .report .box.data-v-7bb9ca46 { padding: 10px 10px 0; background-color: #fff; border-radius: 10px; margin-bottom: 10px; } .report .box .time.data-v-7bb9ca46 { color: #999; padding-bottom: 15px; width: 100%; } .report .box .item2.data-v-7bb9ca46 { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; } .report .box .item2 .item2_data.data-v-7bb9ca46 { width: 33%; } .report .box .item2 .item2_data .data.data-v-7bb9ca46 { width: 100%; text-align: center; border-right: 1PX solid #f7f7f7; } .report .box .item2 .item2_data text.data-v-7bb9ca46 { font-size: 40rpx !important; font-weight: bold; } .report .box2.data-v-7bb9ca46 { height: 50px; line-height: 50px; border-radius: 10px; display: flex; padding: 0 10px; justify-content: space-between; margin-bottom: 10px; background-color: #fff; } .report .info.data-v-7bb9ca46 { width: 100%; display: flex; justify-content: space-between; } .report .info .item.data-v-7bb9ca46 { color: #fff; width: 45%; height: 50px; background: linear-gradient(to right, #477EFF, #39D9C9); text-align: center; border-radius: 10px; display: flex; justify-content: center; align-items: center; } .report .info .item text.data-v-7bb9ca46 { width: 30px; height: 30px; border-radius: 50%; margin-right: 10px; display: inline-block; background-color: #fff; } .report .myinfoPage.data-v-7bb9ca46 { width: 100%; background: #fff; margin-top: 10px; padding-bottom: 15px; border-radius: 10px; } .report .myinfoPage .box1.data-v-7bb9ca46 { display: flex; flex-wrap: wrap; border-radius: 10px; font-size: 32rpx; position: relative; margin: 0px 15px 0; padding-bottom: 10px; } .report .myinfoPage .box1 .list.data-v-7bb9ca46 { width: 100%; color: #666; padding: 0; line-height: 50px; } .report .myinfoPage .box1 .list image.data-v-7bb9ca46, .report .myinfoPage .box1 .list .t-icon.data-v-7bb9ca46 { width: 18px !important; height: 18px; border: 2px solid #c7c7c7; background-color: #c7c7c7; border-radius: 50%; margin-right: 5px; } .report .myinfoPage .box1 .list .block.data-v-7bb9ca46 { width: 100%; display: flex; justify-content: space-between; align-items: center; color: #666; position: relative; } .report .myinfoPage .box1 .list .block .level.data-v-7bb9ca46, .report .myinfoPage .box1 .list .block .val.data-v-7bb9ca46 { width: 25%; } .report .myinfoPage .box1 .list .block .name.data-v-7bb9ca46 { width: 40%; display: flex; align-items: center; } .report .myinfoPage .box1 .list .block .icon.data-v-7bb9ca46 { width: 20px; text-align: right; display: flex; } .report .myinfoPage .box1 .list .block .icon image.data-v-7bb9ca46 { width: 20px; height: 20px; } .report .desc.data-v-7bb9ca46 { line-height: 20px; text-align: left; width: calc(100%-20px); height: auto; border-radius: 5px; font-size: 30rpx; color: #999; padding: 10px; background: #f7f7f7; } .report .desc .statuevue.data-v-7bb9ca46 { height: 35px; position: relative; width: 100% !important; margin: 20px auto 10px; } .report .desc .statuevue .bi.data-v-7bb9ca46 { display: flex; justify-content: space-between; width: auto; padding-top: 10px; } .report .desc .statuevue .bi .peobox.data-v-7bb9ca46 { position: absolute; right: 0; top: -1px; } .report .desc .statuevue .bi .peobox .xx.data-v-7bb9ca46 { width: 5px; height: 5px; border-radius: 50%; background: #fff; position: absolute; z-index: 9; border: 2px solid #1b2086; top: 9px; } .report .desc .statuevue .item.data-v-7bb9ca46 { position: relative; margin: 0; flex: 1; height: 5px; color: #666; font-size: 30rpx; } .report .desc .statuevue .item .span1.data-v-7bb9ca46 { width: 100%; text-align: center; position: absolute; top: -23px; } .report .desc .statuevue .item .span.data-v-7bb9ca46 { margin-top: 8px; position: absolute; right: -8px; } .report .yuanxing.data-v-7bb9ca46 { display: inline-block; background: #f19601; width: 8px; height: 12px; margin-right: 5px; font-size: 36rpx; } .report .btnf.data-v-7bb9ca46 { font-size: 28rpx; border-radius: 5px; height: 22px; margin: 0 10px 0 0; line-height: 22px; color: #fff; font-weight: 400; width: 44px !important; text-align: center !important; float: right; } .report .tivon.data-v-7bb9ca46 { display: flex; justify-content: center; align-content: center; align-items: center; } .report .tivon .bianji.data-v-7bb9ca46 { width: 20px; height: 20px; margin-left: 5px; } .report .box1 :last-child.list .val.data-v-7bb9ca46 { width: 25% !important; } .report .kcalClass.data-v-7bb9ca46 { width: 100%; text-align: center; font-size: 36rpx; line-height: 55px; margin: -20px auto; } .report .yichang.data-v-7bb9ca46 { background: #ffe4be; color: #ff4239; padding: 5px; text-align: center; border-radius: 5px; margin: 0 15px 10px; } .report .tips.data-v-7bb9ca46 { font-size: 30rpx; line-height: 20px; } .report .tips text.data-v-7bb9ca46 { display: inline-block; width: 100%; } .report .jianyi_box.data-v-7bb9ca46 { background-color: #fff; border-radius: 10px; padding: 5px 10px 15px; width: calc(100% -20px); margin: 10px 0; } .report .jianyi.data-v-7bb9ca46 { display: flex; margin: 0 -15px; justify-content: space-between; } .report .jianyi view.data-v-7bb9ca46 { display: flex; flex-wrap: wrap; align-content: center; align-items: center; justify-content: center; width: 20%; margin: 5px 2.5% 0; } .report .jianyi view image.data-v-7bb9ca46 { width: 25px; height: 25px; } .report .jianyi view text.data-v-7bb9ca46 { width: 100%; text-align: center; margin-top: 10px; font-size: 28rpx; color: #666; } .report .jianyi .active.data-v-7bb9ca46 { border-bottom: 2px solid #f19601; padding-bottom: 5px; margin: 17px 2.5% 0; } .report .jianyi-con.data-v-7bb9ca46 { margin-top: 15px; background: #f7f7f7; padding: 10px; font-size: 28rpx; line-height: 20px; border-radius: 10px; } .report .tips2.data-v-7bb9ca46 { color: #999; margin-top: 15px; font-size: 30rpx; display: flex; align-items: center; } .report.data-v-7bb9ca46 .uni-collapse-item { width: 100% !important; } .report.data-v-7bb9ca46 .uni-collapse-item__title-arrow { margin-right: 0 !important; } .report.data-v-7bb9ca46 .uni-collapse-item__wrap-content.uni-collapse-item--border { border-bottom-width: 0; }