index.less 3.3 KB

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