@@ -48,7 +48,6 @@
}
.wrapper{
width: 100%;
- height: 100%;
position: relative;
.swiper-container{
@@ -63,24 +62,22 @@
.poster-con{
+ 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;
.footer-box{
+ position: fixed;
bottom: 0;
left: 0;
@@ -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