customer-bottom.wxss 207 B

12345678910
  1. /* components/customer-bottom/customer-bottom.wxss */
  2. .bottom {
  3. position: fixed;
  4. bottom: 0;
  5. left: 0;
  6. right: 0;
  7. background: #f8f9fb;
  8. z-index: 1000;
  9. padding-bottom: env(safe-area-inset-bottom);
  10. }