index.less 393 B

12345678910111213141516171819
  1. @import '../style/var';
  2. .van-goods-action {
  3. position: fixed;
  4. right: 0;
  5. bottom: 0;
  6. left: 0;
  7. display: flex;
  8. align-items: center;
  9. box-sizing: content-box;
  10. height: @goods-action-height;
  11. padding-bottom: constant(safe-area-inset-bottom);
  12. padding-bottom: env(safe-area-inset-bottom);
  13. background-color: @goods-action-background-color;
  14. &--unfit {
  15. padding-bottom: 0;
  16. }
  17. }