柳香萍 před 5 roky
revize
7a8a09bf8b
23 změnil soubory, kde provedl 568 přidání a 0 odebrání
  1. 352 0
      css/mobile.css
  2. binární
      images/banner.jpg
  3. binární
      images/close.png
  4. binární
      images/hz-1.png
  5. binární
      images/hz-2.png
  6. binární
      images/hz-3.png
  7. binární
      images/hz-4.png
  8. binární
      images/hz-5.png
  9. binární
      images/hz-6.png
  10. binární
      images/hz-7.png
  11. binární
      images/hz-8.png
  12. binární
      images/loginBg.png
  13. binární
      images/logo.png
  14. binární
      images/mb.png
  15. binární
      images/scrm.png
  16. binární
      images/service-1.jpg
  17. binární
      images/service-2.jpg
  18. binární
      images/service-3.jpg
  19. binární
      images/service-4.jpg
  20. binární
      images/wsc.jpg
  21. binární
      images/xt.png
  22. 162 0
      index.html
  23. 54 0
      login.html

+ 352 - 0
css/mobile.css Zobrazit soubor

@@ -0,0 +1,352 @@
1
+body,html {
2
+	font-family: Helvetica,STHeiti,Microsoft YaHei,Verdana,Arial,Tahoma,sans-serif;
3
+	margin: 0;
4
+	padding: 0;
5
+	border: 0
6
+}
7
+
8
+a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
9
+	margin: 0;
10
+	padding: 0;
11
+	border: 0;
12
+	font: inherit;
13
+	font-size: 100%;
14
+	vertical-align: baseline
15
+}
16
+
17
+html {
18
+	line-height: 1
19
+}
20
+
21
+ol,ul {
22
+	list-style: none
23
+}
24
+
25
+table {
26
+	border-collapse: collapse;
27
+	border-spacing: 0
28
+}
29
+
30
+caption,td,th {
31
+	font-weight: 400;
32
+	vertical-align: middle
33
+}
34
+
35
+blockquote,q {
36
+	quotes: none
37
+}
38
+
39
+blockquote:after,blockquote:before,q:after,q:before {
40
+	content: "";
41
+	content: none
42
+}
43
+
44
+a img {
45
+	border: none
46
+}
47
+
48
+a {
49
+	color: #07d;
50
+	text-decoration: none
51
+}
52
+
53
+article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
54
+	display: block
55
+}
56
+
57
+html {
58
+	position: relative
59
+}
60
+
61
+body,html {
62
+    width: 100%;
63
+	color: #2c3a46;
64
+	background: #fff;
65
+	font-size: 14px;
66
+	line-height: 1.6em;
67
+	font-family: Helvetica,Pingfang SC,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif
68
+}
69
+.clearfix{
70
+    clear: both;
71
+}
72
+
73
+/* 页面内容 */
74
+header{
75
+    height: 56px;
76
+    display: block;
77
+    justify-content:space-around;
78
+    align-content: space-around;
79
+    position: fixed;
80
+    top: 0;
81
+    left: 0;
82
+    right: 0;
83
+    background: #fff;
84
+    z-index: 999;
85
+    padding: 0 10px;
86
+    box-shadow: 0 0 18px 0 rgba(82,94,102,0.15); 
87
+    
88
+}
89
+.logo{  
90
+    width: 120px;
91
+    display: -webkit-box;
92
+    display: -ms-flexbox;
93
+    display: flex;
94
+    -webkit-box-align: center;
95
+    -ms-flex-align: center;
96
+    align-items: center;
97
+    height: 56px;
98
+}
99
+.logo img{
100
+    width: 100%;
101
+}
102
+.main-container{
103
+    margin-top: 56px;
104
+    margin-bottom: 50px;
105
+}
106
+.baner-box{
107
+   width: 100%;
108
+   position: relative;
109
+}
110
+.baner-box img{
111
+    width: 100%;
112
+    display: block;
113
+}
114
+.free-box{
115
+    position: absolute;
116
+    left: 50%;
117
+    top: 50%;
118
+    margin-left: -35%;
119
+    margin-top: -10%;
120
+    display: flex;
121
+    align-items: center;
122
+    justify-content:center;
123
+    flex-direction: column; 
124
+    color: #fff;
125
+}
126
+.free-box p{
127
+    font-size: 26px;
128
+    line-height: 60px;
129
+    height: 60px;
130
+}
131
+.custom-title {
132
+    margin: 40px auto 20px;
133
+    max-width: calc(100vw - 32px);
134
+    font-weight: 300;
135
+    color: #383838;
136
+    text-align: center;
137
+}
138
+.custom-title .name{
139
+    font-size:30px;
140
+    line-height: 32px;
141
+    padding-bottom: 10px;
142
+    display: inline-block;
143
+    
144
+}
145
+.custom-title .txt{
146
+    line-height: 32px;
147
+    font-size: 15px;
148
+}
149
+.customer-card{
150
+    box-shadow: 0 0 18px 0 rgba(82,94,102,0.15);
151
+    width: calc(100vw - 70px);
152
+    margin: 0 auto;
153
+    padding: 15px;
154
+}
155
+.customer-card-image img{
156
+    width: 100%;
157
+}
158
+.customer-card .text{
159
+    font-size: 16px;
160
+    line-height: 28px;
161
+    color: #666;
162
+    text-align: center;
163
+    padding-top: 30px;
164
+}
165
+.hz ul{
166
+    padding-left: 10px;
167
+}
168
+.hz ul li{
169
+    width: 47%;
170
+    float: left;
171
+    margin-right: 10px;
172
+    margin-bottom: 10px;
173
+    text-align: center;
174
+}
175
+.hz ul li img{
176
+    width: 100%;
177
+    display: block;
178
+}
179
+.hz ul li p{
180
+    font-size: 16px;
181
+    color: #363636;
182
+    line-height: 22px;
183
+}
184
+.service ul li img{
185
+    width: 50%;
186
+    margin: 0 auto;
187
+    padding: 10px 0;
188
+}
189
+.copyright{
190
+    background: #383d43;
191
+    color: #b6b6b6;
192
+    font-size: 15px;
193
+    padding: 30px 20px;
194
+    margin-top: 30px;
195
+    line-height: 28px;
196
+}
197
+.copyright h2{
198
+    font-size: 18px;
199
+    padding-bottom: 20px;
200
+}
201
+.info{
202
+    display: inline-block;
203
+    background: #fff;
204
+    padding: 10px 10px;
205
+    text-align: center;
206
+    
207
+}
208
+.freeBtn{
209
+    width: 100%;
210
+    position: fixed;
211
+    left: 0;
212
+    bottom: 0;
213
+    right: 0;
214
+    display: none;
215
+}
216
+.freeBtn button{
217
+    height: 46px;
218
+    background: #3388ff;
219
+    line-height: 46px;
220
+    width: 100%;
221
+    color: #fff;
222
+    outline: none;
223
+    border: none;
224
+    font-size:15px;
225
+}
226
+/* 注册 */
227
+.loginBox{
228
+    position: fixed;
229
+    top: 40%;
230
+    left: 5%;
231
+    right:5%;
232
+    margin-top: -160px;
233
+}
234
+.loginBox .title{
235
+    color: #333333;
236
+    font-size: 20px;
237
+    line-height: 110px;
238
+    height: 110px;
239
+    text-align: center;
240
+}
241
+.reg{
242
+    width: 100%;
243
+    overflow: hidden;
244
+  }
245
+  .reg_wrap .cell{
246
+     display: -webkit-box;
247
+      display: -webkit-flex;
248
+      display: flex;
249
+      -webkit-box-align: center;
250
+      -webkit-align-items: center;
251
+      align-items: center;
252
+      text-align: center;
253
+      position:relative;
254
+      color: #1e1c1c;
255
+      margin: 0 15px 15px 15px ;
256
+      
257
+  
258
+  }
259
+  .reg_wrap .cell .star{
260
+      font-size:18px;
261
+      display: block;
262
+      margin-top: 4px; 
263
+  }
264
+  .reg_wrap .cell .iconfont{
265
+      font-size: 36px;
266
+      color:#3c3a3a;
267
+  }
268
+  .reg_wrap .cell .input_box{
269
+      border:none;
270
+      width: 100%;
271
+      flex: 1;
272
+      font-size: 15px;
273
+      outline:none;
274
+      background: #eee;
275
+      border-radius: 4px;
276
+      border: 1px #eeeeee solid;
277
+      padding:11px 10px;
278
+      
279
+  }
280
+  .reg_wrap .cell .code{
281
+      border: none;
282
+      font-size: 15px;
283
+      outline: none;
284
+      background:none;
285
+      color: #fff;
286
+      margin-left: 10px;
287
+      padding:10px 15px;
288
+      background: #4b86f7;
289
+      border-radius: 4px;
290
+      display: inline-block;
291
+  }
292
+  .join{
293
+      margin-top:30px;
294
+      padding: 0 15px;
295
+      box-sizing: border-box;
296
+  }
297
+  .join .submit{
298
+      background: #4b86f7;
299
+      height: 44px;
300
+      line-height: 44px;
301
+      border-radius: 4px;
302
+      color: #fff;
303
+      font-size: 16px;
304
+      outline: none;
305
+      border: none;
306
+      width: 100%;
307
+      
308
+  }
309
+
310
+  /* 弹出层 */
311
+  .layer .layerBg{
312
+      background: rgba(0, 0, 0, 0.7);
313
+      position: fixed;
314
+      top: 0;
315
+      left: 0;
316
+      right: 0;
317
+      bottom: 0;
318
+  }
319
+  .layer .content{
320
+      background: #fff;
321
+      border-radius: 4px;
322
+      display: flex;
323
+      align-items: center;
324
+      justify-content: center;
325
+      z-index: 999;
326
+      position: fixed;
327
+      flex-direction: column;
328
+      top: 40%;
329
+      margin: 0 20px;
330
+      font-size: 16px;
331
+  }
332
+  .layer .content .tit{
333
+      display: flex;
334
+      height: 50px;
335
+      line-height: 50px;
336
+      border-bottom: 1px #eee solid;
337
+      justify-content:space-between;
338
+      padding: 0 20px;
339
+      width: 100%;
340
+      box-sizing: border-box;
341
+  }
342
+  .layer .content .tips{
343
+      padding: 20px;
344
+      line-height: 26px;
345
+  }
346
+  .layer .content .tit .close{
347
+      width: 15px;
348
+      height: 15px;
349
+  }
350
+  .layer .content .tit .close img{
351
+      width: 100%;
352
+  }

