index.less 975 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. @charset "utf-8";
  2. #pay {
  3. padding: 20px;
  4. .title {
  5. color: #242424FF;
  6. font-size: 16px;
  7. margin-bottom: 20px;
  8. font-weight: 600;
  9. }
  10. .info {
  11. margin-bottom: 20px;
  12. color: #303036FF;
  13. .info-block {
  14. padding: 20px 5px;
  15. border-bottom: 1px solid #eee;
  16. .info-item {
  17. font-size: 12px;
  18. .f-r {
  19. color: #8897A8FF;
  20. }
  21. }
  22. }
  23. }
  24. .desc {
  25. color: #303036FF;
  26. margin-bottom: 30px;
  27. }
  28. .agree {
  29. color: #5E677BFF;
  30. .ant-checkbox-wrapper {
  31. margin-right: 10px;
  32. }
  33. }
  34. .fixed {
  35. position: fixed;
  36. bottom: 0;
  37. left: 0;
  38. right: 0;
  39. height: 64px;
  40. line-height: 64px;
  41. padding: 0 15px;
  42. border-top: 1px solid #eee;
  43. background: #fff;
  44. .tip {
  45. position: absolute;
  46. left: 0;
  47. right: 0;
  48. text-align: center;
  49. top: -50px;
  50. color: #A7A7B7FF;
  51. font-size: 12px;
  52. }
  53. .fee {
  54. display: inline-block;
  55. }
  56. }
  57. }