1
0

index.less 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. .a-l {
  45. position: absolute;
  46. top: 30px;
  47. }
  48. .button {
  49. padding-left: 30px;
  50. padding-right: 30px;
  51. }
  52. }
  53. .step-4-layout {
  54. .tip {
  55. margin-bottom: 30px;
  56. i {
  57. color: #6EC64B;
  58. margin-right: 5px;
  59. }
  60. }
  61. .ratio-pie {
  62. margin-bottom: 30px;
  63. }
  64. }
  65. }
  66. }