You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.2 KiB
61 lines
1.2 KiB
/* .head{ |
|
//display: flex; |
|
border-bottom:2px solid #d4dde4; |
|
width: 100%; |
|
height: 68px; |
|
background-color:white ; |
|
} */ |
|
//头部搜索栏 |
|
.header { |
|
border-bottom: 1px solid #999; |
|
height: 80px; |
|
min-height: 81px;; |
|
box-sizing: border-box; |
|
// padding: 0 15px; |
|
display: flex; |
|
flex-direction: row; |
|
flex-wrap: wrap; |
|
align-items:center; |
|
justify-content:center; |
|
.queryField { |
|
margin: 0 10px; |
|
font-size: 14px; |
|
.mat-form-field { |
|
width: 130px; |
|
max-height: 50px;; |
|
margin: 0 15px 0 10px; |
|
} |
|
} |
|
.btnbox{ |
|
height: 80px; |
|
display: flex; |
|
flex-direction:column; |
|
justify-content: space-around; |
|
position: fixed; |
|
top: 64px; |
|
right: 4%; |
|
width: 88px; |
|
button{ |
|
width: 88px; |
|
height: 36px; |
|
} |
|
|
|
} |
|
} |
|
.chaxun{ |
|
margin-left: 20px; |
|
padding: 15px 32px; |
|
} |
|
.zhu{ |
|
width: 100%; |
|
height: 100%; |
|
position: relative; |
|
#zhidui{ |
|
width: 100%; |
|
height: 350px; |
|
position: absolute; |
|
left: 50%; |
|
top: 45%; |
|
transform: translate(-50%,-50%); |
|
} |
|
} |