/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果您是插件开发者,建议您使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果您是App开发者(插件使用者),您可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果您的项目同样使用了scss预处理,您也可以直接在您的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .font-father[data-v-5699789f] { width: 100%; min-height: 100vh; background-color: #f4f7f9; display: flex; align-items: center; flex-direction: column; position: relative; } .font-father .title-img[data-v-5699789f] { position: absolute; top: 0; left: 0; width: 100%; height: 92vh; z-index: -1; } .font-father .title-name[data-v-5699789f] { width: 100%; height: 3.125rem; margin-top: 6.25rem; display: flex; justify-content: space-between; align-items: center; } .font-father .title-name .gray-heng[data-v-5699789f] { height: 0.0625rem; width: 6.25rem; background-color: #d9d9d9; } .font-father .title-name .font-weight[data-v-5699789f] { font-weight: 600; font-size: 1.09375rem; margin: 0 auto; } .white-imge-spec[data-v-5699789f] { width: 100%; margin: 0 auto; height: 10rem; margin-top: 0.625rem; margin-bottom: 0.625rem; } .duanluo[data-v-5699789f] { margin: 0.5625rem 0; width: 100%; padding: 0 0.78125rem; } .duanluo .duanluo-title[data-v-5699789f] { display: flex; font-size: 1rem; margin-bottom: 0.46875rem; } .dian-father[data-v-5699789f] { width: 100%; display: flex; justify-content: center; } .dian-father .dian[data-v-5699789f] { width: 0.625rem; height: 0.625rem; margin: 0 0.3125rem; border-radius: 50%; background-color: #CCCCCC; } .dian-father .dian-target[data-v-5699789f] { width: 0.625rem; height: 0.625rem; margin: 0 0.3125rem; border-radius: 50%; background-color: #2792FC; } .yuangong-font[data-v-5699789f] { font-size: 0.875rem; margin-top: 0.9375rem; line-height: 1.5625rem; } .bottom-button[data-v-5699789f] { margin-top: -1.25rem; width: 80%; height: 2.8125rem; border-radius: 1.09375rem; background: linear-gradient(to left, #00C9FF, #0076FF); color: #fff; font-size: 1.03125rem; display: flex; justify-content: center; align-items: center; z-index: 3; }