pay.wxss 880 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /* pages/pay/pay.wxss */
  2. .pay .title {
  3. font-weight: 600;
  4. }
  5. .pay .user-address .user-address-h1 {
  6. font-weight: 600;
  7. }
  8. .pay .user-address .user-address-h2 {
  9. max-width: 85vw;
  10. overflow: hidden;
  11. text-overflow: ellipsis;
  12. white-space: nowrap;
  13. }
  14. .pay .pay-list {
  15. margin: 20rpx 0;
  16. }
  17. .pay .pay-list .container {
  18. width: 100vw;
  19. padding: 10rpx 16rpx;
  20. background-color: white;
  21. box-sizing: border-box;
  22. }
  23. .pay .pay-list .container .scroll {
  24. width: 100%;
  25. height: 200rpx;
  26. white-space: nowrap;
  27. }
  28. .pay .pay-list .container .scroll .img {
  29. height: 100%;
  30. display: inline-block;
  31. padding: 10rpx;
  32. }
  33. .pay .pay-setup {
  34. margin: 20rpx 0;
  35. }
  36. .pay .pay-setup .pay-flex {
  37. width: 100%;
  38. display: flex;
  39. justify-content: flex-start;
  40. align-items: flex-start;
  41. }
  42. .pay .pay-type .type {
  43. width: 100%;
  44. display: flex;
  45. justify-content: space-between;
  46. align-items: center;
  47. }