Authored by 郝肖肖

'fix'

... ... @@ -16,7 +16,7 @@
.tide-goods,
.tide-brand {
margin: 30px 30px 0 39px;
margin: 0 30px 0 39px;
display: flex;
flex-wrap: wrap;
}
... ... @@ -271,7 +271,7 @@
}
.tide-border-top {
margin: 35px 30px -20px 40px;
margin: 35px 30px 10px 40px;
border-top: 2px solid #b0b0b0;
}
}
... ...
.activity-cate-page {
.ellipsis {
display: -webkit-box !important;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.tide-title {
font-weight: bold;
font-size: 37px;
color: #000;
text-align: center;
padding: 40px 0 5px;
}
.tide-goods {
margin: 30px 30px 0 40px;
display: flex;
flex-wrap: wrap;
border-top: 2px solid #b0b0b0;
padding-top: 5px;
.cate-block {
margin: 25px 10px 0 0;
width: 216px;
height: 300px;
overflow: hidden;
background-color: #f7f8f8;
position: relative;
.cate-footer {
text-align: center;
width: inherit;
position: absolute;
color: #fff;
bottom: 10px;
}
.name-en {
font-size: 24px;
}
.name-cn {
font-size: 18px;
}
}
.goods {
margin: 25px 10px 0 0;
width: 216px;
height: 300px;
background-color: #f7f8f8;
.goods-img {
width: inherit;
height: 240px;
overflow: hidden;
}
.goods-name {
-webkit-line-clamp: 1;
font-size: 17px;
color: #000;
margin-left: 15px;
word-wrap: normal;
}
.goods-footer {
font-size: 17px;
color: #000;
margin-left: 15px;
padding-bottom: 14px;
display: flex;
justify-content: space-between;
align-items: center;
}
.old-price {
font-size: 13px;
color: #9d9e9e;
}
.cart-icon {
width: 25px;
height: 20px;
background-image: url("/activity/cart-icon.png");
background-repeat: no-repeat;
background-size: contain;
margin-right: 10px;
}
}
&:first-child {
border-top: none;
margin-top: 0;
padding-top: 0;
}
}
.wonderful-container {
display: flex;
flex-wrap: wrap;
margin: 0 20px 0 40px;
.wonderful-big {
margin-right: 20px;
margin-bottom: 40px;
width: 670px;
height: 330px;
position: relative;
img {
width: inherit;
height: inherit;
overflow: hidden;
}
}
.wonderful-small {
margin-right: 20px;
margin-bottom: 40px;
width: 325px;
height: 220px;
position: relative;
img {
width: inherit;
height: inherit;
overflow: hidden;
}
}
.see-block {
background-color: #000;
text-align: center;
font-size: 17px;
color: #fff;
width: 200px;
height: 40px;
line-height: 40px;
bottom: -20px;
position: absolute;
left: 50%;
margin-left: -100px;
box-shadow: 1px 1px 1px #000;
}
.see-block span {
font-size: 17px;
margin-left: 30px;
}
}
}