transferCompositeList.wxss 657 B

12345678910111213141516171819202122232425262728293031323334353637
  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. .btn-warp.data-v-6aa3ecb6 {
  23. display: flex;
  24. justify-content: space-between;
  25. }
  26. .btn-warp button.data-v-6aa3ecb6 {
  27. width: 48%;
  28. }
  29. .footer-btn.data-v-6aa3ecb6 {
  30. position: fixed;
  31. bottom: 10rpx;
  32. left: 10rpx;
  33. right: 10rpx;
  34. background-color: red;
  35. color: #fff;
  36. }