仿互站小程序
This commit is contained in:
17
vant/notify/index.wxss
Normal file
17
vant/notify/index.wxss
Normal file
@@ -0,0 +1,17 @@
|
||||
@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;
|
||||
}
|
Reference in New Issue
Block a user