transferCompositeList.wxss 525 B

123456789101112131415161718192021222324252627282930
  1. .ul.data-v-6aa3ecb6 {
  2. min-height: 100vh;
  3. background-color: #f2f2f2;
  4. }
  5. .li.data-v-6aa3ecb6 {
  6. background-color: #fff;
  7. margin: 20rpx 20rpx 0;
  8. padding: 20rpx;
  9. list-style: none;
  10. }
  11. .li .line.data-v-6aa3ecb6 {
  12. position: relative;
  13. line-height: 70rpx;
  14. border: none;
  15. display: flex;
  16. padding: 0 20rpx;
  17. }
  18. .li .line .span.data-v-6aa3ecb6 {
  19. position: absolute;
  20. left: 50%;
  21. }
  22. .footer-btn.data-v-6aa3ecb6 {
  23. position: fixed;
  24. bottom: 10rpx;
  25. left: 10rpx;
  26. right: 10rpx;
  27. background-color: red;
  28. color: #fff;
  29. }