|
|
@@ -37,7 +37,7 @@ a:hover {
|
|
|
}
|
|
|
|
|
|
dl a:hover,li>a:hover,p>a:hover {
|
|
|
- color: #f50
|
|
|
+ /*color: #f50;*/
|
|
|
}
|
|
|
|
|
|
/* IE10 viewport bug workaround */
|
|
|
@@ -1148,97 +1148,48 @@ select {
|
|
|
}
|
|
|
|
|
|
/* 页面的tab切换样式和搜索部分样式 */
|
|
|
+.com_tab {
|
|
|
+ height:40px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+}
|
|
|
|
|
|
- .tab_top{
|
|
|
- height: 40px;
|
|
|
- margin-bottom:10px;
|
|
|
- }
|
|
|
-.tab_top ul{
|
|
|
+.com_tab {
|
|
|
+ height:40px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+}
|
|
|
+.com_tab ul {
|
|
|
+ width: 100%;
|
|
|
margin: 0 auto;
|
|
|
- height: 40px;
|
|
|
- line-height: 40px;
|
|
|
+ height:40px;
|
|
|
+ line-height:40px;
|
|
|
background: #fff;
|
|
|
}
|
|
|
-.tab_top ul li{
|
|
|
- margin-left: 0;
|
|
|
+.com_tab ul li {
|
|
|
position: relative;
|
|
|
- height: 40px;
|
|
|
+ height:40px;
|
|
|
text-align: center;
|
|
|
float: left;
|
|
|
}
|
|
|
-.tab_top ul li a {
|
|
|
- font-size: 14px;
|
|
|
- height: 40px;
|
|
|
+.com_tab ul li > a {
|
|
|
min-width: 110px;
|
|
|
+ font-size: 14px;
|
|
|
+ height:40px;
|
|
|
padding: 0 20px;
|
|
|
display: inline-block;
|
|
|
}
|
|
|
-.tab_top ul li.active a {
|
|
|
- border-bottom: #fff;
|
|
|
+.com_tab ul li.active > a {
|
|
|
background: #5078cb;
|
|
|
- color: #fff !important;
|
|
|
-}
|
|
|
-.tab_top ul li.active:after {
|
|
|
- display:block;
|
|
|
-}
|
|
|
-.tab_top ul li::after {
|
|
|
- background: url(../img/vendor/images/downicon.png);
|
|
|
- width: 11px;
|
|
|
- height: 6px;
|
|
|
- position: absolute;
|
|
|
- bottom: 0px;
|
|
|
- left: 50%;
|
|
|
- content: ' ';
|
|
|
- margin-left: -5px;
|
|
|
- display: none;
|
|
|
-}
|
|
|
-
|
|
|
-.oder01 ul {
|
|
|
- border-bottom: 1px solid #f15601
|
|
|
-}
|
|
|
-.oder01 ul li {
|
|
|
- margin-left: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.oder01 ul li a{
|
|
|
- font-size: 13px;
|
|
|
- font-weight: bold;
|
|
|
- border-top: 3px solid #fff;
|
|
|
- min-width: 110px;
|
|
|
-}
|
|
|
-.oder01 ul li:nth-child(1){
|
|
|
- margin-left: 0px
|
|
|
-}
|
|
|
-.oder01 ul li.active a{
|
|
|
- border-top: 3px solid #f15601;
|
|
|
- border-left: 1px solid #f15601;
|
|
|
- border-right: 1px solid #f15601;
|
|
|
- border-bottom: 1px solid #fff;
|
|
|
- /*padding: 0 8px;*/
|
|
|
- color: #f15601!important;
|
|
|
-}
|
|
|
-.oder01 ul li a em{
|
|
|
- color: #323232
|
|
|
-}
|
|
|
-.oder01 ul li.active a em{
|
|
|
- color: #f15601 !important;
|
|
|
-}
|
|
|
-.oder01 ul li:hover a em {
|
|
|
- color: #5078cb !important;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
-.oder01 ul li.active:hover a em {
|
|
|
- color: #f15601 !important;
|
|
|
+.com_tab ul li:hover > a {
|
|
|
+ color: #5078cb;
|
|
|
}
|
|
|
-
|
|
|
-.com_tab ul li {
|
|
|
- margin-left: 0px;
|
|
|
- position: relative;
|
|
|
- min-width: 110px
|
|
|
+.com_tab ul li:hover > a em {
|
|
|
+ color: #5078cb;
|
|
|
}
|
|
|
-.com_tab ul li > a {
|
|
|
- min-width: 110px
|
|
|
+.com_tab ul li > a em {
|
|
|
+ color: #e64040;
|
|
|
}
|
|
|
-
|
|
|
.com_tab ul li::after{
|
|
|
background: url('../img/vendor/images/downicon.png');
|
|
|
width: 11px;
|
|
|
@@ -1253,22 +1204,36 @@ select {
|
|
|
.com_tab ul li.active:after{
|
|
|
display: block
|
|
|
}
|
|
|
-.com_tab ul li.active > a {
|
|
|
- border-bottom: #fff;
|
|
|
- background: #5078cb;
|
|
|
- color: #fff;
|
|
|
-}
|
|
|
.com_tab ul li.down-purchase {
|
|
|
float: right;
|
|
|
margin-right: 24px;
|
|
|
font-size: 14px;
|
|
|
color: #5078cb;
|
|
|
}
|
|
|
-
|
|
|
.com_tab ul li.down-purchase span:hover {
|
|
|
cursor: pointer;
|
|
|
text-decoration: underline;
|
|
|
}
|
|
|
+.tab_top ul {
|
|
|
+ border-bottom: 1px solid #f15601
|
|
|
+}
|
|
|
+.tab_top ul li > a {
|
|
|
+ padding:0;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+.tab_top ul li.active > a{
|
|
|
+ background: #fff;
|
|
|
+ border-top: 3px solid #f15601;
|
|
|
+ border-left: 1px solid #f15601;
|
|
|
+ border-right: 1px solid #f15601;
|
|
|
+ border-bottom: 1px solid #fff;
|
|
|
+ color: #f15601!important;
|
|
|
+ line-height: 34px;
|
|
|
+}
|
|
|
+.tab_top ul li.active > a em{
|
|
|
+ color: #f15601 !important;
|
|
|
+}
|
|
|
+
|
|
|
|
|
|
.screen{
|
|
|
background: #fff;
|
|
|
@@ -1390,102 +1355,6 @@ i.must {
|
|
|
display: inline-block;
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
-/*卖家中心补充的样式*/
|
|
|
-.com_tab {
|
|
|
- height:40px;
|
|
|
- margin-bottom: 16px;
|
|
|
-}
|
|
|
-.com_tab ul {
|
|
|
- width: 100%;
|
|
|
- margin: 0 auto;
|
|
|
- height:40px;
|
|
|
- line-height:40px;
|
|
|
- background: #fff;
|
|
|
-}
|
|
|
-.com_tab ul li {
|
|
|
- height:40px;
|
|
|
- text-align: center;
|
|
|
- float: left;
|
|
|
- margin-left: 25px;
|
|
|
-}
|
|
|
-.com_tab ul li > a {
|
|
|
- font-size: 14px;
|
|
|
- height:40px;
|
|
|
- padding: 0 20px;
|
|
|
- display: inline-block;
|
|
|
-}
|
|
|
-.com_tab ul li.active > a {
|
|
|
- color: #f15601;
|
|
|
- border-bottom: 3px #5078cb solid;
|
|
|
-}
|
|
|
-.com_tab ul li:hover > a {
|
|
|
- color: #5078cb;
|
|
|
- /*border-bottom: 3px #5078cb solid;*/
|
|
|
-}
|
|
|
-.com_tab ul li > a em {
|
|
|
- color: #e64040;
|
|
|
-}
|
|
|
-.com_tab ul li.active a,.oder01 ul li.active a em {
|
|
|
- color: #f15601;
|
|
|
-}
|
|
|
-
|
|
|
-.com_tab:nth-of-type(1) ul li{
|
|
|
- margin-left: 0px;
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-.com_tab:nth-of-type(1) ul li.active > a{
|
|
|
- border-bottom: #fff;
|
|
|
- background: #5078cb;
|
|
|
- color: #fff !important;
|
|
|
-}
|
|
|
-.com_tab:nth-of-type(1) ul li::after{
|
|
|
- background: url('../img/vendor/images/downicon.png');
|
|
|
- width: 11px;
|
|
|
- height: 6px;
|
|
|
- position: absolute;
|
|
|
- bottom: 0px;
|
|
|
- left: 50%;
|
|
|
- content: ' ';
|
|
|
- margin-left: -5px;
|
|
|
- display: none;
|
|
|
-}
|
|
|
-.com_tab ul li.active::after{
|
|
|
- display: block;
|
|
|
-}
|
|
|
-.com_tab:nth-of-type(1) ul li.active:hover > a{
|
|
|
- color: #fff !important;
|
|
|
-}
|
|
|
-.com_tab:nth-of-type(2) ul li a {
|
|
|
- color: #666 !important;
|
|
|
-}
|
|
|
-.com_tab:nth-of-type(2) ul li.active a,.com_tab:nth-of-type(2) ul li.active > a em{
|
|
|
- color: #f15601 !important;
|
|
|
-}
|
|
|
-.com_tab:nth-of-type(2) ul li:hover a,.com_tab:nth-of-type(2) ul li:hover > a em{
|
|
|
- color: #f15601 !important;
|
|
|
-}
|
|
|
-.com_tab:nth-of-type(2) ul li > a{
|
|
|
- border-top: 3px solid #fff;
|
|
|
-}
|
|
|
-.com_tab:nth-of-type(2) ul li.active > a{
|
|
|
- border-top: 3px solid #f15601;
|
|
|
- border-left: 1px solid #f15601;
|
|
|
- border-right: 1px solid #f15601;
|
|
|
- border-bottom: 1px solid #fff
|
|
|
-}
|
|
|
-.com_tab:nth-of-type(2) ul{
|
|
|
- /*border-top: 3px solid #f15601;*/
|
|
|
- border-bottom: 1px solid #f15601;
|
|
|
-}
|
|
|
-.com_tab:nth-of-type(2) ul li{
|
|
|
- margin-left: 0px !important;
|
|
|
-}
|
|
|
-.com_tab:nth-of-type(2) ul li:first-child{
|
|
|
- margin-left: 0px
|
|
|
-}
|
|
|
-.com_tab:nth-of-type(1) ul li.active:after{
|
|
|
- display: block
|
|
|
-}
|
|
|
|
|
|
/*开关按钮*/
|
|
|
.switch .checkbox{
|