binární
images/banner.jpg Zobrazit soubor


binární
images/close.png Zobrazit soubor


binární
images/hz-1.png Zobrazit soubor


binární
images/hz-2.png Zobrazit soubor


binární
images/hz-3.png Zobrazit soubor


binární
images/hz-4.png Zobrazit soubor


binární
images/hz-5.png Zobrazit soubor


binární
images/hz-6.png Zobrazit soubor


binární
images/hz-7.png Zobrazit soubor


binární
images/hz-8.png Zobrazit soubor


binární
images/loginBg.png Zobrazit soubor


binární
images/logo.png Zobrazit soubor


binární
images/mb.png Zobrazit soubor


binární
images/scrm.png Zobrazit soubor


binární
images/service-1.jpg Zobrazit soubor


binární
images/service-2.jpg Zobrazit soubor


binární
images/service-3.jpg Zobrazit soubor


binární
images/service-4.jpg Zobrazit soubor


binární
images/wsc.jpg Zobrazit soubor


binární
images/xt.png Zobrazit soubor


+ 162 - 0
index.html Zobrazit soubor

@@ -0,0 +1,162 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+
4
+<head>
5
+    <meta charset="UTF-8">
6
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+    <meta http-equiv="X-UA-Compatible" content="ie=edge">
8
+    <title></title>
9
+    <link rel="stylesheet" href="css/mobile.css">
10
+</head>
11
+
12
+<body>
13
+    <header>
14
+        <div class="logo">
15
+            <img src="images/logo.png" alt="">
16
+        </div>
17
+    </header>
18
+    <div class="main-container">
19
+        <div class="baner-box">
20
+            <img src="images/banner.jpg" alt="">
21
+            <div class="free-box">
22
+                <p>构建智慧肾科/透析中心</p>
23
+            </div>
24
+        </div>
25
+        <!-- 血透 -->
26
+        <div class="custom-title">
27
+            <span class="name">血透管理</span>
28
+            <p class="txt">规范机构的血透流程 提升患者透析质量</p>
29
+        </div>
30
+        <div class="customer-card">
31
+            <div class="customer-card-image">
32
+                <img src="images/xt.png" alt="">
33
+            </div>
34
+            <p class="text">基于血透临床标准应用流程研发,规范可控;平板操作,随时随地记录和监测患者病情;和圣卫士打通,实现医患互动、透析数据共享;多维度数据分析管理,轻松掌握和提升透析质量。</p>
35
+        </div>
36
+        <!-- 慢病 -->
37
+        <div class="custom-title">
38
+            <span class="name">慢病管理</span>
39
+            <p class="txt">提升机构的临床科研 控制患者病情进展</p>
40
+        </div>
41
+        <div class="customer-card">
42
+            <div class="customer-card-image">
43
+                <img src="images/mb.png" alt="">
44
+            </div>
45
+            <p class="text">24小时实时动态采集监测数据;监测指标发现异常,智能提醒医生和患者;多维度大数据分析,助力医生优化治疗方案;一键连接患者,快速干预患者行为。</p>
46
+        </div>
47
+        <!-- scrm -->
48
+        <div class="custom-title">
49
+            <span class="name">SCRM</span>
50
+            <p class="txt">帮助机构获得患者流量 拉近机构和患者距离</p>
51
+        </div>
52
+        <div class="customer-card">
53
+            <div class="customer-card-image">
54
+                <img src="images/scrm.png" alt="">
55
+            </div>
56
+            <p class="text">建立机构独一无二的品牌展示;向精准用户快速裂变传播信息;多渠道患者来源建立会员用户池;多维度数据分析提升客户转化率。</p>
57
+        </div>
58
+        <!-- 微商城 -->
59
+        <div class="custom-title">
60
+            <span class="name">微商城</span>
61
+            <p class="txt">帮助机构提升整体营收 为商家输出更多的商业价值</p>
62
+        </div>
63
+        <div class="customer-card">
64
+            <div class="customer-card-image">
65
+                <img src="images/wsc.jpg" alt="">
66
+            </div>
67
+            <p class="text">实时数据监控,订单、物流、成交金额等实时数据;下单客户自动进入机构患者用户库;支持从酷医云分销产品,零成本赚钱;帮助机构快速卖货,解决销售渠道问题。</p>
68
+        </div>
69
+        <!-- 合作伙伴 -->
70
+        <div class="custom-title clearfix">
71
+            <span class="name">合作伙伴</span>
72
+        </div>
73
+        <div class="hz clearfix">
74
+            <ul>
75
+                <li>
76
+                    <img src="images/hz-1.png" alt="">
77
+                </li>
78
+                <li>
79
+                    <img src="images/hz-2.png" alt="">
80
+                </li>
81
+                <li>
82
+                    <img src="images/hz-3.png" alt="">
83
+                </li>
84
+                <li>
85
+                    <img src="images/hz-4.png" alt="">
86
+                </li>
87
+                <li>
88
+                    <img src="images/hz-5.png" alt="">
89
+                </li>
90
+                <li>
91
+                    <img src="images/hz-6.png" alt="">
92
+                </li>
93
+                <li>
94
+                    <img src="images/hz-7.png" alt="">
95
+                </li>
96
+                <li>
97
+                    <img src="images/hz-8.png" alt="">
98
+                </li>
99
+            </ul>
100
+        </div>
101
+        <div class="clearfix"></div>
102
+        <!-- 酷医云 -->
103
+        <div class="custom-title clearfix">
104
+            <span class="name">酷医云</span>
105
+            <p class="txt">助力肾科/透析中心医疗建设 提升整体服务水平</p>
106
+        </div>
107
+        <div class="hz service clearfix">
108
+            <ul>
109
+                <li>
110
+                    <img src="images/service-1.jpg" alt="">
111
+                    <p>品牌提升</p>
112
+                    <p>精准营销</p>
113
+                </li>
114
+                <li>
115
+                    <img src="images/service-2.jpg" alt="">
116
+                    <p>就医体验</p>
117
+                    <p>网络医疗</p>
118
+                </li>
119
+                <li>
120
+                    <img src="images/service-3.jpg" alt="">
121
+                    <p>透析质量</p>
122
+                    <p>院外服务</p>
123
+                </li>
124
+                <li>
125
+                    <img src="images/service-4.jpg" alt="">
126
+                    <p>医护培训</p>
127
+                    <p>快捷采购</p>
128
+                </li>
129
+            </ul>
130
+        </div>
131
+        <div class="clearfix"></div>      
132
+        <!-- 版权   -->
133
+        <div class="copyright">
134
+            <h2>深圳市健康互动科技有限公司</h2>
135
+            <p>咨询热线:0755-86526342</p>
136
+            <p>服务邮箱:service@shengws.com</p>
137
+            <p>工作时间:上午9:00-12:00,下午13:30-18:00</p>
138
+            <p>公司地址:深圳市南山区学苑大道1001号南山智园A4栋9楼918</p>
139
+        </div>
140
+        <span class="info">© 2016-2019 kuyicloud.com  酷医云 版权所有 粤ICP备15079323号-4</span>
141
+        <!-- 免费使用 -->
142
+        <div class="freeBtn">
143
+            <button class="button">免费使用</button>
144
+        </div>
145
+    </div>
146
+    
147
+</body>
148
+<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
149
+<script type="text/javascript">
150
+$(function(){
151
+    $(window).scroll(function(){
152
+        height = $(window).scrollTop();
153
+        if(height > 30){
154
+            $('.freeBtn').fadeIn(300);
155
+        }else{
156
+            $('.freeBtn').fadeOut(100);    
157
+        }
158
+    })
159
+})
160
+</script>
161
+
162
+</html>

