seimin 7 months ago
parent
commit
e335b51e8d

+ 16 - 16
assets/css/login.css

@@ -1,8 +1,8 @@
1
 /* 登陆 --wt */
1
 /* 登陆 --wt */
2
 .wt_login{
2
 .wt_login{
3
     background: #fff;
3
     background: #fff;
4
-    text-align: center!important; 
5
-    width: 480px!important; 
4
+    text-align: center!important;
5
+    width: 480px!important;
6
     box-shadow: 0px 0px 5px 5px #ddd;
6
     box-shadow: 0px 0px 5px 5px #ddd;
7
     border-radius: 8px;
7
     border-radius: 8px;
8
 }
8
 }
@@ -13,7 +13,7 @@
13
 }
13
 }
14
 .login form{
14
 .login form{
15
     text-align: center;
15
     text-align: center;
16
-    border-radius: 8px!important; 
16
+    border-radius: 8px!important;
17
 }
17
 }
18
 .wt_login_head{
18
 .wt_login_head{
19
     padding-bottom: 0px;
19
     padding-bottom: 0px;
@@ -22,18 +22,18 @@
22
 }
22
 }
23
 .wt_login_cantent{
23
 .wt_login_cantent{
24
     margin-top: 65%;
24
     margin-top: 65%;
25
-    padding-top: 34px!important; 
25
+    padding-top: 34px!important;
26
     background: #fff;
26
     background: #fff;
27
 }
27
 }
28
 .wt_login_cantent p{
28
 .wt_login_cantent p{
29
-    margin-bottom: 18px!important; 
29
+    margin-bottom: 18px!important;
30
     text-align: center;
30
     text-align: center;
31
-    
31
+
32
 }
32
 }
33
 .wt_login_cantent p input{
33
 .wt_login_cantent p input{
34
     width: 400px!important;
34
     width: 400px!important;
35
     height: 52px;
35
     height: 52px;
36
-    border-radius: 8px!important; 
36
+    border-radius: 8px!important;
37
 }
37
 }
38
 .wt_login_cantent p input::-webkit-input-placeholder {
38
 .wt_login_cantent p input::-webkit-input-placeholder {
39
     color:#91919B!important;
39
     color:#91919B!important;
@@ -47,7 +47,7 @@
47
     font-weight: normal;
47
     font-weight: normal;
48
 }
48
 }
49
 .wt_login_cantent .remember{
49
 .wt_login_cantent .remember{
50
-    width: 20px!important; 
50
+    width: 20px!important;
51
     height: 20px;
51
     height: 20px;
52
     background: #fff;
52
     background: #fff;
53
     margin-top: 0px;
53
     margin-top: 0px;
@@ -57,8 +57,8 @@
57
     width: 400px;
57
     width: 400px;
58
     height: 52px;
58
     height: 52px;
59
     border-radius: 26px;
59
     border-radius: 26px;
60
-    background: #D1D1D1!important; 
61
-    color: #fff!important; 
60
+    background: #D1D1D1!important;
61
+    color: #fff!important;
62
     font-size: 20px!important;
62
     font-size: 20px!important;
63
     margin: 0 auto;
63
     margin: 0 auto;
64
 }
64
 }
@@ -95,22 +95,22 @@
95
 .codrops-header .logo{
95
 .codrops-header .logo{
96
     width: 120px;
96
     width: 120px;
97
     height: 120px;
97
     height: 120px;
98
-    position:absolute; 
99
-    left:50%; 
98
+    position:absolute;
99
+    left:50%;
100
     transform:translateX(-50%);
100
     transform:translateX(-50%);
101
     top: 120px;
101
     top: 120px;
102
 }
102
 }
