198 lines
3.8 KiB
Plaintext
198 lines
3.8 KiB
Plaintext
@charset "UTF-8";
|
|
/* 主题色 */
|
|
.content.data-v-21e85d88 {
|
|
width: calc(100% - 30px);
|
|
min-height: calc(100vh - 80px);
|
|
padding: 65px 15px 15px;
|
|
background-color: #f7f7f7;
|
|
}
|
|
.tabbar.data-v-21e85d88 {
|
|
display: flex;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 999;
|
|
justify-content: space-between;
|
|
border-bottom: 1px solid #f7f7f7;
|
|
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
|
|
background-color: #fff;
|
|
}
|
|
.tabbar .scroll-menu.data-v-21e85d88 {
|
|
width: 100%;
|
|
white-space: nowrap;
|
|
}
|
|
.tabbar .scroll-menu view.data-v-21e85d88 {
|
|
height: 55px;
|
|
line-height: 55px;
|
|
display: inline-block;
|
|
min-width: 100px;
|
|
margin: 0 10px;
|
|
text-align: center;
|
|
}
|
|
.tabbar .active.data-v-21e85d88 {
|
|
color: #37cc92;
|
|
font-weight: bold;
|
|
border-bottom: 2px solid #37cc92;
|
|
}
|
|
.desc.data-v-21e85d88 {
|
|
padding: 15px;
|
|
text-align: left;
|
|
width: calc(100%-20px);
|
|
height: auto;
|
|
border-radius: 5px;
|
|
font-size: 30rpx;
|
|
color: #999;
|
|
margin-top: 15px;
|
|
background: #fff;
|
|
}
|
|
.desc .statuevue.data-v-21e85d88 {
|
|
height: 35px;
|
|
position: relative;
|
|
width: 100% !important;
|
|
margin: 20px auto 10px;
|
|
}
|
|
.desc .statuevue .bi.data-v-21e85d88 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: auto;
|
|
padding-top: 10px;
|
|
}
|
|
.desc .statuevue .bi .peobox.data-v-21e85d88 {
|
|
position: absolute;
|
|
right: 0;
|
|
top: -1px;
|
|
}
|
|
.desc .statuevue .bi .peobox .xx.data-v-21e85d88 {
|
|
width: 5px;
|
|
height: 5px;
|
|
border-radius: 50%;
|
|
background: #fff;
|
|
position: absolute;
|
|
z-index: 9;
|
|
border: 2px solid #1b2086;
|
|
top: 9px;
|
|
}
|
|
.desc .statuevue .item.data-v-21e85d88 {
|
|
position: relative;
|
|
margin: 0;
|
|
flex: 1;
|
|
height: 5px;
|
|
color: #666;
|
|
font-size: 30rpx;
|
|
}
|
|
.desc .statuevue .item .span1.data-v-21e85d88 {
|
|
width: 100%;
|
|
text-align: center;
|
|
position: absolute;
|
|
top: -23px;
|
|
}
|
|
.desc .statuevue .item .span.data-v-21e85d88 {
|
|
margin-top: 8px;
|
|
position: absolute;
|
|
right: -8px;
|
|
}
|
|
.describe.data-v-21e85d88 {
|
|
color: #666;
|
|
font-size: 28rpx;
|
|
line-height: 25px;
|
|
}
|
|
.info.data-v-21e85d88 {
|
|
background-color: #fff;
|
|
padding: 15px;
|
|
margin-top: 15px;
|
|
border-radius: 5px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
}
|
|
.info .table.data-v-21e85d88 {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.info .table .name2.data-v-21e85d88 {
|
|
width: 260rpx;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-size: 36rpx;
|
|
}
|
|
.info .table .time.data-v-21e85d88 {
|
|
width: calc(100% - 260rpx);
|
|
color: #999;
|
|
font-size: 32rpx;
|
|
margin-bottom: 5px;
|
|
display: inline-block;
|
|
}
|
|
.info .left.data-v-21e85d88 {
|
|
width: calc(100% - 280rpx);
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.info .left .left_view.data-v-21e85d88 {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.info .left .title.data-v-21e85d88 {
|
|
width: 80px;
|
|
font-weight: bold;
|
|
margin-right: 10px;
|
|
}
|
|
.info .right.data-v-21e85d88 {
|
|
width: 260rpx;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.info .right .charts.data-v-21e85d88 {
|
|
width: 260rpx;
|
|
height: 260rpx;
|
|
margin: 10px 0;
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
z-index: 9;
|
|
}
|
|
.info .right .charts .name.data-v-21e85d88 {
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 56rpx;
|
|
color: #4687F9;
|
|
position: absolute;
|
|
}
|
|
.info .right .title.data-v-21e85d88 {
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
.standard.data-v-21e85d88 {
|
|
width: 100%;
|
|
text-align: center;
|
|
margin-top: 0px;
|
|
margin-bottom: 8px;
|
|
}
|
|
.standard text.data-v-21e85d88 {
|
|
width: 100px;
|
|
color: #fff;
|
|
font-size: 14px;
|
|
padding: 2px 10px;
|
|
border-radius: 5px;
|
|
}
|
|
.yello.data-v-21e85d88 {
|
|
width: 8px;
|
|
height: 8px;
|
|
border-radius: 50%;
|
|
display: inline-block;
|
|
margin-right: 5px;
|
|
background-color: #fea606;
|
|
}
|
|
.blues.data-v-21e85d88 {
|
|
background-color: #37cc92;
|
|
}
|
|
.gridList.data-v-21e85d88 {
|
|
margin: 0;
|
|
}
|
|
|