@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 .item.data-v-cac55104 { width: 29%; border: 1px solid #f7f7f7; display: flex; align-items: center; box-sizing: border-box; justify-content: space-around; height: 30px; border-radius: 5px; margin: 0 2% 10px; } .right .item text.data-v-cac55104 { margin-bottom: 0 !important; } .right .icon-xuanzhong.data-v-cac55104 { color: #ff4c4f; } .right .active0.data-v-cac55104 { border: 1px solid #ff4c4f; } .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: #ff4c4f; } .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 - 120px); } .menu .right.data-v-cac55104 { bottom: 55px; height: calc(100vh - 120px); } .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; } .icon-error.data-v-cac55104 { font-size: 45px; margin-top: -30px; background: #fff; border-radius: 50%; width: 45px; height: 45px; }