@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .content.data-v-0f4de70d { padding: 0; min-height: 100vh; } image.data-v-0f4de70d { width: 100%; height: 100%; border-radius: 5px; } .title.data-v-0f4de70d { font-size: 16px; font-weight: bold; margin: 15px; display: flex; align-items: center; } .title image.data-v-0f4de70d { width: 30px; height: 20px; margin-right: 5px; } .box.data-v-0f4de70d { margin-top: 170px; background-color: #fff; width: 100%; border-radius: 5px; } .box .tabbar.data-v-0f4de70d { display: flex; height: 45px; align-items: center; justify-content: space-between; font-size: 16px; font-weight: bold; margin: 0 15px; border-bottom: 1px solid #dfdfdf; } .box .tabbar view.data-v-0f4de70d { height: 45px; line-height: 45px; width: 33%; text-align: center; } .box .tabbar .active.data-v-0f4de70d { color: #345A9B; border-bottom: 2px solid #345A9B; } .box .show.data-v-0f4de70d { padding: 10px 15px 15px; } .box .show .logo.data-v-0f4de70d { width: 145px; height: 52px; padding: 10px; border: 1px solid #dfdfdf; margin: auto; margin: 15px auto; } .box .show .postName.data-v-0f4de70d { margin: 20px 0; font-size: 16px; font-weight: bold; } .box .show text.data-v-0f4de70d, .box .show .text.data-v-0f4de70d { color: #999; padding-left: 13px; position: relative; left: -15px; } .box .show .text.data-v-0f4de70d::before { content: ""; position: absolute; width: 8px; height: 8px; left: 0; background-color: #F7B133; border-radius: 50%; top: 6px; } .box .show .con.data-v-0f4de70d { margin-top: 15px; color: #666; line-height: 25px; } .box .show .image.data-v-0f4de70d { width: 100%; height: auto; text-align: center; margin-top: 5px; } .box .show .image image.data-v-0f4de70d { width: 100%; height: auto; object-fit: scale-down; } .box .show .headimage.data-v-0f4de70d { width: 85px; height: 110px; border: 1px solid #dfdfdf; border-radius: 5px; margin: auto; } .box .show .name.data-v-0f4de70d { width: 100%; font-size: 16px; text-align: center; margin-top: 15px; } .box .show .name text.data-v-0f4de70d { width: auto; display: inline-block; background-color: #F7B133; text-align: center; font-size: 12px; padding: 2px 10px; border-radius: 5px; color: #fff; margin-left: 15px; left: 0; } .box .show .post.data-v-0f4de70d { color: #999; text-align: center; margin-top: 10px; } .box .show .post text.data-v-0f4de70d { position: inherit; padding-left: 0; } .info.data-v-0f4de70d { height: 120px !important; } .info .phone.data-v-0f4de70d { width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .productList.data-v-0f4de70d { margin-bottom: 0 !important; }