This commit is contained in:
2023-08-11 10:45:20 +08:00
commit 161ca982f3
31850 changed files with 2706500 additions and 0 deletions

19
node_modules/vant/es/goods-action/index.less generated vendored Normal file
View File

@ -0,0 +1,19 @@
@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;
}
}