Commit 04c54b6b by 史敦盼

Merge branch 'sdp-v1'

2 parents 01df6522 7b6a5d31
......@@ -137,6 +137,16 @@
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 {
&::after {
content: '';
......@@ -168,6 +178,10 @@
background: url('@/assets/main/5icon_press.png') no-repeat center;
background-size: cover;
}
&_5.isActive::before {
background: url('@/assets/main/set_press.png') no-repeat center;
background-size: cover;
}
}
.under_line {
position: absolute;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!