103
-.codrops-header .logo.logo_hk{
103
+/* .codrops-header .logo.logo_hk{
104
     width: auto;
104
     width: auto;
105
     height: 50px;
105
     height: 50px;
106
     top: 180px;
106
     top: 180px;
107
-}
107
+} */
108
 .codrops-header h1{
108
 .codrops-header h1{
109
     color: #fff;
109
     color: #fff;
110
     font-size: 24px;
110
     font-size: 24px;
111
     font-weight: normal;
111
     font-weight: normal;
112
-    position:absolute; 
113
-    left:50%; 
112
+    position:absolute;
113
+    left:50%;
114
     top: 260px;
114
     top: 260px;
115
     transform:translateX(-50%);
115
     transform:translateX(-50%);
116
 }
116
 }

BIN
assets/images/login/logo_hk.png


BIN
assets/images/login/logo_hk2 - 副本.png


BIN
assets/images/login/logo_hk2-.png


BIN
assets/images/login/logo_hk2.png


+ 1 - 1
assets/views/partials/top-navbar1.html

@@ -48,7 +48,7 @@
48
     <a class="navbar-brand pull-left margin-left-5" ui-sref="app.dashboard" ng-if="isHk">
48
     <a class="navbar-brand pull-left margin-left-5" ui-sref="app.dashboard" ng-if="isHk">
49
         <!-- <img ng-src="/logo_large.png" style="width:160px;height:35px" alt="{{app.name}}" /> -->
49
         <!-- <img ng-src="/logo_large.png" style="width:160px;height:35px" alt="{{app.name}}" /> -->
50
         <!-- <span class="padding-left-10 padding-right-5"><img ng-src="/line.png"  alt="{{app.name}}" /></span> -->
50
         <!-- <span class="padding-left-10 padding-right-5"><img ng-src="/line.png"  alt="{{app.name}}" /></span> -->
51
-        <img ng-src="assets/images/login/logo_hk2.png" style="width:auto;height: 35px;" alt="{{app.name}}"
51
+        <img ng-src="assets/images/login/logo_hk2.png" style="width:40px;height: 40px;" alt="{{app.name}}"
52
             class="jry_img_right" />{{app.author}} </a>
52
             class="jry_img_right" />{{app.author}} </a>
53
     <a class="navbar-brand pull-left margin-left-5" ui-sref="app.dashboard" ng-if="!isZncd&&!isHk">
53
     <a class="navbar-brand pull-left margin-left-5" ui-sref="app.dashboard" ng-if="!isZncd&&!isHk">
54
         <!-- <img ng-src="/logo_large.png" style="width:160px;height:35px" alt="{{app.name}}" /> -->
54
         <!-- <img ng-src="/logo_large.png" style="width:160px;height:35px" alt="{{app.name}}" /> -->

+ 1 - 1
assets/views/partials/top-navbar2.html

@@ -48,7 +48,7 @@
48
     <a class="navbar-brand pull-left margin-left-5" ui-sref="app.dashboard" ng-if="isHk">
48
     <a class="navbar-brand pull-left margin-left-5" ui-sref="app.dashboard" ng-if="isHk">
49
         <!-- <img ng-src="/logo_large.png" style="width:160px;height:35px" alt="{{app.name}}" /> -->
49
         <!-- <img ng-src="/logo_large.png" style="width:160px;height:35px" alt="{{app.name}}" /> -->
50
         <!-- <span class="padding-left-10 padding-right-5"><img ng-src="/line.png"  alt="{{app.name}}" /></span> -->
50
         <!-- <span class="padding-left-10 padding-right-5"><img ng-src="/line.png"  alt="{{app.name}}" /></span> -->
51
-        <img ng-src="assets/images/login/logo_hk2.png" style="width:auto;height: 35px;" alt="{{app.name}}"
51
+        <img ng-src="assets/images/login/logo_hk2.png" style="width:40px;height: 40px;" alt="{{app.name}}"
52
             class="jry_img_right" />{{app.author}} </a>
52
             class="jry_img_right" />{{app.author}} </a>
53
     <a class="navbar-brand pull-left margin-left-5" ui-sref="app.dashboard" ng-if="!isZncd&&!isHk">
53
     <a class="navbar-brand pull-left margin-left-5" ui-sref="app.dashboard" ng-if="!isZncd&&!isHk">
54
         <!-- <img ng-src="/logo_large.png" style="width:160px;height:35px" alt="{{app.name}}" /> -->
54
         <!-- <img ng-src="/logo_large.png" style="width:160px;height:35px" alt="{{app.name}}" /> -->

+ 2 - 2
assets/views/partials/top-navbar3.html

@@ -12,14 +12,14 @@
12
         <i class="ti-view-grid"></i>
12
         <i class="ti-view-grid"></i>
13
     </a>
13
     </a>
14
     <a class="navbar-brand pull-left margin-left-5" ui-sref="app.dashboard">
14
     <a class="navbar-brand pull-left margin-left-5" ui-sref="app.dashboard">
15
-        <img ng-src="assets/images/login/logo_hk2.png" style="width:160px;height:35px" alt="{{app.name}}" /><span class="padding-left-10 padding-right-5"></span> <span class="fontsizes-16 padding-right-5">{{app.author}}</span>
15
+        <img ng-src="assets/images/login/logo_hk2.png" style="width:40px;height: 40px;" alt="{{app.name}}" /><span class="padding-left-10 padding-right-5"></span> <span class="fontsizes-16 padding-right-5">{{app.author}}</span>
16
     </a>
16
     </a>
17
 </div>
17
 </div>
18
 <!-- end: NAVBAR HEADER -->
18
 <!-- end: NAVBAR HEADER -->
19
 <!-- start: NAVBAR COLLAPSE -->
19
 <!-- start: NAVBAR COLLAPSE -->
20
 <div class="navbar-collapse collapse" collapse="navbarCollapsed" ng-init="navbarCollapsed = true" off-click="navbarCollapsed = true" off-click-if='!navbarCollapsed' off-click-filter="#menu-toggler">
20
 <div class="navbar-collapse collapse" collapse="navbarCollapsed" ng-init="navbarCollapsed = true" off-click="navbarCollapsed = true" off-click-if='!navbarCollapsed' off-click-filter="#menu-toggler">
21
     <ul class="nav navbar-right" ct-fullheight="window" data-ct-fullheight-exclusion="header" data-ct-fullheight-if="isSmallDevice">
21
     <ul class="nav navbar-right" ct-fullheight="window" data-ct-fullheight-exclusion="header" data-ct-fullheight-if="isSmallDevice">
22
-        <!-- start: MESSAGES DROPDOWN 
22
+        <!-- start: MESSAGES DROPDOWN
23
 		<li class="dropdown" dropdown on-toggle="toggled(open)">
23
 		<li class="dropdown" dropdown on-toggle="toggled(open)">
24
 			<a href class="dropdown-toggle" dropdown-toggle>
24
 			<a href class="dropdown-toggle" dropdown-toggle>
25
 				<span class="dot-badge partition-red"></span> <i class="ti-comment"></i> <span translate="topbar.messages.MAIN">MESSAGES</span>
25
 				<span class="dot-badge partition-red"></span> <i class="ti-comment"></i> <span translate="topbar.messages.MAIN">MESSAGES</span>

+ 1 - 1
upload/development.js

@@ -1,7 +1,7 @@
1
 const shell = require('shelljs')
1
 const shell = require('shelljs')
2
 const path = require('path');
2
 const path = require('path');
3
 const config = {
3
 const config = {
4
-  ip: "192.168.3.122", // ssh地址
4
+  ip: "192.168.3.121", // ssh地址
5
   username: "root", // ssh 用户名
5
   username: "root", // ssh 用户名
6
   port: 22,      //端口
6
   port: 22,      //端口
7
   password: "DStech@123", // ssh 密码
7
   password: "DStech@123", // ssh 密码