调整背景颜色
This commit is contained in:
parent
9cd4f2c8d3
commit
173b039b77
@ -197,16 +197,16 @@ onMounted(() => {
|
|||||||
width 80px
|
width 80px
|
||||||
text-align right
|
text-align right
|
||||||
&:hover
|
&:hover
|
||||||
background linear-gradient(90deg, transparent, black)
|
background linear-gradient(90deg, transparent, rgba(0, 255, 255, 1))
|
||||||
position relative
|
position relative
|
||||||
&::after
|
&::after
|
||||||
content ' '
|
content ' '
|
||||||
width 18px
|
width 19px
|
||||||
height 30px
|
height 30px
|
||||||
display block
|
display block
|
||||||
box-sizing border-box
|
box-sizing border-box
|
||||||
border-style solid
|
border-style solid
|
||||||
border-color transparent transparent transparent black
|
border-color transparent transparent transparent rgba(0, 255, 255, 1)
|
||||||
border-top-width 18px
|
border-top-width 18px
|
||||||
border-left-width 9px
|
border-left-width 9px
|
||||||
border-right-width 9px
|
border-right-width 9px
|
||||||
|
Loading…
Reference in New Issue
Block a user