Explorar o código

ios app 底部边框缺陷修改

TANGSHIZHE %!s(int64=5) %!d(string=hai) anos
pai
achega
77cfb407fa

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

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