@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 筛选组件 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .myBox.data-v-4dcceeb0 { width: 750rpx; min-height: 100vh; background-color: #F1F2F8; } .box.data-v-4dcceeb0 { border-radius: 8rpx 8rpx 8rpx 8rpx; padding-top: 52rpx; /* 顶部安全距离 */ } .box .backImg.data-v-4dcceeb0 { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; } .w-100.data-v-4dcceeb0 { width: 100%; } .flex.data-v-4dcceeb0 { display: flex; } .flex-start.data-v-4dcceeb0 { align-items: flex-start; } .justify-center.data-v-4dcceeb0 { justify-content: center; } .align-items.data-v-4dcceeb0 { align-items: center; } .flex-column.data-v-4dcceeb0 { flex-flow: column; } .justify-start.data-v-4dcceeb0 { justify-content: start; } .con-center.data-v-4dcceeb0 { margin-bottom: 150rpx; } .con-center .header.data-v-4dcceeb0 { width: 690rpx; justify-content: space-between; } .con-center .header .hea-left.data-v-4dcceeb0 { margin-left: 20rpx; } .con-center .header .hea-left .avatar.data-v-4dcceeb0 { width: 120rpx; height: 120rpx; border-radius: 50%; } .con-center .header .hea-left .first-header.data-v-4dcceeb0 { margin-left: 18rpx; } .con-center .header .hea-left .first-header ._span.data-v-4dcceeb0 { font-family: PingFang SC, PingFang SC; font-weight: 800; font-size: 34rpx; color: #181818; line-height: 26rpx; } .con-center .header .hea-left .line.data-v-4dcceeb0 { width: 320rpx; height: 1rpx; background: #BABDC7; border-radius: 0rpx 0rpx 0rpx 0rpx; margin: 19rpx 0 7rpx 0; } .con-center .header .hea-left .red.data-v-4dcceeb0 { font-family: PingFang SC, PingFang SC; font-weight: 800; font-size: 26rpx; color: #FF4949; line-height: 32rpx; } .first.data-v-4dcceeb0 { width: 690rpx; padding-bottom: 32rpx; margin-top: 52rpx; background: #FFFFFF; border-radius: 20rpx 20rpx 20rpx 20rpx; } .first .centerBox.data-v-4dcceeb0 { flex-wrap: wrap; } .first .centerBox view.data-v-4dcceeb0 { width: 120rpx; margin: 42rpx 90rpx 0 0; position: relative; } .first .centerBox view .numberPos.data-v-4dcceeb0 { position: absolute; right: 0%; top: 0; } .first .centerBox view .text.data-v-4dcceeb0 { font-weight: 500; font-size: 30rpx; color: #181818; } .popup.data-v-4dcceeb0 { display: flex; flex-direction: column; align-items: center; justify-content: center; padding-left: 73rpx; padding-right: 73rpx; } .popup ._img.data-v-4dcceeb0 { width: 352rpx; height: 328rpx; margin-top: -138rpx; margin-bottom: 60rpx; } .popup #txt1.data-v-4dcceeb0 { font-size: 34rpx; font-weight: bold; color: #181818; } .popup #txt2.data-v-4dcceeb0 { text-align: center; margin-top: 40rpx; font-size: 30rpx; color: #666; margin-bottom: 60rpx; } .jifen.data-v-4dcceeb0 { width: 690rpx; height: 86rpx; background: #FFFFFF; border-radius: 20rpx 20rpx 20rpx 20rpx; margin-top: 41rpx; justify-content: space-between; } .jifen .left.data-v-4dcceeb0 { margin-left: 32rpx; } .jifen .left .title.data-v-4dcceeb0 { width: 104rpx; height: 32rpx; font-family: PingFang SC, PingFang SC; font-weight: 800; font-size: 26rpx; color: #181818; line-height: 32rpx; margin: 0 12rpx 0 6rpx; } .jifen .left .scoring.data-v-4dcceeb0 { font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 42rpx; color: #FFB134; line-height: 32rpx; } .jifen .right.data-v-4dcceeb0 { margin-right: 32rpx; font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 24rpx; color: #9E9E9E; line-height: 32rpx; } .jifen .right ._span.data-v-4dcceeb0 { margin-right: 8rpx; } .service.data-v-4dcceeb0 { margin-top: 42rpx; margin-bottom: 120rpx; font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 30rpx; color: #008CFF; height: 100rpx; }