@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .content.data-v-4326efd9 { width: 100%; height: calc(100vh); background-color: #F6F6F6; box-sizing: border-box; } .ail.data-v-4326efd9 { width: 100%; box-sizing: border-box; padding: 10px 15px; background-color: #F6F6F6; } .ail-box.data-v-4326efd9 { width: 100%; border-radius: 8px; box-sizing: border-box; padding: 15px; background: #FFFFFF; margin-bottom: 10px; } .c-top.data-v-4326efd9 { width: 100%; box-sizing: border-box; padding: 15px; padding-top: 16%; display: flex; justify-content: space-between; align-items: center; background-color: white; } .on-input.data-v-4326efd9 { width: 100%; border-bottom: 1px solid #EEEEEE; box-sizing: border-box; padding: 10px 0px; display: flex; align-items: center; } .baoti.data-v-4326efd9 { width: 25%; font-size: 15px; font-weight: 400; color: #666666; line-height: 15px; margin-right: 10px; } .box-bottom.data-v-4326efd9 { width: 100%; box-sizing: border-box; white-space: nowrap; } .santu.data-v-4326efd9 { width: 32%; display: inline-block; box-sizing: border-box; padding: 10px; background: #F8FAFB; border-radius: 8px; font-size: 15px; font-weight: 400; color: #999999; margin-top: 15px; margin-right: 10px; } .lanbox.data-v-4326efd9 { background: #E3EAFF !important; color: #0D2E8D !important; } .dis.data-v-4326efd9 { width: 100%; display: flex; align-items: center; justify-content: space-between; } .wushi.data-v-4326efd9 { width: 49%; box-sizing: border-box; padding: 10px; background: #F8FAFB; border-radius: 8px; font-size: 15px; font-weight: 400; color: #999999; } .h-title.data-v-4326efd9 { font-size: 16px; font-weight: 400; color: #333333; margin: 10px auto; } .bottom-d.data-v-4326efd9 { width: 100%; height: 80px; background-color: white; position: fixed; bottom: 0px; display: flex; align-items: center; justify-content: center; } .annniu.data-v-4326efd9 { height: 40px; background: #0D2E8D; width: 90%; border-radius: 50px; display: flex; align-items: center; color: white; justify-content: center; } .top.data-v-4326efd9 { box-sizing: border-box; padding: 0px 15px; width: 90%; border-radius: 10px; margin: 10px auto; background-color: white; } .top-box.data-v-4326efd9 { display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; padding: 20px 0px; } .tb-left.data-v-4326efd9 { height: 100%; width: 80%; display: flex; align-items: center; } .uicon.data-v-4326efd9 { width: 18px; height: 18px; border-radius: 4px; color: white; background: orangered; display: flex; justify-content: center; align-items: center; font-size: 12px; font-weight: bold; margin-right: 6px; } .tb-right.data-v-4326efd9 { width: 20px; height: 26px; } .tb-right image.data-v-4326efd9 { width: 100%; height: 100%; } .text1.data-v-4326efd9 { font-size: 16px; font-weight: bold; color: #363636; } .hong1.data-v-4326efd9 { margin-top: 5px; font-size: 12px; font-weight: 400; color: #FF5453; } .hong2.data-v-4326efd9 { margin-top: 5px; font-size: 12px; font-weight: 400; } .tinput.data-v-4326efd9 { width: 100%; display: flex; background: white; align-items: center; justify-content: space-between; box-sizing: border-box; padding: 16px; margin-top: 14px; } .sbboss.data-v-4326efd9 { width: 90%; margin: 10px auto; border-radius: 8px; box-sizing: border-box; padding: 10px; display: flex; align-items: center; margin-top: 30px; } .zz.data-v-4326efd9 { width: 50%; text-align: center; font-size: 60px; font-weight: bold; } .yy.data-v-4326efd9 { width: 50%; text-align: center; font-size: 60px; font-weight: bold; }