/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果您是插件开发者,建议您使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果您是App开发者(插件使用者),您可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果您的项目同样使用了scss预处理,您也可以直接在您的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .font-father.data-v-aaa5af2f { width: 100%; min-height: 100vh; padding: 0 30rpx; display: flex; align-items: center; flex-direction: column; position: relative; background-color: #efefef; } .font-father .white-father-spec.data-v-aaa5af2f { width: 100%; background-color: #fff; border-radius: 40rpx; margin-top: 550rpx; position: relative; } .font-father .white-father-spec .white-imge-spec.data-v-aaa5af2f { width: 100%; margin: 0 auto; height: 200rpx; margin-top: 7rpx; } .font-father .white-father-spec .weight-font.data-v-aaa5af2f { position: absolute; top: 50%; transform: translateY(-50%); left: 60rpx; font-size: 35rpx; font-weight: 600; } .font-father .white-father-spec .gray-font.data-v-aaa5af2f { color: #999999; margin-top: 30rpx; } .font-father .white-father.data-v-aaa5af2f { width: 100%; background-color: #fff; border-radius: 40rpx; margin-top: 30rpx; padding: 30rpx 30rpx; } .font-father .white-father .white-imge.data-v-aaa5af2f { width: 635rpx; margin: 0 auto; height: 200rpx; } .font-father .white-father .weight-font.data-v-aaa5af2f { font-size: 35rpx; font-weight: 600; margin-top: 30rpx; } .font-father .white-father .gray-font.data-v-aaa5af2f { color: #999999; margin-top: 30rpx; } .font-father .font-title.data-v-aaa5af2f { margin-top: 200rpx; margin-bottom: 0rpx; font-weight: 600; font-size: 32rpx; padding: 0 30rpx; display: flex; flex-direction: column; width: 100%; } .font-father .bottom-button.data-v-aaa5af2f { margin-top: 30rpx; margin-bottom: 20rpx; width: 250rpx; margin-left: 30rpx; height: 80rpx; border-radius: 32rpx; background: linear-gradient(to left, #00C9FF, #0076FF); color: #fff; font-size: 32rpx; display: flex; justify-content: center; align-items: center; z-index: 3; } .white-card.data-v-aaa5af2f { width: 100%; height: 230rpx; background-color: #fff; margin-top: 25rpx; border-radius: 30rpx; display: flex; align-items: center; } .white-card .white-left.data-v-aaa5af2f { width: 80%; padding-left: 8%; } .white-card .white-left .white-title.data-v-aaa5af2f { font-size: 30rpx; font-weight: 600; margin-bottom: 20rpx; } .white-card .white-left .white-text.data-v-aaa5af2f { color: #999999; flex-wrap: wrap; } .white-card .white-right.data-v-aaa5af2f { margin-left: 2%; width: 85rpx; height: 85rpx; } .title-img.data-v-aaa5af2f { position: absolute; top: 0; left: 0; width: 100%; height: 600rpx; z-index: -1; } .big-font.data-v-aaa5af2f { font-size: 70rpx; color: black; margin: 10rpx 0; } .fixed.data-v-aaa5af2f { position: fixed; top: 0; left: 0; background-color: #fff; width: 100%; z-index: 2; } .title-back.data-v-aaa5af2f { margin-top: 100rpx; width: 100%; height: 100rpx; display: flex; justify-content: space-between; align-items: center; } .title-back .left-father.data-v-aaa5af2f { display: flex; align-items: center; z-index: 999; } .title-back .left-father .back-img.data-v-aaa5af2f { width: 45rpx; height: 40rpx; margin-left: 40rpx; margin-right: 15rpx; }