2018-08-16 21:29:11 +08:00

14 lines
177 B
Plaintext

@import '../common/style/var.pcss';
.van-tabbar {
width: 100%;
height: 50px;
background-color: #fff;
&--fixed {
left: 0;
bottom: 0;
position: fixed;
}
}