Authored by 梁志锋

update

1 .good-info { 1 .good-info {
2 float: left; 2 float: left;
3 - width: 46.4%; 3 + width: 276rem / $pxConvertRem;
4 height: 486rem / $pxConvertRem; 4 height: 486rem / $pxConvertRem;
5 - margin: 28rem / $pxConvertRem 0 0 2.4%;  
6 - 5 + margin: 0 (15rem / $pxConvertRem) (28rem / $pxConvertRem);
7 6
8 .tag-container { 7 .tag-container {
9 height: 28rem / $pxConvertRem; 8 height: 28rem / $pxConvertRem;
10 width: 100%; 9 width: 100%;
  10 + overflow: hidden;
11 11
12 .good-tag { 12 .good-tag {
13 display: block; 13 display: block;
@@ -15,23 +15,27 @@ @@ -15,23 +15,27 @@
15 height: 28rem / $pxConvertRem; 15 height: 28rem / $pxConvertRem;
16 font-size: 18rem / $pxConvertRem; 16 font-size: 18rem / $pxConvertRem;
17 text-align: center; 17 text-align: center;
18 - line-height: 32rem / $pxConvertRem; 18 + line-height: 28rem / $pxConvertRem;
  19 + box-sizing: border-box;
19 margin-right: 4rem / $pxConvertRem; 20 margin-right: 4rem / $pxConvertRem;
20 21
21 &:last-child { 22 &:last-child {
22 margin-right: 0; 23 margin-right: 0;
23 } 24 }
24 } 25 }
  26 +
25 .new-tag { 27 .new-tag {
26 width: 60rem / $pxConvertRem; 28 width: 60rem / $pxConvertRem;
27 background-color: #78dc7e; 29 background-color: #78dc7e;
28 color: #fff; 30 color: #fff;
29 } 31 }
  32 +
30 .renew-tag { 33 .renew-tag {
31 width: 90rem / $pxConvertRem; 34 width: 90rem / $pxConvertRem;
32 background-color: #78dc7e; 35 background-color: #78dc7e;
33 color: #fff; 36 color: #fff;
34 } 37 }
  38 +
35 .sale-tag { 39 .sale-tag {
36 width: 60rem / $pxConvertRem; 40 width: 60rem / $pxConvertRem;
37 background-color: #ff575c; 41 background-color: #ff575c;
@@ -43,21 +47,35 @@ @@ -43,21 +47,35 @@
43 color: #fff; 47 color: #fff;
44 } 48 }
45 .limit-tag { 49 .limit-tag {
46 - box-sizing: border-box;  
47 width: 90rem / $pxConvertRem; 50 width: 90rem / $pxConvertRem;
48 border: 1px solid #000; 51 border: 1px solid #000;
49 color: #000; 52 color: #000;
50 - line-height: 24rem / $pxConvertRem;  
51 } 53 }
52 } 54 }
53 } 55 }
54 56
55 .good-detail-img { 57 .good-detail-img {
56 position: relative; 58 position: relative;
  59 + .good-islike {
  60 + position: absolute;
  61 + width: 60rem / $pxConvertRem;
  62 + height: 60rem / $pxConvertRem;
  63 + top: 0rem / $pxConvertRem;
  64 + right: 0rem / $pxConvertRem;
  65 + line-height: 60rem / $pxConvertRem;
  66 + font-size: 30rem / $pxConvertRem;
  67 + text-align: center;
  68 + color: #b0b0b0;
  69 + text-decoration: none;
  70 + }
  71 +
  72 + .good-like {
  73 + color: #d72928;
  74 + }
57 img { 75 img {
58 display: block; 76 display: block;
59 width: 100%; 77 width: 100%;
60 - // height: 366rem / $pxConvertRem; 78 + height: 366rem / $pxConvertRem;
61 } 79 }
62 80
63 .few-tag { 81 .few-tag {
@@ -17,7 +17,6 @@ @@ -17,7 +17,6 @@
17 height: 192rem / $pxConvertRem; 17 height: 192rem / $pxConvertRem;
18 border-bottom: 1px solid #e0e0e0; 18 border-bottom: 1px solid #e0e0e0;
19 border-right: 1px solid #e0e0e0; 19 border-right: 1px solid #e0e0e0;
20 - border-top: 1px solid #e0e0e0;  
21 &:nth-child(-n+3) { 20 &:nth-child(-n+3) {
22 border-bottom: none; 21 border-bottom: none;
23 } 22 }