Parcourir la Source

修改login页面

jinquanwu il y a 6 ans
Parent
commit
fc5450deb5

+ 16 - 4
CallCenterWeb.UI/css/login.min.css

@@ -10,11 +10,12 @@ body {
10 10
 
11 11
 .header {
12 12
 	height: 110px;
13
+	
13 14
 	position: relative;
14 15
 }
15 16
 
16 17
 .header .logo {
17
-	width: 100px;
18
+	width: 400px;
18 19
 	height: 90px;
19 20
 	display: block;
20 21
 	font-size: 0;
@@ -48,10 +49,20 @@ body {
48 49
 	width: 100%;
49 50
 	position: relative;
50 51
 	height: calc(100% - 236px);
51
-	background-color: #000000;
52
+	/* background-color: #000; */
52 53
 	overflow: hidden;
54
+	background: url("../img/background6.png") left top no-repeat;
55
+	background-size: 100% 100%;
56
+}
57
+ #logo1{
58
+	width: 400px;
59
+	height: 90px;
60
+	
61
+	font-size: 0;
62
+	position: absolute;
63
+	right:20%;
64
+	top: 123px;
53 65
 }
54
-
55 66
 .signin_bgl {
56 67
 	position: absolute;
57 68
 	top: 50%;
@@ -60,7 +71,8 @@ body {
60 71
 	width: 660px;
61 72
 	height: 506px;
62 73
 	background-size: 100% 100%;
63
-	background: url("../img/sign_bg.png") left top no-repeat
74
+	/* background: url("../img/background2.png") left  no-repeat;
75
+	background-size:100% 100%; */
64 76
 }
65 77
 
66 78
 .signin .signin_bg {

BIN
CallCenterWeb.UI/img/backgroud.png


BIN
CallCenterWeb.UI/img/background6.png


BIN
CallCenterWeb.UI/img/bakg.png


BIN
CallCenterWeb.UI/img/logo.png


BIN
CallCenterWeb.UI/img/logo2.png


+ 1 - 1
CallCenterWeb.UI/index.html

@@ -7,7 +7,7 @@
7 7
 		<meta name="renderer" content="webkit" />
8 8
 		<meta http-equiv="Cache-Control" content="no-siteapp" />
9 9
 		<title>开封水务_呼叫中心管理系统</title>
10
-		<link rel="shortcut icon" href="img/32.ico" />
10
+		<link rel="shortcut icon" href="img/logo1.png" />
11 11
 		<script src="./Script/Common/huayi.load.js"></script>
12 12
 		<script src="./Script/Common/huayi.config.js"></script>
13 13
 		<link href="./css/wh.css" rel="stylesheet">

+ 6 - 5
CallCenterWeb.UI/login.html

@@ -8,7 +8,7 @@
8 8
 		<meta name="keywords">
9 9
 		<meta name="description">
10 10
 		<meta name="renderer" content="webkit" />
11
-		<link rel="shortcut icon" href="img/32.ico" />
11
+		<link rel="shortcut icon" href="img/logo1.png" />
12 12
 		<link href="./css/bootstrap.min14ed.css?v=3.3.6" rel="stylesheet" type="text/css">
13 13
 		<link href="./css/animate.min.css" rel="stylesheet" type="text/css" />
14 14
 		<link href="./css/login.min.css" rel="stylesheet">
@@ -18,18 +18,19 @@
18 18
 	</head>
19 19
 	<body>
20 20
 		<div class="header">
21
-			<img class="logo" src="img/logo1.png" alt="logo">
21
+			<img class="logo" src="img/logo2.png" alt="logo">
22 22
 		</div>
23 23
 		
24 24
 		<div class="signin">
25 25
 			<div class="signin_bgl animated fadeIn"></div>
26
-			
26
+		
27 27
 			<div class="signin_bg animated fadeIn">
28 28
 				<ul class="login_tab clearfix" id="login_tab">
29 29
 					<li class="active">坐席登录</li>
30 30
 					<li>管理员登录</li>
31 31
 				</ul>
32 32
 				<div class="signin_panel" id="signin">
33
+					
33 34
 					<div class="signin_user">
34 35
 						<i class="signin_icons"></i>
35 36
 						<input class="form-control" type="text" placeholder="请输入账号" id="user" autofocus autocomplete="off">
@@ -60,9 +61,9 @@
60 61
 				<!-- <a href="ExeWork/LeCallCenterSetup.exe" rel="nofollow" title="下载客户端">下载客户端</a> | 
61 62
 				<a href="ExeWork/Microsoft.NET4.0.exe" rel="nofollow" title="下载安装环境">下载安装环境</a> | 
62 63
 				<a href="ExeWork/vcredist_x86.exe" rel="nofollow" title="安装异常补充包">安装异常补充包</a> | -->
63
-				技术服务热线:0371-88888517
64
+				<!-- 技术服务热线:0371-88888517 -->
64 65
 			</p>
65
-			<p class="copyright">Copyright &copy; 2010-2020  华谊科技 版权所有</p>
66
+			<p class="copyright">Copyright &copy; 2019-2022   郑州力通水务</p>
66 67
 		</div>
67 68
 		
68 69
 		<script src="Script/Common/huayi.config.js"></script>