mirror of
http://112.124.100.131/happyinsurance_eco/ebiz-sunful-eco-web.git
synced 2025-12-07 01:46:51 +08:00
fix(app): 修复底部蝴蝶组件的图片显示错误
- 将错误的背景图片路径替换为正确的路径 - 涉及到底部蝴蝶组件中的多个 hover 状态下的背景图片变更
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user