瀏覽代碼

模板修改

lilei 4 年之前
父節點
當前提交
072da21bce
共有 2 個文件被更改,包括 10 次插入13 次删除
  1. 10 13
      poster.html
  2. 二進制
      新模板/开业活动39.9/海报生成分享图11.jpg

+ 10 - 13
poster.html

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

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