12345678910111213141516171819202122232425 |
- <style type="text/css">
- html,body{background-color: #fff!important; overflow: hidden;}
- .f_main_info{margin-top: 1rem;}
- .f_main_info p{font-size: .15rem; line-height: .24rem}
- .f_mian_img{height: 2.8rem; width: 2.8rem; padding:0;}
- .f_main_text span{color: #5e6a94; font-size: .15rem; line-height: .24rem}
- </style>
- <div class="f_main_info">
- <div class="f_mian_title">
- {if condition="$subscribe_method eq 1"}
- <p style="font-size: .16rem;">篇幅有限,长按关注公众号</p>
- <p style="font-size: .16rem;">继续阅读后续精彩内容</p>
- {else}
- <p style="font-size: .16rem;">长按关注公众号,继续阅读精彩内容</p>
- {/if}
- </div>
- <div class="f_mian_img"><img src="{if isset($qrcode_image) && $qrcode_image}{$qrcode_image}{/if}" /></div>
- <div class="f_main_text">
- <span style="font-size: .13rem;">长按上图二维码3秒</span>
- <span style="font-size: .13rem;">点击【前往图中包含的公众号】</span>
- <span style="font-size: .13rem;">关注公众号,精彩内容继续看</span>
- {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}
- </div>
- </div>
|