/** * 这里是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: 100rpx; margin-top: 200rpx; display: flex; justify-content: space-between; align-items: center; } .font-father .title-name .gray-heng.data-v-5699789f { height: 2rpx; width: 200rpx; background-color: #d9d9d9; } .font-father .title-name .font-weight.data-v-5699789f { font-weight: 600; font-size: 35rpx; margin: 0 auto; } .white-imge-spec.data-v-5699789f { width: 100%; margin: 0 auto; height: 320rpx; margin-top: 20rpx; margin-bottom: 20rpx; } .duanluo.data-v-5699789f { margin: 18rpx 0; width: 100%; padding: 0 25rpx; } .duanluo .duanluo-title.data-v-5699789f { display: flex; font-size: 32rpx; margin-bottom: 15rpx; } .dian-father.data-v-5699789f { width: 100%; display: flex; justify-content: center; } .dian-father .dian.data-v-5699789f { width: 20rpx; height: 20rpx; margin: 0 10rpx; border-radius: 50%; background-color: #CCCCCC; } .dian-father .dian-target.data-v-5699789f { width: 20rpx; height: 20rpx; margin: 0 10rpx; border-radius: 50%; background-color: #2792FC; } .yuangong-font.data-v-5699789f { font-size: 32rpx; margin-top: 30rpx; line-height: 50rpx; } .bottom-button.data-v-5699789f { margin-top: -20rpx; width: 80%; height: 100rpx; border-radius: 50rpx; background: linear-gradient(to left, #00C9FF, #0076FF); color: #fff; font-size: 40rpx; display: flex; justify-content: center; align-items: center; z-index: 3; }