paymentMethod.scss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .pay-way {
  2. display: flex;
  3. justify-content: space-between;
  4. width: calc(100% - 34rpx);
  5. border-top: solid 1px #979797;
  6. margin: 23rpx auto;
  7. padding: 38rpx 86rpx;
  8. .pay-way-item {
  9. text-align: center;
  10. font-size: 30rpx;
  11. color: #5f5f5f;
  12. image {
  13. width: 143rpx;
  14. height: 143rpx;
  15. }
  16. }
  17. }
  18. .pay-way-new {
  19. display: flex;
  20. justify-content: space-around;
  21. width: calc(100% - 60rpx);
  22. border-top: solid 1px #979797;
  23. margin: 23rpx auto 0;
  24. padding: 36rpx 0 10rpx;
  25. .pay-way-item {
  26. width: calc(33% - 9rpx);
  27. border-radius: 20rpx;
  28. text-align: center;
  29. padding: 30rpx 0;
  30. image {
  31. width: 110rpx;
  32. height: 110rpx;
  33. }
  34. .title {
  35. font-size: 28rpx;
  36. font-weight: 400;
  37. font-family: 'PingFangSC-Regular, PingFang SC';
  38. color: #fff;
  39. margin: 10rpx 0;
  40. }
  41. .subtitle {
  42. font-size: 14rpx;
  43. font-weight: 400;
  44. font-family: 'PingFangSC-Regular, PingFang SC';
  45. color: #fff;
  46. opacity: 0.73;
  47. }
  48. }
  49. .pay-way-item-hy {
  50. background: linear-gradient(153deg, #fa9460 0%, #ff5065 100%);
  51. }
  52. .pay-way-item-wx {
  53. background: linear-gradient(155deg, #5ee3a6 0%, #3eb9c8 100%);
  54. }
  55. .pay-way-item-jh {
  56. background: linear-gradient(155deg, #5aa6ff 0%, #c782ff 100%);
  57. }
  58. }
  59. .pay-way-subtitle {
  60. display: flex;
  61. justify-content: space-around;
  62. width: calc(100% - 60rpx);
  63. margin: 0 auto 60rpx;
  64. &-item {
  65. width: calc(33% - 9rpx);
  66. border-radius: 20rpx;
  67. text-align: center;
  68. font-size: 20rpx;
  69. font-weight: 400;
  70. font-family: 'PingFangSC-Regular, PingFang SC';
  71. opacity: 0.73;
  72. }
  73. }
  74. .pay-way-close-btn {
  75. width: calc(100% - 80rpx);
  76. margin: 0 auto 68rpx;
  77. border: none;
  78. background-color: #3397fa;
  79. color: #fff;
  80. border-radius: 10rpx;
  81. }