index.less 3.1 KB

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