+ 54 - 0
login.html Zobrazit soubor

@@ -0,0 +1,54 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+
4
+<head>
5
+    <meta charset="UTF-8">
6
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+    <meta http-equiv="X-UA-Compatible" content="ie=edge">
8
+    <title></title>
9
+    <link rel="stylesheet" href="css/mobile.css">
10
+    <style>
11
+    </style>
12
+</head>
13
+
14
+<body>
15
+    <div class="loginBox">
16
+        <h2 class="title">注册账号</h2>
17
+        <div class="reg_wrap">
18
+            <form action="" class="reg">
19
+                <div class="cell">
20
+                    <input type="text" class="input_box " placeholder="手机号码">
21
+                </div>
22
+                <div class="cell">
23
+                    <input type="text" class="input_box " placeholder="验证码">
24
+                    <span class="code">获取验证码</span>
25
+                </div>
26
+                <div class="cell">
27
+                    <input type="text" class="input_box " placeholder="密码">
28
+                </div>
29
+            </form>
30
+            <div class="join">
31
+                <button class="submit">即刻开始</button>
32
+            </div>
33
+        </div>
34
+    </div>
35
+    <!-- 弹出框 -->
36
+    <div class="layer">
37
+        <div class="layerBg"></div>
38
+        <div class="content">
39
+            <div class="tit">
40
+                <h3>提示</h3>
41
+                <div class="close"><img src="images/close.png" alt=""></div>
42
+            </div>
43
+            <span class="tips">您的手机号码已经注册过,请使用电脑谷歌浏览器访问酷医云,并登录使用</span>
44
+        </div>
45
+    </div>
46
+    <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
47
+    <script type="text/javascript">
48
+     $('.close').click(function(){
49
+        $('.layer').fadeOut(300);
50
+     })
51
+    </script>
52
+
53
+</body>
54
+</html>