@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .content.data-v-00e7f73f { font-size: 14px; color: #666; background-color: #fff; padding: 15px; min-height: calc(100vh - 30px); } .h2.data-v-00e7f73f { font-size: 16px; font-weight: bold; } .h5.data-v-00e7f73f { margin: 15px 0 10px; } .bgheight .name.data-v-00e7f73f { font-size: 16px; font-weight: bold; color: #f19601; margin-bottom: 15px; display: flex; justify-content: space-between; } .bgheight .conbt.data-v-00e7f73f { font-size: 14px; line-height: 25px; width: 100%; margin-bottom: 8px; } .bgheight .box .conbt:nth-last-child(1) text.data-v-00e7f73f { display: none; } .bgheight .title.data-v-00e7f73f { width: 100%; font-size: 16px; text-align: left; font-weight: bold; margin: 15px 0; color: #333; } .bgheight .con.data-v-00e7f73f { line-height: 25px; } .bgheight .con text.data-v-00e7f73f { color: #333; font-weight: bold; } .bgheight .btn.data-v-00e7f73f { display: block; height: 30px; line-height: 30px; border: none; background: #f19601; color: #fff; margin: 0; width: 100px; border-radius: 10px; text-align: center; font-size: 14px; float: right; } .uni-list-cell.data-v-00e7f73f { display: flex; width: 60%; margin-bottom: 10px; margin-left: 10px; } :nth-child(even).uni-list-cell.data-v-00e7f73f { width: 30%; margin-left: 0; } .commonAll.data-v-00e7f73f { background-color: #fff; } .page.data-v-00e7f73f { width: 100%; height: 35px; text-align: center; margin: 20px auto; display: flex; justify-content: space-around; } .page view.data-v-00e7f73f { width: 150px; background: #dfdfdf; padding: 5px 0; border-radius: 5px; } .page .btn.data-v-00e7f73f { background: #f19601; color: #fff; margin: 0; height: auto; line-height: inherit; } .item.data-v-00e7f73f { display: flex; flex-wrap: wrap; } .group.data-v-00e7f73f { display: flex; align-items: center; align-content: center; width: 50%; justify-content: end; flex-wrap: wrap; margin-top: 8px; } .iconfont.data-v-00e7f73f { width: 22px; height: 22px; font-size: 20px; color: #dfdfdf; display: flex; margin-right: 3px; } .icon-radio.data-v-00e7f73f { color: #f19601; } .tips.data-v-00e7f73f { font-size: 12px; color: #999; margin-top: 10px; line-height: 22px; }