toast toptips

This commit is contained in:
pangxie1991 2016-12-23 15:01:46 +08:00
parent 1d06a3da7b
commit 8ec6023f88
2 changed files with 2 additions and 2 deletions

View File

@ -13,5 +13,5 @@
padding: 10px; padding: 10px;
text-align: center; text-align: center;
border-radius: 4px; border-radius: 4px;
z-index: 10; z-index: 100;
} }

View File

@ -9,7 +9,7 @@
text-align: center; text-align: center;
color: #FFF; color: #FFF;
background-color: #E64340; background-color: #E64340;
z-index: 20; z-index: 110;
/* 动画部分 */ /* 动画部分 */
transition: all 0.4s ease; transition: all 0.4s ease;