index.less 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. .comment-falls {
  2. height: 530px;
  3. overflow-y: auto;
  4. padding-top: 20px;
  5. padding-bottom: 20px;
  6. background: #fff;
  7. .grid-item {
  8. width: 25%;
  9. padding: 5px;
  10. float: left;
  11. max-height: 260px;
  12. .item {
  13. max-height: 260px;
  14. background: #FAFAFA;
  15. border: 1px solid #F1F4F7;
  16. padding: 20px;
  17. overflow: hidden;
  18. .item-header {
  19. margin-bottom: 10px;
  20. position: relative;
  21. .assets {
  22. width: 40px;
  23. height: 40px;
  24. }
  25. .name {
  26. color: #5E677B;
  27. font-size: 16px;
  28. padding-left: 10px;
  29. vertical-align: middle;
  30. display: inline-block;
  31. }
  32. .date {
  33. position: absolute;
  34. color: #8897A8;
  35. font-size: 12px;
  36. right: 0px;
  37. top: 12px;
  38. }
  39. }
  40. .item-body {
  41. color: #8897A8;
  42. padding-left: 10px;
  43. overflow: hidden;
  44. }
  45. }
  46. }
  47. }
  48. .other-contact {
  49. >.body {
  50. width: 1200px !important;
  51. margin: 0 auto;
  52. .m-title {
  53. font-size: 32px;
  54. font-weight: 600;
  55. color: #303139;
  56. }
  57. }
  58. height: 420px;
  59. padding-top: 80px;
  60. background: #6865FD;
  61. .step-list {}
  62. .step {
  63. width: 33.33%;
  64. display: inline-block;
  65. box-sizing: border-box;
  66. vertical-align: top;
  67. .title {
  68. font-size: 16px;
  69. color: #fff;
  70. margin-bottom: 30px;
  71. font-weight: 600;
  72. }
  73. .desc {
  74. font-size: 16px;
  75. color: #fff;
  76. margin-bottom: 10px;
  77. }
  78. .qrcode {
  79. background: #8683fb;
  80. padding: 15px;
  81. display: inline-block;
  82. }
  83. }
  84. }
  85. .other-consultation {
  86. width: 1200px;
  87. margin: 0 auto;
  88. padding: 100px 0;
  89. .line {
  90. border-bottom: 2px dashed #C2C2DFFF;
  91. margin: 20px 0;
  92. }
  93. .list {
  94. .item {
  95. display: inline-block;
  96. width: 33.33%;
  97. text-align: center;
  98. }
  99. }
  100. }
  101. .other-answer-carousel {
  102. background: #fafafa;
  103. text-align: center;
  104. padding: 70px 0;
  105. .body {
  106. width: 1150px;
  107. margin: 0 auto;
  108. position: relative;
  109. .tabs {
  110. text-align: left;
  111. margin-bottom: 30px;
  112. .tab {
  113. padding-left: 10px;
  114. padding-right: 10px;
  115. }
  116. }
  117. .fixed {
  118. position: absolute;
  119. top: 0;
  120. left: 0;
  121. bottom: 0;
  122. right: 0;
  123. cursor: pointer;
  124. }
  125. .next {
  126. position: absolute;
  127. right: -50px;
  128. top: 90px;
  129. }
  130. .prev {
  131. position: absolute;
  132. left: -50px;
  133. top: 90px;
  134. }
  135. .slider-frame {
  136. padding: 40px 0 !important;
  137. }
  138. }
  139. .item {
  140. width: 354px;
  141. height: 155px;
  142. background: rgba(255, 255, 255, 1);
  143. box-shadow: 0px 5px 10px 0px rgba(156, 183, 223, 0.14), 0px 15px 28px 0px rgba(0, 0, 0, 0.01);
  144. border-radius: 4px;
  145. position: relative;
  146. padding: 30px;
  147. padding-left: 70px;
  148. .item-block {
  149. position: relative;
  150. height: 40px;
  151. text-align: left;
  152. font-size: 12px;
  153. line-height: 16px;
  154. color: #303139FF;
  155. margin-bottom: 10px;
  156. .assets {
  157. position: absolute;
  158. left: -40px;
  159. top: -5px;
  160. }
  161. }
  162. }
  163. }
  164. .comment-item {
  165. padding: 20px 0;
  166. position: relative;
  167. border-bottom: 1px solid #eee;
  168. .assets {
  169. border-radius: 50%;
  170. width: 60px;
  171. height: 60px;
  172. }
  173. }