You need to sign in or sign up before continuing.
hookehuyr

style(Home): 调整新闻项背景渐变色的透明度

...@@ -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
......