Files
wechatpay-enterprise-web/node_modules/vant/lib/goods-action/index.less
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

20 lines
393 B
Plaintext

@import '../style/var';
.van-goods-action {
position: fixed;
right: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
box-sizing: content-box;
height: @goods-action-height;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
background-color: @goods-action-background-color;
&--unfit {
padding-bottom: 0;
}
}