@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* uni.scss */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .allbut.data-v-7376cf46 { width: 180rpx; height: 66rpx; background: #F5F6FA; border-radius: 33rpx; font-family: Microsoft YaHei; font-weight: 400; font-size: 24rpx; color: #333333; text-align: center; line-height: 66rpx; } .allbut1.data-v-7376cf46 { width: 150rpx; height: 66rpx; background: #F5F6FA; border-radius: 33rpx; font-family: Microsoft YaHei; font-weight: 400; font-size: 24rpx; color: #333333; text-align: center; line-height: 66rpx; margin-left: 24rpx; } .allb.data-v-7376cf46 { display: flex; margin: 24rpx; } .tabletop.data-v-7376cf46 { width: 750rpx; height: 76rpx; background: #F6D3D8; font-size: 28rpx; color: #333333; display: flex; line-height: 76rpx; text-align: center; } .tabletop .tabletop1.data-v-7376cf46 { width: 120rpx; } .tabletop .tabletop2.data-v-7376cf46 { width: 150rpx; } .tabletop .tabletop3.data-v-7376cf46 { width: 200rpx; } .tabletop .tabletop4.data-v-7376cf46 { width: 150rpx; } .tabletop .tabletop5.data-v-7376cf46 { width: 150rpx; } .danyuan.data-v-7376cf46 { width: 750rpx; height: 76rpx; text-align: center; line-height: 76rpx; background: #F9F2F3; } .topimg.data-v-7376cf46 { width: 750rpx; height: 416rpx; } .nr.data-v-7376cf46 { width: 640rpx; background: #FFFFFF; border-radius: 20rpx; margin: 24rpx auto; padding: 31rpx; font-family: PingFang SC; font-weight: 500; font-size: 28rpx; color: #333333; line-height: 40rpx; } .oppo-box.data-v-7376cf46 { width: 100vw !important; height: 100vh !important; overflow-x: hidden !important; overflow-y: auto !important; } .text-color.data-v-7376cf46 { color: #CA151F; } .custom-navigation-bar.data-v-7376cf46 { display: flex; align-items: center; justify-content: space-between; height: 220rpx; margin-top: -230rpx; } .left-button.data-v-7376cf46, .right-button.data-v-7376cf46 { padding: 0 12px; } .title.data-v-7376cf46 { flex: 1; color: #fff; font-size: 18px; font-weight: bold; }