fix(app): 修复底部蝴蝶组件的图片显示错误

- 将错误的背景图片路径替换为正确的路径
- 涉及到底部蝴蝶组件中的多个 hover 状态下的背景图片变更
This commit is contained in:
陈昱达
2025-07-07 18:21:53 +08:00
parent 7a26ead12c
commit f5b57fc8e8

View File

@@ -334,7 +334,7 @@ export default {
}
&:hover {
.cursor-title {
background: url('../../../../assets/images/rs/1@2x.png') no-repeat center / cover;
background: url('../../../../assets/images/rs/4@2x.png') no-repeat center / cover;
}
.cursor-desc {
@@ -348,7 +348,7 @@ export default {
top: -60px;
right: 550px;
.cursor-title {
background: url('../../../../assets/images/rs/2@2x.png') no-repeat center / cover;
background: url('../../../../assets/images/rs/5@2x.png') no-repeat center / cover;
}
.cursor-desc {
opacity: 1;
@@ -512,7 +512,7 @@ export default {
&:hover {
.cursor-title {
background: url('../../../../assets/images/rs/5@2x.png') no-repeat center / cover;
background: url('../../../../assets/images/rs/1@2x.png') no-repeat center / cover;
}
}
@@ -536,7 +536,7 @@ export default {
}
&:hover {
.cursor-title {
background: url('../../../../assets/images/rs/4@2x.png') no-repeat center / cover;
background: url('../../../../assets/images/rs/2@2x.png') no-repeat center / cover;
}
.cursor-desc {
background: url('../../../../assets/images/new/t4-desc.png') no-repeat center / contain;