Преглед на файлове

Merge branch 'dev2.10.10' of http://192.168.3.207:10080/qmx/jy into dev2.10.10

wangshan преди 5 години
родител
ревизия
e73150a6b5
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      src/jfw/modules/app/src/web/staticres/jyapp/structuredata/css/marketing.css

+ 3 - 1
src/jfw/modules/app/src/web/staticres/jyapp/structuredata/css/marketing.css

@@ -14,6 +14,7 @@ body {
   display: flex;
   flex-direction: column;
   position: relative;
+  background: #fff;
 }
 
 #app .j-main {
@@ -21,7 +22,8 @@ body {
   height: 100%;
   flex: 1;
   overflow: auto;
-margin-top: -80px;
+  margin-top: -80px;
+  background: #2f96f4;
 }
 
 #app .j-main .structured_top {