fix box-tip style
This commit is contained in:
@@ -63,6 +63,18 @@
|
|||||||
margin-left: 50px;
|
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) {
|
@media screen and (max-width: 1300px) {
|
||||||
.left-container .flow-item {
|
.left-container .flow-item {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
@@ -103,16 +115,6 @@
|
|||||||
cursor: default;
|
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 {
|
.box-header, .box-footer {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -549,9 +549,11 @@ class FlowItemQuote extends PureComponent {
|
|||||||
return null;
|
return null;
|
||||||
else if(this.state.loading_status==='loading')
|
else if(this.state.loading_status==='loading')
|
||||||
return (
|
return (
|
||||||
<div className="box box-tip aux-margin">
|
<div className="aux-margin">
|
||||||
<span className="icon icon-loading" />
|
<div className="box box-tip">
|
||||||
提到了 #{this.props.pid}
|
<span className="icon icon-loading" />
|
||||||
|
提到了 #{this.props.pid}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
else if(this.state.loading_status==='error')
|
else if(this.state.loading_status==='error')
|
||||||
|
|||||||
Reference in New Issue
Block a user