@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .content.data-v-0be17cc6 { box-sizing: border-box; width: 100%; height: calc(100vh); background: linear-gradient(225deg, #EFF5FF 0%, rgba(255, 255, 255, 0) 100%); } .c-top.data-v-0be17cc6 { width: 100%; } .top-ail.data-v-0be17cc6 { width: 100%; box-sizing: border-box; padding: 20px; } .dix.data-v-0be17cc6 { display: flex; align-items: center; } .touxiang.data-v-0be17cc6 { width: 50px; height: 50px; border-radius: 50%; overflow: hidden; background-color: whitesmoke; margin-left: 10px; } .touxiang image.data-v-0be17cc6 { width: 100%; height: 100%; } .t-title.data-v-0be17cc6 { font-size: 18px; font-weight: bold; color: #333333; margin-left: 15px; } .t-tel.data-v-0be17cc6 { font-size: 14px; font-weight: 400; color: #999999; margin-left: 15px; } .sanxiang.data-v-0be17cc6 { width: 100%; box-sizing: border-box; padding: 20px; background-color: white; border-radius: 8px; display: flex; justify-content: space-between; align-items: center; margin-top: 30px; } .lan-box.data-v-0be17cc6 { width: 100%; box-sizing: border-box; padding: 15px; background: linear-gradient(90deg, #EDF4FD 0%, #E1EFFF 100%); border-radius: 8px; margin: 10px auto; } .s-box.data-v-0be17cc6 { width: 33%; border-right: 1px solid #EEEEEE; text-align: center; } .simg.data-v-0be17cc6 { width: 26px; height: 26px; margin: 0 auto; } .simg image.data-v-0be17cc6 { width: 100%; height: 100%; } .zc-text.data-v-0be17cc6 { font-size: 13px; font-weight: 400; color: #333333; margin: 5px auto; } .lan-num.data-v-0be17cc6 { font-size: 26px; font-weight: 600; color: #0D2E8D; } .hei-title.data-v-0be17cc6 { font-size: 16px; font-weight: 600; color: #333333; } .cont-box.data-v-0be17cc6 { margin-top: 10px; width: 100%; display: flex; justify-content: space-between; align-items: center; } .c-left.data-v-0be17cc6 { width: 50%; box-sizing: border-box; } .l-left.data-v-0be17cc6 { width: 100%; box-sizing: border-box; } .c-bt.data-v-0be17cc6 { font-size: 14px; font-weight: 400; color: #666666; margin-bottom: 2px; } .c-lan.data-v-0be17cc6 { font-size: 25px; font-weight: 600; color: #0D2E8D; } .c-right.data-v-0be17cc6 { width: 122px; height: 35px; background: #FFFFFF; border-radius: 50px; display: flex; justify-content: center; align-items: center; color: #0D2E8D; } .l-icon.data-v-0be17cc6 { width: 15px; height: 15px; } .l-icon image.data-v-0be17cc6 { width: 100%; height: 100%; } .lan-text.data-v-0be17cc6 { font-size: 14px; font-weight: 400; color: #0D2E8D; margin: 0px 2px; } .c-hei.data-v-0be17cc6 { font-size: 20px; font-weight: 600; color: #333333; } .dian-box.data-v-0be17cc6 { background-color: white; border-radius: 8px; box-sizing: border-box; width: 100%; padding: 15px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; } .ian-box.data-v-0be17cc6 { background-color: white; border-radius: 8px; box-sizing: border-box; width: 100%; padding: 15px; margin-bottom: 10px; } .dian-top.data-v-0be17cc6 { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 5px; } .d-icon.data-v-0be17cc6 { width: 16px; height: 16px; } .d-icon image.data-v-0be17cc6 { width: 100%; height: 100%; } .aa.data-v-0be17cc6 { font-size: 16px; font-weight: 400; color: #333333; margin-left: 5px; } .on-input.data-v-0be17cc6 { width: 100%; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; border-bottom: 1px solid #EEEEEE; padding-bottom: 10px; margin-bottom: 10px; }