...
|
...
|
@@ -256,7 +256,7 @@ |
|
|
|
|
|
.small {
|
|
|
float: left;
|
|
|
width: 86px;
|
|
|
width: 96px;
|
|
|
height: 18px;
|
|
|
background: resolve("product/coupon-small.png") no-repeat;
|
|
|
margin-right: 20px;
|
...
|
...
|
@@ -1172,7 +1172,7 @@ |
|
|
}
|
|
|
|
|
|
.coupon-big {
|
|
|
width: 400px;
|
|
|
width: 380px;
|
|
|
|
|
|
.header {
|
|
|
font-size: 25px;
|
...
|
...
|
@@ -1183,7 +1183,7 @@ |
|
|
|
|
|
.coupon-big-list {
|
|
|
width: 100%;
|
|
|
height: 600px;
|
|
|
height: 560px;
|
|
|
overflow: auto;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -1269,11 +1269,11 @@ |
|
|
|
|
|
.coupon-btn {
|
|
|
display: inline-block;
|
|
|
heigth: 20px;
|
|
|
font-size: 15px !important;
|
|
|
line-height: 20px;
|
|
|
heigth: 15px;
|
|
|
font-size: 10px !important;
|
|
|
line-height: 15px;
|
|
|
color: #cf021b;
|
|
|
padding: 2px 4px;
|
|
|
padding: 1px 10px;
|
|
|
background-color: white;
|
|
|
}
|
|
|
|
...
|
...
|
|