forked from newthuhole/hole_thu_frontend
fix box-tip style
This commit is contained in:
@@ -63,6 +63,18 @@
|
||||
margin-left: 50px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1301px) {
|
||||
.left-container .flow-item-row .flow-item:hover::before {
|
||||
content: '>>';
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
margin-top: 1.5em;
|
||||
color: white;
|
||||
text-shadow: 0 0 2px #000;
|
||||
font-family: 'Consolas', 'Courier', monospace;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1300px) {
|
||||
.left-container .flow-item {
|
||||
margin-left: 10px;
|
||||
@@ -103,16 +115,6 @@
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.left-container .flow-item-row:hover::before {
|
||||
content: '>>';
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
margin-top: 1.5em;
|
||||
color: white;
|
||||
text-shadow: 0 0 2px #000;
|
||||
font-family: 'Consolas', 'Courier', monospace;
|
||||
}
|
||||
|
||||
.box-header, .box-footer {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
@@ -549,9 +549,11 @@ class FlowItemQuote extends PureComponent {
|
||||
return null;
|
||||
else if(this.state.loading_status==='loading')
|
||||
return (
|
||||
<div className="box box-tip aux-margin">
|
||||
<span className="icon icon-loading" />
|
||||
提到了 #{this.props.pid}
|
||||
<div className="aux-margin">
|
||||
<div className="box box-tip">
|
||||
<span className="icon icon-loading" />
|
||||
提到了 #{this.props.pid}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
else if(this.state.loading_status==='error')
|
||||
|
||||
Reference in New Issue
Block a user