123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta
- name="viewport"
- content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
- />
- <meta http-equiv="X-UA-Compatible" content="ie=edge" />
- <title>{{$title or '阅读福利'}}</title>
- <style>
- html,
- body {
- margin: 0 auto;
- padding: 0.2rem 0.4rem;
- max-width: 450px;
- font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue",
- "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI",
- "Microsoft YaHei", Arial, sans-serif;
- }
- a{
- text-decoration: none;
- }
- .title {
- font-size: 22px;
- line-height: 1.4;
- margin-bottom: 15px;
- }
- .title .name {
- margin-top: 15px;
- font-size: 16px;
- }
- .small_title {
- color: #c00000;
- font-size: 28px;
- text-align: center;
- margin-top: 10px;
- letter-spacing: 5px;
- }
- .qrcode_box {
- text-align: center;
- margin-top: 10px;
- }
- .qrcode {
- width: 300px;
- }
- .qrcode_tips {
- margin-top: 15px;
- text-align: center;
- font-size: 18px;
- line-height: 30px;
- }
- .add_tips {
- color: red;
- letter-spacing: normal;
- max-width: 100% !important;
- margin-bottom: 10px;
- font-size: 17px;
- }
- .notice {
- font-size: 13px;
- color: #333;
- line-height: 1.5;
- background: #f7f7f7;
- padding: 10px;
- }
- .notice p {
- margin: 0;
- }
- .notice .title {
- font-size: 15px;
- margin-bottom: 10px;
- }
- .notice i {
- font-style: normal;
- color: #ff6060;
- }
- .ignore {
- text-align: right;
- color: #0094ff;
- font-size: 13px;
- margin-top: 10px;
- }
- .ignore a{
- color: #0094ff ;
- font-size: 13px;
- }
- /*# sourceMappingURL=jt.css.map */
- </style>
- </head>
- <body>
- <main class="main_box">
- <strong>
- <div class="small_title">扫一扫 赠送200书币</div>
- </strong>
- <div class="qrcode_box">
- <img
- src="{{$img}}"
- class="qrcode"
- />
- </div>
- <div class="qrcode_tips">
- <p>客服号微信</p>
- <p>(长按图片,识别二维码)</p>
- </div>
- <div class="notice">
- <p class="title">我是微信小管家:</p>
- <p class="line">
- 1. <i>免费书币</i>:成功添加微信好友即可赠送200书币;
- </p>
- <p class="line">
- 2. <i>优先答疑</i>:找不到看过的书啦?看书没钱啦?我都可以帮您哦!
- </p>
- <p class="line">
- 3.
- <i>帮您找书</i
- >:总裁豪门、婚恋出轨、甜蜜宠文等,提供最新最优质小说,拒绝书荒!
- </p>
- <p class="line">4. <i>书币福利</i>:每月获得免费书币,不要钱!</p>
- </div>
- <div class="ignore"><a href="{{$link}}">点击忽略,继续阅读下一章>></a></div>
- </main>
- </body>
- </html>
|