fix: fix style

This commit is contained in:
jiangruowei
2017-03-15 20:31:08 +08:00
parent c515965358
commit 2baef3a62b
2 changed files with 4 additions and 5 deletions

View File

@@ -3,9 +3,10 @@
@component-namespace zan {
@b toast {
position: fixed;
z-index: 3000;
border-radius: 5px;
background-color: #272727;
opacity: 0.7;
opacity: .7;
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0);