warehouse-list.wxss 564 B

123456789101112131415161718192021222324252627282930313233
  1. .ul.data-v-c9eafb2e {
  2. padding-bottom: 200rpx;
  3. }
  4. .li.data-v-c9eafb2e {
  5. background-color: #fff;
  6. margin: 20rpx 20rpx 0;
  7. padding: 20rpx;
  8. list-style: none;
  9. }
  10. .li .line.data-v-c9eafb2e {
  11. line-height: 70rpx;
  12. border: none;
  13. display: flex;
  14. padding: 0 20rpx;
  15. }
  16. .li .line .span.data-v-c9eafb2e {
  17. margin-left: 50rpx;
  18. }
  19. .btn-warp.data-v-c9eafb2e {
  20. display: flex;
  21. }
  22. .btn-warp button.data-v-c9eafb2e {
  23. width: 48%;
  24. }
  25. .footer-btn.data-v-c9eafb2e {
  26. position: fixed;
  27. bottom: 10rpx;
  28. left: 10rpx;
  29. right: 10rpx;
  30. background-color: red;
  31. color: #fff;
  32. }