index.module.less 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. .payment {
  2. :global {
  3. .van-cell__title {
  4. font-size: 16px;
  5. padding-left: 10px;
  6. }
  7. .van-icon-cross {
  8. position: absolute;
  9. z-index: 1;
  10. top: 13px;
  11. left: 13px;
  12. color: #ccc;
  13. cursor: pointer;
  14. }
  15. // .van-checkbox__icon,
  16. // .van-radio__icon {
  17. // height: 22px;
  18. // .van-icon {
  19. // border: 0;
  20. // }
  21. // }
  22. // .van-checkbox__icon--checked .van-icon,
  23. // .van-radio__icon--checked .van-icon {
  24. // background: transparent;
  25. // border: transparent;
  26. // }
  27. }
  28. // .van-popup__close-icon {
  29. // color: #cccccc;
  30. // font-size: 22px;
  31. // }
  32. // .van-popup--bottom.van-popup--round {
  33. // border-radius: 6px 6px 0 0;
  34. // }
  35. // .van-hairline--bottom::after {
  36. // border-bottom-color: #f0f0f0;
  37. // }
  38. .title {
  39. background-color: #ffffff;
  40. font-size: 16px;
  41. font-weight: 400;
  42. color: #1a1a1a;
  43. padding: 14px 0 12px;
  44. text-align: center;
  45. }
  46. .payAmount {
  47. background-color: #ffffff;
  48. padding: 20px 0;
  49. text-align: center;
  50. p {
  51. font-size: 14px;
  52. color: #666666;
  53. padding-bottom: 10px;
  54. }
  55. .amount {
  56. font-size: 28px;
  57. color: #000000;
  58. span {
  59. font-size: 18px;
  60. padding-left: 3px;
  61. }
  62. }
  63. }
  64. .blank {
  65. height: 65px;
  66. // background-color: #f6f8f9;
  67. .message {
  68. padding: 10px 12px;
  69. color: red;
  70. font-size: 14px;
  71. text-align: center;
  72. }
  73. }
  74. .payBtn {
  75. width: 230px !important;
  76. margin: 0 auto;
  77. font-size: 16px;
  78. font-weight: 600;
  79. margin-bottom: 20px;
  80. }
  81. }