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