Commit 10a9fb6e authored by chenchuanwen's avatar chenchuanwen

growcard

parent 843fc255
......@@ -27,6 +27,7 @@
.mod-card .name{ color:#fff; font-size: 72px; font-weight: bold}
.mod-card .img-box{ margin-top: 85px;}
.mod-card .code{ display: inline-block; vertical-align: middle; padding: 28px; background: rgba(229,106,39,.5);}
.mod-card .code-in{ display: inline-block; background: #fff; padding:13px}
.mod-card .t1{ display: inline-block; vertical-align: middle; margin-left: 105px;}
.mod-card .logo{ position: absolute; left: 75px; bottom: 50px;}
.mod-card .slogan{ position: absolute; right: 85px; bottom: 65px;}
......@@ -39,9 +40,9 @@
<div class="info">
<div class="name">一凡书城德化县分店</div>
<div class="img-box" >
<p class="code" id="qrcodeImg">
<!-- <img src="" alt="我的身边店" width="508">-->
</p>
<div class="code" >
<div id="qrcodeImg" class="code-in"></div>
</div>
<p class="t1"><img src="//static.shenbd.com/www/index/2018/img/card/table-t1.png" alt="送货平台"></p>
</div>
</div>
......@@ -53,8 +54,8 @@
<script>
new QRCode(document.getElementById('qrcodeImg'), {
text: '<?php echo $params['qrCode'];?>',
width: 508,
height: 508
width: 482,
height: 482
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment