@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 筛选组件 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .w-100.data-v-c4fe82e6 { width: 100%; } .m-l-24.data-v-c4fe82e6 { margin-left: 24rpx; } .m-r-24.data-v-c4fe82e6 { margin-right: 24rpx; } .flex.data-v-c4fe82e6 { display: flex; } .justify-center.data-v-c4fe82e6 { justify-content: center; } .space-between.data-v-c4fe82e6 { justify-content: space-between; } .align-items.data-v-c4fe82e6 { align-items: center; } .flex-column.data-v-c4fe82e6 { flex-flow: column; } .justify-start.data-v-c4fe82e6 { justify-content: start; } .mar-top-30.data-v-c4fe82e6 { margin-top: 30rpx; } .hui.data-v-c4fe82e6 { font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 24rpx; color: #7A7A7A; } .box.data-v-c4fe82e6 { width: 750rpx; height: 100vh; background-color: #F1F2F8; overflow-x: hidden; overflow-y: scroll; } .top.data-v-c4fe82e6 { width: 750rpx; background-color: #FFFFFF; padding-top: 30rpx; border-radius: 24rpx; } .top .top-one.data-v-c4fe82e6 { width: 690rpx; } .top .top-one .title.data-v-c4fe82e6 { width: 473rpx; font-family: PingFang SC, PingFang SC; font-weight: bold; font-size: 36rpx; color: #7A7A7A; } .top .top-one .line-row.data-v-c4fe82e6 { width: 473rpx; height: 1rpx; background: #D9D9D9; margin: 17rpx 0 23rpx 0; } .top .top-one .yao.data-v-c4fe82e6 { font-family: PingFang SC, PingFang SC; font-weight: bold; font-size: 26rpx; color: #7A7A7A; } .top .top-one .yao ._span.data-v-c4fe82e6 { font-family: PingFang SC, PingFang SC; font-weight: bold; font-size: 42rpx; color: #008CFF; } .top .top-one .jigou.data-v-c4fe82e6 { font-family: PingFang SC, PingFang SC; font-weight: 800; font-size: 32rpx; color: #4B4B4B; margin-top: 23rpx; } .detail.data-v-c4fe82e6 { width: 642rpx; padding: 0 24rpx; background: #FFFFFF; margin-top: 24rpx; border-radius: 24rpx; margin-bottom: 150rpx; } .detail .xinxi.data-v-c4fe82e6 { margin: 32rpx 0 24rpx 0; font-family: PingFang SC, PingFang SC; font-weight: 800; font-size: 32rpx; color: #4B4B4B; } .footer.data-v-c4fe82e6 { position: fixed; bottom: 0; width: 750rpx; height: 122rpx; background: #FFFFFF; box-shadow: 0rpx -6rpx 12rpx 0rpx rgba(111, 190, 255, 0.1); } .footer ._span.data-v-c4fe82e6 { width: 306rpx; height: 80rpx; border-radius: 401rpx 401rpx 401rpx 401rpx; border: 2rpx solid #008CFF; display: flex; justify-content: center; align-items: center; font-family: PingFang SC, PingFang SC; font-weight: 800; font-size: 34rpx; color: #008CFF; }