|
@@ -1,16 +1,12 @@
|
|
|
body {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.letterBoxAll {
|
|
|
+ width: 100vw;
|
|
|
background-color: #EBF0F3;
|
|
|
- height: 100%;
|
|
|
+ height: 100vh;
|
|
|
overflow: auto;
|
|
|
}
|
|
|
|
|
|
.firstArea {
|
|
|
- width: 1150px;
|
|
|
+ width: 100%;
|
|
|
height: 522px;
|
|
|
background-color: #FFFFFF;
|
|
|
}
|
|
@@ -81,8 +77,8 @@ body {
|
|
|
|
|
|
/* 第二区域 */
|
|
|
.secondArea {
|
|
|
- width: 1150px;
|
|
|
- height: calc(100% - 522px);
|
|
|
+ width: 100%;
|
|
|
+ height: calc(100vh - 522px);
|
|
|
margin-top: 15px;
|
|
|
background-color: #FFFFFF;
|
|
|
padding: 28px 21px 28px 19px;
|
|
@@ -324,11 +320,6 @@ body {
|
|
|
background-color: #F1F5F9 !important;
|
|
|
}
|
|
|
|
|
|
-/*.footer {*/
|
|
|
-/* width: 100%;*/
|
|
|
-/* height: 100px;*/
|
|
|
-/*}*/
|
|
|
-
|
|
|
.layui-laypage-btn {
|
|
|
background: #2775CC !important;
|
|
|
color: #fff;
|