邵佳豪
4 years ago
4 changed files with 112 additions and 90 deletions
@ -1,61 +1,76 @@ |
|||||||
/* .head{ |
.box{ |
||||||
//display: flex; |
width: 100%; |
||||||
border-bottom:2px solid #d4dde4; |
height: 92%; |
||||||
width: 100%; |
display: flex; |
||||||
height: 68px; |
flex-direction: column; |
||||||
background-color:white ; |
overflow: hidden; |
||||||
} */ |
position: relative; |
||||||
|
.echartsbox{ |
||||||
|
width: 100%; |
||||||
|
height: 100%; |
||||||
|
// overflow: auto; |
||||||
|
} |
||||||
|
#Line{ |
||||||
|
width: 50%; |
||||||
|
height: 420px; |
||||||
|
margin: 50px auto; |
||||||
|
} |
||||||
|
} |
||||||
|
.publicCss{ |
||||||
|
height: 350px; |
||||||
|
width: 50%; |
||||||
|
display: inline-block; |
||||||
|
box-sizing: border-box; |
||||||
|
padding: 20px; |
||||||
|
} |
||||||
|
|
||||||
//头部搜索栏 |
//头部搜索栏 |
||||||
.header { |
.header { |
||||||
border-bottom: 1px solid #999; |
border-bottom: 1px solid #999; |
||||||
height: 80px; |
height: 80px; |
||||||
min-height: 81px;; |
min-height: 81px;; |
||||||
box-sizing: border-box; |
box-sizing: border-box; |
||||||
// padding: 0 15px; |
// padding: 0 15px; |
||||||
display: flex; |
display: flex; |
||||||
flex-direction: row; |
flex-direction: row; |
||||||
flex-wrap: wrap; |
flex-wrap: wrap; |
||||||
align-items:center; |
align-items:center; |
||||||
justify-content:center; |
justify-content:center; |
||||||
.queryField { |
.queryField { |
||||||
margin: 0 10px; |
margin: 0 10px; |
||||||
font-size: 14px; |
font-size: 14px; |
||||||
.mat-form-field { |
.mat-form-field { |
||||||
width: 130px; |
width: 130px; |
||||||
max-height: 50px;; |
max-height: 50px;; |
||||||
margin: 0 15px 0 10px; |
margin: 0 15px 0 10px; |
||||||
} |
|
||||||
} |
} |
||||||
.btnbox{ |
} |
||||||
height: 80px; |
.btnbox{ |
||||||
display: flex; |
height: 80px; |
||||||
flex-direction:column; |
display: flex; |
||||||
justify-content: space-around; |
flex-direction:column; |
||||||
position: fixed; |
justify-content: space-around; |
||||||
top: 64px; |
position: fixed; |
||||||
right: 4%; |
top: 64px; |
||||||
width: 88px; |
right: 4%; |
||||||
button{ |
width: 88px; |
||||||
width: 88px; |
button{ |
||||||
height: 36px; |
width: 88px; |
||||||
} |
height: 36px; |
||||||
|
} |
||||||
|
|
||||||
} |
|
||||||
} |
} |
||||||
.chaxun{ |
|
||||||
margin-left: 20px; |
|
||||||
padding: 15px 32px; |
|
||||||
} |
} |
||||||
.zhu{ |
.zhu{ |
||||||
width: 100%; |
width: 100%; |
||||||
height: 100%; |
height: 100%; |
||||||
position: relative; |
overflow: auto; |
||||||
#zhidui{ |
#zhidui{ |
||||||
width: 100%; |
width: 100%; |
||||||
height: 350px; |
height: 350px; |
||||||
position: absolute; |
position: absolute; |
||||||
left: 50%; |
left: 50%; |
||||||
top: 45%; |
top: 50%; |
||||||
transform: translate(-50%,-50%); |
transform: translate(-50%,-50%); |
||||||
} |
} |
||||||
} |
} |
Loading…
Reference in new issue