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