help.scss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. .help_box {
  2. // background: #f7f8fc;
  3. }
  4. // 头部信息
  5. .help_box-head {
  6. background: url(../../../static/timg3.jpg) no-repeat;
  7. background-size: 100% 100%;
  8. height: 28%;
  9. // position: fixed;
  10. // width: 100%;
  11. // z-index: 100;
  12. }
  13. .help_box-head-img {
  14. width: .65rem;
  15. height: .65rem;
  16. padding: .35rem 0 0 .25rem;
  17. }
  18. .help_box-headBox {
  19. padding: .5rem 0 0 0;
  20. }
  21. .help_box-headImg {
  22. width: 1.8rem;
  23. height: 1.8rem;
  24. border-radius: 50px;
  25. margin: 0 auto;
  26. border: 2px solid #fff;
  27. }
  28. // / tab切换交流、鉴定、方案
  29. .help_box-main {
  30. // border: 1px solid #000;
  31. // background: #f7f8fc;
  32. }
  33. .help_box-main,
  34. .swiper-container-autoheight,
  35. .swiper-container-autoheight .swiper-slide {
  36. height: 100%;
  37. }
  38. .help_box-main .navlist ul {
  39. border-bottom: 1px solid #e9e9e9;
  40. display: flex;
  41. justify-content: space-between;
  42. }
  43. .help_box-main .navlist .activeT {
  44. border-bottom: 1px solid #1ec8a1;
  45. color: #1ec8a1;
  46. }
  47. .navli .navliVal {
  48. padding: 10px 70px 10px 70px;
  49. font-size: 15px;
  50. }
  51. // 交流页面
  52. .help_box-main-ulA {
  53. // border: 1px solid #000;
  54. // padding: 4.5rem 0 0 0;
  55. }
  56. .help_box-main-listA {
  57. // border: 1px solid #1ec8a1;
  58. background: #fff;
  59. padding-top: .25rem;
  60. }
  61. // 用户信息
  62. .help_box-main-listA-userBox {
  63. // border: 1px solid #000;
  64. display: flex;
  65. width: 95%;
  66. margin: 0 auto;
  67. }
  68. .help_box-main-listA-userBox-img {
  69. width: 1.3rem;
  70. height: 1.3rem;
  71. border-radius: 25px;
  72. }
  73. .help_box-main-listA-userBox-txt {
  74. margin: 0 0 0 12px;
  75. }
  76. .help_box-main-listA-userBox-name {
  77. font-size: 15px;
  78. text-align: left;
  79. line-height: 30px;
  80. width: 8rem;
  81. display: flex;
  82. justify-content: space-between;
  83. }
  84. .help_box-main-listA-userBox-name-del {
  85. width: .5rem;
  86. height: .5rem;
  87. }
  88. .help_box-main-listA-userBox-time {
  89. color: #acacac;
  90. font-size: 12px;
  91. text-align: left;
  92. line-height: 10px;
  93. }
  94. // 交流内容-文字
  95. .help_box-main-listA-writing {
  96. // border: 1px solid #000;
  97. width: 95%;
  98. margin: 10px auto;
  99. text-align: left;
  100. text-indent: 2em;
  101. }
  102. // 交流图片
  103. .help_box-main-listA-image {
  104. // border: 1px solid #000;
  105. width: 95%;
  106. margin: 0 auto;
  107. }
  108. .help_box-main-listA-image-ul {
  109. // border: 1px solid #000;
  110. display: flex;
  111. flex-wrap: wrap;
  112. }
  113. .help_box-main-listA-image-list {
  114. // border: 1px solid #000;
  115. }
  116. .help_box-main-listA-imageList {
  117. width: 2.8rem;
  118. height: 3.5rem;
  119. margin: .24rem .14rem 0 .15rem;
  120. }
  121. // 交流数据的查看评论点赞
  122. .help_box-main-listA-operation {
  123. border-top: 1px solid #e8e8e8;
  124. margin: .25rem auto;
  125. width: 90%;
  126. padding-bottom: .25rem;
  127. }
  128. .help_box-main-listA-operation-ul {
  129. margin-top: .35rem;
  130. display: flex;
  131. justify-content: space-between;
  132. }
  133. .help_box-main-listA-operation-list {
  134. display: flex;
  135. }
  136. .help_box-main-listA-operation-listImg {
  137. width: .5rem;
  138. height: .5rem;
  139. }
  140. .help_box-main-listA-operation-listNum {
  141. font-size: 15px;
  142. line-height: .55rem;
  143. text-align: left;
  144. margin: 0 0 0 .15rem;
  145. color: #989898;
  146. }
  147. // 鉴定
  148. .help_box-main-authenticateUl {
  149. // border: 1px solid #000;
  150. width: 95%;
  151. margin: .25rem auto;
  152. display: flex;
  153. flex-wrap: wrap;
  154. }
  155. .help_box-main-authenticateList {
  156. border: 1px solid #fff;
  157. background: #fff;
  158. width: 45%;
  159. margin: .2rem 0 0 .2rem;
  160. border-radius: 5px;
  161. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  162. position: relative;
  163. }
  164. .help_box-main-authenticateList-imgDel {
  165. width: .8rem;
  166. height: .8rem;
  167. position: absolute;
  168. right: 0;
  169. top: 0;
  170. }
  171. .help_box-main-authenticateList-box1 {
  172. // border: 1px solid #000;
  173. width: 95%;
  174. margin: .1rem auto;
  175. border-radius: 5px;
  176. }
  177. .help_box-main-authenticateList-box1-img {
  178. // width: 4.5rem;
  179. width: 100%;
  180. height: 3rem;
  181. border-radius: 5px;
  182. }
  183. .help_box-main-authenticateList-box1-txt {
  184. font-size: 13px;
  185. color: #686565;
  186. text-align: left;
  187. }
  188. .help_box-main-authenticateList-box2 {
  189. border-top: 1px solid #e9e9e9;
  190. display: flex;
  191. justify-content: space-between;
  192. width: 95%;
  193. margin: .25rem auto;
  194. padding: .25rem 0 0 0;
  195. }
  196. .help_box-main-authenticateList-box3 {
  197. // border: 1px solid red;
  198. display: flex;
  199. }
  200. .help_box-main-authenticateList-box3-img {
  201. width: 1rem;
  202. height: 1rem;
  203. vertical-align: middle;
  204. border-radius: 25px;
  205. }
  206. .help_box-main-authenticateList-box3-name {
  207. font-size: 13PX;
  208. line-height: 1.2rem;
  209. text-align: left;
  210. margin-left: .25rem;
  211. }
  212. .help_box-main-authenticateList-box4-img {
  213. width: .8rem;
  214. height: .8rem;
  215. margin-top: .15rem;
  216. }
  217. // 暂空处理
  218. .collect_judge {
  219. margin: 45% 0 0 0;
  220. }
  221. .collect_judge_img {
  222. margin: 0 auto;
  223. }
  224. .collect_judge_text {
  225. font-size: 25px;
  226. color: #bfbfbf;
  227. margin: .5rem 0 0 0;
  228. text-align: center;
  229. }