index.html 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport"
  6. content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  7. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  8. <title>听邦</title>
  9. <meta name="Keywords" content="听邦">
  10. <meta name="Description" content="听邦">
  11. <style>
  12. * {
  13. margin: 0;
  14. padding: 0;
  15. border: 0;
  16. box-sizing: border-box;
  17. font-family: PingFang SC, HYQiHei-FES, "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  18. line-height: 1.42857143;
  19. font-weight: 400;
  20. -webkit-tap-highlight-color: transparent;
  21. -webkit-text-size-adjust: 100%;
  22. }
  23. a {
  24. text-decoration: none;
  25. -webkit-touch-callout: none;
  26. }
  27. input {
  28. outline: none;
  29. border: none;
  30. -webkit-appearance: none;
  31. }
  32. button {
  33. border: none;
  34. outline: none;
  35. background: transparent;
  36. }
  37. iframe {
  38. position: absolute;
  39. width: 0;
  40. height: 0;
  41. border: 0;
  42. z-index: -9999;
  43. }
  44. .clearfix:after {
  45. display: block;
  46. content: ".";
  47. height: 0;
  48. line-height: 0;
  49. clear: both;
  50. visibility: hidden;
  51. }
  52. html,
  53. body {
  54. width: 100%;
  55. }
  56. html {
  57. -webkit-text-size-adjust: 100%
  58. }
  59. ul, li, ol {
  60. list-style: none;
  61. }
  62. i {
  63. font-style: normal;
  64. }
  65. input:-webkit-autofill,
  66. input:-webkit-autofill:hover,
  67. input:-webkit-autofill:focus,
  68. input:-webkit-autofill:active {
  69. -webkit-transition-delay: 99999s;
  70. -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
  71. }
  72. .w {
  73. max-width: 1190px;
  74. margin-left: auto;
  75. margin-right: auto;
  76. }
  77. .header {
  78. width: 100%;
  79. padding: 16px 0;
  80. background: linear-gradient(90deg, #000000 0%, #525050 100%);
  81. }
  82. .header .logo-wrap {
  83. float: left;
  84. font-size: 0;
  85. }
  86. .header .logo-wrap .logo {
  87. width: 48px;
  88. height: 34px;
  89. vertical-align: middle;
  90. }
  91. .header .logo-wrap .slogn {
  92. width: 164px;
  93. height: 13px;
  94. margin-left: 13px;
  95. vertical-align: middle;
  96. }
  97. .header .menu-wrap {
  98. float: right;
  99. font-size: 0;
  100. }
  101. .header .menu-wrap a {
  102. display: inline-block;
  103. font-size: 13px;
  104. color: #FFFFFF;
  105. line-height: 34px;
  106. vertical-align: middle;
  107. }
  108. .header .menu-wrap a:nth-of-type(2) {
  109. margin-left: 26px;
  110. }
  111. .download-app {
  112. width: 100%;
  113. padding: 26px 0 0 113px;
  114. opacity: 0.9;
  115. background: linear-gradient(90deg, #000, #584946);
  116. }
  117. .download-app img {
  118. float: left;
  119. width: 221px;
  120. height: 378px;
  121. }
  122. .download-app .explain {
  123. float: left;
  124. padding-top: 104px;
  125. margin-left: 62px;
  126. }
  127. .download-app .explain .title {
  128. font-size: 26px;
  129. color: #D32323;
  130. line-height: 37px;
  131. letter-spacing: 5px;
  132. background: linear-gradient(180deg, #FFAFAF 0%, #E73B3B 100%);
  133. -webkit-background-clip: text;
  134. -webkit-text-fill-color: transparent;
  135. }
  136. .download-app .explain .subtitle {
  137. margin: 12px 0 51px;
  138. font-size: 17px;
  139. color: #FFFFFF;
  140. line-height: 23px;
  141. }
  142. .download-app .explain a {
  143. display: block;
  144. width: 102px;
  145. height: 36px;
  146. background: #D32323;
  147. border-radius: 21px;
  148. font-size: 13px;
  149. font-family: PingFangSC-Semibold, PingFang SC;
  150. font-weight: 600;
  151. color: #FFFFFF;
  152. line-height: 36px;
  153. text-align: center;
  154. }
  155. .app-explain {
  156. padding: 36px 0;
  157. }
  158. .main .title,
  159. .app-explain .title {
  160. font-size: 20px;
  161. font-family: PingFangSC-Semibold, PingFang SC;
  162. font-weight: 600;
  163. color: #333333;
  164. line-height: 27px;
  165. text-align: center;
  166. }
  167. .app-explain .title:before,
  168. .app-explain .title:after,
  169. .main .title:before,
  170. .main .title:after {
  171. display: inline-block;
  172. content: '';
  173. width: 9px;
  174. height: 2px;
  175. background: #D32323;
  176. border-radius: 1px;
  177. vertical-align: middle;
  178. }
  179. .main .title:before,
  180. .app-explain .title:before {
  181. margin-right: 7px;
  182. }
  183. .main .title:after,
  184. .app-explain .title:after {
  185. margin-left: 7px;
  186. }
  187. .app-explain .explain {
  188. height: 18px;
  189. margin: 11px 0 37px;
  190. font-size: 13px;
  191. font-family: PingFangSC-Semibold, PingFang SC;
  192. font-weight: 600;
  193. color: #A2A2A2;
  194. line-height: 18px;
  195. text-align: center;
  196. }
  197. .app-explain img {
  198. display: block;
  199. width: 385px;
  200. height: 288px;
  201. margin: 0 auto;
  202. }
  203. .main {
  204. width: 100%;
  205. padding: 34px 0 50px;
  206. background: #F5F4F4;
  207. text-align: center;
  208. }
  209. .main ul {
  210. margin-top: 86px;
  211. }
  212. .main li {
  213. display: inline-block;
  214. margin-left: 45px;
  215. }
  216. .main li:nth-of-type(1) {
  217. margin-left: 0;
  218. }
  219. .main li img {
  220. display: block;
  221. width: 36px;
  222. height: 36px;
  223. margin: 0 auto;
  224. }
  225. .main li .subtitle {
  226. margin: 17px 0 11px;
  227. font-size: 15px;
  228. font-family: PingFangSC-Semibold, PingFang SC;
  229. font-weight: 600;
  230. color: #333333;
  231. line-height: 21px;
  232. }
  233. .main li .description {
  234. font-size: 13px;
  235. font-family: PingFangSC-Semibold, PingFang SC;
  236. font-weight: 600;
  237. color: #A2A2A2;
  238. line-height: 18px;
  239. display: inline-block;
  240. padding: 7px 26px;
  241. border: 1px solid #CDCDCD;
  242. border-left: none;
  243. border-right: none;
  244. }
  245. .footer {
  246. width: 100%;
  247. padding: 24px 0 29px;
  248. background: linear-gradient(90deg, #000000 0%, #525050 100%);
  249. text-align: center;
  250. }
  251. .footer .title {
  252. font-size: 13px;
  253. color: #FFFFFF;
  254. line-height: 18px;
  255. }
  256. .footer .contact {
  257. font-size: 20px;
  258. font-family: PingFangSC-Semibold, PingFang SC;
  259. font-weight: 600;
  260. color: #FFFFFF;
  261. line-height: 27px;
  262. margin-top: 8px;
  263. }
  264. .footer .infomation {
  265. margin: 4px 0;
  266. text-align: center;
  267. color: #939393;
  268. font-size: 12px;
  269. }
  270. .jump-bei-an {
  271. display: block;
  272. text-align: center;
  273. color: #939393;
  274. font-size: 12px;
  275. }
  276. </style>
  277. </head>
  278. <body>
  279. <div class="header">
  280. <div class="w clearfix">
  281. <a class="logo-wrap" href="/">
  282. <img alt="" class="logo" src="./imgs/logo@2x.png">
  283. <img alt="" class="slogn" src="./imgs/slogan@2x.png">
  284. </a>
  285. <div class="menu-wrap">
  286. <a href="#contact">联系我们</a>
  287. <a href="#tool">功能</a>
  288. </div>
  289. </div>
  290. </div>
  291. <div class="download-app">
  292. <div class="w clearfix">
  293. <img alt="" src="./imgs/banner_00@2x.png">
  294. <div class="explain">
  295. <p class="title">好歌就要听现场的</p>
  296. <p class="subtitle">「听邦」 APP 连接线上与线下的现场音乐服务台</p>
  297. <a href="//tingbang-h5.codedreamit.com/downloadapp">下载APP</a>
  298. </div>
  299. </div>
  300. </div>
  301. <div class="app-explain">
  302. <div class="w">
  303. <p class="title">手机APP随时访问,一键登录</p>
  304. <p class="explain">包括苹果、安卓手机</p>
  305. <img alt="" src="./imgs/banner_01@2x.png">
  306. </div>
  307. </div>
  308. <div class="main" id="tool">
  309. <div class="w">
  310. <p class="title">功能一览</p>
  311. <ul class="clearfix">
  312. <li>
  313. <img alt="" src="./imgs/ic_show@2x.png">
  314. <p class="subtitle">演出计划</p>
  315. <p class="description">查看未来7日演出安排</p>
  316. </li>
  317. <li>
  318. <img alt="" src="./imgs/ic_place@2x.png">
  319. <p class="subtitle">在线订座</p>
  320. <p class="description">线上预定座位 好演出不错过</p>
  321. </li>
  322. <li>
  323. <img alt="" src="./imgs/ic_order@2x.png">
  324. <p class="subtitle">现场点单</p>
  325. <p class="description">现场扫码点单</p>
  326. </li>
  327. </ul>
  328. </div>
  329. </div>
  330. <div class="footer" id="contact">
  331. <div class="w">
  332. <p class="title">联系我们</p>
  333. <p class="contact">153 5615 9528</p>
  334. <div class="infomation">
  335. <a class="p2"
  336. href="https://beian.miit.gov.cn" style="color: #939393;"
  337. target="_blank">浙ICP备2021019534号-1</a>
  338. </div>
  339. <a class="jump-bei-an"
  340. href="https://beian.miit.gov.cn"
  341. target="_blank">信息产业部备案信息查询</a>
  342. </div>
  343. </div>
  344. </body>
  345. </html>