parent
8b572d29cf
commit
ad5d81c0b3
14 changed files with 343 additions and 1225 deletions
File diff suppressed because it is too large
Load Diff
@ -1,64 +1,52 @@ |
|||||||
.forms { |
.forms { |
||||||
display: flex; |
display: flex; |
||||||
align-items: center; |
|
||||||
padding: 15px; |
|
||||||
margin-bottom: 20px; |
|
||||||
background-color: #fff; |
|
||||||
.item { |
|
||||||
display: inline-flex; |
|
||||||
align-items: center; |
align-items: center; |
||||||
margin-right: 30px; |
padding: 15px; |
||||||
} |
margin-bottom: 20px; |
||||||
.label { |
background-color: #fff; |
||||||
font-size: 16px; |
.item { |
||||||
color: #333; |
display: inline-flex; |
||||||
white-space: nowrap; |
align-items: center; |
||||||
} |
margin-right: 30px; |
||||||
/deep/.el-input__inner { |
|
||||||
width: 100%; |
|
||||||
height: 38px; |
|
||||||
line-height: 38px; |
|
||||||
border: 0; |
|
||||||
background: #F7F7F7; |
|
||||||
} |
|
||||||
.search { |
|
||||||
display: inline-flex; |
|
||||||
width: 34%; |
|
||||||
input { |
|
||||||
width: 100%; |
|
||||||
height: 38px; |
|
||||||
padding: 0 15px; |
|
||||||
font-size: 14px; |
|
||||||
color: #333; |
|
||||||
background: #F7F7F7; |
|
||||||
border: 0; |
|
||||||
border-top-left-radius: 6px; |
|
||||||
border-bottom-left-radius: 6px; |
|
||||||
&:focus { |
|
||||||
outline: none; |
|
||||||
} |
|
||||||
} |
} |
||||||
} |
.label { |
||||||
.icon { |
font-size: 16px; |
||||||
display: inline-flex; |
color: #333; |
||||||
justify-content: center; |
white-space: nowrap; |
||||||
align-items: center; |
} |
||||||
width: 62px; |
/deep/.el-input__inner { |
||||||
height: 38px; |
width: 100%; |
||||||
background: #1583FF; |
height: 38px; |
||||||
border-radius: 0px 6px 6px 0px; |
line-height: 38px; |
||||||
cursor: pointer; |
border: 0; |
||||||
} |
background: #f7f7f7; |
||||||
} |
|
||||||
|
|
||||||
@media (max-width: 1200px) { |
|
||||||
.forms { |
|
||||||
padding: 1.25rem; |
|
||||||
flex-direction: column; |
|
||||||
.item, .search,div { |
|
||||||
width: 80%;margin: 0 auto; |
|
||||||
justify-content: center; |
|
||||||
margin-top: 20px; |
|
||||||
} |
} |
||||||
} |
.search { |
||||||
} |
display: inline-flex; |
||||||
|
width: 34%; |
||||||
|
input { |
||||||
|
width: 100%; |
||||||
|
height: 38px; |
||||||
|
padding: 0 15px; |
||||||
|
font-size: 14px; |
||||||
|
color: #333; |
||||||
|
background: #f7f7f7; |
||||||
|
border: 0; |
||||||
|
border-top-left-radius: 6px; |
||||||
|
border-bottom-left-radius: 6px; |
||||||
|
&:focus { |
||||||
|
outline: none; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
.icon { |
||||||
|
display: inline-flex; |
||||||
|
justify-content: center; |
||||||
|
align-items: center; |
||||||
|
width: 62px; |
||||||
|
height: 38px; |
||||||
|
background: #1583ff; |
||||||
|
border-radius: 0px 6px 6px 0px; |
||||||
|
cursor: pointer; |
||||||
|
} |
||||||
|
} |
||||||
|
Loading…
Reference in new issue