Authored by hongweigao

favorite.css

.me-favorite-page {
.me-favorite-page {
.favorite .title {
background-image: resolve(home/favorite.png);
}
... ... @@ -182,7 +182,7 @@
}
}
/*降价订阅*/
/* 降价订阅 */
.reduction-notice-tip {
border: 1px solid #e7e7e7;
padding: 20px;
... ... @@ -242,7 +242,7 @@
}
}
/*收藏商品*/
/* 收藏商品 */
.fav-products {
.favorite-products > ul {
padding-bottom: 20px;
... ... @@ -456,7 +456,7 @@
color: #666;
}
/*去除del按钮的位置影响*/
/* 去除del按钮的位置影响 */
.buy-now,
.buy-again,
.sold-out {
... ... @@ -504,7 +504,7 @@
}
}
/*收藏品牌*/
/* 收藏品牌 */
.fav-brands {
.favorite-brands > ul {
padding-bottom: 20px;
... ... @@ -663,7 +663,7 @@
}
.na-goods-ul {
width: calc(4 * $goodsWith);/*Max page:4*/
width: calc(4 * $goodsWith);/* Max page:4 */
> li {
float: left;
... ... @@ -672,7 +672,7 @@
}
}
/*收藏文章*/
/* 收藏文章 */
.fav-articles {
.favorite-articles > ul {
padding-bottom: 20px;
... ... @@ -686,7 +686,7 @@
display: block;
width: 146px;
height: 96px;
backgound-size: cover;
background-size: cover;
background-position: center;
}
... ...