mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
15 lines
221 B
Plaintext
15 lines
221 B
Plaintext
@import '../common/style/var.less';
|
|
|
|
.van-goods-action {
|
|
position: fixed;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
display: flex;
|
|
background-color: @white;
|
|
|
|
&--safe {
|
|
padding-bottom: @safe-area-inset-bottom;
|
|
}
|
|
}
|