mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
15 lines
239 B
CSS
15 lines
239 B
CSS
@import '../common/style/var.css';
|
|
|
|
.van-notify {
|
|
top: 0;
|
|
width: 100%;
|
|
z-index: 110;
|
|
color: $white;
|
|
position: fixed;
|
|
min-height: 32px;
|
|
line-height: 2.3;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
background-color: #E64340;
|
|
}
|