@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .content.data-v-490a68f0 { width: 100%; height: calc(100vh); background-color: #F6F6F6; box-sizing: border-box; } .c-top.data-v-490a68f0 { width: 100%; box-sizing: border-box; padding: 15px; padding-top: 45px; display: flex; justify-content: space-between; align-items: center; background-color: white; } .c-title.data-v-490a68f0 { font-size: 18px; font-weight: bold; } .c-zuo.data-v-490a68f0 { width: 10%; height: 100%; } .c-you.data-v-490a68f0 { width: 10%; height: 100%; } .top-icon.data-v-490a68f0 { box-sizing: border-box; width: 100%; padding: 5px 14px; background: white; display: flex; justify-content: space-between; align-items: center; } .dil.data-v-490a68f0 { background-color: #F6F6F6; box-sizing: border-box; padding: 15px 12px; } .h-text.data-v-490a68f0 { font-size: 14px; font-weight: 400; color: #999999; } .s-input.data-v-490a68f0 { width: 90%; height: 30px; background: #F3F3F3; border-radius: 50px; box-sizing: border-box; display: flex; align-items: center; padding: 0px 10px; } .s-input input.data-v-490a68f0 { margin-left: 5px; width: 80%; font-size: 14px; color: #999999; } .top-tap.data-v-490a68f0 { width: 100%; background: white; display: flex; align-items: center; box-sizing: border-box; padding-top: 5px; } .tap-box.data-v-490a68f0 { width: 25%; font-size: 15px; font-weight: 400; color: #666666; text-align: center; } .gang.data-v-490a68f0 { width: 80%; height: 5px; margin: 0 auto; border-radius: 12px; background: #0D2E8D; } .d-box.data-v-490a68f0 { width: 100%; background: white; border-radius: 10px; margin-bottom: 15px; box-sizing: border-box; padding: 8px 15px; position: relative; overflow: hidden; } .d-y-top.data-v-490a68f0 { position: absolute; top: 0px; left: 0px; width: 40px; height: 20px; border-radius: 0px 0px 6px 0px; background-color: #339DFF; color: white; font-size: 12px; text-align: center; } .t-right.data-v-490a68f0 { width: 100%; display: flex; justify-content: flex-end; } .t-right .bq.data-v-490a68f0 { width: 55px; height: 20px; background: #FFD7D7; border-radius: 4px; font-size: 12px; font-weight: 400; color: #FF4C4C; display: flex; justify-content: center; align-items: center; } .t-right .bq2.data-v-490a68f0 { width: 55px; height: 20px; background: #CDE2FF; border-radius: 4px; font-size: 12px; font-weight: 400; color: #3289FF; display: flex; justify-content: center; align-items: center; } .d-left.data-v-490a68f0 { margin-left: 10px; display: flex; font-size: 16px; font-weight: bold; color: #666666; margin-bottom: 10px; } .t-left.data-v-490a68f0 { margin-left: 10px; display: flex; font-size: 12px; font-weight: 400; color: #666666; margin-bottom: 5px; } .x-left.data-v-490a68f0 { margin-left: 10px; display: flex; justify-content: space-between; font-size: 12px; font-weight: 400; color: #666666; } .cc.data-v-490a68f0 { font-weight: bold; } .hong.data-v-490a68f0 { font-size: 16px; font-weight: 400; color: #F85021; } .ques.data-v-490a68f0 { margin: 0px auto; margin-top: 40px; width: 80%; } .ques image.data-v-490a68f0 { width: 100%; } .codePop.data-v-490a68f0 { height: 400rpx; }