index.wxss 143 B

123456789101112
  1. .fixed-bar {
  2. left: 0;
  3. bottom: 0;
  4. position: fixed;
  5. background: #fff;
  6. width: 100%;
  7. z-index: 2;
  8. }
  9. .pb20 {
  10. padding-bottom: 40rpx;
  11. }