|
|
@@ -18,6 +18,9 @@ body {
|
|
|
min-width: 1170px;
|
|
|
}
|
|
|
|
|
|
+#top .container {
|
|
|
+ margin-bottom: -10px;
|
|
|
+}
|
|
|
#top>.container, #header>.container, #footer>.container {
|
|
|
width: 1170px;
|
|
|
margin: 0 auto;
|
|
|
@@ -75,7 +78,11 @@ a.none:hover {
|
|
|
|
|
|
/*inverse*/
|
|
|
.text-default {
|
|
|
- color: #56a022;
|
|
|
+ color: #333333;
|
|
|
+}
|
|
|
+
|
|
|
+.text-blue {
|
|
|
+ color: #327ebe;
|
|
|
}
|
|
|
|
|
|
.text-inverse {
|
|
|
@@ -197,14 +204,14 @@ a.none:hover {
|
|
|
|
|
|
/*.btn-info.btn-line {
|
|
|
background-color: #fff;
|
|
|
- color: #56a022;
|
|
|
- border-color: #56a022;
|
|
|
+ color: #6f6f6f;
|
|
|
+ border-color: #6f6f6f;
|
|
|
}
|
|
|
|
|
|
.btn-info.btn-line:hover {
|
|
|
- background-color: #56a022;
|
|
|
+ background-color: #6f6f6f;
|
|
|
color: #fff;
|
|
|
- border-color: #56a022;
|
|
|
+ border-color: #6f6f6f;
|
|
|
}*/
|
|
|
|
|
|
/*dropdown*/
|
|
|
@@ -220,8 +227,7 @@ a.none:hover {
|
|
|
|
|
|
.dropdown:hover>.dropdown-toggle {
|
|
|
position: relative;
|
|
|
- background-color: #ffffff;
|
|
|
- border: 1px solid #eee;
|
|
|
+ background-color: #e8e8e8;
|
|
|
border-top: 0;
|
|
|
border-bottom: 0;
|
|
|
z-index: 1001;
|
|
|
@@ -245,7 +251,7 @@ a.none:hover {
|
|
|
.dropdown-submenu>.dropdown-menu {
|
|
|
top: 0;
|
|
|
left: 100%;
|
|
|
- margin-top: 0;
|
|
|
+ margin-top: -144px;
|
|
|
}
|
|
|
|
|
|
.dropdown-submenu:hover>.dropdown-toggle {
|
|
|
@@ -283,7 +289,7 @@ a.none:hover {
|
|
|
.dropdown-menu.arrow:before,.dropdown-menu.arrow:after {
|
|
|
content: '';
|
|
|
position: absolute;
|
|
|
- top: 15%;
|
|
|
+ top: 18%;
|
|
|
width: 0;
|
|
|
height: 0;
|
|
|
border: 10px solid transparent;
|
|
|
@@ -300,7 +306,7 @@ a.none:hover {
|
|
|
margin-top: -11px;
|
|
|
left: -19px;
|
|
|
border: 10px solid transparent;
|
|
|
- border-right-color:#fff;
|
|
|
+ border-right-color: #e8e8e8;
|
|
|
}
|
|
|
|
|
|
.navbar {
|
|
|
@@ -514,11 +520,17 @@ ul>li.item-link>a {
|
|
|
|
|
|
#top.navbar {
|
|
|
min-height: 35px;
|
|
|
- border-bottom: 1px solid #eee;
|
|
|
+ border-bottom: 10px solid #333333;
|
|
|
}
|
|
|
|
|
|
#top ul>li>a {
|
|
|
color: #6c6c6c;
|
|
|
+ margin-top: -5px;
|
|
|
+}
|
|
|
+
|
|
|
+#top ul>li>a:hover {
|
|
|
+ text-decoration: none;
|
|
|
+ background: none;
|
|
|
}
|
|
|
|
|
|
#top .navbar-nav>li>a,#top .navbar-nav>li.brand {
|
|
|
@@ -527,6 +539,8 @@ ul>li.item-link>a {
|
|
|
line-height: 35px;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+
|
|
|
#top ul.navbar-nav>li>a:hover,#top ul.navbar-nav>li>a:focus,#top ul.navbar-nav>li>a:hover *,#top ul.navbar-nav>li>a:focus *
|
|
|
{
|
|
|
color: #f40;
|
|
|
@@ -662,8 +676,10 @@ ul>li.item-link>a {
|
|
|
}
|
|
|
|
|
|
#header.navbar-inverse {
|
|
|
- background-color: #56a022;
|
|
|
+ background-color: #e8e8e8;
|
|
|
border: none;
|
|
|
+ border-top: 10px solid #d32526;
|
|
|
+ box-shadow: 0 0 10px #6f6f6f;
|
|
|
}
|
|
|
|
|
|
#header.navbar-inverse .navbar-brand {
|
|
|
@@ -681,20 +697,135 @@ ul>li.item-link>a {
|
|
|
}
|
|
|
|
|
|
#header.navbar-inverse .navbar-nav>li>a {
|
|
|
+ font-size: 20px;
|
|
|
+ font-famliy: Microsoft Yahei;
|
|
|
+ color: #000000;
|
|
|
+ margin-left: 70px;
|
|
|
+ width: 100px;
|
|
|
+ height: 50px;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+/** 顶部 start **/
|
|
|
+#home-search {
|
|
|
+ margin-left: 580px;
|
|
|
+ margin-top: 7px;
|
|
|
+ position: absolute;
|
|
|
+}
|
|
|
+
|
|
|
+#home-search a {
|
|
|
+ border-radius: 0;
|
|
|
+ width: 100px;
|
|
|
+ height: 36px;
|
|
|
color: #ffffff;
|
|
|
- padding: 15px 20px;
|
|
|
+ background-color: #d32526;
|
|
|
+ border: 1px solid #d32526;
|
|
|
+}
|
|
|
+
|
|
|
+#home-search input {
|
|
|
+ border-radius: 0;
|
|
|
+ border: 1px solid #d32526;
|
|
|
+ width: 250px;
|
|
|
+ height: 36px;
|
|
|
+ color: #000000;
|
|
|
+ text-algin: center;
|
|
|
+ padding-left: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+#home-search input:focus {
|
|
|
+ outline: none;
|
|
|
+}
|
|
|
+/** placeholder 格式 **/
|
|
|
+#home-search input::-webkit-input-placeholder{ /*WebKit browsers*/
|
|
|
+ padding-left: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+#home-search input::-moz-input-placeholder{ /*Mozilla Firefox*/
|
|
|
+ padding-left: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+#home-search input::-ms-input-placeholder{ /*Internet Explorer*/
|
|
|
+ padding-left: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+#home-headerBtns {
|
|
|
+ width: 200px;
|
|
|
+ margin-top: 15px;
|
|
|
+ color: #333333;
|
|
|
+ margin-left: 96%;
|
|
|
+}
|
|
|
+#home-headerBtns i {
|
|
|
+ padding-left: 20px;
|
|
|
+}
|
|
|
+/** 顶部 end **/
|
|
|
+
|
|
|
+/**dropdown-menu 样式 start **/
|
|
|
+
|
|
|
+#dropdown-menu-sale {
|
|
|
+ color: #333333;
|
|
|
+ font-size: 14px;
|
|
|
+ height: 164px;
|
|
|
+ border-bottom: 1px solid #e8e8e8;
|
|
|
+ margin-top: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+#dropdown-menu-sale img {
|
|
|
+ margin-top: 50%;
|
|
|
+}
|
|
|
+
|
|
|
+#dropdown-menu-purc {
|
|
|
+ color: #333333;
|
|
|
+ font-size: 14px;
|
|
|
+ height: 86px;
|
|
|
+ border-bottom: 1px solid #e8e8e8;
|
|
|
+ margin-top: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+#dropdown-menu-purc img {
|
|
|
+ margin-top: 15%;
|
|
|
+}
|
|
|
+
|
|
|
+#dropdown-menu-finance {
|
|
|
+ color: #333333;
|
|
|
+ font-size: 14px;
|
|
|
+ height: 86px;
|
|
|
+ border-bottom: 1px solid #e8e8e8;
|
|
|
+ margin-top: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+#dropdown-menu-finance img {
|
|
|
+ margin-top: 15%;
|
|
|
+}
|
|
|
+
|
|
|
+#dropdown-menu-report {
|
|
|
+ color: #333333;
|
|
|
+ font-size: 14px;
|
|
|
+ height: 86px;
|
|
|
+ margin-top: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+#dropdown-menu-report img {
|
|
|
+ margin-top: 15%;
|
|
|
+}
|
|
|
+
|
|
|
+ #home-dropdown:hover>.dropdown-menu {
|
|
|
+ margin-top: 0;
|
|
|
+ width: 500px;
|
|
|
}
|
|
|
+/**dropdown-menu 样式 end **/
|
|
|
|
|
|
#header.navbar-inverse .navbar-nav>li>a:hover,#header.navbar-inverse .navbar-nav>li>a:focus
|
|
|
{
|
|
|
- color: #ffffff;
|
|
|
- background-color: #4b8b1e;
|
|
|
+ color: #d32526;
|
|
|
+ background-color: #e8e8e8;
|
|
|
}
|
|
|
|
|
|
#header.navbar-inverse .navbar-nav>.active>a,#header.navbar-inverse .navbar-nav>.active>a:hover,#header.navbar-inverse .navbar-nav>.active>a:focus
|
|
|
{
|
|
|
- color: #ffffff;
|
|
|
- background-color: #4b8b1e;
|
|
|
+ color: #d32526;
|
|
|
+ background-color: #e8e8e8;
|
|
|
+ font-color: #d32526;
|
|
|
+ border-bottom: 4px solid #d32526;
|
|
|
}
|
|
|
|
|
|
#header.navbar-inverse .navbar-nav>.disabled>a,#header.navbar-inverse .navbar-nav>.disabled>a:hover,#header.navbar-inverse .navbar-nav>.disabled>a:focus
|
|
|
@@ -759,8 +890,8 @@ ul>li.item-link>a {
|
|
|
}
|
|
|
|
|
|
#header .navbar-header .navbar-brand {
|
|
|
- background: url("../img/logo/ubtob.png") no-repeat;
|
|
|
- width: 195px;
|
|
|
+ background: url("../img/logo/logo.png") no-repeat;
|
|
|
+ width: 218px;
|
|
|
margin: 0
|
|
|
}
|
|
|
|
|
|
@@ -781,15 +912,14 @@ ul>li.item-link>a {
|
|
|
}
|
|
|
|
|
|
.body>.left {
|
|
|
- width: 196px;
|
|
|
+ width: 219px;
|
|
|
float: left;
|
|
|
margin-right: 14px;
|
|
|
- background-color: #fff;
|
|
|
- border-right: 1px solid #ddd;
|
|
|
+ /* border-right: 1px solid #ddd; */
|
|
|
}
|
|
|
|
|
|
.body>.right {
|
|
|
- width: 930px;
|
|
|
+ width: 900px;
|
|
|
float: right;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
@@ -805,21 +935,29 @@ ul>li.item-link>a {
|
|
|
.user .user-image {
|
|
|
float: left;
|
|
|
margin-top: 20px;
|
|
|
- margin-bottom: 20px;
|
|
|
- margin-left: 20px;
|
|
|
- height: 76px;
|
|
|
+ height: 286px;
|
|
|
+ width: 218px;
|
|
|
cursor: pointer;
|
|
|
+ background-color: #ffffff;
|
|
|
+ border: 1px solid #e8e8e8;
|
|
|
}
|
|
|
|
|
|
.user-image img {
|
|
|
- border-radius: 50%;
|
|
|
+/* border-radius: 5%; */
|
|
|
border: 1px solid #ccc;
|
|
|
- width: 70px;
|
|
|
- height: 70px;
|
|
|
+ width: 124px;
|
|
|
+ height: 124px;
|
|
|
+ margin-left: 20%;
|
|
|
+ margin-top: 20px;
|
|
|
}
|
|
|
|
|
|
+.user-image li {
|
|
|
+ padding-top: 15px;
|
|
|
+ list-style-type: none;
|
|
|
+ font-family: Microsoft YaHei, SimHei, Verdana;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
.user .user-name {
|
|
|
- float: right;
|
|
|
width: 90px;
|
|
|
margin-top: 35px;
|
|
|
color: #333;
|
|
|
@@ -872,15 +1010,23 @@ ul>li.item-link>a {
|
|
|
.use-label>i {
|
|
|
position: absolute;
|
|
|
left: 30px;
|
|
|
- bottom: 0;
|
|
|
- width: 0;
|
|
|
- height: 0;
|
|
|
border-color: transparent;
|
|
|
border-style: solid;
|
|
|
border-width: 0 4px 4px 4px;
|
|
|
border-bottom-color: #ddd;
|
|
|
}
|
|
|
|
|
|
+.use-label .notice-header {
|
|
|
+ margin-top: 300px;
|
|
|
+ width: 218px;
|
|
|
+ position: absolute;
|
|
|
+ background-color: #e8e8e8;
|
|
|
+}
|
|
|
+.use-label .notice-body {
|
|
|
+ padding-top: 20px;
|
|
|
+ margin-top: 360px;
|
|
|
+ position: absolute;
|
|
|
+}
|
|
|
.use>ul {
|
|
|
padding: 10px 0;
|
|
|
border-bottom: 1px solid #e8e8e8;
|
|
|
@@ -912,7 +1058,8 @@ ul>li.item-link>a {
|
|
|
|
|
|
.use>ul>li:hover *,.left-nav>ul>li:hover *,.left-nav>ul>li.active * {
|
|
|
color: #fff;
|
|
|
- text-decoration: none
|
|
|
+ text-decoration: none;
|
|
|
+ background-color: #6f6f6f;
|
|
|
}
|
|
|
|
|
|
.icon-right {
|
|
|
@@ -925,6 +1072,7 @@ ul>li.item-link>a {
|
|
|
margin-top: 10px;
|
|
|
padding-bottom: 10px;
|
|
|
border-bottom: 1px solid #e8e8e8;
|
|
|
+ background-color: #ffffff;
|
|
|
}
|
|
|
|
|
|
.left-nav.left-home {
|
|
|
@@ -942,9 +1090,10 @@ ul>li.item-link>a {
|
|
|
text-indent: 35px;
|
|
|
height: 40px;
|
|
|
line-height: 40px;
|
|
|
- color: #9ea9c0;
|
|
|
+ color: #333333;
|
|
|
cursor: pointer;
|
|
|
position: relative;
|
|
|
+ background-color: #eaeaea;
|
|
|
}
|
|
|
|
|
|
.nav-label>i {
|
|
|
@@ -981,7 +1130,7 @@ ul>li.item-link>a {
|
|
|
|
|
|
.right .data-wrap {
|
|
|
float: left;
|
|
|
- width: 685px;
|
|
|
+ width: 660px;
|
|
|
}
|
|
|
|
|
|
.data-wrap .todo {
|
|
|
@@ -990,9 +1139,23 @@ ul>li.item-link>a {
|
|
|
}
|
|
|
|
|
|
.todo .todo-label {
|
|
|
- border-bottom: 1px solid #e8e8e8;
|
|
|
- height: 39px;
|
|
|
+ height: 30px;
|
|
|
line-height: 40px;
|
|
|
+ margin-top: 20px;
|
|
|
+ background-color: #e8e8e8;
|
|
|
+ border-radius: 0px 20px 0px 0px;
|
|
|
+ width: 650px;
|
|
|
+ margin-left: 5px;
|
|
|
+ box-shadow: 0 0 5px #6f6f6f;
|
|
|
+}
|
|
|
+.todo .todo-label i {
|
|
|
+ margin-left: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.todo .todo-label label{
|
|
|
+ margin-left: 10px;
|
|
|
+ font-family: Microsoft YaHei, SimHei, Verdana;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
|
|
|
.todo .todo-label>li {
|
|
|
@@ -1008,50 +1171,66 @@ ul>li.item-link>a {
|
|
|
|
|
|
.todo .todo-content {
|
|
|
clear: both;
|
|
|
+ height: 85px;
|
|
|
+ background-color: #ffffff;
|
|
|
+ width: 660px;
|
|
|
+ height: 258px;
|
|
|
+ margin-left: 0px;
|
|
|
+ border: 1px solid #e8e8e8;
|
|
|
}
|
|
|
|
|
|
-.todo .todo-content>ul {
|
|
|
- height: 85px;
|
|
|
+.todo .todo-content #tips {
|
|
|
+ margin-left: 20px;
|
|
|
+ margin-top: 40px;
|
|
|
+ font-family: Microsoft YaHei, SimHei, Verdana;
|
|
|
+ font-size: 16px;"
|
|
|
}
|
|
|
|
|
|
.todo .todo-content a {
|
|
|
color: #666;
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
|
|
|
.todo .todo-content a:hover,.todo .todo-content a:focus {
|
|
|
- color: #2a6496;
|
|
|
+ color: #d32526;
|
|
|
}
|
|
|
|
|
|
.todo .todo-content>ul:not(:last-child){
|
|
|
- border-bottom: 1px dashed #e8e8e8;
|
|
|
- margin-bottom: 20px;
|
|
|
+ border-bottom: 1px solid #e8e8e8;
|
|
|
}
|
|
|
|
|
|
.todo-content .icon {
|
|
|
margin-left: 20px;
|
|
|
float: left;
|
|
|
- width: 60px;
|
|
|
- height: 60px;
|
|
|
- line-height: 60px;
|
|
|
+ width: 52px;
|
|
|
+ height: 52px;
|
|
|
+ line-height: 50px;
|
|
|
text-align: center;
|
|
|
- margin-top: 5px;
|
|
|
- color: #56a022;
|
|
|
+ margin-top: 40px;
|
|
|
font-size: 16px;
|
|
|
- border-radius: 50%;
|
|
|
- border: 1px solid #56a022;
|
|
|
+ list-style-type: none;
|
|
|
+ /* border: 1px solid #56a022; */
|
|
|
}
|
|
|
|
|
|
.todo-content .start {
|
|
|
float: left;
|
|
|
- border-right: 1px solid #e8e8e8;
|
|
|
height: 50px;
|
|
|
- width: 150px;
|
|
|
- margin-left: 20px;
|
|
|
- margin-top: 12px;
|
|
|
+ padding-top: 20px;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+
|
|
|
+.todo-content #operateTips {
|
|
|
+ margin-left: 5px;
|
|
|
+ margin-top: 100px;
|
|
|
+ padding-top: 20px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ font-family: Microsoft YaHei, SimHei, Verdana;
|
|
|
+ font-size: 14px;
|
|
|
+ cursor: pointer;
|
|
|
+ border-top: 1px dashed #919090;
|
|
|
}
|
|
|
|
|
|
.todo-content .start li,.todo-content .doing li,.todo-content .end li {
|
|
|
- width: 100px;
|
|
|
float: left;
|
|
|
margin-left: 20px;
|
|
|
margin-bottom: 10px;
|
|
|
@@ -1059,31 +1238,33 @@ ul>li.item-link>a {
|
|
|
|
|
|
.todo-content .doing {
|
|
|
float: left;
|
|
|
- border-right: 1px solid #e8e8e8;
|
|
|
height: 50px;
|
|
|
width: 200px;
|
|
|
text-align: center;
|
|
|
- margin-top: 12px;
|
|
|
+ margin-top: 47px;
|
|
|
}
|
|
|
|
|
|
.todo-content .end {
|
|
|
- width: 240px;
|
|
|
+ width: 200px;
|
|
|
float: left;
|
|
|
- margin-top: 12px;
|
|
|
+ margin-top: 47px;
|
|
|
}
|
|
|
|
|
|
-.right .feed-wrap {
|
|
|
+/** left .feed-wrap start **/
|
|
|
+.left .feed-wrap {
|
|
|
float: right;
|
|
|
- width: 230px;
|
|
|
+ width: 218px;
|
|
|
}
|
|
|
|
|
|
.pane {
|
|
|
+ margin-top: 20px;
|
|
|
margin-bottom: 15px;
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
|
|
|
.pane .pane-header {
|
|
|
- height: 39px;
|
|
|
+ height: 30px;
|
|
|
+ background: #e8e8e8;
|
|
|
line-height: 39px;
|
|
|
font-size: 14px;
|
|
|
padding: 0 15px;
|
|
|
@@ -1129,7 +1310,6 @@ ul>li.item-link>a {
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
top: 5px;
|
|
|
- content: "."
|
|
|
}
|
|
|
|
|
|
.feed-wrap .service .detail>li {
|
|
|
@@ -1176,6 +1356,133 @@ ul>li.item-link>a {
|
|
|
margin-left: 20px;
|
|
|
color: #eee
|
|
|
}
|
|
|
+/**left .feed-wrap end**/
|
|
|
+
|
|
|
+/** .right .feed-wrap start **/
|
|
|
+.right .feed-wrap {
|
|
|
+ float: right;
|
|
|
+ width: 218px;
|
|
|
+}
|
|
|
+
|
|
|
+.feed-wrap .side-image {
|
|
|
+ margin-top: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.side-image img {
|
|
|
+ margin-bottom: 15px;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.side-image img:hover {
|
|
|
+ opacity: 0.8;
|
|
|
+ top: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+.pane {
|
|
|
+ margin-bottom: 15px;
|
|
|
+ background-color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.pane .pane-header {
|
|
|
+ height: 30px;
|
|
|
+ background: #e8e8e8;
|
|
|
+ line-height: 39px;
|
|
|
+ font-size: 14px;
|
|
|
+ padding: 0 15px;
|
|
|
+ border-bottom: 1px solid #e8e8e8;
|
|
|
+ color: #333
|
|
|
+}
|
|
|
+
|
|
|
+.pane .pane-header .pull-right>a {
|
|
|
+ margin-left: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+.pane .pane-body {
|
|
|
+ padding: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.pane.addon {
|
|
|
+ height: 185px;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 1.4;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.pane.addon .pane-body {
|
|
|
+ padding-top: 60px;
|
|
|
+}
|
|
|
+
|
|
|
+.pane.addon i,.pane.addon span {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.notice {
|
|
|
+ height: 154px;
|
|
|
+}
|
|
|
+
|
|
|
+.notice .detail>li {
|
|
|
+ clear: both;
|
|
|
+ display: block;
|
|
|
+ padding: 0 10px 8px 15px;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.notice .detail>li:before {
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.service {
|
|
|
+ height: 154px;
|
|
|
+}
|
|
|
+
|
|
|
+.feed-wrap .service .detail>li {
|
|
|
+ height: 28px;
|
|
|
+ line-height: 28px;
|
|
|
+ padding: 0 10px 8px 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.state-wrap {
|
|
|
+ position: relative;
|
|
|
+ height: 40px;
|
|
|
+ line-height: 40px;
|
|
|
+ padding: 0 20px;
|
|
|
+ border-bottom: 1px solid #e8e8e8;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+
|
|
|
+.state-wrap a:hover {
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+.state-wrap li {
|
|
|
+ width: 100px;
|
|
|
+ text-align: center;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.state-wrap li.active {
|
|
|
+ border-bottom: 2px solid #f40;
|
|
|
+}
|
|
|
+
|
|
|
+.state-wrap li.active a {
|
|
|
+ color: #f40;
|
|
|
+}
|
|
|
+
|
|
|
+.state-wrap li em {
|
|
|
+ font-style: normal;
|
|
|
+ margin-left: 5px;
|
|
|
+ color: #f40;
|
|
|
+}
|
|
|
+
|
|
|
+.state-wrap li:after {
|
|
|
+ position: absolute;
|
|
|
+ content: "|";
|
|
|
+ margin-left: 20px;
|
|
|
+ color: #eee
|
|
|
+}
|
|
|
+/** .right .feed-wrap end **/
|
|
|
|
|
|
@media ( min-width : 1100px) {
|
|
|
.right {
|
|
|
@@ -1197,10 +1504,10 @@ ul>li.item-link>a {
|
|
|
/*footer*/
|
|
|
#footer {
|
|
|
color: #f1f1f1;
|
|
|
- background-color: #b8b9b9;
|
|
|
+ background-color: #333333;
|
|
|
margin-top: 20px;
|
|
|
padding: 20px 0;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
|
|
|
#footer a {
|
|
|
@@ -1211,6 +1518,11 @@ ul>li.item-link>a {
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
|
+#footer .qrcode-text {
|
|
|
+ padding: 32px 0 0 20px;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+
|
|
|
#footer .list-inline>li:not(:last-child):after {
|
|
|
margin-left: 15px;
|
|
|
content: "|"
|