liuyifan лет назад: 5
Родитель
Сommit
fc778683a0

+ 83 - 91
CallCenterWeb.UI/css/login.css

@@ -6,30 +6,15 @@ html {
6 6
 	position: relative;
7 7
 	height: 100%;
8 8
 }
9
-.signin_bg {
10
-	/*position: absolute;
11
-	left: 0;
12
-	top: 0;*/
13
-
14
-}
15
-.signin .col-md-5{
9
+/* .signin .col-md-5{
16 10
 	width: 50%;
17
-}
18
-.signin_bg .signin_bg_left{
19
-	position: absolute;
20
-	left: 0;
21
-	top: 0;
22
-	background: url(../img/login_bg.png) no-repeat left top;
11
+} */
12
+.container{
13
+	position: relative;
14
+	width: 100%;
15
+	height: 100%;
16
+	background: url(../img/login_background.png) no-repeat left top;
23 17
 	background-size: 100% 100%;
24
-	height: 100%;	
25
-}
26
-.signin_bg_mask{
27
-	position: absolute;
28
-	left: 0;
29
-	top: 0;
30
-	width: 50%;
31
-	/*background-color: rgba(0,0,0,.5);*/
32
-	height: 100%;	
33 18
 }
34 19
 
35 20
 .signin_left {
@@ -65,13 +50,11 @@ html {
65 50
 }
66 51
 
67 52
 .signin_right{
68
-	width: 100%;
69
-}
70
-.signin_right .signin_panel{
71
-	float: right;
72
-	text-align: center;
73
-	margin-top: 27.21%;
74
-	width: 65%;
53
+	position: absolute;
54
+	top: 18%;
55
+	right: 8.1%;
56
+	width: 610px;
57
+	height: 600px;
75 58
 }
76 59
 /*.signin_right .signin_panel h1{
77 60
 	font-size: 24px;
@@ -79,29 +62,68 @@ html {
79 62
 	margin: 0 0 19.46% 0;
80 63
 	font-weight: 600;
81 64
 }*/
82
-.logo_title span{
83
-	font-size: 24px;
65
+
66
+.signin_panel .logo_title{
67
+	margin-left: 25px;
68
+	width: 100%;
69
+	font-size: 0;
70
+}
71
+
72
+/* .logo_title>img,.logo_title span{
73
+} */
74
+
75
+.logo_img{
76
+	display: inline-block;
77
+	vertical-align: top;
78
+}
79
+
80
+.logo_content{
81
+	display: inline-block;
82
+	vertical-align: top;
83
+}
84
+
85
+.logo_text span{
86
+	font-size: 45px;
87
+	line-height: 45px;
84 88
 	font-family: '华文仿宋';
85 89
 	font-weight: 600;
86 90
 	margin-left: 15px;
87
-	
91
+	color: rgb(255, 255, 255);
88 92
 }
89
-.logo_title>img,.logo_title span{
90
-	vertical-align: middle;
93
+
94
+.logo_footer{
95
+	margin-left: 15px;
96
+	/* height: 10px; */
97
+	/* border: 1px solid rgb(255, 255, 255); */
98
+	width: 470px;
99
+	height: 15px;
100
+	margin-top: -3px;
101
+	background: url(../img/logo_footer.png) no-repeat;
102
+	background-position: -95px -145px;
91 103
 }
92
-.logo_title{
93
-		margin: 0 0 19.46% 0;
104
+
105
+/* .logo_footer > img {
106
+	background-position: 0 -20px;
107
+} */
108
+
109
+.sigin_wrapper{
110
+	margin-top: 5.1%;
111
+	width: 610px;
112
+	height: 480px;
113
+	padding: 60px 65px 0 65px;
114
+	background: rgb(255, 255, 255);
115
+	border-radius: 30px;
94 116
 }
95 117
 .signin_panel .signin_user,
96 118
 .signin_panel .signin_password,
97 119
 .signin_panel .signin_seat{
98
-	margin-bottom: 11px;
99 120
 	position: relative;
121
+	margin-bottom: 25px;
100 122
 }
101 123
 .signin_icons{
102 124
 	position: absolute;
103
-	left: 13.5px;
104
-	top: 11.5px;
125
+	left: 20px;
126
+	top: 19px;
105 127
 	width: 17px;
106 128
 	height: 17px;
107 129
 	display: inline-block;
@@ -114,11 +136,23 @@ html {
114 136
 	background-position: 0 -16px;
115 137
 	height: 15px;
116 138
 }
139
+
140
+.keyboard_icons{
141
+	position: absolute;
142
+	right: 20px;
143
+	top: 15px;
144
+	width: 40px;
145
+	height: 25px;
146
+	display: inline-block;
147
+	background: url(../img/keyboard_icons.png) left top no-repeat;
148
+}
149
+
117 150
 .signin_panel .form-control{
118
-	padding-left: 44px;
119
-	height: 40px;
120
-	line-height: 40px;
151
+	padding-left: 57px;
152
+	height: 55px;
153
+	line-height: 55px;
121 154
 	font-size: 16px;
155
+	font-family: SourceHanS;
122 156
 	color: #000;
123 157
 }
124 158
 
@@ -186,17 +220,17 @@ html {
186 220
 
187 221
 
188 222
 .btns{
189
-    width: 100%;
223
+    width: 470px;
190 224
     background-color: #d1141b;
191 225
     color: #fff;
192
-    height: 40px;
193
-    line-height: 40px;
226
+    height: 60px;
227
+    line-height: 60px;
194 228
     text-align: center;
195 229
     border: 0;
196 230
     outline: none;
197
-    border-radius: 40px;
231
+    border-radius: 10px;
198 232
     cursor: pointer;
199
-    margin-top: 40px;
233
+    margin-top: 55px;
200 234
     margin-bottom: 12px;
201 235
     font-size: 16px;
202 236
     letter-spacing: 6px;
@@ -217,18 +251,6 @@ html {
217 251
     color: #1582b4;
218 252
 }
219 253
 
220
-.signfooter {
221
-   margin-top: 60%;
222
-}
223
-
224
-.signfooter p{
225
-    height: 14px;
226
-    color: #a1a1a1;
227
-    line-height: 14px;
228
-    margin-bottom: 0;
229
-    font-family: 'Calibri';
230
-}
231
-
232 254
 ._success{
233 255
     border-color: #c91e32!important;
234 256
 }
@@ -263,23 +285,11 @@ input:-ms-input-placeholder, textarea:-ms-input-placeholder {
263 285
 	
264 286
 }
265 287
 @media only screen and (max-width: 1366px) {
266
-	body.signin{
267
-		height: 100%;
268
-	}
269
-	div.signfooter{
270
-		margin-top: 20%;
271
-	}
272 288
 }
273 289
 @media only screen and (max-width: 1200px) {
274 290
 	
275 291
 }
276 292
 @media only screen and (max-width: 992px) {
277
-	body.signin .col-md-5 {
278
-    	width: 100%;
279
-	}
280
-	div.signin_bg_mask {
281
-    	width: 100%;
282
-	}
283 293
 	div.signin_left{
284 294
 		display: none;
285 295
 	}
@@ -287,31 +297,13 @@ input:-ms-input-placeholder, textarea:-ms-input-placeholder {
287 297
 		display: none;
288 298
 	}
289 299
 	div.signin_right .signin_panel {
290
-	    margin: 10% auto 0 auto;
300
+	    /* margin: 10% auto 0 auto; */
291 301
 	    float: none;
292
-	    color: #fff;
293
-    }
294
-    .rpassword label,.fpassword a,div.fregister span,div.signfooter p{
295
-    	color: #fff;
302
+	    /* color: #fff; */
296 303
     }
297
-    div.signfooter{
298
-		margin-top: 20%;
299
-	}
300 304
 }
301 305
 @media only screen and (max-width: 768px) {
302
-	div.signin .col-md-5 {
303
-    	width: 100%;
304
-	}
305
-	div.signin_bg_mask {
306
-    	width: 100%;
307
-	}
308 306
 	div.signin_left{
309 307
 		display: none;
310 308
 	}
311
-	div.signin_right .signin_panel {
312
-	    margin-top: 10%;
313
-    }
314
-    div.signfooter{
315
-		margin-top: 20%;
316
-	}
317 309
 }

BIN
CallCenterWeb.UI/img/keyboard_icons.png


BIN
CallCenterWeb.UI/img/login_background.png


BIN
CallCenterWeb.UI/img/logo_footer.png


BIN
CallCenterWeb.UI/img/logo_shuanghui.png


+ 39 - 69
CallCenterWeb.UI/login.html

@@ -14,90 +14,60 @@
14 14
     <!--[if lt IE 9]>
15 15
     <meta http-equiv="refresh" content="0;ie.html" />
16 16
     <![endif]-->
17
-    <style>
18
-    	.signin_left{
19
-    		position: relative;
20
-    	}
21
-    	.left_word{
22
-    		position: absolute;
23
-    		height: 100%;
24
-    		width: 50%;
25
-    	}
26
-    	.left_word>div{
27
-		    position: absolute;
28
-		    right: 0;
29
-		    bottom: 23%
30
-    	}
31
-    	
32
-    	.left_word>div h2 + p{
33
-			margin-top: 22.163%;
34
-			margin-bottom: 22.163%;
35
-			font-size: 18px;
36
-		}
37
-		.signin_left h3{
38
-			font-size: 24px;
39
-			color: #006967;
40
-			margin-bottom: 2.5%;
41
-		}
42
-		.signin_left h3 + p{
43
-			line-height: 30px;
44
-			font-size: 18px;
45
-		}
46
-    	
47
-    </style>
48
-    
49 17
     
50 18
 </head>
51 19
 
52 20
 <body class="signin">
53
-    <div class="signin_bg row">
54
-        <div class="signin_bg_left col-md-5"></div>
55
-        <div class="signin_bg_mask"></div>
56
-           <div class="left_word">
57
-           	<!--<div>
58
-           		  	 <h3>用心做,更出色</h3>
59
-                <p>致力于临床实验技术的普及和提高,为人类健康服务</p>
60
-           	</div>-->
61
-           </div>
62
-    </div>
63 21
     <div class="container">
64 22
         <div class="row clearfix">
65
-            <div class="signin_left col-md-5"></div>
23
+            <!-- <div class="signin_left col-md-5"></div> -->
66 24
             <div class="signin_right col-md-5">
67 25
                 <div class="signin_panel">
68 26
                 	<div class="logo_title">
69
-                		<img src="img/snLogo.png" alt=""width="50px" height="50px"/>
70
-                		<span>双汇客服中心管理系统</span>
71
-                	</div>
72
-                    <div class="signin_user">
73
-                        <i class="signin_icons"></i>
74
-                        <input class="form-control" type="text" placeholder="请输入您的管理账号" id="user" autofocus autocomplete="off">
75
-                        <i class="ts user_ts"></i>
76
-                    </div>
77
-                    <div class="signin_seat">
78
-                        <i class="signin_icons"></i>
79
-                        <input class="form-control" type="text" placeholder="请输入分机号" id="userSeat" autocomplete="off">
80
-                    </div>
81
-                    <div class="signin_password">
82
-                        <i class="signin_icons"></i>
83
-                        <input class="form-control" type="password" placeholder="请输入您的密码" id="password" autocomplete="off">
84
-                        <i class="ts password_ts"></i>
27
+                        <div class="logo_img">
28
+                            <img src="img/logo_shuanghui.png" alt="" width="85px" height="60px"/>
29
+                        </div>
30
+                        <div class="logo_content">
31
+                            <div class="logo_text">
32
+                                <span>双汇客服中心管理系统</span>
33
+                            </div>
34
+                            <div class="logo_footer">
35
+                                <!-- <img src="img/logo_footer.png" alt="" width="470px" height="20px" /> -->
36
+                            </div>
37
+                        </div>
85 38
                     </div>
86
-                    <div class="clearfix singin_rpassword">
87
-                        <div class="rpassword">
88
-                            <label for="rpassword">
89
-                                <input type="checkbox" id="rpassword">
90
-                                <span class="checkbox_icon"></span>
91
-                                	记住密码
92
-                            </label>
39
+                    <div class="sigin_wrapper">
40
+                        <div class="signin_user">
41
+                            <i class="signin_icons"></i>
42
+                            <input class="form-control" type="text" placeholder="请输入您的管理账号" id="user" autofocus autocomplete="off">
43
+                            <i class="ts user_ts"></i>
44
+                        </div>
45
+                        <div class="signin_seat">
46
+                            <i class="signin_icons"></i>
47
+                            <input class="form-control" type="text" placeholder="请输入分机号" id="userSeat" autocomplete="off">
48
+                        </div>
49
+                        <div class="signin_password">
50
+                            <i class="signin_icons"></i>
51
+                            <i class="keyboard_icons"></i>
52
+                            <input class="form-control" type="password" placeholder="请输入您的密码" id="password" autocomplete="off">
53
+                            <i class="ts password_ts"></i>
93 54
                         </div>
55
+                        <div class="clearfix singin_rpassword">
56
+                            <div class="rpassword">
57
+                                <label for="rpassword">
58
+                                    <input type="checkbox" id="rpassword">
59
+                                    <span class="checkbox_icon"></span>
60
+                                        记住密码
61
+                                </label>
62
+                            </div>
63
+                        </div>
64
+                        <div class="btns" type="button">登录</div>
94 65
                     </div>
95
-                    <div class="btns" type="button">登录</div>
96
-                    <div class="signfooter">
66
+                    <!-- <div class="signfooter">
97 67
                         <a href="ExeWork/LeCallCenterSetup.exe">下载客户端|</a>
98 68
                         <a href="ExeWork/Microsoft.NET4.5.2.exe">下载安装环境|</a>
99 69
                         <a href="ExeWork/vc_redist.x86.exe">安装包异常补充包</a>
100
-                    </div>
70
+                    </div> -->
101 71
                 </div>
102 72
             </div>
103 73
         </div>