index.less 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. .g-modal.examination-modal {
  2. .g-modal-wrapper {
  3. .g-modal-body {
  4. padding-bottom: 0;
  5. }
  6. }
  7. .examination-modal-wrapper {
  8. .g-special-radio-group {
  9. padding-bottom: 30px;
  10. }
  11. .action-layout {
  12. color: #8897A8;
  13. font-size: 12px;
  14. overflow: hidden;
  15. text-align: center;
  16. line-height: 40px;
  17. i {
  18. color: #D0D8E2;
  19. }
  20. .prev {
  21. float: left;
  22. cursor: pointer;
  23. display: inline-block;
  24. i {
  25. margin-right: 5px;
  26. }
  27. }
  28. .next {
  29. cursor: pointer;
  30. display: inline-block;
  31. float: right;
  32. i {
  33. margin-left: 5px;
  34. }
  35. }
  36. }
  37. .total-sort {
  38. padding-bottom: 50px;
  39. }
  40. .step-0-layout {}
  41. .step-1-layout {}
  42. .step-2-layout {}
  43. .step-3-layout {
  44. .button {
  45. padding-left: 30px;
  46. padding-right: 30px;
  47. }
  48. }
  49. .step-4-layout {
  50. .tip {
  51. margin-bottom: 30px;
  52. i {
  53. color: #6EC64B;
  54. margin-right: 5px;
  55. }
  56. }
  57. .ratio-pie {
  58. margin-bottom: 30px;
  59. }
  60. }
  61. }
  62. }