fix(contact): 更新联系我们页面顶部横幅图片
修复横幅图片链接,将 banner05.png 替换为 banner05-1.png,以显示正确的图片。
Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-10-18 09:31:05 | 2 | * @Date: 2024-10-18 09:31:05 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-12-13 15:34:46 | 4 | + * @LastEditTime: 2026-03-26 13:18:55 |
| 5 | * @FilePath: /hager/src/views/contact.vue | 5 | * @FilePath: /hager/src/views/contact.vue |
| 6 | * @Description: 联系我们 | 6 | * @Description: 联系我们 |
| 7 | --> | 7 | --> |
| ... | @@ -117,7 +117,7 @@ export default { | ... | @@ -117,7 +117,7 @@ export default { |
| 117 | .hager-contact-page { | 117 | .hager-contact-page { |
| 118 | .top-img { | 118 | .top-img { |
| 119 | height: 22rem; | 119 | height: 22rem; |
| 120 | - background-image: url('https://cdn.ipadbiz.cn/hager/img/tiny/banner05.png'); | 120 | + background-image: url('https://cdn.ipadbiz.cn/hager/img/tiny/banner05-1.png'); |
| 121 | background-size: cover; | 121 | background-size: cover; |
| 122 | background-position: center; | 122 | background-position: center; |
| 123 | background-repeat: no-repeat; | 123 | background-repeat: no-repeat; | ... | ... |
-
Please register or login to post a comment