添加粉丝关注页面
This commit is contained in:
@@ -182,29 +182,6 @@
|
||||
.reply-icon {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
position: relative;
|
||||
|
||||
// 绘制回复图标(使用SVG路径)
|
||||
&::before,
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
background: #333333;
|
||||
}
|
||||
|
||||
&::before {
|
||||
top: 1px;
|
||||
left: 1px;
|
||||
width: 10px;
|
||||
height: 8.75px;
|
||||
clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 20% 20%, 20% 100%, 0% 100%);
|
||||
}
|
||||
|
||||
&::after {
|
||||
width: 0;
|
||||
height: 0.75px;
|
||||
background: #333333;
|
||||
}
|
||||
}
|
||||
|
||||
.reply-text {
|
||||
@@ -225,6 +202,11 @@
|
||||
border-radius: 9px;
|
||||
background: #F5F5F5;
|
||||
flex-shrink: 0;
|
||||
cursor: pointer;
|
||||
|
||||
&:active {
|
||||
opacity: 0.8;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user