mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
parent
b5712661a2
commit
ca636d329b
@ -1,13 +1,14 @@
|
|||||||
@import '../common/style/var.less';
|
@import '../common/style/var.less';
|
||||||
|
|
||||||
.van-notify {
|
.van-notify {
|
||||||
z-index: 110;
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
z-index: 110;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
|
||||||
box-sizing: border-box;
|
|
||||||
padding: @notify-padding;
|
padding: @notify-padding;
|
||||||
font-size: @notify-font-size;
|
font-size: @notify-font-size;
|
||||||
line-height: @notify-line-height;
|
line-height: @notify-line-height;
|
||||||
|
text-align: center;
|
||||||
|
word-break: break-all;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user