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