18 lines
250 B
Plaintext
18 lines
250 B
Plaintext
@import "../area/index.wxss";
|
|
|
|
.van-tabbar {
|
|
display: flex;
|
|
width: 100%;
|
|
height: 50px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.van-tabbar--fixed {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.van-tabbar--safe {
|
|
padding-bottom: 34px;
|
|
} |