選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

index.html 8.2KB

1ヶ月前
1ヶ月前
1ヶ月前
1ヶ月前
1ヶ月前
1ヶ月前
1ヶ月前
1ヶ月前
1ヶ月前
1ヶ月前
1ヶ月前
1ヶ月前
1ヶ月前
1ヶ月前
1ヶ月前
1ヶ月前
1ヶ月前
1ヶ月前
1ヶ月前
1ヶ月前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. <html lang="en">
  2. <head>
  3. <meta charset="utf-8" />
  4. <base href="/" />
  5. <title ss-id="index_title">常客云 - 企业工具服务</title>
  6. <meta name="Description" content="常客云APP, 企业服务" />
  7. <meta name="keywords" content="常客云" />
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  9. <meta name="viewport" content="width=device-width,initial-scale=1" />
  10. <style type="text/css">
  11. html,
  12. body {
  13. font-family: 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei',
  14. sans-serif;
  15. font-size: 12px;
  16. }
  17. .clean::after {
  18. content: '';
  19. height: 1px;
  20. display: block;
  21. clear: both;
  22. }
  23. ul,
  24. li {
  25. list-style: none;
  26. }
  27. .flex-h,
  28. .flex-v,
  29. .flex {
  30. display: flex;
  31. flex-direction: row;
  32. align-items: center;
  33. }
  34. .flex-h,
  35. .flex-v,
  36. .flex {
  37. /* display: box; */
  38. display: -webkit-box;
  39. display: -webkit-flex;
  40. display: -moz-box;
  41. display: -ms-flexbox;
  42. display: flex;
  43. /* 横向 */
  44. -webkit-box-orient: horizontal;
  45. -webkit-flex-direction: row;
  46. -ms-flex-direction: row;
  47. flex-direction: row;
  48. /* 默认垂直居中 */
  49. -webkit-box-align: center;
  50. -webkit-align-items: center;
  51. -ms-flex-align: center;
  52. align-items: center;
  53. }
  54. .flex-v {
  55. /* 横向 */
  56. -webkit-box-orient: vertical;
  57. -webkit-flex-direction: column;
  58. -ms-flex-direction: column;
  59. flex-direction: column;
  60. }
  61. .flex-1,
  62. .flex-grow {
  63. -prefix-box-flex: 1;
  64. -webkit-box-flex: 1;
  65. -webkit-flex: 1;
  66. -moz-box-flex: 1;
  67. -ms-flex: 1;
  68. flex: 1;
  69. }
  70. .flex-2 {
  71. -prefix-box-flex: 2;
  72. -webkit-box-flex: 2;
  73. -webkit-flex: 2;
  74. -moz-box-flex: 2;
  75. -ms-flex: 2;
  76. flex: 2;
  77. }
  78. .flex-3 {
  79. -prefix-box-flex: 3;
  80. -webkit-box-flex: 3;
  81. -webkit-flex: 3;
  82. -moz-box-flex: 3;
  83. -ms-flex: 3;
  84. flex: 3;
  85. }
  86. .flex-4 {
  87. -prefix-box-flex: 4;
  88. -webkit-box-flex: 4;
  89. -webkit-flex: 4;
  90. -moz-box-flex: 4;
  91. -ms-flex: 4;
  92. flex: 4;
  93. }
  94. .flex-5 {
  95. -prefix-box-flex: 5;
  96. -webkit-box-flex: 5;
  97. -webkit-flex: 5;
  98. -moz-box-flex: 5;
  99. -ms-flex: 5;
  100. flex: 5;
  101. }
  102. .flex-start {
  103. -webkit-box-align: start;
  104. -webkit-align-items: start;
  105. -ms-flex-align: start;
  106. align-items: start;
  107. }
  108. .flex-center {
  109. -webkit-box-align: center;
  110. -webkit-align-items: center;
  111. -ms-flex-align: center;
  112. align-items: center;
  113. }
  114. .selectable {
  115. -webkit-user-select: text;
  116. -moz-user-select: text;
  117. -ms-user-select: text;
  118. user-select: text;
  119. }
  120. .selectall {
  121. -webkit-user-select: all;
  122. -moz-user-select: all;
  123. -ms-user-select: all;
  124. user-select: all;
  125. }
  126. .h1 {
  127. margin-top: 48px;
  128. margin-left: 20px;
  129. width: 142px;
  130. height: 25px;
  131. font-size: 1.6rem;
  132. font-family: PingFangSC-Medium, PingFang SC;
  133. font-weight: 500;
  134. color: #353535;
  135. line-height: 25px;
  136. }
  137. .kaihuguanli-font {
  138. width: 54px;
  139. height: 17px;
  140. font-size: 1.2rem;
  141. font-family: PingFangSC-Regular, PingFang SC;
  142. font-weight: 400;
  143. color: #353535;
  144. line-height: 17px;
  145. }
  146. .input-css {
  147. position: absolute;
  148. left: 650px;
  149. padding-left: 11px;
  150. width: 300px;
  151. height: 30px;
  152. background: #ffffff;
  153. border: 1px solid #e7e7e7;
  154. }
  155. html,
  156. html body,
  157. #main,
  158. #app {
  159. padding: 0;
  160. margin: 0;
  161. }
  162. .header-wrapper {
  163. height: 80px;
  164. }
  165. .header {
  166. width: 1200px;
  167. margin: 0 auto;
  168. }
  169. .header .logo {
  170. width: 128px;
  171. height: 40px;
  172. font-size: 30px;
  173. color: #014ad4;
  174. margin-top: 27px;
  175. margin-left: 25px;
  176. line-height: 80px;
  177. font-weight: bold;
  178. }
  179. .header .tel {
  180. width: 168px;
  181. height: 24px;
  182. font-size: 20px;
  183. color: #014ad4;
  184. margin-top: 20px;
  185. margin-right: 65px;
  186. line-height: 80px;
  187. font-weight: bold;
  188. }
  189. .dl-wrapper {
  190. width: 1920px;
  191. height: 468px;
  192. background-image: url('/images/主图-banner.png');
  193. overflow: hidden;
  194. }
  195. .dl {
  196. width: 1200px;
  197. margin: 0 auto;
  198. color: white;
  199. }
  200. .dl .dl-img {
  201. padding-top: 131px;
  202. }
  203. .dl .dl-img img {
  204. display: block;
  205. width: 384px;
  206. }
  207. .dl-desc .tl {
  208. margin: 128px 0 0 25px;
  209. font-family: PingFang SC;
  210. font-weight: 500;
  211. font-size: 24px;
  212. color: #FFFFFF;
  213. line-height: 53px;
  214. }
  215. .dl-desc .desc {
  216. width: 365px;
  217. height: 56px;
  218. margin: 15px 65px 0 25px;
  219. font-family: PingFang SC;
  220. font-weight: 400;
  221. font-size: 12px;
  222. color: #FFFFFF;
  223. line-height: 22px;
  224. }
  225. .dl-desc .dl-logo {
  226. width: 40px;
  227. height: 40px;
  228. margin: 30px 65px 0 25px;
  229. }
  230. .dl-desc .dl-btn {
  231. width: 40px;
  232. height: 40px;
  233. margin: -40px 65px 0 66px;
  234. }
  235. .product {
  236. width: 1920px;
  237. height: 532px;
  238. margin: 0 auto;
  239. }
  240. .product .hzhb_img {
  241. width: 369px;
  242. height: 69px;
  243. margin: 74 auto;
  244. }
  245. .product .hzf_img {
  246. width: 1660px;
  247. height: 356px;
  248. margin: 0 auto;
  249. }
  250. .footer {
  251. margin-bottom: 83px;
  252. text-align: center;
  253. color: gray;
  254. font-size: 16px;
  255. }
  256. </style>
  257. </head>
  258. <body>
  259. <div id="app">
  260. <div class="header-wrapper">
  261. <div class="header flex">
  262. <div class="logo flex-1"><img src="/images/常客云logo-icon.png" /></div>
  263. <div class="tel"><img src="/images/客服- icon.png" /></div>
  264. </div>
  265. </div>
  266. <div class="dl-wrapper">
  267. <div class="dl flex flex-start">
  268. <div class="dl-desc flex-1">
  269. <div class="tl">常客云App</div>
  270. <div class="desc">
  271. 基于AI、大数据平台,为企业客户提供用户运营,设备托管等服务。<br />致力于为企业客户提供安全可靠,稳定运行,可持续创新发展的线<br />上线下云端服务产品。
  272. </div>
  273. <div class="dl-logo">
  274. <img src="/images/云-icon.png" alt="云" />
  275. <img src="/images/下载-icon.png" alt="下载" class="dl-btn" onclick="location.href='/m'" />
  276. </div>
  277. </div>
  278. </div>
  279. </div>
  280. <div class="product">
  281. <div class="hzhb_img">
  282. <img src="/images/合作伙伴-icon.png" alt="合作伙伴" />
  283. </div>
  284. <div class="hzf_img">
  285. <img src="/images/合作方图标.png" alt="合作方图标" />
  286. </div>
  287. </div>
  288. </div>
  289. </body>
  290. </html>