@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* uni.scss */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .topth.data-v-25d1da24 { padding: 23rpx; font-family: PingFang SC; font-weight: 500; font-size: 26rpx; color: #FF8D2B; background: #FCE2CD; } .btnflex.data-v-25d1da24 { display: flex; margin-top: 50rpx; } .btnc.data-v-25d1da24 { margin-top: -20rpx; width: 180rpx; height: 66rpx; background: rgba(202, 21, 31, 0); border-radius: 33rpx; border: 1px solid #CA151F; line-height: 66rpx; font-family: PingFang SC; font-weight: 500; font-size: 26rpx; color: #CA151F; margin-right: 30rpx; } .nerrong.data-v-25d1da24 { width: 393rpx; height: 96rpx; font-family: PingFang SC; font-weight: 500; font-size: 24rpx; color: #999999; line-height: 36rpx; } .dflex.data-v-25d1da24 { display: flex; } .shenhe.data-v-25d1da24 { width: 140rpx; height: 56rpx; background: #FF8D2B; margin: 20rpx; text-align: center; line-height: 56rpx; border-radius: 0rpx 20rpx 0rpx 30rpx; } .boxcon1text.data-v-25d1da24 { width: 230rpx; font-family: PingFang SC; font-weight: bold; font-size: 30rpx; color: #333333; margin: 20rpx; margin-left: 0rpx; line-height: 40rpx; } .boxcon1.data-v-25d1da24 { display: flex; } .boxcon1 .boxcon1img.data-v-25d1da24 { width: 220rpx; height: 260rpx; margin: 20rpx; background: #E9EDED; border-radius: 10rpx; } .oppo-box.data-v-25d1da24 { width: 100vw !important; height: 100vh !important; overflow-x: hidden !important; overflow-y: auto !important; } .text-color.data-v-25d1da24 { color: #CA151F; } .btntext.data-v-25d1da24 { font-family: PingFang SC; font-weight: 500; font-size: 26rpx; color: #CA151F; line-height: 40rpx; } .shijiantext.data-v-25d1da24 { font-family: PingFang SC; font-weight: 500; font-size: 24rpx; color: #AAAAAA; line-height: 60rpx; } .toptext.data-v-25d1da24 { font-family: PingFang SC; font-weight: bold; font-size: 30rpx; color: #333333; line-height: 40rpx; } .paddingrow.data-v-25d1da24 { padding: 20rpx; } .boxcon.data-v-25d1da24 { width: 702rpx; height: 300rpx; background: #FFFFFF; border-radius: 20rpx; margin: 24rpx auto; } .custom-navigation-bar.data-v-25d1da24 { display: flex; align-items: center; justify-content: space-between; position: absolute; top: 112rpx; } .left-button.data-v-25d1da24, .right-button.data-v-25d1da24 { padding: 0 12px; } .title.data-v-25d1da24 { flex: 1; color: #fff; font-size: 18px; font-weight: bold; }