199 lines
3.8 KiB
Plaintext
199 lines
3.8 KiB
Plaintext
|
|
.container.data-v-45013598 {
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
}
|
|
.info.data-v-45013598 {
|
|
height: 100rpx;
|
|
background-color: #007afd;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 20px;
|
|
color: #fff;
|
|
}
|
|
.left.data-v-45013598 {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
}
|
|
.icon.data-v-45013598 {
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 50%;
|
|
background-color: #fff;
|
|
text-align: center;
|
|
color: #007afd;
|
|
line-height: 50px;
|
|
}
|
|
.info_name.data-v-45013598 {
|
|
margin-left: 16rpx;
|
|
}
|
|
.right.data-v-45013598 {
|
|
text-align: center;
|
|
}
|
|
.navBar.data-v-45013598 {
|
|
height: 100%;
|
|
background-color: #fff;
|
|
margin-bottom: 12rpx;
|
|
/* background-color: pink; */
|
|
}
|
|
.navBar.data-v-45013598 {
|
|
padding: 20px;
|
|
/* text-align: center; */
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.navList.data-v-45013598 {
|
|
text-align: center;
|
|
}
|
|
.navIcon.data-v-45013598 {
|
|
width: 50px;
|
|
height: 50px;
|
|
/* border-radius: 10px;
|
|
background-color: #007afd; */
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.warn.data-v-45013598 {
|
|
background-color: #fff;
|
|
color: #de2433;
|
|
padding: 18rpx 20rpx;
|
|
text-align: left;
|
|
margin-bottom: 12rpx;
|
|
}
|
|
/* 24小时 */
|
|
.chartChange.data-v-45013598 {
|
|
text-align: center;
|
|
margin: 16rpx 0;
|
|
}
|
|
.chart_tit.data-v-45013598 {
|
|
width: 129rpx;
|
|
height: 43rpx;
|
|
background: #d3e1ff;
|
|
border-radius: 20rpx;
|
|
color: #3380ff;
|
|
}
|
|
.chart_tit image.data-v-45013598 {
|
|
margin-right: 10rpx;
|
|
width: 36rpx;
|
|
height: 30rpx;
|
|
}
|
|
.table_h.data-v-45013598 {
|
|
display: flex;
|
|
text-align: center;
|
|
height: 24px;
|
|
/* position: absolute;
|
|
top: 0;
|
|
right: 0; */
|
|
}
|
|
/* info_24 */
|
|
.info_24.data-v-45013598 {
|
|
padding: 20px;
|
|
background-color: #fff;
|
|
margin-bottom: 12rpx;
|
|
}
|
|
.heart.data-v-45013598 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.fl.data-v-45013598 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.title .line.data-v-45013598 {
|
|
border: 2px solid #3380ff;
|
|
border-radius: 3rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.title .h4.data-v-45013598 {
|
|
font-weight: 400;
|
|
font-size: 32rpx;
|
|
color: #121b3d;
|
|
}
|
|
.time.data-v-45013598 {
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #a2a2a2;
|
|
}
|
|
.g1.data-v-45013598 {
|
|
color: #545556;
|
|
}
|
|
.ye.data-v-45013598 {
|
|
color: #ff1717;
|
|
/* font-weight: 600; */
|
|
}
|
|
.b1.data-v-45013598 {
|
|
color: #3380ff;
|
|
padding: 0 2px;
|
|
}
|
|
.uni-group.data-v-45013598 {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
/* 表格 */
|
|
.tableBox.data-v-45013598 {
|
|
position: relative;
|
|
}
|
|
.leftTab.data-v-45013598 {
|
|
width: 80px;
|
|
/* border-bottom: 1px solid #ccc; */
|
|
}
|
|
.rightTab.data-v-45013598 {
|
|
width: 80px;
|
|
/* border: 1px solid #ccc;
|
|
border-radius: 0 3px 3px 0;
|
|
border-left: 0; */
|
|
}
|
|
.activetextTypeTab.data-v-45013598,
|
|
.activetextTypeTab.data-v-45013598:hover {
|
|
border-bottom: 3rpx solid #2286f6;
|
|
color: #026be0;
|
|
}
|
|
.table_div.data-v-45013598 {
|
|
height: 100%;
|
|
max-width: calc(100% - 0px);
|
|
max-height: calc(100vh - 24px);
|
|
flex: 1;
|
|
padding-top: 30px;
|
|
overflow-x: scroll;
|
|
}
|
|
/*table样式*/
|
|
.table_cur.data-v-45013598 {
|
|
width: 100%;
|
|
empty-cells: show;
|
|
border-collapse: collapse;
|
|
font-size: 14px;
|
|
}
|
|
.table_cur ._tr.data-v-45013598 {
|
|
display: flex;
|
|
line-height: 56rpx;
|
|
}
|
|
.table_cur ._th.data-v-45013598 {
|
|
height: 56rpx;
|
|
color: #2f4056;
|
|
background: #f5f6f8;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
padding: 0 10px;
|
|
box-sizing: border-box;
|
|
white-space: nowrap;
|
|
text-align: center !important;
|
|
}
|
|
.table_cur ._td.data-v-45013598 {
|
|
height: 56rpx;
|
|
border-bottom: 1px solid #d8ddeb;
|
|
font-size: 14px;
|
|
color: #2f4056;
|
|
padding: 0 10px;
|
|
box-sizing: border-box;
|
|
white-space: nowrap;
|
|
text-align: center !important;
|
|
}
|
|
/*table样式 end*/
|
|
|