index.less 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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. .title {
  67. font-size: 16px;
  68. color: #fff;
  69. margin-bottom: 30px;
  70. font-weight: 600;
  71. }
  72. .desc {
  73. font-size: 16px;
  74. color: #fff;
  75. margin-bottom: 10px;
  76. }
  77. .qrcode {
  78. background: #8683fb;
  79. padding: 15px;
  80. display: inline-block;
  81. }
  82. }
  83. }
  84. .other-consultation {
  85. width: 1200px;
  86. margin: 0 auto;
  87. padding: 100px 0;
  88. .line {
  89. border-bottom: 2px dashed #C2C2DFFF;
  90. margin: 20px 0;
  91. }
  92. .list {
  93. .item {
  94. display: inline-block;
  95. width: 33.33%;
  96. text-align: center;
  97. }
  98. }
  99. }
  100. .other-answer-carousel {
  101. background: #fafafa;
  102. text-align: center;
  103. padding: 70px 0;
  104. .body {
  105. width: 1150px;
  106. margin: 0 auto;
  107. position: relative;
  108. .tabs {
  109. text-align: left;
  110. margin-bottom: 30px;
  111. .tab {
  112. padding-left: 10px;
  113. padding-right: 10px;
  114. }
  115. }
  116. .fixed {
  117. position: absolute;
  118. top: 0;
  119. left: 0;
  120. bottom: 0;
  121. right: 0;
  122. cursor: pointer;
  123. }
  124. .next {
  125. position: absolute;
  126. right: -50px;
  127. top: 90px;
  128. }
  129. .prev {
  130. position: absolute;
  131. left: -50px;
  132. top: 90px;
  133. }
  134. .slider-frame {
  135. padding: 40px 0 !important;
  136. }
  137. }
  138. .item {
  139. width: 354px;
  140. height: 155px;
  141. background: rgba(255, 255, 255, 1);
  142. box-shadow: 0px 5px 10px 0px rgba(156, 183, 223, 0.14), 0px 15px 28px 0px rgba(0, 0, 0, 0.01);
  143. border-radius: 4px;
  144. position: relative;
  145. padding: 30px;
  146. padding-left: 70px;
  147. .item-block {
  148. position: relative;
  149. height: 40px;
  150. text-align: left;
  151. font-size: 12px;
  152. line-height: 16px;
  153. color: #303139FF;
  154. margin-bottom: 10px;
  155. .assets {
  156. position: absolute;
  157. left: -40px;
  158. top: -5px;
  159. }
  160. }
  161. }
  162. }
  163. .comment-item {
  164. padding: 20px 0;
  165. position: relative;
  166. border-bottom: 1px solid #eee;
  167. .assets {
  168. border-radius: 50%;
  169. width: 60px;
  170. height: 60px;
  171. }
  172. }