forceGuidePersonalAccountV2.blade.php 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. <html lang="en">
  2. <head>
  3. <meta charset="UTF-8" />
  4. <meta
  5. name="viewport"
  6. content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
  7. />
  8. <link
  9. rel="icon"
  10. type="image/png"
  11. href="data:image/png;base64,iVBORw0KGgo="
  12. />
  13. <meta http-equiv="X-UA-Compatible" content="ie=edge" />
  14. <title>{{$title or '阅读福利'}}</title>
  15. <style>
  16. body,
  17. html,
  18. p {
  19. margin: 0;
  20. padding: 0;
  21. }
  22. html {
  23. background: white;
  24. }
  25. i {
  26. font-style: normal;
  27. }
  28. .title-wrap {
  29. text-align: center;
  30. margin-top: 25px;
  31. }
  32. .title-wrap .title {
  33. font-size: 20px;
  34. color: #1a1a1a;
  35. margin-bottom: 10px;
  36. }
  37. .title-wrap span {
  38. font-size: 15px;
  39. color: #666;
  40. padding: 5px 10px;
  41. background: rgba(255, 255, 255, 0.3);
  42. border-radius: 12px;
  43. }
  44. .title-wrap span i {
  45. font-weight: bold;
  46. color: #eb2a2b;
  47. font-size: 17px;
  48. background-image: linear-gradient(to bottom, #ffffff, #faeaea);
  49. }
  50. .qrcode-wrap {
  51. font-size: 0;
  52. margin-top: 20px;
  53. text-align: center;
  54. }
  55. .qrcode-wrap img {
  56. width: 152px;
  57. height: 152px;
  58. margin-bottom: 10px;
  59. }
  60. .qrcode-wrap .qrcode-title {
  61. font-size: 14px;
  62. color: #333;
  63. margin-bottom: 4px;
  64. }
  65. .qrcode-title-red {
  66. font-weight: bold;
  67. color: #ff6060;
  68. }
  69. .qrcode-wrap span {
  70. font-size: 12px;
  71. /* color: #999; */
  72. }
  73. .toast {
  74. width: 100%;
  75. text-align: center;
  76. }
  77. .toast img {
  78. width: 95%;
  79. }
  80. .notice-wrap {
  81. margin: 35px 10px 40px;
  82. background: #faeaea;
  83. padding: 20px 12px;
  84. margin-bottom: 70px;
  85. }
  86. .notice-wrap .title {
  87. font-size: 16px;
  88. color: #7e2a2a;
  89. margin-bottom: 15px;
  90. font-weight: bold;
  91. }
  92. .notice-wrap .line {
  93. font-size: 16px;
  94. color: #7e2a2a;
  95. line-height: 1.8;
  96. text-align: justify;
  97. display: flex;
  98. }
  99. .notice-wrap .line .dian {
  100. font-size: 18px;
  101. font-weight: bold;
  102. margin-right: 10px;
  103. }
  104. .notice-wrap .line .info {
  105. }
  106. .notice-wrap .line span {
  107. color: #ff6060;
  108. font-weight: bold;
  109. font-size: 13px;
  110. }
  111. .operator-wrap {
  112. /* margin: 0 10px 20px; */
  113. padding: 10px 0;
  114. width: 100%;
  115. display: -webkit-box;
  116. display: -ms-flexbox;
  117. display: flex;
  118. -webkit-box-pack: justify;
  119. -ms-flex-pack: justify;
  120. justify-content: space-between;
  121. -webkit-box-align: center;
  122. -ms-flex-align: center;
  123. align-items: center;
  124. position: fixed;
  125. bottom: 0;
  126. background: white;
  127. }
  128. .operator-wrap a {
  129. color: #666;
  130. text-decoration: none;
  131. text-align: center;
  132. height: 40px;
  133. line-height: 40px;
  134. border-radius: 4px;
  135. background: #e6e6e6;
  136. font-size: 15px;
  137. }
  138. .operator-wrap a:nth-child(1) {
  139. margin-left: 10px;
  140. }
  141. .operator-wrap a:nth-child(3) {
  142. margin-right: 10px;
  143. }
  144. .operator-wrap a:not(:last-child) {
  145. margin-right: 12px;
  146. }
  147. .operator-wrap .prev,
  148. .operator-wrap .catalog {
  149. width: 82px;
  150. }
  151. .operator-wrap .ignore {
  152. -webkit-box-flex: 1;
  153. -ms-flex: 1;
  154. flex: 1;
  155. }
  156. @media screen and (max-width: 320px) {
  157. .operator-wrap .prev,
  158. .operator-wrap .catalog {
  159. width: 62px;
  160. }
  161. }
  162. </style>
  163. </head>
  164. <body>
  165. <div class="title-wrap">
  166. <p class="title">— 添加微信阅读小管家{{$name}} —</p>
  167. <span><i>即可赠送500书币</i></span>
  168. </div>
  169. <div class="qrcode-wrap">
  170. <img
  171. src="{{$img}}"
  172. alt=""
  173. />
  174. <p class="qrcode-title">微信阅读小管家{{$name}}</p>
  175. <p class="qrcode-title">(长按图片,识别二维码添加微信好友)</p>
  176. <p class="qrcode-title qrcode-title-red" style="color:#EB2A2B">
  177. 我是9:00-21:00在线处理好友申请和赠送书币~
  178. </p>
  179. </div>
  180. <div class="toast">
  181. <img src="https://cdn-novel.iycdm.com/crm/guide2019072401.png" alt="" />
  182. </div>
  183. <div class="notice-wrap">
  184. <p class="title">我是微信阅读小管家{{$name}}:</p>
  185. <div class="line">
  186. <div class="dian">·</div>
  187. <div class="info">
  188. 免费书币:成功添加微信好友即可赠送500书币,我一般都9-21点在线哦,晚上添加的话,需要明天早上上班才能通过好友哦,感谢谅解;
  189. </div>
  190. </div>
  191. <div class="line">
  192. <div class="dian">·</div>
  193. <div class="info">
  194. 优先答疑:找不到看过的书啦?看书没钱啦?我都可以帮您哦!
  195. </div>
  196. </div>
  197. <div class="line">
  198. <div class="dian">·</div>
  199. <div class="info">
  200. 帮您找书:总裁豪门、婚恋出轨、甜蜜宠文、虐心宫斗、文学名著等,提供最新优质小说,拒绝书荒!
  201. </div>
  202. </div>
  203. <div class="line">
  204. <div class="dian">·</div>
  205. <div class="info">
  206. 书币福利:每月获得免费书币,不要钱!
  207. </div>
  208. </div>
  209. <div class="line">
  210. <div class="dian">·</div>
  211. <div class="info">
  212. 更多福利,只要您想要,我们就有!
  213. </div>
  214. </div>
  215. </div>
  216. <div class="operator-wrap">
  217. <a
  218. href="{{$link['prev']}}"
  219. class="operator-item prev"
  220. >&lt;上一章</a
  221. >
  222. <a
  223. href="{{$link['catalog']}}"
  224. class="operator-item catalog"
  225. >目录</a
  226. >
  227. <a
  228. href="{{$link['next']}}"
  229. class="operator-item ignore"
  230. >点击忽略,继续阅读&gt;</a
  231. >
  232. </div>
  233. </body>
  234. </html>