Commit 64ec2d88 by Sweet Zhang

样式修改

parent 1c0fe008
...@@ -424,7 +424,7 @@ export class LiveComponent implements OnInit { ...@@ -424,7 +424,7 @@ export class LiveComponent implements OnInit {
this.tipsHtml = errorText; this.tipsHtml = errorText;
setTimeout(() => { setTimeout(() => {
this.tipsFlag = false; this.tipsFlag = false;
}, 2000) }, 1000)
} }
} }
...@@ -389,10 +389,14 @@ ol li { ...@@ -389,10 +389,14 @@ ol li {
margin: 0 auto; margin: 0 auto;
border-radius: 10px; border-radius: 10px;
color: #fff; color: #fff;
text-align: center;
line-height: 60px;
animation: slowUp .5s ease both; animation: slowUp .5s ease both;
z-index: 1000; z-index: 1000;
display: flex;
justify-content: center;
align-items: center;
padding: 10px 20px;
box-sizing: content-box;
text-align: center;
} }
.limbo { .limbo {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment