Authored by 王水玲

活动模版优化

1.3 KB | W: | H:

16.7 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
... ... @@ -260,10 +260,16 @@
}
.is-style-2 {
padding: 0 30px 10px;
.feature-product-info {
width: 275px;
margin-right: 30px;
margin-top: 56px;
.product-name {
text-align: left;
font-size: 24px;
font-size: 22px;
color: #444;
letter-spacing: 0;
margin-top: 20px;
... ... @@ -275,30 +281,39 @@
text-align: left;
letter-spacing: 0;
margin-top: 3px;
height: 27px;
line-height: 27px;
}
.sale-price {
color: #d0021b;
font-size: 24px;
line-height: 30px;
font-size: 22px;
line-height: 27px;
float: left;
}
.market-price {
color: #b0b0b0;
font-size: 24px;
line-height: 30px;
font-size: 22px;
line-height: 27px;
float: left;
margin-left: 10px;
}
.vip {
background: resolve("activity/vip@2x.png") no-repeat;
background-size: cover;
width: 56px;
height: 30px;
background-size: contain;
width: 48px;
height: 27px;
margin-left: 10px;
float: left;
}
.product-detail-imgbox {
.product-detail-img {
width: 100%;
height: 369px;
}
}
}
}
... ...