Authored by 毕凯

Merge branch 'feature/correct' into 'release/5.6'

全球购



See merge request !509
... ... @@ -15,8 +15,7 @@
padding: 0 8px;
font-size: 16px;
height: 28px;
display: flex;
align-items: center;
line-height: 28px;
span {
float: left;
... ... @@ -30,6 +29,7 @@
background-repeat: no-repeat;
background-size: cover;
margin-right: 10px;
margin-top: 2px;
}
.global-limited {
... ... @@ -40,8 +40,7 @@
padding: 0 5px;
font-size: 16px;
height: 28px;
display: flex;
align-items: center;
line-height: 25px;
box-sizing: border-box;
}
... ... @@ -56,7 +55,7 @@
margin: 0 auto;
img {
margin-top: 30px;
margin-top: 38px;
margin-bottom: 30px;
width: 448px;
}
... ...
... ... @@ -135,7 +135,7 @@
.recommend-for-you .swiper-container .swiper-slide {
padding: 0 10px;
float: left;
width: 156px;
width: 184px;
}
.recommend-for-you .swiper-container .swiper-slide:first-child {
... ... @@ -147,8 +147,8 @@
}
.recommend-for-you .swiper-container .swiper-slide img {
width: 100%;
height: 208px;
width: 156px;
height: 202px;
}
.recommend-for-you .sale-name {
... ...
... ... @@ -85,8 +85,7 @@
padding: 0 8px;
font-size: 16px;
height: 28px;
display: flex;
align-items: center;
line-height: 28px;
span {
float: left;
... ... @@ -100,8 +99,7 @@
padding: 0 5px;
font-size: 16px;
height: 28px;
display: flex;
align-items: center;
line-height: 25px;
box-sizing: border-box;
}
... ... @@ -143,6 +141,7 @@
background-repeat: no-repeat;
background-size: cover;
margin-right: 10px;
margin-top: 2px;
}
.sale-price {
... ...