折叠面板:修订间差异
更新日期: 2024-06-03 最新编辑:郑妹仙
无编辑摘要 |
无编辑摘要 |
||
第64行: | 第64行: | ||
position: relative; | position: relative; | ||
font-size: 0; | font-size: 0; | ||
&::before{ | &::before{ | ||
content: '-'; | content: '-'; | ||
width: 10px; | |||
height: 2px; | |||
line-height: 10px; | |||
background: #987b5d; | |||
text-align: center; | |||
display: inline-block; | |||
} | } | ||
} | } | ||
第73行: | 第77行: | ||
&::before{ | &::before{ | ||
content: '+'; | content: '+'; | ||
width: 10px; | |||
height: 10px; | |||
line-height: 10px; | |||
background: #987b5d; | |||
text-align: center; | |||
display: inline-block; | |||
} | } | ||
} | } |