@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ /* 主题色 */ .content.data-v-2a8a9ed4 { width: 100%; padding-top: 10px; min-height: 100vh; background-color: #000; } .box1.data-v-2a8a9ed4 { color: #fff; margin: 15px; width: calc(100%- 30px); } .box1 .time.data-v-2a8a9ed4 { width: 100%; font-size: 32rpx; margin-bottom: 20px; } .box1 .LiuS.data-v-2a8a9ed4 { width: 60%; margin: auto; position: relative; text-align: center; border-radius: 10px; background-color: #272a2a; height: 30px; line-height: 30px; } .box1 .LiuS.data-v-2a8a9ed4:after { content: ""; position: absolute; left: 45%; bottom: -7px; width: 0px; height: 0px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 8px solid #272a2a; } .box1 .item.data-v-2a8a9ed4 { width: 100%; font-size: 28rpx; padding: 10px 0; border-radius: 15px; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; position: relative; } .box1 .item .image.data-v-2a8a9ed4 { width: 80%; } .box1 .item .image image.data-v-2a8a9ed4 { margin-top: 10px; width: 100%; } .box1 .item .center.data-v-2a8a9ed4 { top: 0px; bottom: -0px; position: absolute; width: 55px; margin: auto; text-align: center; background-color: #333; border-radius: 10px; z-index: 9; } .box1 .item .level-bg.data-v-2a8a9ed4 { position: absolute; width: 55px; margin: auto; text-align: center; background-color: #4d6c7b; border-radius: 0 0 10px 10px; bottom: 0px; z-index: 19; } .box1 .item .level-item.data-v-2a8a9ed4 { width: 55px; height: 100%; position: absolute; z-index: 99; } .box1 .item .level-item.data-v-2a8a9ed4 :last-child { border-bottom: none; } .box1 .item .ite.data-v-2a8a9ed4 { margin: 0 5px; width: calc(100% - 10px); height: 40px; line-height: 40px; font-size: 32rpx; color: #fff; z-index: 99; border-bottom: 1px solid #999; } .box1 .val.data-v-2a8a9ed4 { width: 100%; text-align: center; margin: 20px 0; color: #fff; font-size: 32rpx; } .box1 .val text.data-v-2a8a9ed4 { display: block; color: #39D9C9 !important; font-size: 64rpx; margin-bottom: 10px; } .box.data-v-2a8a9ed4 { padding: 0; display: flex; flex-wrap: wrap; border-radius: 10px; margin: 15px; width: calc(100%- 30px); justify-content: space-between; } .box .data.data-v-2a8a9ed4 { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; width: 100%; } .box .item.data-v-2a8a9ed4 { width: 47.5%; font-size: 28rpx; background: #fff; padding: 10px 0; border-radius: 15px; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; } .box .val.data-v-2a8a9ed4 { width: 40px; height: 40px; border-radius: 50%; } .box .val image.data-v-2a8a9ed4 { width: 70%; height: 70%; }