[new feature] add Notify component (#2135)

This commit is contained in:
neverland
2018-11-25 10:36:07 +08:00
committed by GitHub
parent 00458839a2
commit eb44209a5a
22 changed files with 465 additions and 5 deletions
+12
View File
@@ -0,0 +1,12 @@
@import '../style/var';
.van-notify {
position: fixed;
top: 0;
width: 100%;
text-align: center;
box-sizing: border-box;
padding: @notify-padding;
font-size: @notify-font-size;
line-height: @notify-line-height;
}