pc_qrcode.html 673 B

1234567891011121314
  1. <{include file="header.html"}>
  2. <{include file="nav.html"}>
  3. <div class="wrapper jsc-sidebar-content jsc-sidebar-pulled" data-total-vote-num="<{$voteInfo.total_vote_num}>" style="background-color:#fff;">
  4. <div style="font-size:10px;color: #B1ADAD;position: absolute;left:0;top:0;display: none;">ug:<{$user_agent}></div>
  5. <div style="text-align: center; font-size: 14px; position: absolute; left: 50%; top: 50%; margin-left: -145px; margin-top: -175px;">
  6. <img src="<{$qrcode}>" style="width:290px;margin-bottom:15px;"/>
  7. <p style="position: relative;">打开微信,“扫一扫”,浏览</p>
  8. <p style="position: relative;"><{$title}></p>
  9. </div>
  10. </div>
  11. </body>
  12. </html>