添加粉丝关注页面

This commit is contained in:
张成
2025-10-01 01:48:36 +08:00
parent 78d8ec659e
commit a5539bd219
7 changed files with 187 additions and 62 deletions

View File

@@ -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;
}
}
}