254 lines
3.4 KiB
CSS
254 lines
3.4 KiB
CSS
body{
|
|
background: #ffffff;
|
|
}
|
|
|
|
header{
|
|
position: fixed;
|
|
padding:0;
|
|
margin:0;
|
|
padding-top:1.25rem;
|
|
height: 2.75rem;
|
|
z-index:99999999;
|
|
}
|
|
.content-container{
|
|
overflow-y: scroll;
|
|
}
|
|
.top-bar {
|
|
height: 2.75rem;
|
|
line-height: 2.75rem;
|
|
display:flex;
|
|
align-items:center;
|
|
padding:0px;
|
|
font-size:1.125rem;
|
|
}
|
|
|
|
.top-bar .left{
|
|
width:2rem;
|
|
height:100%;
|
|
display:flex;
|
|
align-items:center;
|
|
justify-content:center;
|
|
}
|
|
|
|
.top-bar .left img{
|
|
width:0.656rem;
|
|
height:1.1875rem;
|
|
}
|
|
|
|
.top-bar span{
|
|
margin:auto;
|
|
color:rgba(0,0,0,1)
|
|
}
|
|
|
|
.top-bar .right{
|
|
width: 2rem;
|
|
height: 100%;
|
|
}
|
|
.top{
|
|
background:#ffffff;
|
|
}
|
|
|
|
.tabs{
|
|
display: flex;
|
|
font-size:1.125rem;
|
|
position:fixed;
|
|
top:4rem;
|
|
width: 100%;
|
|
z-index:99999999;
|
|
}
|
|
|
|
.tab{
|
|
flex-grow:1;
|
|
height:2.5rem;
|
|
display:flex;
|
|
align-items:center;
|
|
justify-content:center;
|
|
background:#f2f2f2;
|
|
}
|
|
|
|
.tab.active{
|
|
background:#ffffff;
|
|
}
|
|
|
|
.searcher{
|
|
/*padding:0.4rem 1rem 0 1rem;*/
|
|
padding-top: 0.4rem;
|
|
display:flex;
|
|
font-size:1rem;
|
|
justify-content: center;
|
|
}
|
|
|
|
.btn{
|
|
border-radius:0.25rem;
|
|
border:1px solid #dad9da;
|
|
box-sizing:border-box;
|
|
height:1.875rem;
|
|
width:5.125rem;
|
|
display:flex;
|
|
justify-content:center;
|
|
align-items:center;
|
|
margin-right:0.8rem;
|
|
font-size:1rem;
|
|
}
|
|
|
|
.btn.active{
|
|
background:#e9be2b;
|
|
color:#ffffff;
|
|
}
|
|
|
|
.picker{
|
|
display:flex;
|
|
justify-content:space-around;
|
|
align-items:center;
|
|
height:2rem;
|
|
line-height: 2rem;
|
|
font-size:1rem;
|
|
min-width:14rem;
|
|
}
|
|
|
|
.picker .date{
|
|
background: red;
|
|
border-bottom:1px solid #E9BE2B;
|
|
width:6rem;
|
|
height: 1.875rem;
|
|
text-align:center;
|
|
display:block;
|
|
line-height:1.875rem;
|
|
}
|
|
|
|
|
|
.compare-AChart{
|
|
width:100%;
|
|
height:16rem;
|
|
|
|
}
|
|
|
|
.time-AChart{
|
|
width:100%;
|
|
height:16rem;
|
|
}
|
|
|
|
.time-BCChart-con{
|
|
display:flex;
|
|
justify-content:space-between;
|
|
}
|
|
|
|
.time-BCChart-con>div{
|
|
width:49%;
|
|
height:16rem;
|
|
}
|
|
|
|
.compare-ATable-con{
|
|
padding:1rem;
|
|
}
|
|
|
|
table{
|
|
padding:1rem;
|
|
table-layout:fixed ;
|
|
width:100%;
|
|
text-align:center;
|
|
border:1px solid red;
|
|
}
|
|
|
|
table tr{
|
|
border-bottom:1px solid #eeeeee;
|
|
}
|
|
|
|
table tr:first-child{
|
|
border-top:2px solid #03b679;
|
|
}
|
|
|
|
table tr td{
|
|
line-height:2.0rem;
|
|
}
|
|
|
|
table tr>td{
|
|
border-left:1px solid #eeeeee;
|
|
}
|
|
|
|
table tr>td:last-child{
|
|
border-right:1px solid #eeeeee;
|
|
}
|
|
.tab-panel{
|
|
padding-left: 1.5rem;
|
|
font-size: 0.8rem;
|
|
}
|
|
|
|
.time-select{
|
|
border-radius:0.25rem;
|
|
border:1px solid #dad9da;
|
|
box-sizing:border-box;
|
|
height:1.875rem;
|
|
display:flex;
|
|
align-items:center;
|
|
font-size:1rem;
|
|
width:5.125rem;
|
|
margin-right: 1rem;
|
|
background-color: white;
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
|
|
|
|
/*日期选择器*/
|
|
.datetime-line {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.datetime {
|
|
font-size:0.9rem;
|
|
color:rgba(0,0,0,0.7)
|
|
height: 1.875rem;
|
|
line-height: 1.875rem;
|
|
text-align: center;
|
|
width: 7rem;
|
|
}
|
|
.datetime-range{
|
|
height: 1.875rem;
|
|
line-height: 1.875rem;
|
|
text-align: center;
|
|
width: 3rem;
|
|
}
|
|
.center {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.datetime {
|
|
line-height: 1.875rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.underline-yellow {
|
|
border-bottom: 1px solid #e9be2b
|
|
}
|
|
|
|
.img-drop-down {
|
|
width: 0.83rem;
|
|
height: 0.4rem;
|
|
margin: 0 0.625rem 0 0;
|
|
}
|
|
|
|
.iptime-group {
|
|
position: relative;
|
|
}
|
|
|
|
.iptime {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 7.825rem;
|
|
height:1.875rem;
|
|
opacity: 0;
|
|
}
|
|
.search-criteria {
|
|
margin-left: 2%;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 0.25rem;
|
|
height: 1.7rem;
|
|
width: 23%;
|
|
font-size:0.9rem;
|
|
}
|