index.less 1002 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. white-space: pre-line;
  28. }
  29. .agree {
  30. color: #5E677BFF;
  31. .ant-checkbox-wrapper {
  32. margin-right: 10px;
  33. }
  34. }
  35. .fixed {
  36. position: fixed;
  37. bottom: 0;
  38. left: 0;
  39. right: 0;
  40. height: 64px;
  41. line-height: 64px;
  42. padding: 0 15px;
  43. border-top: 1px solid #eee;
  44. background: #fff;
  45. .tip {
  46. position: absolute;
  47. left: 0;
  48. right: 0;
  49. text-align: center;
  50. top: -50px;
  51. color: #A7A7B7FF;
  52. font-size: 12px;
  53. }
  54. .fee {
  55. display: inline-block;
  56. }
  57. }
  58. }