Browse Source

修改登录页 及 手工制单工单类型

zhangshuangnan 7 years ago
parent
commit
873cc461c8

+ 16 - 3
CallCenterWeb.UI/css/login.css

@@ -73,11 +73,24 @@ html {
73 73
 	margin-top: 27.21%;
74 74
 	width: 65%;
75 75
 }
76
-.signin_right .signin_panel h1{
76
+/*.signin_right .signin_panel h1{
77 77
 	font-size: 24px;
78 78
 	font-family: '华文仿宋';
79 79
 	margin: 0 0 19.46% 0;
80 80
 	font-weight: 600;
81
+}*/
82
+.logo_title span{
83
+	font-size: 24px;
84
+	font-family: '华文仿宋';
85
+	font-weight: 600;
86
+	margin-left: 15px;
87
+	
88
+}
89
+.logo_title>img,.logo_title span{
90
+	vertical-align: middle;
91
+}
92
+.logo_title{
93
+		margin: 0 0 19.46% 0;
81 94
 }
82 95
 .signin_panel .signin_user,
83 96
 .signin_panel .signin_password,
@@ -174,7 +187,7 @@ html {
174 187
 
175 188
 .btns{
176 189
     width: 100%;
177
-    background-color: #67d1fe;
190
+    background-color: #d1141b;
178 191
     color: #fff;
179 192
     height: 40px;
180 193
     line-height: 40px;
@@ -189,7 +202,7 @@ html {
189 202
     letter-spacing: 6px;
190 203
 }
191 204
 .btns:hover{
192
-    background-color: #23b2ef;
205
+    background-color: #ad1316;
193 206
 }
194 207
 
195 208
 

BIN
CallCenterWeb.UI/img/login_bg.png


BIN
CallCenterWeb.UI/img/snLogo.png


+ 1 - 2
CallCenterWeb.UI/js/WorkOrder/AddWorkOrder.js

@@ -101,7 +101,7 @@ var setting3 = {
101 101
 }
102 102
 
103 103
 function changeTreeClick(event, treeId, treeNode) {
104
-	 if (treeNode.level == 2) {
104
+	
105 105
 	var chanId = treeNode.id;
106 106
 	var changeName = treeNode.text;
107 107
 	$('#typeclass').val(changeName);
@@ -110,7 +110,6 @@ function changeTreeClick(event, treeId, treeNode) {
110 110
 	$('#typeclassId_market').val(chanId);
111 111
 	var pidnode = treeNode.getParentNode();
112 112
 	$('.addTree').hide();
113
-	}
114 113
 };
115 114
 
116 115
 $('.down').click(function() {

+ 7 - 3
CallCenterWeb.UI/login.html

@@ -54,10 +54,10 @@
54 54
         <div class="signin_bg_left col-md-5"></div>
55 55
         <div class="signin_bg_mask"></div>
56 56
            <div class="left_word">
57
-           	<div>
57
+           	<!--<div>
58 58
            		  	 <h3>用心做,更出色</h3>
59 59
                 <p>致力于临床实验技术的普及和提高,为人类健康服务</p>
60
-           	</div>
60
+           	</div>-->
61 61
               
62 62
                 </div>
63 63
     </div>
@@ -77,7 +77,11 @@
77 77
             </div>
78 78
             <div class="signin_right col-md-5">
79 79
                 <div class="signin_panel">
80
-                    <h1>思念呼叫中心管理系统</h1>
80
+                	<div class="logo_title">
81
+                		<img src="img/snLogo.png" alt=""width="50px" height="50px"/>
82
+                		<span>思念呼叫中心管理系统</span>
83
+                	</div>
84
+                    <!--<h1>思念呼叫中心管理系统</h1>-->
81 85
                     <div class="signin_user">
82 86
                         <i class="signin_icons"></i>
83 87
                         <input class="form-control" type="text" placeholder="请输入您的管理账号" id="user" autofocus autocomplete="off">