|
@@ -1,11 +1,80 @@
|
1
|
1
|
<template>
|
|
2
|
+<div class="page self-scrollbar-0">
|
2
|
3
|
<div class="loginPage">
|
3
|
|
- <div class="container">
|
|
4
|
+ <img src="@/assets/img/login_img/bg-head.png" class="absolute_img" alt="">
|
|
5
|
+ <img src="@/assets/img/login_img/bg-home.png" class="absolute_img_bottom" alt="">
|
|
6
|
+ <div class="page_container">
|
|
7
|
+ <div class="head-top">
|
|
8
|
+ <div class="head-left">
|
|
9
|
+ <div class="logo_con">
|
|
10
|
+ <img src="@/assets/img/login_img/logo.png" class="small_logo" alt="">
|
|
11
|
+ <span>企微助手</span>
|
|
12
|
+ </div>
|
|
13
|
+ <img class="head-left-logo" src="@/assets/img/login_img/logo-box.png" alt=""></div>
|
|
14
|
+ <div class="header-btn">
|
|
15
|
+ <div class="login-btn" @click="btn_login">登录</div>
|
|
16
|
+ <div class="login-btn register" @click="btn_login">注册</div>
|
|
17
|
+ </div>
|
|
18
|
+ </div>
|
|
19
|
+ <div class="flex" style="padding-left:50px;">
|
|
20
|
+ <div>
|
|
21
|
+ <div class="small_d_line"></div>
|
|
22
|
+ <div class="big_content_hint">
|
|
23
|
+ 基于企业微信的数字化运营管理平台</div>
|
|
24
|
+ <div class="big_content_hint" style="font-weight: initial;font-size: 24px;margin-top:20px">
|
|
25
|
+ 更快速的连接 更高效的增长
|
|
26
|
+ </div>
|
|
27
|
+ <div class="big_content_f_hint"></div>
|
|
28
|
+ <div class="button_main" @click="btn_login">立即咨询</div>
|
|
29
|
+ </div>
|
|
30
|
+ <img src="@/assets/img/login_img/home-ac.gif" class="home-ac-gif" alt="">
|
|
31
|
+ </div>
|
|
32
|
+ <div class="flex-align-jus-center" style="padding-top:100px;">
|
|
33
|
+ <img style="width:292px;margin-right:100px;" src="@/assets/img/login_img/home-item1.png" alt="">
|
|
34
|
+ <div>
|
|
35
|
+ <div class="big_content_hint f22">高效灵活的企微管理助手</div>
|
|
36
|
+ <div class="other_content_hint" style="margin-top:20px;">- 多企微主体同时登陆切换</div>
|
|
37
|
+ <div class="other_content_hint">- 智能分析粉丝动向,多维度批量粉丝运营</div>
|
|
38
|
+ <div class="btn" @click="btn_login">了解详情</div>
|
|
39
|
+ </div>
|
|
40
|
+ </div>
|
|
41
|
+ <div class="flex-align-jus-center" style="padding-top:100px;">
|
|
42
|
+ <div>
|
|
43
|
+ <div class="big_content_hint f22">企微客户增长</div>
|
|
44
|
+ <div class="other_content_hint" style="margin-top:20px;">- 批量加好友-提高添加好友效率</div>
|
|
45
|
+ <div class="other_content_hint">- 渠道活码-用于企业在多个渠道的引流</div>
|
|
46
|
+ <div class="btn" @click="btn_login">了解详情</div>
|
|
47
|
+ </div>
|
|
48
|
+ <img style="width:330px;margin-left:100px;" src="@/assets/img/login_img/home-item2.png" alt="">
|
|
49
|
+ </div>
|
|
50
|
+ <div class="flex-align-jus-center" style="padding-top:100px;">
|
|
51
|
+ <img style="width:292px;margin-right:100px;" src="@/assets/img/login_img/home-item3.png" alt="">
|
|
52
|
+ <div>
|
|
53
|
+ <div class="big_content_hint f22">企微运营</div>
|
|
54
|
+ <div class="other_content_hint" style="margin-top:20px;">- 多渠道触达- 客户群发、客户群群发、朋友圈</div>
|
|
55
|
+ <div class="other_content_hint">- 客户资产管理- 客户管理、客户迁移、流失提醒</div>
|
|
56
|
+ <div class="btn" @click="btn_login">了解详情</div>
|
|
57
|
+ </div>
|
|
58
|
+ </div>
|
|
59
|
+ <div class="flex-align-jus-center" style="padding-top:100px;">
|
|
60
|
+ <div>
|
|
61
|
+ <div class="big_content_hint f22">数据统计</div>
|
|
62
|
+ <div class="other_content_hint" style="margin-top:20px;">- 客户数据统计-客服数据统计-群数据统计</div>
|
|
63
|
+ <div class="other_content_hint">- 订单数据统计</div>
|
|
64
|
+ <div class="btn" @click="btn_login">了解详情</div>
|
|
65
|
+ </div>
|
|
66
|
+ <img style="width:330px;margin-left:100px;" src="@/assets/img/login_img/home-item4.png" alt="">
|
|
67
|
+ </div>
|
|
68
|
+ </div>
|
|
69
|
+
|
|
70
|
+ <div class="mask" v-if="mask_flag">
|
|
71
|
+ <div class="toast_container">
|
|
72
|
+ <i class="el-icon-circle-close closeMask" @click="mask_flag=false"></i>
|
4
|
73
|
<div class="bcg_box">
|
5
|
|
- <div class="loginBox_title">
|
|
74
|
+ <!-- <div class="loginBox_title">
|
6
|
75
|
<img src="@/assets/img/cs_logo.png" alt="">
|
7
|
76
|
<span>企微助手</span>
|
8
|
|
- </div>
|
|
77
|
+ </div> -->
|
9
|
78
|
<img class="bcg_img" src="@/assets/img/login_box.png" alt="">
|
10
|
79
|
</div>
|
11
|
80
|
|
|
@@ -26,6 +95,8 @@
|
26
|
95
|
</div>
|
27
|
96
|
</div>
|
28
|
97
|
</div>
|
|
98
|
+ </div>
|
|
99
|
+</div>
|
29
|
100
|
</template>
|
30
|
101
|
<script>
|
31
|
102
|
import Watermark from '@/assets/js/watermark';
|
|
@@ -40,10 +111,14 @@ export default {
|
40
|
111
|
name: '',
|
41
|
112
|
psd: ''
|
42
|
113
|
},
|
43
|
|
- loading: false
|
|
114
|
+ loading: false,
|
|
115
|
+ mask_flag:false
|
44
|
116
|
}
|
45
|
117
|
},
|
46
|
118
|
methods: {
|
|
119
|
+ btn_login(){
|
|
120
|
+ this.mask_flag=true;
|
|
121
|
+ },
|
47
|
122
|
submitForm () {
|
48
|
123
|
this.$loading(this.$loadingConfig)
|
49
|
124
|
// this.loading = true
|
|
@@ -103,17 +178,147 @@ export default {
|
103
|
178
|
}
|
104
|
179
|
</script>
|
105
|
180
|
<style lang="scss" scoped>
|
|
181
|
+.page{
|
|
182
|
+ height: 100vh;
|
|
183
|
+ width: 100%;
|
|
184
|
+ overflow: auto;
|
|
185
|
+}
|
|
186
|
+ .absolute_img{
|
|
187
|
+ position: absolute;
|
|
188
|
+ top:0;
|
|
189
|
+ }
|
|
190
|
+ .absolute_img_bottom{
|
|
191
|
+ position: absolute;
|
|
192
|
+ bottom: 0;
|
|
193
|
+ width: 100%;
|
|
194
|
+ }
|
|
195
|
+.page_container{
|
|
196
|
+ width:1170px;
|
|
197
|
+ margin: 0 auto;
|
|
198
|
+ position: relative;
|
|
199
|
+ .head-top{
|
|
200
|
+ display: flex;
|
|
201
|
+ align-items: flex-start;
|
|
202
|
+ .head-left{
|
|
203
|
+ flex:1;
|
|
204
|
+ .head-left-logo{
|
|
205
|
+ height: 120px;
|
|
206
|
+ }
|
|
207
|
+ .logo_con{
|
|
208
|
+ position: absolute;
|
|
209
|
+ font-size: 26px;
|
|
210
|
+ color: #ffffff;
|
|
211
|
+ display: flex;
|
|
212
|
+ align-items: center;
|
|
213
|
+ top:20px;
|
|
214
|
+ left:50px;
|
|
215
|
+ font-weight: bold;
|
|
216
|
+ .small_logo{
|
|
217
|
+ width: 45px;
|
|
218
|
+ margin-right:6px;
|
|
219
|
+ }
|
|
220
|
+ }
|
|
221
|
+ }
|
|
222
|
+ .header-btn{
|
|
223
|
+ display: flex;
|
|
224
|
+ align-items: center;
|
|
225
|
+ margin:30px 100px 0 0;
|
|
226
|
+ .login-btn{
|
|
227
|
+ margin-top: 4px;
|
|
228
|
+ margin-right: 12px;
|
|
229
|
+ cursor: pointer;
|
|
230
|
+ font-size: 14px;
|
|
231
|
+ color:#344461;
|
|
232
|
+ border: 1px solid #c2c6cd;
|
|
233
|
+ border-radius: 30px;
|
|
234
|
+ height: 30px;
|
|
235
|
+ line-height: 30px;
|
|
236
|
+ width:75px;
|
|
237
|
+ text-align: center;
|
|
238
|
+ box-shadow: 0px 2px 10px 0px rgba(57, 70, 106, 0.1);
|
|
239
|
+ &.register{
|
|
240
|
+ background: linear-gradient(to right, #4afeac,#00b48b );
|
|
241
|
+ border:none;
|
|
242
|
+ color:#ffffff;
|
|
243
|
+ box-shadow: 0px 2px 10px 0px rgba(57, 70, 106, 0.2);
|
|
244
|
+ }
|
|
245
|
+ }
|
|
246
|
+ }
|
|
247
|
+ }
|
|
248
|
+ .small_d_line{
|
|
249
|
+ width: 47px;
|
|
250
|
+ height: 9px;
|
|
251
|
+ background: linear-gradient(to right, #4afeac,#00b48b );
|
|
252
|
+ border-radius: 9px;
|
|
253
|
+ }
|
|
254
|
+ .big_content_hint{
|
|
255
|
+ font-size: 40px;
|
|
256
|
+ color: #203152;
|
|
257
|
+ font-weight: bold;
|
|
258
|
+ line-height: 44px;
|
|
259
|
+ margin-top: 40px;
|
|
260
|
+ }
|
|
261
|
+ .other_content_hint{
|
|
262
|
+ font-size: 20px;
|
|
263
|
+ color: #868e9c;
|
|
264
|
+ line-height: 44px;
|
|
265
|
+ }
|
|
266
|
+ .btn{
|
|
267
|
+ width: 100px;
|
|
268
|
+ height: 34px;
|
|
269
|
+ border: 1px solid #00b48b;
|
|
270
|
+ border-radius: 17px;
|
|
271
|
+ font-size: 12px;
|
|
272
|
+ color: #00b48b;
|
|
273
|
+ text-align: center;
|
|
274
|
+ line-height: 34px;
|
|
275
|
+ cursor: pointer;
|
|
276
|
+ margin-top: 34px;
|
|
277
|
+ font-weight: bold;
|
|
278
|
+ }
|
|
279
|
+ .button_main{
|
|
280
|
+ background: linear-gradient(to right, #4afeac,#00b48b );
|
|
281
|
+ color: #ffffff;
|
|
282
|
+ width: 160px;
|
|
283
|
+ height: 40px;
|
|
284
|
+ line-height: 40px;
|
|
285
|
+ text-align: center;
|
|
286
|
+ font-size: 20px;
|
|
287
|
+ font-weight: bold;
|
|
288
|
+ border-radius: 40px;
|
|
289
|
+ margin-top:40px;
|
|
290
|
+ box-shadow: 0px 2px 10px 0px rgba(57, 70, 106, 0.2);
|
|
291
|
+ cursor: pointer;
|
|
292
|
+ }
|
|
293
|
+ .home-ac-gif{
|
|
294
|
+ width: 40%;
|
|
295
|
+ }
|
|
296
|
+}
|
106
|
297
|
.loginPage {
|
107
|
298
|
width: calc(100vw);
|
108
|
|
- height: calc(100vh);
|
109
|
|
- background: url("../assets/img/loginBg.png") no-repeat;
|
110
|
|
- background-size: 100% 100%;
|
111
|
|
- padding: 0 3rem;
|
112
|
|
- display: flex;
|
113
|
|
- flex-direction: row;
|
114
|
|
- align-items: center;
|
115
|
|
- justify-content: center;
|
116
|
|
- .container {
|
|
299
|
+ background: #fff;
|
|
300
|
+ position: relative;
|
|
301
|
+ // background: url("../assets/img/loginBg.png") no-repeat;
|
|
302
|
+ // background-size: 100% 100%;
|
|
303
|
+ // padding: 0 3rem;
|
|
304
|
+ // display: flex;
|
|
305
|
+ // flex-direction: row;
|
|
306
|
+ // align-items: center;
|
|
307
|
+ // justify-content: center;
|
|
308
|
+ .mask{
|
|
309
|
+ width:100%;
|
|
310
|
+ height: 100vh;
|
|
311
|
+ background: rgba(0, 0, 0, 0.4);
|
|
312
|
+ position: fixed;
|
|
313
|
+ top:0;
|
|
314
|
+ left:0;
|
|
315
|
+ z-index: 9;
|
|
316
|
+ display: flex;
|
|
317
|
+ align-items: center;
|
|
318
|
+ justify-content: center;
|
|
319
|
+
|
|
320
|
+ }
|
|
321
|
+ .toast_container {
|
117
|
322
|
width: 1100px;
|
118
|
323
|
height: 550px;
|
119
|
324
|
background: #ffffff;
|
|
@@ -121,6 +326,18 @@ export default {
|
121
|
326
|
display: flex;
|
122
|
327
|
align-items: center;
|
123
|
328
|
justify-content: center;
|
|
329
|
+ position: relative;
|
|
330
|
+ .closeMask{
|
|
331
|
+ position: absolute;
|
|
332
|
+ right: 10px;
|
|
333
|
+ top:10px;
|
|
334
|
+ font-size:40px;
|
|
335
|
+ color:#ccc;
|
|
336
|
+ cursor: pointer;
|
|
337
|
+ &:hover{
|
|
338
|
+ color: #00b48b;
|
|
339
|
+ }
|
|
340
|
+ }
|
124
|
341
|
.loginBox_title {
|
125
|
342
|
display: flex;
|
126
|
343
|
flex-direction: row;
|