no message
This commit is contained in:
@@ -244,7 +244,7 @@
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
bottom: 42px;
|
||||
bottom: 48px;
|
||||
width: 130px;
|
||||
height: 100px;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
@@ -253,10 +253,23 @@
|
||||
flex-direction: column;
|
||||
display: none;
|
||||
|
||||
&::after {
|
||||
content: "";
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-left: 8px solid transparent;
|
||||
border-right: 8px solid transparent;
|
||||
border-top: 8px solid #000000;
|
||||
position: absolute;
|
||||
bottom: -8px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
.share-item {
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
color: #555555;
|
||||
color: #333;
|
||||
font-size: 14px;
|
||||
|
||||
&:hover {
|
||||
@@ -810,7 +823,7 @@
|
||||
|
||||
.answer-discuss .input-box .bottom {
|
||||
// height: 52px;
|
||||
padding: 0 20px;
|
||||
padding: 0 20px 20px;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
@@ -1340,7 +1353,7 @@
|
||||
}
|
||||
|
||||
.answer-discuss .no-discussion-box {
|
||||
margin: 36px 0;
|
||||
margin: 72px 0;
|
||||
color: #7f7f7f;
|
||||
font-size: 15px;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user