|
|
@@ -421,11 +421,11 @@ a.none:hover {
|
|
|
}
|
|
|
|
|
|
#header.navbar-inverse {
|
|
|
- background-color: #e8e8e8;
|
|
|
- border: none;
|
|
|
- border-top: 10px solid #d32526;
|
|
|
- box-shadow: 0 0 10px #6f6f6f;
|
|
|
- position: relative;
|
|
|
+ position: relative;
|
|
|
+ height: 57px;
|
|
|
+ background-image: linear-gradient(180deg, #4392f7 0%, #366cf3 100%), linear-gradient( #0093e6, #0093e6);
|
|
|
+ border: none;
|
|
|
+ box-shadow: 0 0 10px #6f6f6f;
|
|
|
}
|
|
|
|
|
|
#header.navbar-inverse .navbar-brand {
|
|
|
@@ -439,7 +439,11 @@ a.none:hover {
|
|
|
}
|
|
|
|
|
|
#header.navbar-inverse .navbar-text {
|
|
|
- color: #969696;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+#header.navbar-inverse .navbar-text a{
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
|
|
|
#header.navbar-inverse .navbar-nav>li>a {
|
|
|
@@ -520,17 +524,29 @@ a.none:hover {
|
|
|
}
|
|
|
|
|
|
#header .navbar-header .navbar-brand {
|
|
|
- background: url("../img/logo/logo.png") no-repeat center;
|
|
|
+ position: relative;
|
|
|
+ background: url(../img/logo/logo01.png) no-repeat left center;
|
|
|
width: 218px;
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
- line-height: 50px;
|
|
|
+ line-height: 57px;
|
|
|
+ height: 57px;
|
|
|
}
|
|
|
#header .navbar-header .navbar-brand a{
|
|
|
- width: 44%;
|
|
|
float: left;
|
|
|
display: inline-block;
|
|
|
- height: 50px;
|
|
|
+ height: 57px;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+#header .navbar-header .navbar-brand a:before{
|
|
|
+ position: absolute;
|
|
|
+ top: 16px;
|
|
|
+ left: 105px;
|
|
|
+ content: '';
|
|
|
+ width: 2px;
|
|
|
+ height: 28px;
|
|
|
+ background-color: #fff;
|
|
|
}
|
|
|
#header .navbar-header .navbar-brand a:first-child{
|
|
|
width: 56%;
|
|
|
@@ -1351,4 +1367,34 @@ label {
|
|
|
position: relative;
|
|
|
top: 20px;
|
|
|
left: 32px;
|
|
|
+}
|
|
|
+
|
|
|
+/*公共详情*/
|
|
|
+#pub-com_head {
|
|
|
+ padding: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 50px;
|
|
|
+ line-height: 50px;
|
|
|
+ background: #366df3!important;
|
|
|
+ border-radius: 5px 5px 0 0 ;
|
|
|
+}
|
|
|
+
|
|
|
+#pub-com_head span{
|
|
|
+ margin-left: 10px;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 18px;
|
|
|
+}
|
|
|
+#pub-com_head .p-right{
|
|
|
+ float: right;
|
|
|
+}
|
|
|
+#pub-com_head .p-right a{
|
|
|
+ color: #fff !important ;
|
|
|
+ font-size: 14px;
|
|
|
+ margin-right: 20px;
|
|
|
+}
|
|
|
+#pub-com_head .p-right a img{
|
|
|
+ margin-right: 3px;
|
|
|
+}
|
|
|
+#pub-com_head .p-right a:hover{
|
|
|
+ text-decoration: underline;
|
|
|
}
|