forked from newthuhole/hole_thu_frontend
update style
This commit is contained in:
@@ -13,8 +13,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.box-danger {
|
.box-danger {
|
||||||
background-color: #fcc;
|
background-color: #f33;
|
||||||
border: 2px solid #f77;
|
color: white;
|
||||||
|
text-shadow: 0 0 3px black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.left-container .flow-item {
|
.left-container .flow-item {
|
||||||
@@ -156,7 +157,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.box-content {
|
.box-content {
|
||||||
margin: .5em 0;
|
padding: .5em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.left-container .box-content {
|
.left-container .box-content {
|
||||||
|
|||||||
@@ -356,7 +356,7 @@ class FlowSidebar extends PureComponent {
|
|||||||
/>
|
/>
|
||||||
</ClickHandler>
|
</ClickHandler>
|
||||||
{!!this.state.error_msg &&
|
{!!this.state.error_msg &&
|
||||||
<div className="box box-tip flow-item box-danger">
|
<div className="box box-tip flow-item">
|
||||||
<p>回复加载失败</p>
|
<p>回复加载失败</p>
|
||||||
<p>{this.state.error_msg}</p>
|
<p>{this.state.error_msg}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: rgba(255,255,255,.7);
|
background-color: rgba(255,255,255,.8);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding-top: 3em;
|
padding-top: 3em;
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
|
|||||||
Reference in New Issue
Block a user