style.less 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. @whiteColor: #fff;
  2. .box-content {
  3. margin: 0 30px;
  4. .Refund-Content-box {
  5. .title-image {
  6. margin-top: 39px;
  7. display: flex;
  8. width: 270px;
  9. height: 40px;
  10. .title-image-cup {
  11. width: 32px;
  12. height: 32px;
  13. margin-top: 10px;
  14. padding-right: 10px;
  15. }
  16. .title-title-boss {
  17. font-size: 32px;
  18. font-weight: 800;
  19. }
  20. }
  21. }
  22. .Refund-content {
  23. margin-top: 45px;
  24. .Refund-star-view1 {
  25. border: 1px solid #999999;
  26. border-radius: 30px;
  27. font-size: 24px;
  28. display: inline-block;
  29. font-weight: bold;
  30. color: #666666;
  31. padding: 18px 23px 19px 23px;
  32. margin-bottom: 30px;
  33. }
  34. .Refund-star-view2 {
  35. margin-right: 30px;
  36. }
  37. /* 点击以后的样式 */
  38. .bg2 {
  39. color: #274190;
  40. margin-right: 30px;
  41. border: 2px solid #274190;
  42. }
  43. }
  44. .section {
  45. border: 1px solid #b5b5b5;
  46. font-size: 24px;
  47. box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  48. padding: 30px;
  49. margin-top: 40px;
  50. }
  51. .money-title {
  52. margin: 40px 0;
  53. padding: 30px 0;
  54. font-size: 30px;
  55. font-weight: bold;
  56. color: #202020;
  57. box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.12);
  58. .money-name {
  59. font-size: 30px;
  60. color: #ff3434;
  61. }
  62. }
  63. .ul-li-text {
  64. .ul-li-view {
  65. display: inline-block;
  66. margin-bottom: 3px;
  67. margin-right: 5px;
  68. width: 10px;
  69. height: 10px;
  70. background: #999999;
  71. border-radius: 50%;
  72. }
  73. .ul-li-textname {
  74. font-size: 20px;
  75. color: #999999;
  76. }
  77. }
  78. .button-info {
  79. margin-bottom: 80px;
  80. .button-box {
  81. margin-top: 60px;
  82. height: 92px;
  83. line-height: 92px;
  84. background: #1A3B83;
  85. border-radius: 12px;
  86. color: @whiteColor;
  87. font-size: 30px;
  88. letter-spacing: 0.1em;
  89. }
  90. }
  91. }