Showing
1 changed file
with
3 additions
and
3 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-10-18 12:05:44 | 2 | * @Date: 2024-10-18 12:05:44 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-11-04 17:42:55 | 4 | + * @LastEditTime: 2024-11-04 18:01:14 |
| 5 | * @FilePath: /hager/src/views/news/index.vue | 5 | * @FilePath: /hager/src/views/news/index.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -131,9 +131,9 @@ export default { | ... | @@ -131,9 +131,9 @@ export default { |
| 131 | box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); | 131 | box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); |
| 132 | overflow: hidden; | 132 | overflow: hidden; |
| 133 | background-color: #fff; | 133 | background-color: #fff; |
| 134 | - transition: transform 0.3s ease-in-out; | 134 | + transition: transform 0.25s ease-in-out; |
| 135 | &:hover { | 135 | &:hover { |
| 136 | - transform: scale(1.05); | 136 | + transform: scale(1.01); |
| 137 | box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); | 137 | box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); |
| 138 | } | 138 | } |
| 139 | .card-image { | 139 | .card-image { | ... | ... |
-
Please register or login to post a comment