Authored by hongweigao

favorite.css

1 -.me-favorite-page { 1 +.me-favorite-page {
2 .favorite .title { 2 .favorite .title {
3 background-image: resolve(home/favorite.png); 3 background-image: resolve(home/favorite.png);
4 } 4 }
@@ -182,7 +182,7 @@ @@ -182,7 +182,7 @@
182 } 182 }
183 } 183 }
184 184
185 - /*降价订阅*/ 185 + /* 降价订阅 */
186 .reduction-notice-tip { 186 .reduction-notice-tip {
187 border: 1px solid #e7e7e7; 187 border: 1px solid #e7e7e7;
188 padding: 20px; 188 padding: 20px;
@@ -242,7 +242,7 @@ @@ -242,7 +242,7 @@
242 } 242 }
243 } 243 }
244 244
245 -/*收藏商品*/ 245 +/* 收藏商品 */
246 .fav-products { 246 .fav-products {
247 .favorite-products > ul { 247 .favorite-products > ul {
248 padding-bottom: 20px; 248 padding-bottom: 20px;
@@ -456,7 +456,7 @@ @@ -456,7 +456,7 @@
456 color: #666; 456 color: #666;
457 } 457 }
458 458
459 - /*去除del按钮的位置影响*/ 459 + /* 去除del按钮的位置影响 */
460 .buy-now, 460 .buy-now,
461 .buy-again, 461 .buy-again,
462 .sold-out { 462 .sold-out {
@@ -504,7 +504,7 @@ @@ -504,7 +504,7 @@
504 } 504 }
505 } 505 }
506 506
507 -/*收藏品牌*/ 507 +/* 收藏品牌 */
508 .fav-brands { 508 .fav-brands {
509 .favorite-brands > ul { 509 .favorite-brands > ul {
510 padding-bottom: 20px; 510 padding-bottom: 20px;
@@ -663,7 +663,7 @@ @@ -663,7 +663,7 @@
663 } 663 }
664 664
665 .na-goods-ul { 665 .na-goods-ul {
666 - width: calc(4 * $goodsWith);/*Max page:4*/ 666 + width: calc(4 * $goodsWith);/* Max page:4 */
667 667
668 > li { 668 > li {
669 float: left; 669 float: left;
@@ -672,7 +672,7 @@ @@ -672,7 +672,7 @@
672 } 672 }
673 } 673 }
674 674
675 -/*收藏文章*/ 675 +/* 收藏文章 */
676 .fav-articles { 676 .fav-articles {
677 .favorite-articles > ul { 677 .favorite-articles > ul {
678 padding-bottom: 20px; 678 padding-bottom: 20px;
@@ -686,7 +686,7 @@ @@ -686,7 +686,7 @@
686 display: block; 686 display: block;
687 width: 146px; 687 width: 146px;
688 height: 96px; 688 height: 96px;
689 - backgound-size: cover; 689 + background-size: cover;
690 background-position: center; 690 background-position: center;
691 } 691 }
692 692