Showing
1 changed file
with
9 additions
and
9 deletions
@@ -58,7 +58,7 @@ | @@ -58,7 +58,7 @@ | ||
58 | .notCollect{ | 58 | .notCollect{ |
59 | width: 128px; | 59 | width: 128px; |
60 | height: 50px; | 60 | height: 50px; |
61 | - border-radius: 10px; | 61 | + border-radius: 6px; |
62 | background-image: url('/product/not-collect.png') no-repeat; | 62 | background-image: url('/product/not-collect.png') no-repeat; |
63 | background-size: contain; | 63 | background-size: contain; |
64 | } | 64 | } |
@@ -76,33 +76,32 @@ | @@ -76,33 +76,32 @@ | ||
76 | background: #fff; | 76 | background: #fff; |
77 | overflow: hidden; | 77 | overflow: hidden; |
78 | border-sizing: border-box; | 78 | border-sizing: border-box; |
79 | - border-bottom: 1px solid #e1e1e1; | 79 | + border-bottom: 1px solid #e0e0e0; |
80 | z-index: 2; | 80 | z-index: 2; |
81 | 81 | ||
82 | li{ | 82 | li{ |
83 | - color: #b1b1b1; | ||
84 | display: block; | 83 | display: block; |
85 | height: 28px; | 84 | height: 28px; |
86 | float: left; | 85 | float: left; |
87 | line-height: 28px; | 86 | line-height: 28px; |
88 | width: 24.7%; | 87 | width: 24.7%; |
89 | text-align: center; | 88 | text-align: center; |
90 | - border-left: 1px solid #e1e1e1; | 89 | + border-left: 1px solid #e0e0e0; |
91 | margin-top: 30px; | 90 | margin-top: 30px; |
92 | border-sizing: border-box; | 91 | border-sizing: border-box; |
93 | - color: #b1b1b1; | 92 | + color: #b0b0b0; |
94 | 93 | ||
95 | &:first-child { | 94 | &:first-child { |
96 | border-left: none; | 95 | border-left: none; |
97 | } | 96 | } |
98 | 97 | ||
99 | a { | 98 | a { |
100 | - color: #b1b1b1; | 99 | + color: #b0b0b0; |
101 | } | 100 | } |
102 | } | 101 | } |
103 | 102 | ||
104 | .color { | 103 | .color { |
105 | - color: #000; | 104 | + color: #444; |
106 | } | 105 | } |
107 | } | 106 | } |
108 | 107 | ||
@@ -197,10 +196,11 @@ | @@ -197,10 +196,11 @@ | ||
197 | 196 | ||
198 | .popularity-title { | 197 | .popularity-title { |
199 | background: #fff; | 198 | background: #fff; |
200 | - border-bottom: 1px solid #e8e8e8; | 199 | + border-bottom: 1px solid #e0e0e0; |
200 | + color: #444; | ||
201 | text-align: center; | 201 | text-align: center; |
202 | line-height: 98px; | 202 | line-height: 98px; |
203 | - font-size: 32px; | 203 | + font-size: 30px; |
204 | margin-top: 40px; | 204 | margin-top: 40px; |
205 | position: relative; | 205 | position: relative; |
206 | } | 206 | } |
-
Please register or login to post a comment