Authored by yyq

style

... ... @@ -793,7 +793,7 @@
margin: 0 !important;
.cart-together-product-list {
width: 880px;
width: 680px;
padding: 0;
font-size: 14px;
background-color: #fff;
... ... @@ -808,8 +808,8 @@
}
.title {
height: 50px;
line-height: 50px;
height: 40px;
line-height: 40px;
background-color: #000;
color: #fff;
text-align: center;
... ... @@ -817,7 +817,7 @@
.close-btn {
color: #fff;
line-height: 48px;
line-height: 38px;
font-size: 30px;
position: absolute;
top: 0;
... ... @@ -826,7 +826,7 @@
.price-tabs {
text-align: left;
padding: 30px 40px 20px;
padding: 20px 20px 4px;
li {
float: left;
... ... @@ -849,19 +849,19 @@
}
.product-wrap {
width: 800px;
padding: 0 40px;
width: 640px;
padding: 0 20px;
}
.goods-item {
float: left;
width: 190px;
width: 150px;
margin-right: 10px;
margin-bottom: 10px;
.img {
width: 190px;
height: 256px;
width: 150px;
height: 200px;
display: block;
margin-bottom: 6px;
}
... ... @@ -888,14 +888,14 @@
color: #3a3a3a;
border: 1px solid #b0b0b0;
display: inline-block;
margin: 10px auto;
margin: 8px auto;
cursor: pointer;
}
}
.foot-pager {
border: none;
padding: 10px 0;
padding: 0 0 10px;
text-align: left;
}
... ...