您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1 个月前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  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: 1543px;
  167. margin: 0 auto;
  168. }
  169. .header .logo {
  170. font-size: 30px;
  171. color: #014ad4;
  172. margin-left: 65px;
  173. line-height: 80px;
  174. font-weight: bold;
  175. }
  176. .header .tel {
  177. font-size: 20px;
  178. color: #014ad4;
  179. margin-right: 65px;
  180. line-height: 80px;
  181. font-weight: bold;
  182. }
  183. .dl-wrapper {
  184. height: 800px;
  185. text-align: center;
  186. overflow: hidden;
  187. }
  188. .dl {
  189. width: 1200px;
  190. margin: 0 auto;
  191. color: white;
  192. }
  193. .dl .dl-img {
  194. padding-top: 131px;
  195. }
  196. .dl .dl-img img {
  197. display: block;
  198. width: 384px;
  199. }
  200. .dl-desc .tl {
  201. margin: 283px 0 0 65px;
  202. font-size: 30px;
  203. font-weight: bold;
  204. }
  205. .dl-desc .desc {
  206. margin: 35px 65px 0 65px;
  207. font-size: 16px;
  208. max-width: 500px;
  209. }
  210. .dl-desc .dl-btn {
  211. margin-left: 65px;
  212. margin-top: 107px;
  213. width: 143px;
  214. height: 60px;
  215. background-color: white;
  216. color: #014ad4;
  217. font-size: 24px;
  218. font-weight: 500;
  219. border-radius: 6px;
  220. overflow: hidden;
  221. }
  222. .product {
  223. width: 1200px;
  224. margin: 0 auto;
  225. }
  226. .imgScale {
  227. width: 1340px;
  228. height: 640px;
  229. display: block;
  230. position: relative;
  231. }
  232. .imgScale img {
  233. min-width: 120%;
  234. min-height: 70%;
  235. max-width: 100%;
  236. max-height: 100%;
  237. width: auto;
  238. height: auto;
  239. position: absolute;
  240. left: 50%;
  241. top: 50%;
  242. transform: translate3d(-50%, -50%, 0);
  243. -webkit-transform: translate3d(-50%, -50%, 0);
  244. }
  245. .product .title {
  246. font-size: 24px;
  247. font-weight: bold;
  248. text-align: center;
  249. margin: 63px 0;
  250. }
  251. .product .row {
  252. margin-bottom: 200px;
  253. }
  254. .product .row1 img {
  255. display: block;
  256. height: 142px;
  257. margin: 20px auto;
  258. }
  259. .product .row2 img {
  260. display: block;
  261. width: 500px;
  262. margin: 20px auto;
  263. }
  264. .product .row2 .col2 {
  265. margin-right: 35px;
  266. }
  267. .product .row .r0 {
  268. font-weight: bold;
  269. font-size: 20px;
  270. }
  271. .product .row .r1 {
  272. max-width: 300px;
  273. margin: 10px 20px;
  274. color: gray;
  275. font-size: 16px;
  276. }
  277. .footer {
  278. margin-bottom: 83px;
  279. text-align: center;
  280. color: gray;
  281. font-size: 16px;
  282. }
  283. .in-c5 {
  284. width: 241px;
  285. height: 52px;
  286. left: 0px;
  287. top: 0px;
  288. border-style: solid;
  289. border-color: #fff #fff #e8e8e8;
  290. color: rgb(0, 0, 0);
  291. position: relative;
  292. }
  293. .in-c5 input:focus {
  294. width: 241px;
  295. height: 52px;
  296. left: 0px;
  297. top: 34px;
  298. border-style: solid;
  299. border-color: #fff #fff #e8e8e8;
  300. color: rgb(0, 0, 0);
  301. position: relative;
  302. }
  303. .weima {
  304. margin-top: 100px;
  305. width: 500px;
  306. height: 500px;
  307. }
  308. </style>
  309. </head>
  310. <body>
  311. <div id="app">
  312. <div class="header-wrapper">
  313. <div class="header flex">
  314. <div class="logo flex-1">常客云</div>
  315. <div class="tel">客服: 400-133-0001</div>
  316. </div>
  317. </div>
  318. <div class="dl-wrapper"><img class="weima" src="images/QRCode.png"></div>
  319. <div class="footer">辽宁常客云数字科技有限公司 <a href="https://beian.miit.gov.cn/" target="_blank">辽ICP备2021003130号</a>
  320. </div>
  321. </div>
  322. </body>
  323. </html>