@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ image.data-v-16f31854 { width: 100%; height: 100%; } .content.data-v-16f31854 { box-sizing: border-box; width: 100%; height: calc(100vh); background: #F4F4F4; } .top-heder.data-v-16f31854 { width: 100%; background: white; display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; padding: 5px 15px; padding-top: 45px; padding-bottom: 15px; margin-bottom: 10px; } .ckgd.data-v-16f31854 { width: 100%; text-align: center; color: #0D2E8D; margin-top: 20px; } .t-title.data-v-16f31854 { font-size: 17px; font-weight: bold; color: #333333; } .t-left.data-v-16f31854 { width: 10%; } .t-you.data-v-16f31854 { height: 100%; width: 10%; } .x-box.data-v-16f31854 { width: 95%; margin: 10px auto; ackground: #FFFFFF; border-radius: 8px; box-sizing: border-box; padding: 10px; background: white; } .touxiang.data-v-16f31854 { width: 50px; height: 50px; border-radius: 50%; overflow: hidden; margin: 10px auto; } .sanniu.data-v-16f31854 { width: 105px; height: 35px; background: #0D2E8D; border-radius: 50px; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 400; color: #FFFFFF; line-height: 15px; margin: 0 auto; } .annniu.data-v-16f31854 { width: 90%; height: 45px; background: linear-gradient(180deg, #3F61C0 0%, #0D2E8D 100%); border-radius: 50px; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 400; color: #FFFFFF; line-height: 15px; margin: 15px auto; } .banniu.data-v-16f31854 { width: 20%; height: 30px; background: linear-gradient(180deg, #3F61C0 0%, #0D2E8D 100%); border-radius: 50px; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 400; color: #FFFFFF; } .box-dis.data-v-16f31854 { box-sizing: border-box; padding: 15px; display: flex; } .shop-img.data-v-16f31854 { width: 80px; height: 80px; border-radius: 8px; overflow: hidden; margin-right: 10px; } .dis-hui.data-v-16f31854 { width: 100%; display: flex; align-items: center; font-size: 15px; font-weight: 400; color: #999999; margin-bottom: 5px; } .h-title.data-v-16f31854 { font-size: 16px; font-weight: bold; color: #333333; text-align: center; margin-bottom: 5px; } .box-top.data-v-16f31854 { box-sizing: border-box; padding: 15px; width: 100%; display: flex; align-items: center; justify-content: space-around; } .t-input.data-v-16f31854 { width: 90%; margin: 20px auto; border: 1px solid #0D2E8D; border-radius: 6px; box-sizing: border-box; padding: 2px 5px; } .on-input.data-v-16f31854 { width: 100%; display: flex; justify-content: space-between; align-items: center; margin: 15px auto; } .bottom-input.data-v-16f31854 { border-top: 1px solid #F4F4F4; box-sizing: border-box; padding-top: 20px; display: flex; justify-content: space-between; width: 100%; } .o-left.data-v-16f31854 { font-size: 15px; font-weight: 400; color: #666666; } .o-right.data-v-16f31854 { font-size: 15px; font-weight: 400; color: #333333; } .o-zui.data-v-16f31854 { font-size: 20px; font-weight: 500; color: #333333; } .popup-box.data-v-16f31854 { overflow: hidden; border-radius: 8px; box-sizing: border-box; padding: 15px; width: 100%; background-color: white; } .sousuo.data-v-16f31854 { width: 95%; margin: 0 auto; margin-left: 0px; height: 30px; background: #F0F0F0; border-radius: 50px; color: #999999; box-sizing: border-box; padding: 0 10px; display: flex; align-items: center; justify-content: space-between; } .sousuo input.data-v-16f31854 { width: 80%; } .list-box.data-v-16f31854 { width: 100%; height: 300px; overflow: hidden; box-sizing: border-box; } .list_scroll.data-v-16f31854 { height: 100%; display: flex; flex-direction: column; } .list-qiu.data-v-16f31854 { width: 95%; border-bottom: 1px solid #EEEEEE; box-sizing: border-box; padding: 10px 5px; display: flex; justify-content: space-between; align-items: center; } .tel.data-v-16f31854 { margin-left: 5px; font-size: 15px; font-weight: 400; color: #666666; }