|
@@ -324,16 +324,21 @@
|
|
}
|
|
}
|
|
|
|
|
|
.crumbs {
|
|
.crumbs {
|
|
- padding: 15px 0;
|
|
|
|
- color: #666;
|
|
|
|
|
|
+ padding: 20px 0 30px;
|
|
|
|
+ color: rgba(143, 149, 159, 1);
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ line-height: 35px;
|
|
|
|
+ font-family: Source Han Sans SC;
|
|
}
|
|
}
|
|
|
|
|
|
.crumbs a {
|
|
.crumbs a {
|
|
- color: #333;
|
|
|
|
|
|
+ color: rgba(21, 21, 21, 1);
|
|
|
|
+ font-weight: 500;
|
|
}
|
|
}
|
|
|
|
|
|
.crumbs span {
|
|
.crumbs span {
|
|
margin: 0 10px;
|
|
margin: 0 10px;
|
|
|
|
+ color: rgba(21, 21, 21, 1);
|
|
}
|
|
}
|
|
|
|
|
|
.warn-prompt {
|
|
.warn-prompt {
|
|
@@ -404,6 +409,9 @@ header {
|
|
position: relative;
|
|
position: relative;
|
|
z-index: 2;
|
|
z-index: 2;
|
|
background: #326dfa;
|
|
background: #326dfa;
|
|
|
|
+ background: url("../image/nav_bg.png") no-repeat center;
|
|
|
|
+ background-size: cover;
|
|
|
|
+ height: 74px;
|
|
}
|
|
}
|
|
|
|
|
|
.header {
|
|
.header {
|
|
@@ -412,13 +420,17 @@ header {
|
|
}
|
|
}
|
|
|
|
|
|
.header .header-left img.hidden-xs {
|
|
.header .header-left img.hidden-xs {
|
|
- width: 160px;
|
|
|
|
- height: 53px;
|
|
|
|
|
|
+ width: 162px;
|
|
|
|
+ height: 47px;
|
|
display: block;
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.header .nav-logo {
|
|
|
|
+ margin-top: 14px;
|
|
|
|
+}
|
|
|
|
+
|
|
.header .ms-nav {
|
|
.header .ms-nav {
|
|
- margin: 20px 0 0 35px;
|
|
|
|
|
|
+ margin: 26px 0 0 35px;
|
|
}
|
|
}
|
|
|
|
|
|
.header .ms-nav>li {
|
|
.header .ms-nav>li {
|
|
@@ -444,7 +456,7 @@ header {
|
|
}
|
|
}
|
|
|
|
|
|
.header .login {
|
|
.header .login {
|
|
- margin-top: 10px;
|
|
|
|
|
|
+ margin-top: 18px;
|
|
}
|
|
}
|
|
|
|
|
|
.header .login li {
|
|
.header .login li {
|
|
@@ -524,7 +536,7 @@ header {
|
|
|
|
|
|
.login-in .login-user {
|
|
.login-in .login-user {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- padding-top: 20px;
|
|
|
|
|
|
+ padding-top: 24px;
|
|
height: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -535,7 +547,7 @@ header {
|
|
.login-in .name-certified {
|
|
.login-in .name-certified {
|
|
color: #348dee;
|
|
color: #348dee;
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
- padding-top: 20px;
|
|
|
|
|
|
+ padding-top: 25px;
|
|
}
|
|
}
|
|
|
|
|
|
.login-in .icon-arrow-bottom {
|
|
.login-in .icon-arrow-bottom {
|
|
@@ -600,7 +612,7 @@ header {
|
|
|
|
|
|
/*通知中心*/
|
|
/*通知中心*/
|
|
.header .login-in .notification {
|
|
.header .login-in .notification {
|
|
- padding-top: 16px;
|
|
|
|
|
|
+ padding-top: 22px;
|
|
margin-right: 2px;
|
|
margin-right: 2px;
|
|
position: relative;
|
|
position: relative;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
@@ -9765,30 +9777,75 @@ p {}
|
|
*/
|
|
*/
|
|
|
|
|
|
aside.aside-left {
|
|
aside.aside-left {
|
|
- padding-top: 15px;
|
|
|
|
|
|
+ padding-top: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
aside.aside-left ul li {
|
|
aside.aside-left ul li {
|
|
- margin-bottom: 10px;
|
|
|
|
|
|
+ margin-bottom: 8px;
|
|
}
|
|
}
|
|
|
|
|
|
aside.aside-left ul li a {
|
|
aside.aside-left ul li a {
|
|
- padding-left: 25px;
|
|
|
|
|
|
+ padding-left: 40px;
|
|
display: block;
|
|
display: block;
|
|
- height: 50px;
|
|
|
|
- line-height: 50px;
|
|
|
|
|
|
+ height: 60px;
|
|
|
|
+ line-height: 60px;
|
|
border-left: 4px solid transparent;
|
|
border-left: 4px solid transparent;
|
|
- color: #333;
|
|
|
|
|
|
+ color: rgba(21, 21, 21, 1);
|
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
|
+ font-weight: 500;
|
|
|
|
+ font-size: 16px;
|
|
}
|
|
}
|
|
|
|
|
|
aside.aside-left ul li a .iconfont {
|
|
aside.aside-left ul li a .iconfont {
|
|
- margin-right: 10px;
|
|
|
|
- color: #157df1;
|
|
|
|
|
|
+ margin-right: 12px;
|
|
|
|
+ font-size: 24px;
|
|
|
|
+ width: 24px;
|
|
|
|
+ height: 24px;
|
|
|
|
+ line-height: 24px;
|
|
|
|
+ position: relative;
|
|
|
|
+ display: inline-block;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+aside.aside-left ul li a .iconfont::before {
|
|
|
|
+ content: "";
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+ background-position: center;
|
|
|
|
+ width: 24px;
|
|
|
|
+ height: 24px;
|
|
|
|
+ display: inline-block;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 5px;
|
|
|
|
+ left: 0;
|
|
|
|
+}
|
|
|
|
+aside.aside-left ul li a .iconfont.icon-upload1::before {
|
|
|
|
+ background-image: url(../image/inner-nav/nav-2.png);
|
|
|
|
+}
|
|
|
|
+aside.aside-left ul li a .iconfont.icon-41::before {
|
|
|
|
+ background-image: url(../image/inner-nav/nav-3.png);
|
|
|
|
+}
|
|
|
|
+aside.aside-left ul li a .iconfont.icon-liulanqi::before {
|
|
|
|
+ background-image: url(../image/inner-nav/nav-1.png);
|
|
|
|
+}
|
|
|
|
+aside.aside-left ul li a .iconfont.icon-erweima::before {
|
|
|
|
+ background-image: url(../image/inner-nav/nav-4.png);
|
|
|
|
+}
|
|
|
|
+aside.aside-left ul li a .iconfont.icon-jilu::before {
|
|
|
|
+ background-image: url(../image/inner-nav/nav-1.png);
|
|
|
|
+}
|
|
|
|
+aside.aside-left ul li a .iconfont.icon-pwd::before {
|
|
|
|
+ background-image: url(../image/inner-nav/nav-1.png);
|
|
|
|
+}
|
|
|
|
+aside.aside-left ul li a .iconfont.icon-gongju::before {
|
|
|
|
+ background-image: url(../image/inner-nav/nav-1.png);
|
|
|
|
+}
|
|
|
|
+aside.aside-left ul li a .iconfont.icon-jilu::before {
|
|
|
|
+ background-image: url(../image/inner-nav/nav-5.png);
|
|
}
|
|
}
|
|
|
|
|
|
aside.aside-left ul li.active a {
|
|
aside.aside-left ul li.active a {
|
|
background-color: #e7f2fe;
|
|
background-color: #e7f2fe;
|
|
- border-color: #157df1;
|
|
|
|
|
|
+ border-color: rgba(33, 104, 251, 1);
|
|
color: #157df1;
|
|
color: #157df1;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -9801,9 +9858,9 @@ aside.aside-left ul li.active a .icon-upload1 {
|
|
}
|
|
}
|
|
|
|
|
|
aside.aside-left ul li:hover a {
|
|
aside.aside-left ul li:hover a {
|
|
- background-color: #e7f2fe;
|
|
|
|
|
|
+ background-color: rgba(231, 242, 254, 1);
|
|
border-color: #157df1;
|
|
border-color: #157df1;
|
|
- color: #157df1;
|
|
|
|
|
|
+ color: rgba(33, 104, 251, 1);
|
|
}
|
|
}
|
|
|
|
|
|
aside.aside-left ul li:hover a .iconfont {
|
|
aside.aside-left ul li:hover a .iconfont {
|