在自定义组件中设定css 样式:
利用 position: fixed
利用 position: fixed
纯css实现。这个小圆点应该是一个a标签:a{
width: 6px
height: 6px
float: right
margin-right: 6px
background-color: black
border-radius: 50%
}
a:hover{
width: 12px
height: 12px
}
在自定义组件中设定css 样式:
利用 position: fixed
利用 position: fixed
纯css实现。这个小圆点应该是一个a标签:a{
width: 6px
height: 6px
float: right
margin-right: 6px
background-color: black
border-radius: 50%
}
a:hover{
width: 12px
height: 12px
}