help.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. page {
  2. height: 100%;
  3. background: #f4f4f4;
  4. }
  5. .common {
  6. width: 95%;
  7. margin: 0 auto;
  8. font-size: 32rpx;
  9. margin-left: 29rpx;
  10. border-bottom: 1px solid #f4f4f4;
  11. padding: 20rpx 0 20rpx;
  12. }
  13. .issueList>view:nth-child(odd) {
  14. width: 85%;
  15. height: 85rpx;
  16. margin: 0 auto;
  17. font-size: 28rpx;
  18. color: #2a2a2a;
  19. border-bottom: 1px solid #f4f4f4;
  20. display: flex;
  21. justify-content: space-between;
  22. align-items: center;
  23. }
  24. .issueList .yinsi {
  25. width: 85%;
  26. height: 85rpx;
  27. margin: 0 auto;
  28. font-size: 28rpx;
  29. color: #2a2a2a;
  30. border-bottom: 1px solid #f4f4f4;
  31. display: flex;
  32. justify-content: space-between;
  33. align-items: center;
  34. }
  35. .iconfont {
  36. font-size: 55rpx;
  37. vertical-align: middle;
  38. }
  39. .issueList .openCon,
  40. .issueList .serviceCon {
  41. width: 100%;
  42. height: 157rpx;
  43. background: #f4f4f4;
  44. }
  45. .issueList .openCon {
  46. padding-top: 45rpx;
  47. }
  48. .openCon view {
  49. width: 649rpx;
  50. line-height: 1.5;
  51. margin: 0 auto;
  52. font-size: 24rpx;
  53. text-align: justify;
  54. }
  55. .notice {
  56. color: #F4915B;
  57. }
  58. .addpad {
  59. padding: 15rpx 0;
  60. }
  61. .issueList .serviceCon {
  62. height: auto;
  63. font-size: 28rpx;
  64. }
  65. /* 点击改变颜色 */
  66. .showService,
  67. .down {
  68. color: #18D5B9;
  69. }
  70. .serviceCon {
  71. background: #f4f4f4;
  72. font-size: 28rpx;
  73. display: flex;
  74. flex-direction: column;
  75. font-family: PingFang SC;
  76. font-weight: 400;
  77. color: rgba(42, 42, 42, 1);
  78. justify-content: center;
  79. height: 175rpx;
  80. }
  81. .serviceCon .view {
  82. display: flex;
  83. align-items: center;
  84. width: 62%;
  85. }
  86. .serviceCon image {
  87. width: 60rpx;
  88. height: 60rpx;
  89. }
  90. button image {
  91. width: 60rpx;
  92. height: 60rpx;
  93. vertical-align: middle;
  94. }
  95. button {
  96. width: 92%;
  97. padding: 11rpx 0rpx;
  98. line-height: normal;
  99. border-bottom: 1px solid #f4f4f4;
  100. background: transparent;
  101. }
  102. .btn-hover {
  103. background: transparent;
  104. }
  105. .kefu{
  106. width: 100%;
  107. margin: 24rpx auto 0;
  108. display: flex;
  109. flex-direction: column;
  110. align-items: center;
  111. justify-content: center;
  112. border: none !important;
  113. position: fixed;
  114. bottom: 0rpx;
  115. height: 300rpx;
  116. background: white;
  117. z-index: 20;
  118. border-radius: 20rpx 20rpx 0rpx 0rpx;
  119. }
  120. .bottom {
  121. width: 100%;
  122. margin: 24rpx auto 0;
  123. display: flex;
  124. justify-content: space-around;
  125. border: none !important;
  126. }
  127. .bottom button {
  128. width: 40%;
  129. border: none;
  130. display: flex;
  131. align-items: center;
  132. justify-content: center;
  133. color: white;
  134. background: #18D5B9;
  135. border-radius: 20rpx;
  136. height: 90rpx;
  137. }
  138. .bottom .view {
  139. width: 40%;
  140. display: flex;
  141. align-items: center;
  142. justify-content: center;
  143. background: #18D5B9;
  144. color: white;
  145. border-radius: 20rpx;
  146. height: 90rpx;
  147. }
  148. .bottom .view image {
  149. width: 54rpx;
  150. height: 54rpx;
  151. margin-right: 8rpx;
  152. }
  153. .bottom .view1 {
  154. background: #F46A1F;
  155. }
  156. .back{
  157. width: 100%;
  158. height: 100%;
  159. position: fixed;
  160. top: 0;
  161. left: 0;
  162. background: #333;
  163. opacity: 0.4;
  164. z-index: 10;
  165. }
  166. .customer {
  167. color: #999;
  168. font-size: 28rpx;
  169. text-align: center;
  170. margin-top: 60rpx;
  171. }
  172. .block {
  173. height: 144rpx;
  174. width: 100%;
  175. background-color: #fff;
  176. display: flex;
  177. }
  178. .block .sort {
  179. width: 25%;
  180. display: flex;
  181. justify-content: center;
  182. align-items: center;
  183. }
  184. .block .sort text {
  185. width: 100%;
  186. border-right: 1rpx solid #DBDBDB;
  187. padding: 37rpx 0;
  188. font-size: 32rpx;
  189. color: #2A2A2A;
  190. text-align: center;
  191. display: inline-block;
  192. }
  193. .block .branch {
  194. width: 65%;
  195. margin: 0 auto;
  196. display: flex;
  197. flex-direction: column;
  198. justify-content: center;
  199. }
  200. .block .two view {
  201. height: 50%;
  202. }
  203. .block .three view {
  204. height: 33.33%;
  205. }
  206. .block .branch view {
  207. display: flex;
  208. align-items: center;
  209. font-size: 26rpx;
  210. color: #5A5959;
  211. }
  212. .block .branch view:not(:last-child) {
  213. border-bottom: 1rpx solid #DBDBDB;
  214. }
  215. .use {
  216. height: 216rpx;
  217. margin-top: 6rpx;
  218. }
  219. .use .sort text {
  220. padding: 71rpx 0;
  221. }
  222. .service {
  223. width: 90%;
  224. height: 88rpx;
  225. background: rgba(24, 213, 185, 1);
  226. border-radius: 10rpx;
  227. font-size: 32rpx;
  228. color: #fff;
  229. position: fixed;
  230. bottom: 2.75%;
  231. left: 5%;
  232. }