2018-11-25 10:40:24 +08:00

14 lines
257 B
Plaintext

@import '../common/style/var.less';
.van-notify {
z-index: 110;
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;
}