问答去掉回答,改为讨论,删除不必要的代码
This commit is contained in:
@@ -461,7 +461,7 @@ a {
|
||||
right: -5px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
background-image: url("./img/triangle-icon.svg");
|
||||
background-image: url("/img/triangle-icon.svg");
|
||||
}
|
||||
|
||||
.content {
|
||||
@@ -512,6 +512,7 @@ a {
|
||||
font-size: 14px;
|
||||
color: #000000;
|
||||
line-height: 22px;
|
||||
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
||||
|
||||
em {
|
||||
color: #ff0000;
|
||||
@@ -538,6 +539,7 @@ a {
|
||||
font-size: 13px;
|
||||
text-decoration: none;
|
||||
margin-top: 8px;
|
||||
font-weight: 400;
|
||||
|
||||
& * {
|
||||
white-space: nowrap;
|
||||
@@ -688,6 +690,7 @@ a {
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
position: relative;
|
||||
padding-bottom: 200px;
|
||||
|
||||
.emoji-box-mask {
|
||||
position: absolute;
|
||||
@@ -891,10 +894,27 @@ a {
|
||||
background-color: transparent;
|
||||
min-height: 80px;
|
||||
padding-bottom: 11px;
|
||||
&.placeholder::after {
|
||||
content: "说说你的看法…";
|
||||
color: #7f7f7f;
|
||||
pointer-events: none;
|
||||
// &.placeholder::after {
|
||||
// content: "说说你的看法…";
|
||||
// color: #7f7f7f;
|
||||
// pointer-events: none;
|
||||
// }
|
||||
|
||||
* {
|
||||
background: transparent !important;
|
||||
color: #000 !important;
|
||||
border: none !important;
|
||||
outline: none !important;
|
||||
font-size: 14px !important;
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
img {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1816,6 +1836,7 @@ a {
|
||||
color: #7f7f7f;
|
||||
cursor: pointer;
|
||||
height: 53px;
|
||||
line-height: 54px;
|
||||
&:not(:first-of-type) {
|
||||
margin-left: 36px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user