detail.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. .order_status_box {
  2. padding: 20upx 0 15upx;
  3. }
  4. .order_status {
  5. display: flex;
  6. justify-content: space-around;
  7. align-items: center;
  8. }
  9. .order_status_box image {
  10. width: 710upx;
  11. height: 65upx;
  12. margin-left: 15upx;
  13. }
  14. .order_status view {
  15. color: #AFAFAF;
  16. font-size: 26upx;
  17. }
  18. .order_status .order_status_focus {
  19. color: #4A4A4A;
  20. font-size: 28upx;
  21. }
  22. .ins_nav {
  23. display: flex;
  24. align-items: center;
  25. color: #1890FF;
  26. position: absolute;
  27. top: 34upx;
  28. right: 10upx;
  29. }
  30. .top_bg {}
  31. .green_sara {
  32. display: flex;
  33. align-items: flex-end;
  34. margin-top: 10upx;
  35. }
  36. .green_sara view {
  37. color: #00C7B2;
  38. font-size: 44upx;
  39. }
  40. .green_title {
  41. color: #4A4A4A;
  42. font-size: 44upx;
  43. line-height: 55upx;
  44. padding: 10upx 0;
  45. }
  46. .work_time {
  47. display: flex;
  48. align-items: center;
  49. margin-top: 15upx;
  50. }
  51. .guanfan {
  52. display: flex;
  53. align-items: center;
  54. margin-top: 15upx;
  55. justify-content: space-between;
  56. }
  57. .guanfan text {
  58. color: #9B9B9B;
  59. }
  60. .work_time text {
  61. color: #9B9B9B;
  62. }
  63. .tags_top view {
  64. padding: 5upx 8upx;
  65. border-radius: 10upx;
  66. margin-right: 10upx;
  67. color: #00C7B2;
  68. margin-bottom: 10upx;
  69. float: left;
  70. border: 2upx solid #00C7B2;
  71. }
  72. .people {
  73. line-height: 30upx;
  74. margin-top: 30upx;
  75. }
  76. .swiper_banner {
  77. width: 750upx;
  78. height: 779upx;
  79. }
  80. .banner {
  81. width: 100%;
  82. height: 100%;
  83. }
  84. .mini_icon {
  85. width: 28upx;
  86. height: 28upx;
  87. }
  88. .mini_text {
  89. margin-left: 20upx;
  90. }
  91. .insurance {
  92. margin-top: 10upx;
  93. height: 130upx;
  94. background-color: #f0fffc;
  95. align-items: center;
  96. display: flex;
  97. flex-direction: row;
  98. justify-content: space-between;
  99. }
  100. .tab_process_items {
  101. padding-top: 10upx;
  102. padding-bottom: 10upx;
  103. width: 100%;
  104. /* white-space: nowrap;
  105. overflow: hidden; */
  106. }
  107. .process_items {
  108. text-align: center;
  109. width: 30%;
  110. float: left;
  111. white-space: normal;
  112. background-color: #f1f7f7;
  113. margin-left: 2%;
  114. overflow: hidden;
  115. border-radius: 15upx;
  116. padding: 10upx 0;
  117. margin-top: 10upx;
  118. }
  119. .process_steps_box {
  120. width: 600upx;
  121. margin: 60upx auto;
  122. background-size: 600upx 150upx;
  123. background-repeat: no-repeat;
  124. }
  125. .step_con {
  126. color: #788C93;
  127. width: 90%;
  128. margin-left: 5%;
  129. text-align: justify;
  130. height: 160upx;
  131. margin-top: 12upx !important;
  132. }
  133. .step_con2 {
  134. color: #788C93;
  135. width: 90%;
  136. margin-left: 5%;
  137. text-align: justify;
  138. height: 160upx;
  139. margin-top: 12upx !important;
  140. }
  141. .process_steps_box2 {
  142. background-size: 600upx 90upx;
  143. height: 90upx;
  144. align-items: center;
  145. display: flex;
  146. justify-content: center;
  147. }
  148. .process_steps {
  149. display: flex;
  150. align-items: center;
  151. justify-content: space-between;
  152. height: 90upx;
  153. }
  154. .bot_each {
  155. width: 30%;
  156. color: white;
  157. justify-content: center;
  158. align-items: center;
  159. display: flex;
  160. border-radius: 10upx;
  161. height: 90upx;
  162. }
  163. .bot_each2 {
  164. width: 30%;
  165. color: white;
  166. justify-content: center;
  167. align-items: center;
  168. display: flex;
  169. flex-direction: column;
  170. border-radius: 10upx;
  171. height: 90upx;
  172. }
  173. .bot_each view {
  174. color: white;
  175. }
  176. .mer_pro {
  177. width: 94%;
  178. margin: 20upx auto;
  179. /* padding-bottom: 130upx; */
  180. }
  181. /* .insurance {
  182. border-radius: 15upx;
  183. display: flex;
  184. align-items: center;
  185. margin-top: 0upx;
  186. background-color: #fe5025;
  187. width: 230upx;
  188. height: 55upx;
  189. justify-content: center;
  190. position: absolute;
  191. right: 30upx;
  192. top: 70upx;
  193. }
  194. */
  195. .det_btn {
  196. margin: 20upx auto;
  197. width: 300upx;
  198. }
  199. .det_btn_box {
  200. position: fixed;
  201. bottom: 0;
  202. width: 100%;
  203. display: flex;
  204. font-size: 28upx;
  205. height: 110upx;
  206. justify-content: space-around;
  207. background-color: #ffffff;
  208. padding-top: 20upx;
  209. }
  210. .det_btn_box2 {
  211. height: 140upx
  212. }
  213. .ggsm_xxjb {
  214. background-color: #f6f6f6;
  215. display: flex;
  216. align-items: center;
  217. justify-content: space-around;
  218. padding: 30upx 0;
  219. }
  220. .ggsm_xxjb image {
  221. width: 330upx;
  222. height: 140upx;
  223. }