Showing
1 changed file
with
6 additions
and
6 deletions
@@ -63,7 +63,7 @@ | @@ -63,7 +63,7 @@ | ||
63 | a { | 63 | a { |
64 | display: inline-block; | 64 | display: inline-block; |
65 | height: 68px; | 65 | height: 68px; |
66 | - line-height: 68px; | 66 | + line-height: 70px; |
67 | padding: 0 20px; | 67 | padding: 0 20px; |
68 | font-size: 28px; | 68 | font-size: 28px; |
69 | background: #f8f8f8; | 69 | background: #f8f8f8; |
@@ -122,9 +122,9 @@ | @@ -122,9 +122,9 @@ | ||
122 | } | 122 | } |
123 | 123 | ||
124 | .hot-title { | 124 | .hot-title { |
125 | - font-size: 32px; | 125 | + font-size: 34px; |
126 | color: #000; | 126 | color: #000; |
127 | - line-height: 80px; | 127 | + line-height: 76px; |
128 | height: 80px; | 128 | height: 80px; |
129 | padding-left: 30px; | 129 | padding-left: 30px; |
130 | text-align: center; | 130 | text-align: center; |
@@ -180,7 +180,7 @@ | @@ -180,7 +180,7 @@ | ||
180 | 180 | ||
181 | a { | 181 | a { |
182 | border-radius: 8px; | 182 | border-radius: 8px; |
183 | - border: 2px solid #e0e0e0; | 183 | + border: 1PX solid #e0e0e0; |
184 | background: #fff; | 184 | background: #fff; |
185 | font-size: 28px; | 185 | font-size: 28px; |
186 | width: auto; | 186 | width: auto; |
@@ -307,7 +307,7 @@ | @@ -307,7 +307,7 @@ | ||
307 | a { | 307 | a { |
308 | display: block; | 308 | display: block; |
309 | height: 68px; | 309 | height: 68px; |
310 | - line-height: 68px; | 310 | + line-height: 71px; |
311 | padding: 0 20px; | 311 | padding: 0 20px; |
312 | font-size: 28px; | 312 | font-size: 28px; |
313 | background: white; | 313 | background: white; |
@@ -315,7 +315,7 @@ | @@ -315,7 +315,7 @@ | ||
315 | overflow: hidden; | 315 | overflow: hidden; |
316 | text-overflow: ellipsis; | 316 | text-overflow: ellipsis; |
317 | white-space: nowrap; | 317 | white-space: nowrap; |
318 | - border: 1px solid #b8b8b8; | 318 | + border: 1PX solid #b8b8b8; |
319 | border-radius: 0.2rem; | 319 | border-radius: 0.2rem; |
320 | } | 320 | } |
321 | 321 |
-
Please register or login to post a comment