169 lines
3.3 KiB
Plaintext
169 lines
3.3 KiB
Plaintext
@charset "UTF-8";
|
|
/* 主题色 */
|
|
.content.data-v-0d38d2f2 {
|
|
padding: 15px;
|
|
background: #fff;
|
|
}
|
|
.title.data-v-0d38d2f2 {
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
margin: 30rpx auto;
|
|
}
|
|
.title .btn.data-v-0d38d2f2 {
|
|
font-weight: 500;
|
|
font-size: 12px;
|
|
padding: 2px 7px;
|
|
border-radius: 2px;
|
|
margin-left: 30rpx;
|
|
background-color: #6492f6;
|
|
}
|
|
.table.data-v-0d38d2f2 {
|
|
width: 100%;
|
|
border: 1px solid #d69231;
|
|
border-bottom: none;
|
|
box-sizing: border-box;
|
|
border-spacing: inherit;
|
|
font-size: 12px;
|
|
height: auto;
|
|
overflow: hidden;
|
|
border-right: none;
|
|
}
|
|
.table ._th.data-v-0d38d2f2 {
|
|
width: 20%;
|
|
float: left;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
background: #ffcf85;
|
|
box-sizing: border-box;
|
|
border-bottom: 1px solid #d69231;
|
|
border-right: 1px solid #d69231;
|
|
text-align: center;
|
|
}
|
|
.table ._td.data-v-0d38d2f2 {
|
|
box-sizing: border-box;
|
|
background: #e4cdac21;
|
|
display: block;
|
|
float: left;
|
|
width: 30%;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
padding-right: 10px;
|
|
padding-left: 10px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
border-bottom: 1px solid #d69231;
|
|
border-right: 1px solid #d69231;
|
|
text-align: center;
|
|
}
|
|
.table2.data-v-0d38d2f2 {
|
|
margin-top: 30rpx;
|
|
}
|
|
.table2 ._th.data-v-0d38d2f2,
|
|
.table2 ._td.data-v-0d38d2f2 {
|
|
height: 35px;
|
|
line-height: 35px;
|
|
width: 33.3%;
|
|
display: inherit;
|
|
text-align: center;
|
|
}
|
|
.top.data-v-0d38d2f2 {
|
|
text-align: center;
|
|
line-height: 30px;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
margin: 30rpx;
|
|
color: #999;
|
|
}
|
|
.top text.data-v-0d38d2f2 {
|
|
width: 100%;
|
|
display: block;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
color: #333;
|
|
font-weight: 600;
|
|
}
|
|
.TextLeft :nth-last-child(2).list .center text.data-v-0d38d2f2 {
|
|
position: absolute;
|
|
top: 50%;
|
|
z-index: 9;
|
|
text-align: center;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
.rank.data-v-0d38d2f2 {
|
|
text-align: center;
|
|
margin-top: 50rpx;
|
|
}
|
|
.rank .list.data-v-0d38d2f2 {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
display: flex;
|
|
margin-left: 20px;
|
|
line-height: 20px;
|
|
justify-content: center;
|
|
}
|
|
.rank .list .left.data-v-0d38d2f2 {
|
|
width: 90px;
|
|
line-height: 60px;
|
|
text-align: left;
|
|
color: #666;
|
|
font-size: 13px;
|
|
border-bottom: 1px solid #dfdfdf;
|
|
}
|
|
.rank .list .center.data-v-0d38d2f2 {
|
|
width: 50px;
|
|
height: 40px;
|
|
font-size: 12px;
|
|
color: #fff;
|
|
position: relative;
|
|
}
|
|
.rank .list .right.data-v-0d38d2f2 {
|
|
width: 120px;
|
|
}
|
|
.rank .list .right view.data-v-0d38d2f2 {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: baseline;
|
|
}
|
|
.rank .list .right .triangle_left.data-v-0d38d2f2:after {
|
|
clear: both;
|
|
content: "";
|
|
display: inline-block;
|
|
margin-top: 12px;
|
|
margin-right: 10px;
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 8px solid transparent;
|
|
border-right: 8px solid;
|
|
border-bottom: 8px solid transparent;
|
|
}
|
|
.rank .list .right .text.data-v-0d38d2f2 {
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
}
|
|
.rank :last-child .left.data-v-0d38d2f2 {
|
|
border-bottom: none;
|
|
}
|
|
.list3.data-v-0d38d2f2 {
|
|
height: 60px !important;
|
|
line-height: 60px !important;
|
|
}
|
|
.list3 .center.data-v-0d38d2f2 {
|
|
height: 60px !important;
|
|
}
|
|
.bottom.data-v-0d38d2f2 {
|
|
font-size: 12px;
|
|
margin-top: 15px;
|
|
line-height: 25px;
|
|
color: #666;
|
|
}
|
|
.bottom ._span.data-v-0d38d2f2 {
|
|
color: red;
|
|
font-size: 14px;
|
|
font-weight: 700;
|
|
display: inline-block;
|
|
margin: 0 5px;
|
|
}
|
|
|