Authored by
yyq
fix style
...
|
...
|
@@ -44,8 +44,14 @@ |
|
|
|
|
|
.notice-text,
|
|
|
.notice-link {
|
|
|
max-width: 300px;
|
|
|
color: #017cf8;
|
|
|
margin-left: 50px;
|
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
|
line-height: 1.5;
|
|
|
position: relative;
|
|
|
top: -2px;
|
|
|
}
|
|
|
|
|
|
.notice-text .iconfont {
|
...
|
...
|
@@ -53,12 +59,12 @@ |
|
|
font-size: 18px;
|
|
|
position: absolute;
|
|
|
margin-left: -20px;
|
|
|
margin-top: -2px;
|
|
|
margin-top: -3px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.opt-btns {
|
|
|
padding-top: 10px;
|
|
|
padding-top: 4px;
|
|
|
padding-bottom: 0;
|
|
|
|
|
|
> a {
|
...
|
...
|
|