index.html 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. {extend name="layout/layout" /}
  2. {block name="title"}阳光书城下载{/block}
  3. {block name="css"}
  4. <!-- 这里引入css -->
  5. <link href="{:client_asset('/css/frontend/common.css')}" rel="stylesheet" type="text/css">
  6. <link href="{:client_asset('/css/frontend/classify.css')}" rel="stylesheet" type="text/css">
  7. <style type="text/css">
  8. html, body {
  9. position: relative;
  10. }
  11. body {
  12. padding-bottom: 20px;
  13. }
  14. .body_sytle{
  15. background: rgba(255, 252, 248, 1);
  16. }
  17. .head_tit_box{
  18. background: rgba(0, 0, 0, 0.2);
  19. height: 0.88rem;
  20. }
  21. .head_tit_box h1{
  22. color: #fff;
  23. height: 0.88rem;
  24. line-height: 0.88rem;
  25. font-size: 0.35rem;
  26. }
  27. .box {
  28. overflow: hidden;
  29. }
  30. .load_head {
  31. height: 44px;
  32. background: rgba(0, 0, 0, 0.2)
  33. }
  34. .back {
  35. width: 12px;
  36. height: 22px;
  37. overflow: hidden;
  38. float: left;
  39. margin: 10px 0 12px 12px;
  40. box-sizing: border-box;
  41. }
  42. .back img {
  43. display: block;
  44. width: 100%;
  45. }
  46. .load_tit {
  47. margin: 0 24px;
  48. text-align: center;
  49. font-size: 18px;
  50. color: #fff;
  51. line-height: 44px;
  52. }
  53. .bg_box1 {
  54. width: 100%;
  55. height: 5.31rem;
  56. background:url({:client_asset('/img/frontend/signagent/mengban.png')}) no-repeat center center;
  57. background-size:100% 100%;
  58. position:relative;
  59. }
  60. .bg_box1 #old{
  61. position: absolute;
  62. width: 100%;
  63. bottom: -0.28rem;
  64. }
  65. .bg_box1 img {
  66. width: 100%;
  67. }
  68. .bg_box_bot {
  69. padding: 0 10px;
  70. margin-top: 5px;
  71. background: #fff;
  72. margin: 0.5rem;
  73. }
  74. .bg_box_bot h6 {
  75. font-size: 14px;
  76. font-weight: bold;
  77. color: rgba(255, 120, 40, 1)
  78. }
  79. .bg_box_bot p {
  80. font-size: 12px;
  81. margin-top: 2px;
  82. color: #c6c9d5;
  83. }
  84. .bg_box_bot li {
  85. position: relative;
  86. height: 50px;
  87. padding: 15px 0 15px 70px;
  88. display: table;
  89. }
  90. .bg_box_bot li span {
  91. width: 50px;
  92. height: 50px;
  93. position: absolute;
  94. left: 0;
  95. top: 50%;
  96. margin-top: -25px;
  97. background-size: 100%;
  98. }
  99. .bg_box_bot li span.icon1
  100. {
  101. background:url({:client_asset('/img/frontend/signagent/c1.png')}) no-repeat center center;
  102. }
  103. .bg_box_bot li span.icon2
  104. {
  105. background:url({:client_asset('/img/frontend/signagent/c2.png')}) no-repeat center center;
  106. }
  107. .bg_box_bot li span.icon3
  108. {
  109. background:url({:client_asset('/img/frontend/signagent/c3.png')}) no-repeat center center;
  110. }
  111. .bg_box_bot li span.icon4
  112. {
  113. background:url({:client_asset('/img/frontend/signagent/c4.png')}) no-repeat center center;
  114. }
  115. .box_logo{
  116. position: absolute;
  117. top: 0.5rem;
  118. text-align: center;
  119. left: 2.6rem;
  120. }
  121. .box_logo img{
  122. width: 2.2rem;
  123. height: 2.2rem;
  124. }
  125. .load_btns {
  126. padding-top: 15px;
  127. text-align: center;
  128. }
  129. .load_btn {
  130. width: 5rem;
  131. background:url({:client_asset('/img/frontend/signagent/loadbtnbg.png')}) no-repeat center center;
  132. border-radius: 5px;
  133. height: 1.55rem;
  134. line-height: 0.9rem;
  135. color: #fff;
  136. font-size: 18px;
  137. display: block;
  138. margin: 0 auto 20px;
  139. }
  140. a.load_fail {
  141. font-size: 16px;
  142. color: #797d8a;
  143. text-decoration: underline;
  144. }
  145. .tips_box {
  146. position: absolute;
  147. top: 0;
  148. left: 0;
  149. right: 0;
  150. bottom: 0;
  151. z-index: 1000;
  152. background: rgba(0, 0, 0, 0.7);
  153. }
  154. .tips_box img {
  155. display: block;
  156. width: 80%;
  157. margin: 0 auto;
  158. height: auto;
  159. }
  160. .bg_box_bot .cell {
  161. display: table-cell;
  162. vertical-align: middle;
  163. }
  164. </style>
  165. {/block}
  166. {block name="zepto"}
  167. <!-- 这是zepto插件 -->
  168. {/block}
  169. {block name="menu_title"}阳光书城下载{/block}
  170. {block name="main"}
  171. <!-- 这是正文 body_sytle_girl -->
  172. <div class="body_sytle">
  173. <!--<div class="box">
  174. <div class="load_head">
  175. <a href="javascript:void(0);" class="back return_page" id="11021"></a>
  176. <h2 class="load_tit">阳光书城下载</h2>
  177. </div>
  178. </div>-->
  179. <div class="bg_box1">
  180. <div class="box_logo">
  181. <img src="{:client_asset('/img/frontend/signagent/yg_logo.png')}">
  182. </div>
  183. <div id="old">
  184. <div class="tips_box" style="display: none;">
  185. <div class="anroid_img">
  186. <img src="http://h5cdn.kkyd.cn/images/app_down/anroid_down_new.png">
  187. </div>
  188. </div>
  189. <div class="load_btns">
  190. <a class="load_btn load_btn_android" href="http://app.trread.cn/K611006.apk?t=5d6c939083320"
  191. onClick="postTongji('androidDown')" id="11123">
  192. 下载阳光书城
  193. </a>
  194. </div>
  195. </div>
  196. </div>
  197. <ul class="bg_box_bot">
  198. <li>
  199. <span class="icon1"></span>
  200. <div class="cell">
  201. <h6>为什么要下载阳光书城?</h6>
  202. <p>忘记小说地址,打开【阳光书城】继续看</p>
  203. </div>
  204. </li>
  205. <li>
  206. <span class="icon2"></span>
  207. <div class="cell">
  208. <h6>一键登录,账户云同步</h6>
  209. <p>微信正在看的小说,精彩不断</p>
  210. </div>
  211. </li>
  212. <li>
  213. <span class="icon3"></span>
  214. <div class="cell">
  215. <h6>签到、充值,优惠不断</h6>
  216. <p>签到领书币,小说任性看</p>
  217. </div>
  218. </li>
  219. <li>
  220. <span class="icon4"></span>
  221. <div class="cell">
  222. <h6>下载即可领取书币大礼包</h6>
  223. <p>点击下载,即可免费领取书币大礼包</p>
  224. </div>
  225. </li>
  226. </ul>
  227. </div>
  228. {/block}
  229. {block name="footer"}
  230. {/block}
  231. {block name="js"}
  232. <script>
  233. var _hmt = _hmt || [];
  234. (function () {
  235. var hm = document.createElement("script");
  236. hm.src = "https://hm.baidu.com/hm.js?a4c87b74a3c51ec8dc419df544fab2a5";
  237. var s = document.getElementsByTagName("script")[0];
  238. s.parentNode.insertBefore(hm, s);
  239. })();
  240. </script>
  241. <script type="text/javascript">
  242. (function (doc, win) {
  243. var docEl = doc.documentElement,
  244. resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize',
  245. recalc = function () {
  246. var clientWidth = docEl.clientWidth;
  247. if (!clientWidth) return;
  248. docEl.style.fontSize = 100 * (clientWidth / 750) + 'px';
  249. };
  250. recalc();
  251. // Abort if browser does not support addEventListener
  252. if (!doc.addEventListener) return;
  253. win.addEventListener(resizeEvt, recalc, false);
  254. doc.addEventListener('DOMContentLoaded', recalc, false);
  255. })(document, window);
  256. </script>
  257. {/block}