Showing
2 changed files
with
10 additions
and
8 deletions
@@ -287,12 +287,13 @@ image { | @@ -287,12 +287,13 @@ image { | ||
287 | display: flex; | 287 | display: flex; |
288 | flex-direction: row; | 288 | flex-direction: row; |
289 | align-items: center; | 289 | align-items: center; |
290 | - width: 138rpx; | ||
291 | - height: 32rpx; | 290 | + width: 146rpx; |
291 | + height: 36rpx; | ||
292 | background-color: #d0021b; | 292 | background-color: #d0021b; |
293 | border-radius: 20rpx; | 293 | border-radius: 20rpx; |
294 | margin-left: 10rpx; | 294 | margin-left: 10rpx; |
295 | font-size: 24rpx; | 295 | font-size: 24rpx; |
296 | + line-height: 36rpx; | ||
296 | font-weight: lighter; | 297 | font-weight: lighter; |
297 | color: #fff; | 298 | color: #fff; |
298 | } | 299 | } |
@@ -300,7 +301,7 @@ image { | @@ -300,7 +301,7 @@ image { | ||
300 | .item-user-assist image { | 301 | .item-user-assist image { |
301 | width: 28rpx; | 302 | width: 28rpx; |
302 | height: 28rpx; | 303 | height: 28rpx; |
303 | - margin: 0 4rpx 0 4rpx; | 304 | + margin: 0 4rpx 0 6rpx; |
304 | border-radius: 28rpx; | 305 | border-radius: 28rpx; |
305 | } | 306 | } |
306 | 307 | ||
@@ -488,7 +489,7 @@ image { | @@ -488,7 +489,7 @@ image { | ||
488 | left: 66rpx; | 489 | left: 66rpx; |
489 | bottom: 30rpx; | 490 | bottom: 30rpx; |
490 | border-radius: 30rpx; | 491 | border-radius: 30rpx; |
491 | - background-color: #d0021b; | 492 | + background-color: rgba(208, 2, 27, 0.5); |
492 | } | 493 | } |
493 | 494 | ||
494 | .zan-actionsheet__container { | 495 | .zan-actionsheet__container { |
@@ -311,20 +311,21 @@ image { | @@ -311,20 +311,21 @@ image { | ||
311 | display: flex; | 311 | display: flex; |
312 | flex-direction: row; | 312 | flex-direction: row; |
313 | align-items: center; | 313 | align-items: center; |
314 | - width: 138rpx; | ||
315 | - height: 32rpx; | 314 | + width: 146rpx; |
315 | + height: 36rpx; | ||
316 | background-color: #d0021b; | 316 | background-color: #d0021b; |
317 | border-radius: 20rpx; | 317 | border-radius: 20rpx; |
318 | margin-left: 10rpx; | 318 | margin-left: 10rpx; |
319 | font-size: 24rpx; | 319 | font-size: 24rpx; |
320 | font-weight: lighter; | 320 | font-weight: lighter; |
321 | + line-height: 36rpx; | ||
321 | color: #fff; | 322 | color: #fff; |
322 | } | 323 | } |
323 | 324 | ||
324 | .item-user-assist image { | 325 | .item-user-assist image { |
325 | width: 28rpx; | 326 | width: 28rpx; |
326 | height: 28rpx; | 327 | height: 28rpx; |
327 | - margin: 0 4rpx 0 4rpx; | 328 | + margin: 0 4rpx 0 6rpx; |
328 | border-radius: 28rpx; | 329 | border-radius: 28rpx; |
329 | } | 330 | } |
330 | 331 | ||
@@ -394,5 +395,5 @@ image { | @@ -394,5 +395,5 @@ image { | ||
394 | left: 66rpx; | 395 | left: 66rpx; |
395 | bottom: 30rpx; | 396 | bottom: 30rpx; |
396 | border-radius: 30rpx; | 397 | border-radius: 30rpx; |
397 | - background-color: #d0021b; | 398 | + background-color: rgba(208, 2, 27, 0.5); |
398 | } | 399 | } |
-
Please register or login to post a comment