daofen.html 1.3 KB

12345678910111213141516171819202122232425
  1. <style type="text/css">
  2. html,body{background-color: #fff!important; overflow: hidden;}
  3. .f_main_info{margin-top: 1rem;}
  4. .f_main_info p{font-size: .15rem; line-height: .24rem}
  5. .f_mian_img{height: 2.8rem; width: 2.8rem; padding:0;}
  6. .f_main_text span{color: #5e6a94; font-size: .15rem; line-height: .24rem}
  7. </style>
  8. <div class="f_main_info">
  9. <div class="f_mian_title">
  10. {if condition="$subscribe_method eq 1"}
  11. <p style="font-size: .16rem;">篇幅有限,长按关注公众号</p>
  12. <p style="font-size: .16rem;">继续阅读后续精彩内容</p>
  13. {else}
  14. <p style="font-size: .16rem;">长按关注公众号,继续阅读精彩内容</p>
  15. {/if}
  16. </div>
  17. <div class="f_mian_img"><img src="{if isset($qrcode_image) && $qrcode_image}{$qrcode_image}{/if}" /></div>
  18. <div class="f_main_text">
  19. <span style="font-size: .13rem;">长按上图二维码3秒</span>
  20. <span style="font-size: .13rem;">点击【前往图中包含的公众号】</span>
  21. <span style="font-size: .13rem;">关注公众号,精彩内容继续看</span>
  22. {if condition="$subscribe_method eq 2"}<a class="read_other_but_l" href="/index/book/chapter?book_id={$book_id}&chapter_id={$chapter_id}&hide_qrcode=1" style="float: none;text-decoration: underline">先不关注,看看再说</a>{/if}
  23. </div>
  24. </div>