Ver código fonte

pc 底部空白

wangshan 5 anos atrás
pai
commit
4720d6c0a8

+ 1 - 0
src/web/staticres/structuredata/pc/css/write_infor.css

@@ -13,6 +13,7 @@ html {
   justify-content: center; */
 	line-height: 1;
     padding-top: 76px;
+    min-height: calc(100% - 340px);
 }
 
 .write_infor .wrap {

+ 1 - 1
src/web/templates/pc/myOrder.html

@@ -210,7 +210,7 @@
 				$("body").css("line-height", "1");
 				$(".logo img").attr("src", "/images/swordfish/sf_01_new.png");
 				$(".public-nav").css("border-bottom", "1px solid #e0e0e0");
-				$("section[id='drder']").css("padding-top", "97px");
+				$("section[id='drder']").css({"padding-top":"97px","min-height":"calc(100% - 340px)"});
 
 				/*设置关键词css*/
 				var $gjccss = $(".list .gjc");