initCloud.wxss 4.1 KB

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