199 lines
3.7 KiB
Plaintext
199 lines
3.7 KiB
Plaintext
@charset "UTF-8";
|
|
/* 主题色 */
|
|
.cgreen.data-v-580a283a {
|
|
color: #39D9C9;
|
|
}
|
|
.tips.data-v-580a283a {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
.tips .top.data-v-580a283a {
|
|
width: 100%;
|
|
display: flex;
|
|
margin-top: 20px;
|
|
align-items: flex-start;
|
|
}
|
|
.tips .top .left.data-v-580a283a {
|
|
font-size: 64rpx;
|
|
margin-right: 10px;
|
|
}
|
|
.tips .top .right .text.data-v-580a283a {
|
|
font-size: 32rpx !important;
|
|
}
|
|
.tips .top .right text.data-v-580a283a {
|
|
font-size: 32rpx;
|
|
display: block;
|
|
width: 100%;
|
|
margin-bottom: 5px;
|
|
}
|
|
.tips .item.data-v-580a283a {
|
|
background-color: #272a2a;
|
|
border-radius: 10px;
|
|
margin-top: 8px;
|
|
color: #fff;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
display: flex;
|
|
}
|
|
.tips .item text.data-v-580a283a {
|
|
flex-grow: 0;
|
|
display: inline-block;
|
|
}
|
|
.tips .item .cgreen.data-v-580a283a {
|
|
flex-grow: 2;
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
}
|
|
.tips .item .level.data-v-580a283a {
|
|
color: #516752;
|
|
}
|
|
.tips .title.data-v-580a283a {
|
|
font-size: 32rpx;
|
|
margin: 20px;
|
|
}
|
|
.tips .title view.data-v-580a283a {
|
|
width: 100%;
|
|
margin-top: 40px;
|
|
text-align: center;
|
|
}
|
|
.tips .data.data-v-580a283a {
|
|
margin-top: 20px;
|
|
}
|
|
.tips .data .text.data-v-580a283a {
|
|
font-size: 32rpx;
|
|
color: #fff;
|
|
line-height: 20px;
|
|
}
|
|
.tips .btn.data-v-580a283a {
|
|
width: 70%;
|
|
color: #fff;
|
|
padding: 5px 15px;
|
|
border-radius: 15px;
|
|
text-align: center;
|
|
background: #37cc92;
|
|
margin: 15px auto;
|
|
position: absolute;
|
|
bottom: 80px;
|
|
left: calc(15% - 15px);
|
|
}
|
|
.tips .close.data-v-580a283a {
|
|
background: #999;
|
|
bottom: 20px;
|
|
}
|
|
.weight.data-v-580a283a {
|
|
padding-top: 30px;
|
|
}
|
|
.weight .title.data-v-580a283a {
|
|
width: 80%;
|
|
margin: auto;
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
}
|
|
.box1.data-v-580a283a {
|
|
color: #fff;
|
|
margin: 50px 15px 15px;
|
|
width: calc(100%- 30px);
|
|
}
|
|
.box1 .time.data-v-580a283a {
|
|
width: 60%;
|
|
margin: auto;
|
|
position: relative;
|
|
text-align: center;
|
|
border-radius: 10px;
|
|
background-color: #272a2a;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
.box1 .time.data-v-580a283a: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-580a283a {
|
|
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-580a283a {
|
|
width: 80%;
|
|
}
|
|
.box1 .item .image image.data-v-580a283a {
|
|
width: 100%;
|
|
margin-top: 10px;
|
|
}
|
|
.box1 .item .center.data-v-580a283a {
|
|
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-580a283a {
|
|
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-580a283a {
|
|
width: 55px;
|
|
height: 100%;
|
|
position: absolute;
|
|
z-index: 99;
|
|
}
|
|
.box1 .item .level-item.data-v-580a283a :last-child {
|
|
border-bottom: none;
|
|
}
|
|
.box1 .item .ite.data-v-580a283a {
|
|
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-580a283a {
|
|
width: 100%;
|
|
text-align: center;
|
|
margin: 20px 0;
|
|
color: #fff;
|
|
font-size: 28rpx;
|
|
}
|
|
.val text.data-v-580a283a {
|
|
display: block;
|
|
color: #39D9C9 !important;
|
|
font-size: 64rpx;
|
|
margin-bottom: 10px;
|
|
}
|
|
.content.data-v-580a283a {
|
|
width: calc(100% - 30px);
|
|
padding: 0 15px;
|
|
min-height: 100vh;
|
|
color: #5d5651;
|
|
background-color: #000;
|
|
}
|
|
|