|
|
@@ -1041,7 +1041,8 @@ ul>li.item-link>a {
|
|
|
width: 185px;
|
|
|
float: left;
|
|
|
margin-right: 12px;
|
|
|
- /* border-right: 1px solid #ddd; */
|
|
|
+ padding-bottom:25px;
|
|
|
+ background: #fff;
|
|
|
}
|
|
|
|
|
|
.body>.right {
|
|
|
@@ -1176,27 +1177,38 @@ ul>li.item-link>a {
|
|
|
|
|
|
.left-nav>ul>li>a {
|
|
|
display: block;
|
|
|
- padding: 6px 20px;
|
|
|
+ padding-left:25px;
|
|
|
clear: both;
|
|
|
- line-height: 1.42857143;
|
|
|
+ line-height: 50px;
|
|
|
/*white-space: nowrap;*/
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 16px;
|
|
|
+ border-bottom:1px dashed #e1e1e1;
|
|
|
+ color:#666;
|
|
|
}
|
|
|
|
|
|
-.use>ul>li:hover,.left-nav>ul>li:hover,.left-nav>ul>li.active {
|
|
|
+.use>ul>li:hover {
|
|
|
background-color: #6f6f6f;
|
|
|
}
|
|
|
|
|
|
+.left-nav>ul>li:hover,.left-nav>ul>li.active {
|
|
|
+ background-color: #eee;
|
|
|
+}
|
|
|
+
|
|
|
.left-nav>ul>li.active {
|
|
|
- background-color: #6f6f6f;
|
|
|
+ background-color: #eee;
|
|
|
}
|
|
|
|
|
|
-.use>ul>li:hover *,.left-nav>ul>li:hover *,.left-nav>ul>li.active * {
|
|
|
+.use>ul>li:hover *{
|
|
|
color: #fff;
|
|
|
text-decoration: none;
|
|
|
background-color: #6f6f6f;
|
|
|
}
|
|
|
|
|
|
+.left-nav>ul>li:hover *,.left-nav>ul>li.active * {
|
|
|
+ text-decoration: none;
|
|
|
+ background-color: #eee;
|
|
|
+}
|
|
|
+
|
|
|
.icon-right {
|
|
|
float: right;
|
|
|
color: #888;
|
|
|
@@ -1205,8 +1217,6 @@ ul>li.item-link>a {
|
|
|
|
|
|
.left-nav {
|
|
|
/*margin-top: 10px;*/
|
|
|
- padding-bottom: 10px;
|
|
|
- border-bottom: 1px solid #e8e8e8;
|
|
|
background-color: #ffffff;
|
|
|
}
|
|
|
|
|
|
@@ -1222,26 +1232,52 @@ ul>li.item-link>a {
|
|
|
}
|
|
|
|
|
|
.nav-label {
|
|
|
- text-indent: 35px;
|
|
|
- height: 40px;
|
|
|
- line-height: 40px;
|
|
|
- color: #333333;
|
|
|
+ height: 50px;
|
|
|
+ line-height: 50px;
|
|
|
+ color: #333;
|
|
|
+ font-weight:bold;
|
|
|
cursor: pointer;
|
|
|
- position: relative;
|
|
|
- background-color: #eaeaea;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 16px;
|
|
|
+ padding:0 10px;
|
|
|
+ border-bottom:1px dashed #e1e1e1;
|
|
|
+}
|
|
|
+
|
|
|
+/*.nav-label>i {*/
|
|
|
+ /*position: absolute;*/
|
|
|
+ /*left: 15px;*/
|
|
|
+ /*top: 18px;*/
|
|
|
+ /*width: 0;*/
|
|
|
+ /*height: 0;*/
|
|
|
+ /*border-color: transparent;*/
|
|
|
+ /*border-style: solid;*/
|
|
|
+ /*border-width: 5px 5px 0 5px;*/
|
|
|
+ /*border-top-color: #9ea9c0;*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+.nav_icon{
|
|
|
+ display:inline-block;
|
|
|
+ width:30px;
|
|
|
+ height:20px;
|
|
|
+ vertical-align: middle;
|
|
|
+ position:relative;
|
|
|
+ top:-3px;
|
|
|
+}
|
|
|
+.nav1_icon{
|
|
|
+ background: url(../img/icon/icon_nav.png)no-repeat 0 0;
|
|
|
}
|
|
|
|
|
|
-.nav-label>i {
|
|
|
- position: absolute;
|
|
|
- left: 15px;
|
|
|
- top: 18px;
|
|
|
- width: 0;
|
|
|
- height: 0;
|
|
|
- border-color: transparent;
|
|
|
- border-style: solid;
|
|
|
- border-width: 5px 5px 0 5px;
|
|
|
- border-top-color: #9ea9c0;
|
|
|
+.nav2_icon{
|
|
|
+ background: url(../img/icon/icon_nav.png)no-repeat -28px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.nav3_icon{
|
|
|
+ background: url(../img/icon/icon_nav.png)no-repeat -58px 0;
|
|
|
+}
|
|
|
+.nav4_icon{
|
|
|
+ background: url(../img/icon/icon_nav.png)no-repeat -88px 0;
|
|
|
+}
|
|
|
+.nav5_icon{
|
|
|
+ background: url(../img/icon/icon_nav.png)no-repeat -118px 0;
|
|
|
}
|
|
|
|
|
|
.left-nav .icon-left {
|
|
|
@@ -2966,7 +3002,7 @@ input:-webkit-autofill { box-shadow: 0 0 0 1000px white inset !important;}
|
|
|
|
|
|
|
|
|
/*公共详情*/
|
|
|
-.pub-com_head {
|
|
|
+.pub-com_head, .com_head {
|
|
|
width: 100%;
|
|
|
height: 45px;
|
|
|
line-height: 44px;
|
|
|
@@ -2977,7 +3013,7 @@ input:-webkit-autofill { box-shadow: 0 0 0 1000px white inset !important;}
|
|
|
/*background-size: 100% 100%;*/
|
|
|
}
|
|
|
|
|
|
-.pub-com_head span {
|
|
|
+.pub-com_head span, .com_head span{
|
|
|
margin-left: 10px;
|
|
|
color: #fff;
|
|
|
font-size: 18px;
|
|
|
@@ -3009,7 +3045,7 @@ input:-webkit-autofill { box-shadow: 0 0 0 1000px white inset !important;}
|
|
|
display:inline-block;
|
|
|
width:20px;
|
|
|
height:14px;
|
|
|
- margin-rihgt:10px;
|
|
|
+ margin-right:10px;
|
|
|
vertical-align:middle;
|
|
|
background: url("../img/empty/way.png")no-repeat;
|
|
|
}
|
|
|
@@ -3531,13 +3567,13 @@ input::-webkit-clear{display:none;}
|
|
|
width: 10px;
|
|
|
height: 10px;
|
|
|
display: inline-block;
|
|
|
- background: #ea5a60;
|
|
|
+ background: #366df3;
|
|
|
position: absolute;
|
|
|
border-radius: 100%;
|
|
|
- top: 10px;
|
|
|
+ top: 20px;
|
|
|
}
|
|
|
.left-nav>ul>li.active .new-dot,.left-nav>ul>li:hover .new-dot{
|
|
|
- background: #ea5a60 !important;
|
|
|
+ background: #366df3 !important;
|
|
|
}
|
|
|
.left-nav>ul>li a{
|
|
|
position: relative;
|
|
|
@@ -3622,9 +3658,7 @@ input::-webkit-clear{display:none;}
|
|
|
.unPrinted{
|
|
|
color: #5078cb !important;
|
|
|
}
|
|
|
-.left-nav>ul>li:hover a{
|
|
|
- background: #999;
|
|
|
-}
|
|
|
+
|
|
|
.textmore{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
|
|
|
#order-detail-list .table-default .header{
|
|
|
box-shadow: none;
|