2020-06-09 16:17:23 +08:00

17 lines
287 B
Plaintext

@import "../area/index.wxss";
.van-notify {
position: fixed;
top: 0;
width: 100%;
padding: 6px 15px;
font-size: 14px;
line-height: 20px;
text-align: center;
word-break: break-all;
box-sizing: border-box;
}
.van-notify__safe-top {
height: 44px;
}