choosePayment.scss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. .pay-content {
  2. padding: 40rpx;
  3. .pay-list {
  4. &-item {
  5. display: flex;
  6. justify-content: space-between;
  7. align-items: center;
  8. height: 104rpx;
  9. border-top: solid 1px #eeeeee;
  10. &-image {
  11. display: flex;
  12. font-size: 30rpx;
  13. color: #1E1E1E;
  14. .image {
  15. width: 54rpx;
  16. height: 45rpx;
  17. margin-right: 20rpx;
  18. }
  19. }
  20. &:last-child {
  21. border-bottom: solid 1px #eeeeee;
  22. }
  23. }
  24. }
  25. .pay-money {
  26. text-align: center;
  27. font-size: 34rpx;
  28. color: #008CFF;
  29. margin-top: 20rpx;
  30. }
  31. .pay-btn {
  32. margin-top: 34rpx;
  33. }
  34. }
  35. .coupon-popup {
  36. position: relative;
  37. min-height: 100vh;
  38. overflow-y: auto;
  39. background-color: #F9F9F9;
  40. &-list {
  41. padding: 30rpx;
  42. &-item {
  43. background-color: #fff;
  44. border-radius: 17rpx;
  45. margin-bottom: 20rpx;
  46. &-top {
  47. padding: 30rpx;
  48. display: flex;
  49. justify-content: space-between;
  50. align-items: baseline;
  51. border-bottom: 1px solid #EEEEEE;
  52. &-left {
  53. display: flex;
  54. align-items: baseline;
  55. .cplitl-left {
  56. color: #FF6D6D;
  57. font-size: 20rpx;
  58. margin-right: 34rpx;
  59. text:last-child {
  60. font-size: 60rpx;
  61. font-weight: bold;
  62. }
  63. &-bottom {
  64. color: #333333;
  65. font-size: 24rpx;
  66. }
  67. }
  68. .cplitl-right {
  69. view {
  70. &:first-child {
  71. font-size: 32rpx;
  72. color: #333333;
  73. font-weight: 700;
  74. margin-bottom: 8rpx;
  75. }
  76. &:last-child {
  77. font-size: 20rpx;
  78. color: #666;
  79. }
  80. }
  81. }
  82. }
  83. }
  84. &-bottom {
  85. color: #999999;
  86. padding: 10rpx 30rpx;
  87. font-size: 20rpx;
  88. .cplib-point {
  89. margin-top: 10rpx;
  90. &-content {
  91. padding-top: 10rpx;
  92. font-size: 24rpx;
  93. color: #999999;
  94. }
  95. }
  96. }
  97. }
  98. }
  99. &-btn {
  100. width: 100%;
  101. padding: 80rpx 30rpx;
  102. position: absolute;
  103. bottom: 0;
  104. left: 0;
  105. }
  106. }