Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -1014,7 +1014,7 @@ const handleNewsClick = (item) => { | ... | @@ -1014,7 +1014,7 @@ const handleNewsClick = (item) => { |
| 1014 | left: 0; | 1014 | left: 0; |
| 1015 | width: 100%; | 1015 | width: 100%; |
| 1016 | height: 100%; | 1016 | height: 100%; |
| 1017 | - background: linear-gradient(90deg, rgba(152, 81, 34, 0.75) 0%, rgba(152, 81, 34, 0.45) 30%, rgba(65, 44, 12, 0.15) 70%, transparent 100%); | 1017 | + background: linear-gradient(90deg, rgba(152, 81, 34, 1) 0%, rgba(152, 81, 34, 0.5) 30%, rgba(65, 44, 12, 0.15) 70%, transparent 100%); |
| 1018 | z-index: 2; | 1018 | z-index: 2; |
| 1019 | } | 1019 | } |
| 1020 | 1020 | ... | ... |
-
Please register or login to post a comment