@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* uni.scss */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .guize.data-v-1f379920 { width: 750rpx; height: 600rpx; background: #FFFFFF; border-radius: 20rpx 20rpx 0rpx 0rpx; } .guize .guizetop.data-v-1f379920 { text-align: center; font-family: Alibaba PuHuiTi; font-weight: 400; padding: 20rpx; font-size: 30rpx; color: #333333; } .guize .guizetext.data-v-1f379920 { padding: 10rpx; font-family: Alibaba PuHuiTi; font-weight: 400; font-size: 28rpx; color: #333333; } .imagejifn.data-v-1f379920 { width: 31rpx; height: 31rpx; position: absolute; top: 4rpx; right: 32rpx; } .borderbottom.data-v-1f379920 { height: 160rpx; border-bottom: 1px dashed black; } .text2.data-v-1f379920 { display: flex; justify-content: center; } .text2 .text12.data-v-1f379920 { text-align: center; width: 30%; height: 23rpx; font-family: PingFang SC; font-weight: 500; font-size: 24rpx; color: #FFFFFF; line-height: 36rpx; opacity: 0.6; margin-top: 20rpx; } .text4.data-v-1f379920 { display: flex; justify-content: center; } .text4 .text14.data-v-1f379920 { text-align: center; width: 30%; height: 23rpx; font-family: PingFang SC; font-weight: 500; font-size: 22rpx; color: #CA151F; line-height: 36rpx; margin-top: -50rpx; } .text4 .text142.data-v-1f379920 { text-align: center; width: 30%; height: 23rpx; font-family: PingFang SC; font-weight: 500; font-size: 22rpx; color: #CA151F; line-height: 36rpx; margin-top: -170rpx; } .text4 .text143.data-v-1f379920 { text-align: center; width: 30%; height: 23rpx; font-family: PingFang SC; font-weight: 500; font-size: 22rpx; color: #CA151F; line-height: 36rpx; margin-top: 20rpx; } .text3.data-v-1f379920 { display: flex; justify-content: center; } .text3 .text13.data-v-1f379920 { text-align: center; width: 30%; height: 23rpx; font-family: PingFang SC; font-weight: 500; font-size: 36rpx; color: #CA151F; line-height: 36rpx; margin-top: 235rpx; } .text3 .text132.data-v-1f379920 { text-align: center; width: 30%; height: 23rpx; font-family: PingFang SC; font-weight: 500; font-size: 36rpx; color: #CA151F; line-height: 36rpx; margin-top: 110rpx; } .text3 .text133.data-v-1f379920 { text-align: center; width: 30%; height: 23rpx; font-family: PingFang SC; font-weight: 500; font-size: 36rpx; color: #CA151F; line-height: 36rpx; margin-top: 310rpx; } .text.data-v-1f379920 { display: flex; justify-content: center; } .text .text1.data-v-1f379920 { width: 204rpx; height: 63rpx; font-family: PingFang SC; font-weight: 500; font-size: 28rpx; color: #FFFFFF; line-height: 36rpx; } .tuxiang.data-v-1f379920 { display: flex; justify-content: center; } .tuxiang1.data-v-1f379920 { width: 112rpx; height: 112rpx; background: #FFE3E4; margin-top: 44rpx; border-radius: 50%; border: 2px solid #CA151F; } .tuxiang2.data-v-1f379920 { width: 140rpx; height: 140rpx; margin-left: 48rpx; background: #FFE3E4; border-radius: 50%; border: 2px solid #CA151F; } .tuxiang3.data-v-1f379920 { width: 112rpx; height: 112rpx; margin-top: 44rpx; margin-left: 45rpx; background: #FFE3E4; border-radius: 50%; border: 2px solid #CA151F; } .but.data-v-1f379920 { background: #FFFFFF; border-radius: 28rpx; color: #CA151F; } .border.data-v-1f379920 { border: 0px; } .custom-navigation-bar.data-v-1f379920 { display: flex; align-items: center; justify-content: space-between; height: 220rpx; margin-top: -1060rpx; } .left-button.data-v-1f379920, .right-button.data-v-1f379920 { padding: 0 12px; } .title.data-v-1f379920 { flex: 1; color: #fff; font-size: 18px; font-weight: bold; }