|
@@ -297,10 +297,10 @@
|
|
|
@import url('/@/design/vent/color.less');
|
|
|
|
|
|
.sheet-bg {
|
|
|
- width: 1883px;
|
|
|
- height: 999px;
|
|
|
+ width: 100%;
|
|
|
+ height: 92%;
|
|
|
background-image: url(/@/assets/images/vent/sheet-bg.png);
|
|
|
- background-size: 1883px 999px;
|
|
|
+ background-size: 98% 98%;
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center;
|
|
|
position: relative;
|
|
@@ -312,7 +312,7 @@
|
|
|
overflow-y: auto;
|
|
|
}
|
|
|
.sheet-content {
|
|
|
- width: 1044px;
|
|
|
+ width: 1260px;
|
|
|
border-spacing: 0;
|
|
|
color: #fff;
|
|
|
margin: 0 auto;
|
|
@@ -321,6 +321,7 @@
|
|
|
.bg0 {
|
|
|
width: 100%;
|
|
|
height: 73px;
|
|
|
+ font-size: 20px;
|
|
|
background-image: url(/@/assets/images/vent/sheet-header.png);
|
|
|
background-size: 100% 73px;
|
|
|
background-repeat: no-repeat;
|
|
@@ -335,6 +336,7 @@
|
|
|
.bg2 {
|
|
|
width: 100%;
|
|
|
height: 93px;
|
|
|
+ font-size: 20px;
|
|
|
background-image: url(/@/assets/images/vent/sheet-header.png);
|
|
|
background-size: 100% 73px;
|
|
|
background-repeat: no-repeat;
|