Authored by 毕凯

优惠券可用颜色

... ... @@ -24,13 +24,13 @@
}
.boys{
background:resolve('shopping-cart/boys.png') bottom left repeat-x #fff;
}
}
.girls{
background:resolve('shopping-cart/girls.png') bottom left repeat-x #fff;
}
}
.kids{
background:resolve('shopping-cart/kids.png') bottom left repeat-x #fff;
}
}
.life-style{
background:resolve('shopping-cart/lifeStyle.png') bottom left repeat-x #fff !important;
}
... ... @@ -51,7 +51,7 @@
padding-left:40px;
font-size: 32px;
line-height: 82px;
span{
span{
position: absolute;
right: 20px;
top: 28px;
... ... @@ -86,7 +86,7 @@
width: 48%;
height: 40px;
font-size: 32px;
overflow: hidden;
overflow: hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
... ... @@ -118,7 +118,7 @@
color: #444;
&:last-child h3{
border-bottom:none;
}
}
h3{
width: 95%;
height: 80px;
... ... @@ -133,7 +133,7 @@
p{
display: inline-block;
height: 80px;
overflow: hidden;
overflow: hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
... ... @@ -142,7 +142,7 @@
margin-left: 8px;
height: 80px;
display: inline-block;
overflow: hidden;
overflow: hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
... ... @@ -152,7 +152,7 @@
height: 80px;
text-align: right;
font-size: 28px;
overflow: hidden;
overflow: hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
... ... @@ -371,7 +371,7 @@
.coupon-count {
padding: 5px 15px;
background: #f00;
background: #d0021b;
color: #fff;
border-radius: 10px;
margin-left: 20px;
... ...