|
|
@ -41,7 +41,7 @@ |
|
|
|
width: 100%; |
|
|
|
// padding: 10px 5px 13px; |
|
|
|
// margin-top: 8px; |
|
|
|
height: calc(840px - 15px); |
|
|
|
height: calc(825px - 15px); |
|
|
|
color: #fff; |
|
|
|
// background: url('../../../img/modules/visual/warning-box.png') no-repeat |
|
|
|
// center; |
|
|
@ -110,7 +110,7 @@ |
|
|
|
box-sizing: border-box; |
|
|
|
width: 100%; |
|
|
|
|
|
|
|
height: calc(840px - 10px); |
|
|
|
height: calc(825px - 10px); |
|
|
|
color: #fff; |
|
|
|
background: url("../../../img/modules/visual/fenlei-box.png") no-repeat center; |
|
|
|
background-size: 100% 100%; |
|
|
@ -211,7 +211,7 @@ |
|
|
|
flex: 0 0 calc(1919px - 620px); |
|
|
|
// width: calc(1919px - 560px); |
|
|
|
|
|
|
|
height: calc(840px - 10px); |
|
|
|
height: calc(825px - 10px); |
|
|
|
color: #fff; |
|
|
|
background: url("../../../img/modules/visual/warning-box.png") no-repeat center; |
|
|
|
background-size: 100% 100%; |
|
|
@ -252,11 +252,11 @@ |
|
|
|
box-sizing: border-box; |
|
|
|
|
|
|
|
margin-top: 9px; |
|
|
|
height: calc(840px - 120px); |
|
|
|
height: calc(825px - 120px); |
|
|
|
} |
|
|
|
|
|
|
|
.div_room { |
|
|
|
// height: calc(840px - 40px); |
|
|
|
// height: calc(825px - 40px); |
|
|
|
// margin-top: 9px; |
|
|
|
display: flex; |
|
|
|
flex-wrap: wrap; |
|
|
|