Commit 7b6a5d31 by 史敦盼

系统设置图标

1 parent 3a9df668
...@@ -137,6 +137,16 @@ ...@@ -137,6 +137,16 @@
background-size: cover; background-size: cover;
} }
} }
&_5::before {
background: url('@/assets/main/set_default.png') no-repeat center;
background-size: cover;
}
&_5:hover {
&::before {
background: url('@/assets/main/set_press.png') no-repeat center;
background-size: cover;
}
}
&.isActive { &.isActive {
&::after { &::after {
content: ''; content: '';
...@@ -168,6 +178,10 @@ ...@@ -168,6 +178,10 @@
background: url('@/assets/main/5icon_press.png') no-repeat center; background: url('@/assets/main/5icon_press.png') no-repeat center;
background-size: cover; background-size: cover;
} }
&_5.isActive::before {
background: url('@/assets/main/set_press.png') no-repeat center;
background-size: cover;
}
} }
.under_line { .under_line {
position: absolute; position: absolute;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!