Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
hager
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-11-04 18:02:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c8e2cafa7d60eac291fefe953c19ec7b88a61cca
c8e2cafa
1 parent
ade17e49
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/news/index.vue
src/views/news/index.vue
View file @
c8e2caf
<!--
* @Date: 2024-10-18 12:05:44
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-11-04 1
7:42:55
* @LastEditTime: 2024-11-04 1
8:01:14
* @FilePath: /hager/src/views/news/index.vue
* @Description: 文件描述
-->
...
...
@@ -131,9 +131,9 @@ export default {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
overflow: hidden;
background-color: #fff;
transition: transform 0.
3
s ease-in-out;
transition: transform 0.
25
s ease-in-out;
&:hover {
transform: scale(1.0
5
);
transform: scale(1.0
1
);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.card-image {
...
...
Please
register
or
login
to post a comment