Browse Source

模板修改

lilei 4 years ago
parent
commit
072da21bce
2 changed files with 10 additions and 13 deletions
  1. 10 13
      poster.html
  2. BIN
      新模板/开业活动39.9/海报生成分享图11.jpg

+ 10 - 13
poster.html

@@ -48,7 +48,6 @@
 		}
 		.wrapper{
 			width: 100%;
-			height: 100%;
 			position: relative;
 		}
 		.swiper-container{
@@ -63,24 +62,22 @@
 		.poster-con{
 			position: relative;
 			width: 100%;
-			height: 100%;
+			padding-bottom: 100px;
 			background-color: #fff;
-			display: flex;
-			align-items: center;
 		}
 		.qrcode{
-			position: absolute;
-			bottom: 5%;
-			right: 20px;
-			margin-left: -64px;
 			border: 5px solid #fff;
+			position: absolute;
+			right: 10px;
+			bottom: 10px;
+			z-index: 10000;
 		}
 		.poster-pic{
 			display: block;
 			width: 100%;
 		}
 		.footer-box{
-			position: absolute;
+			position: fixed;
 			bottom: 0;
 			left: 0;
 			width: 100%;
@@ -123,10 +120,10 @@
 			position: fixed;
 			z-index: 10000;
 			width: 80%;
-			top: 30%;
+			top: 10%;
 			left: 50%;
 			margin-left: -40%;
-			margin-top: -140px;
+			margin-top: -40px;
 			border: 1px solid #eee;
 			display: none;
 		}
@@ -230,8 +227,8 @@
 								//  生成二维码
 								new QRCode(document.getElementById("qrcode" + i ), {
 									text: getQueryVariable("orgId") ? data.staticHtmlPath + '?orgId=' + getQueryVariable("orgId") : data.staticHtmlPath,
-									width: 100,
-									height: 100,
+									width: 80,
+									height: 80,
 									colorDark : "#000000",
 									colorLight : "#ffffff",
 									correctLevel : QRCode.CorrectLevel.H

BIN
新模板/开业活动39.9/海报生成分享图11.jpg