修改回答变讨论

This commit is contained in:
A1300399510
2025-01-21 19:06:13 +08:00
parent 8b5d8f4523
commit 9589e95cba
4 changed files with 190 additions and 68 deletions

View File

@@ -865,6 +865,17 @@ a {
flex-direction: column;
.top {
padding: 0 14px;
position: relative;
.input-placeholder {
color: #7f7f7f;
pointer-events: none;
font-size: 14px;
position: absolute;
top: 0;
left: 14px;
}
.avatar {
width: 24px;
height: 24px;
@@ -1768,7 +1779,7 @@ a {
.user-name {
color: #7f7f7f;
font-size: 13px;
margin-right: 20px;
margin-right: 10px;
}
.homeShare {
@@ -1780,6 +1791,15 @@ a {
font-size: 12px;
color: #aaaaaa;
}
.operate-item {
font-size: 12px;
color: #7f7f7f;
margin-right: 7px;
.operate-icon {
margin-right: 7px;
}
}
}
.operate-box {
@@ -1788,17 +1808,22 @@ a {
border-top: 1px dotted #ebebeb;
padding: 0 24px;
flex: 1;
position: relative;
.operate-list {
.operate-item {
font-size: 13px;
color: #7f7f7f;
margin-left: 49px;
cursor: pointer;
height: 53px;
&:not(:first-of-type) {
margin-left: 36px;
}
// background-color: #333333;
position: relative;
.operate-icon {
margin-right: 5px;
}
// position: relative;
// z-index: 1;
&.commentnum {
@@ -1819,9 +1844,8 @@ a {
}
.operate-icon {
margin-right: 7px;
margin-right: 5px;
&.operate-like-icon,
&.operate-transmit-icon {
width: 14px;
height: 14px;
@@ -1836,10 +1860,15 @@ a {
width: 16px;
height: 16px;
}
&.operate-like-icon {
width: 16px;
height: 16px;
}
}
&.operate-transmit {
position: relative;
// position: relative;
// z-index: 1;
// &:hover {
@@ -1863,7 +1892,7 @@ a {
position: absolute;
top: 64px;
right: -24px;
left: 0;
background: #fff;
justify-content: space-between;
padding: 40px 35px 42px;