Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
stdj_h5
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2025-10-31 16:37:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
64cb6025b60195a2cfb68ee46a13d1aab9683859
64cb6025
1 parent
dbd5fca7
style(Home): 调整新闻项背景渐变色的透明度
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/Home.vue
src/views/Home.vue
View file @
64cb602
...
...
@@ -1014,7 +1014,7 @@ const handleNewsClick = (item) => {
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(90deg, rgba(152, 81, 34,
0.75) 0%, rgba(152, 81, 34, 0.4
5) 30%, rgba(65, 44, 12, 0.15) 70%, transparent 100%);
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%);
z-index: 2;
}
...
...
Please
register
or
login
to post a comment