detail.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. page {
  2. background: #F5F5F5;
  3. }
  4. .init {
  5. padding: 0 25rpx 20rpx;
  6. }
  7. .init > view {
  8. padding: 10rpx 25rpx;
  9. }
  10. .init_lawyer {
  11. margin-top: 20rpx;
  12. }
  13. .one_lawyer {
  14. position: relative;
  15. background: #fff;
  16. margin-bottom: 20rpx;
  17. height: 180rpx;
  18. overflow: hidden;
  19. }
  20. .one_lawyer > image {
  21. width: 40rpx;
  22. height: 40rpx;
  23. position: absolute;
  24. top: 0;
  25. right: 0;
  26. }
  27. .one_lawyer > view {
  28. display: inline-block;
  29. }
  30. .lawyer_head {
  31. padding: 40rpx;
  32. }
  33. .lawyer_head image {
  34. width: 100rpx;
  35. height: 100rpx;
  36. border-radius: 50%;
  37. }
  38. .lawyer_msg {
  39. padding: 35rpx 15rpx;
  40. }
  41. .lawyer_name {
  42. font-size: 32rpx;
  43. line-height: 40rpx;
  44. }
  45. .lawyer_address {
  46. font-size: 28rpx;
  47. color: #666;
  48. line-height: 40rpx;
  49. overflow: hidden;
  50. white-space: nowrap;
  51. text-overflow: ellipsis;
  52. }
  53. .lawyer_address image {
  54. width: 25rpx;
  55. height: 25rpx;
  56. margin-right: 15rpx;
  57. }
  58. /* .lawyer_state {
  59. padding: 60rpx 15rpx;
  60. } */
  61. .lawyer_state {
  62. width: 105rpx;
  63. background: #eee;
  64. border-radius: 15px;
  65. color:#6b223e;
  66. font-size: 26rpx;
  67. line-height: 45rpx;
  68. text-align: center;
  69. float: right;
  70. }
  71. .init_info ,
  72. .init_info ,
  73. .init_content ,
  74. .init_img ,
  75. .init_time ,
  76. .init_st ,
  77. .init_jump {
  78. margin-bottom: 20rpx;
  79. }
  80. .init_info > view ,
  81. .init_content > view ,
  82. .init_img > view ,
  83. .init_time > view ,
  84. .init_st > view ,
  85. .init_jump > view {
  86. background: #fff;
  87. padding: 15rpx;
  88. }
  89. .init_info .input {
  90. padding: 0 15rpx;
  91. }
  92. .input image {
  93. width: 28rpx;
  94. height: 30rpx;
  95. margin-right: 15rpx;
  96. vertical-align: middle;
  97. }
  98. .input image.mobile {
  99. width: 18rpx;
  100. height: 28rpx;
  101. margin-left: 10rpx;
  102. margin-right: 15rpx;
  103. }
  104. .init_info .input text {
  105. width: 30%;
  106. font-size: 32rpx;
  107. vertical-align: middle;
  108. line-height: 60rpx;
  109. }
  110. .init_info .input input {
  111. display: inline-block;
  112. width:70%;
  113. font-size: 32rpx;
  114. vertical-align: middle;
  115. padding: 0 20rpx;
  116. line-height: 88rpx;
  117. }
  118. .init_st > view > view , .init_jump > view > view {
  119. font-size: 32rpx;
  120. }
  121. .init_st > view > view text {
  122. color: #999;
  123. float: right;
  124. margin-right: 24rpx;
  125. }
  126. view.init_title {
  127. font-size: 32rpx;
  128. padding: 15rpx 10rpx 30rpx 10rpx;
  129. color: #000;
  130. border-bottom: 1px solid #eee;
  131. margin-bottom: 15rpx;
  132. }
  133. view.init_title text {
  134. float: right;
  135. color: #4cd964;
  136. font-size: 28rpx;
  137. }
  138. .init_content > view {
  139. overflow-wrap: break-word;
  140. }
  141. .init_content > view > view:nth-child(2) {
  142. font-size: 28rpx;
  143. white-space: pre-line;
  144. color: #666;
  145. padding: 0 10rpx;
  146. line-height: 35rpx;
  147. }
  148. .imgs > view {
  149. display: inline-block;
  150. width: 30%;
  151. height: 200rpx;
  152. margin: 1.5%;
  153. position: relative;
  154. }
  155. .init_img image:nth-child(1) {
  156. height: 100%;
  157. width: 100%;
  158. }
  159. .init_img image:nth-child(2) {
  160. width: 40rpx;
  161. height: 40rpx;
  162. position: absolute;
  163. top: 0;
  164. right: 0;
  165. }
  166. .init_time > view > picker {
  167. font-size: 32rpx;
  168. padding: 0 0 0 15rpx;
  169. position: relative;
  170. line-height: 60rpx;
  171. }
  172. .icon {
  173. position: absolute;
  174. right: 0;
  175. top: 0;
  176. }
  177. .init > view.init_remark {
  178. font-size: 26rpx;
  179. padding: 0 35rpx;
  180. margin-bottom: 20rpx;
  181. color: #fd0909;
  182. }
  183. .init_jump .jump {
  184. float: right;
  185. }
  186. .init_jump > view > view text {
  187. color: #6b223e;
  188. font-size: 28rpx;
  189. }
  190. .init_jump > view > view image {
  191. width: 16rpx;
  192. height: 24rpx;
  193. vertical-align: middle;
  194. margin-left: 15rpx;
  195. }
  196. .init_pay > view {
  197. background: #fff;
  198. padding: 15rpx;
  199. }
  200. .init_pay > view > view {
  201. text-align: center;
  202. }
  203. .pay_title {
  204. margin: 40rpx 0 20rpx 0;
  205. color: #999;
  206. font-size: 32rpx;
  207. }
  208. .pay_num {
  209. margin: 10rpx 0 50rpx 0;
  210. font-size: 60rpx;
  211. }
  212. .pay_btn {
  213. width:600rpx;
  214. margin: 40rpx auto;
  215. }
  216. .pay_btn button {
  217. background: #6b223e;
  218. color: #fff;
  219. }
  220. .pay_check {
  221. margin: 30rpx auto 20rpx;
  222. }
  223. .pay_check checkbox-group {
  224. display: inline;
  225. }
  226. .pay_check .text {
  227. font-size: 22rpx;
  228. color: #999;
  229. }
  230. .pay_check .text.a {
  231. color: #576b95;
  232. }
  233. .btn {
  234. width:80%;
  235. margin:50rpx auto 0;
  236. border: 1px solid #6b223e;
  237. }
  238. .agree {
  239. background: #6b223e;
  240. color: #fff;
  241. }
  242. .one_file > view {
  243. display: inline-block;
  244. height: 80rpx;
  245. line-height: 80rpx;
  246. }
  247. .one_file > view {
  248. display: block;
  249. overflow: hidden;
  250. white-space: nowrap;
  251. text-overflow: ellipsis;
  252. height: 80rpx;
  253. line-height: 80rpx;
  254. color: #3598dc;
  255. padding: 0 20rpx;
  256. }
  257. .cloud_back {
  258. position: fixed;
  259. right: 35rpx;
  260. bottom: 290rpx;
  261. }
  262. .cloud_back image {
  263. width: 120rpx;
  264. height: 120rpx;
  265. }