...
|
...
|
@@ -233,6 +233,11 @@ |
|
|
&+.gift-sell {
|
|
|
margin-top: -1px;
|
|
|
}
|
|
|
.table:last-child{
|
|
|
li.tr:last-child {
|
|
|
border-bottom: none;
|
|
|
}
|
|
|
}
|
|
|
.table.table-group:last-child{
|
|
|
li.tr:last-child {
|
|
|
border-bottom: none;
|
...
|
...
|
@@ -501,32 +506,7 @@ |
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
/*li{*/
|
|
|
/*padding: 0;*/
|
|
|
/*margin: 0 30px 0 60px;*/
|
|
|
/*}*/
|
|
|
/*.cart-item-check{*/
|
|
|
/*position: absolute;*/
|
|
|
/*left: -45px;*/
|
|
|
/*}*/
|
|
|
}
|
|
|
|
|
|
/*.tr-group {*/
|
|
|
/*position: relative;*/
|
|
|
/*border-bottom-color: transparent;*/
|
|
|
/*&:before {*/
|
|
|
/*position: absolute;*/
|
|
|
/*top: 149px;*/
|
|
|
/*left: 54px;*/
|
|
|
/*content: '';*/
|
|
|
/*display: inline-block;*/
|
|
|
/*width: 904px;*/
|
|
|
/*height: 1px;*/
|
|
|
/*background-color: #e0e0e0;*/
|
|
|
|
|
|
/*}*/
|
|
|
/*}*/
|
|
|
}
|
|
|
|
|
|
li {
|
|
|
position: relative;
|
...
|
...
|
@@ -558,8 +538,8 @@ |
|
|
background-color: #f5f5f5;
|
|
|
}
|
|
|
&:last-child {
|
|
|
border-bottom: none;
|
|
|
}
|
|
|
border-bottom: 1px solid #e0e0e0;
|
|
|
}
|
|
|
.td {
|
|
|
float: left;
|
|
|
padding: 30px 0;
|
...
|
...
|
@@ -569,10 +549,12 @@ |
|
|
}
|
|
|
|
|
|
.tr-disabled{
|
|
|
filter: alpha(opacity = 50);
|
|
|
-moz-opacity: 0.5;
|
|
|
-khtml-opacity: 0.5;
|
|
|
opacity: .5;
|
|
|
.td {
|
|
|
filter: alpha(opacity = 50);
|
|
|
-moz-opacity: 0.5;
|
|
|
-khtml-opacity: 0.5;
|
|
|
opacity: .5;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.tr-disabled-none {
|
...
|
...
|
@@ -878,6 +860,9 @@ |
|
|
color:#000;
|
|
|
text-align:right;
|
|
|
cursor: pointer;
|
|
|
&:hover {
|
|
|
color: #d0021b;
|
|
|
}
|
|
|
}
|
|
|
.has-col-btn {
|
|
|
color: #9a9a9a;
|
...
|
...
|
@@ -1376,21 +1361,23 @@ |
|
|
.individual-item-recommendGoods{
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
.individual-item-latestWalk{
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
.individual-item {
|
|
|
position: relative;
|
|
|
width:100%;
|
|
|
overflow: hidden;
|
|
|
font-size: 12px;
|
|
|
|
|
|
.goods {
|
|
|
width: 990px;
|
|
|
height: 338px;
|
|
|
margin: 20px 0 10px;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
.good {
|
|
|
float: left;
|
|
|
margin-right: 10px;
|
...
|
...
|
|