|
@ -56,7 +56,7 @@ |
|
|
.div_tips{ |
|
|
.div_tips{ |
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 302px; |
|
|
height: 300px; |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
|
|
|
|
|
|
.div_coverage{ |
|
|
.div_coverage{ |
|
@ -89,7 +89,7 @@ |
|
|
.div_category { |
|
|
.div_category { |
|
|
@include scrollBar; |
|
|
@include scrollBar; |
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
height:178px; |
|
|
height:176px; |
|
|
padding:0 10px 0; |
|
|
padding:0 10px 0; |
|
|
overflow-y: auto; |
|
|
overflow-y: auto; |
|
|
overflow-x: hidden; |
|
|
overflow-x: hidden; |
|
@ -162,11 +162,12 @@ |
|
|
margin-top:10px; |
|
|
margin-top:10px; |
|
|
height: calc(810px - 302px - 10px); |
|
|
height: calc(810px - 302px - 10px); |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
|
|
|
overflow-x: hidden; |
|
|
|
|
|
|
|
|
.div_search_list { |
|
|
.div_search_list { |
|
|
margin: 6px auto; |
|
|
margin: 6px auto; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
width: 590px; |
|
|
width: 570px; |
|
|
height: 48px; |
|
|
height: 48px; |
|
|
background-color: #011168; |
|
|
background-color: #011168; |
|
|
border-radius: 4px; |
|
|
border-radius: 4px; |
|
@ -191,14 +192,14 @@ |
|
|
.btn { |
|
|
.btn { |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
flex: 0 0 113px; |
|
|
flex: 0 0 113px; |
|
|
height: 48px; |
|
|
height: 52px; |
|
|
background: linear-gradient(90deg, #1A5AFD, #26C4FF); |
|
|
background: linear-gradient(90deg, #1A5AFD, #26C4FF); |
|
|
border-radius: 0px 4px 4px 0px; |
|
|
border-radius: 0px 4px 4px 0px; |
|
|
font-size: 20px; |
|
|
font-size: 20px; |
|
|
font-family: PingFang SC; |
|
|
font-family: PingFang SC; |
|
|
font-weight: 400; |
|
|
font-weight: 400; |
|
|
color: #ffffff; |
|
|
color: #ffffff; |
|
|
line-height: 48px; |
|
|
line-height: 52px; |
|
|
} |
|
|
} |
|
|
.btn:hover { |
|
|
.btn:hover { |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
@ -216,6 +217,7 @@ |
|
|
.m-pagination { |
|
|
.m-pagination { |
|
|
// position: absolute; |
|
|
// position: absolute; |
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
|
|
|
margin-top: 2px; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 40px; |
|
|
height: 40px; |
|
|
display: flex; |
|
|
display: flex; |
|
|