|
|
@ -38,10 +38,10 @@ |
|
|
|
|
|
|
|
.div_map { |
|
|
|
box-sizing: border-box; |
|
|
|
width: 100%; |
|
|
|
width: 1920px - 630px - 20px; |
|
|
|
// padding: 10px 5px 13px; |
|
|
|
// margin-top: 8px; |
|
|
|
height: calc(840px - 15px); |
|
|
|
height: calc(810px); |
|
|
|
color: #fff; |
|
|
|
// background: url('../../../img/modules/visual/warning-box.png') no-repeat |
|
|
|
// center; |
|
|
@ -50,7 +50,7 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.div_data { |
|
|
|
flex: 0 0 610px; |
|
|
|
width: 630px; |
|
|
|
margin-left: 12px; |
|
|
|
|
|
|
|
.div_tips{ |
|
|
@ -58,9 +58,6 @@ |
|
|
|
width: 100%; |
|
|
|
height: 302px; |
|
|
|
color: #fff; |
|
|
|
background: url('../../../img/modules/visual/warning-box.png') no-repeat |
|
|
|
center; |
|
|
|
background-size: 100% 100%; |
|
|
|
|
|
|
|
.div_coverage{ |
|
|
|
padding: 30px 10px 32px 10px; |
|
|
@ -90,9 +87,12 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.div_category { |
|
|
|
@include scrollBar; |
|
|
|
box-sizing: border-box; |
|
|
|
height:238px; |
|
|
|
padding:0 10px 20px; |
|
|
|
height:178px; |
|
|
|
padding:0 10px 0; |
|
|
|
overflow-y: auto; |
|
|
|
overflow-x: hidden; |
|
|
|
|
|
|
|
.category_item { |
|
|
|
|
|
|
@ -160,17 +160,13 @@ |
|
|
|
box-sizing: border-box; |
|
|
|
width: 100%; |
|
|
|
margin-top:10px; |
|
|
|
height: calc(840px - 302px - 10px); |
|
|
|
height: calc(810px - 302px - 10px); |
|
|
|
color: #fff; |
|
|
|
background: url('../../../img/modules/visual/warning-box.png') no-repeat |
|
|
|
center; |
|
|
|
background-size: 100% 100%; |
|
|
|
padding: 32px 21px 20px 20px; |
|
|
|
|
|
|
|
.div_search_list { |
|
|
|
margin: 0 auto; |
|
|
|
margin: 10px auto; |
|
|
|
text-align: center; |
|
|
|
width: 559px; |
|
|
|
width: 590px; |
|
|
|
height: 48px; |
|
|
|
background-color: #011168; |
|
|
|
border-radius: 4px; |
|
|
@ -211,14 +207,14 @@ |
|
|
|
|
|
|
|
|
|
|
|
.tb { |
|
|
|
height: calc(840px - 302px - 10px - 150px); |
|
|
|
height: calc(810px - 302px - 10px - 150px); |
|
|
|
overflow-y: auto; |
|
|
|
@include scrollBar; |
|
|
|
margin-top:20px; |
|
|
|
} |
|
|
|
|
|
|
|
.m-pagination { |
|
|
|
position: absolute; |
|
|
|
// position: absolute; |
|
|
|
box-sizing: border-box; |
|
|
|
right: 5px; |
|
|
|
bottom: 5px; |
|
|
@ -256,7 +252,7 @@ |
|
|
|
flex: 0 0 calc(1919px - 620px); |
|
|
|
// width: calc(1919px - 560px); |
|
|
|
|
|
|
|
height: calc(840px - 10px); |
|
|
|
height: calc(810px - 10px); |
|
|
|
color: #fff; |
|
|
|
background: url('../../../img/modules/visual/warning-box.png') no-repeat |
|
|
|
center; |
|
|
@ -298,11 +294,11 @@ |
|
|
|
box-sizing: border-box; |
|
|
|
|
|
|
|
margin-top: 9px; |
|
|
|
height: calc(840px - 120px); |
|
|
|
height: calc(810px - 120px); |
|
|
|
} |
|
|
|
|
|
|
|
.div_room { |
|
|
|
// height: calc(840px - 40px); |
|
|
|
// height: calc(810px - 40px); |
|
|
|
// margin-top: 9px; |
|
|
|
display: flex; |
|
|
|
flex-wrap: wrap; |
|
|
|