mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
20 lines
387 B
Plaintext
20 lines
387 B
Plaintext
@import '../style/var';
|
|
|
|
.van-action-bar {
|
|
position: fixed;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
box-sizing: content-box;
|
|
height: @action-bar-height;
|
|
padding-bottom: constant(safe-area-inset-bottom);
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
background-color: @action-bar-background-color;
|
|
|
|
&--unfit {
|
|
padding-bottom: 0;
|
|
}
|
|
}
|