emergency.less 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  1. @import './common.less';
  2. .emergencyLis {
  3. padding: 20px 15px;
  4. .disName{
  5. height: 60px;
  6. line-height: 60px;
  7. position: relative;
  8. padding: 0 14px;
  9. .name {
  10. display: inline-block;
  11. font-size: 16px;
  12. max-width: 500px;
  13. padding-right: 80px;
  14. overflow: hidden;
  15. text-overflow: ellipsis;
  16. white-space: nowrap;
  17. float: left;
  18. span {
  19. font-size: 16px;
  20. }
  21. img {
  22. position: relative;
  23. top: 7px;
  24. left: 3px;
  25. }
  26. }
  27. .disNameLis {
  28. float: right;
  29. color: #2a9bd5;
  30. font-weight: 700;
  31. cursor: pointer;
  32. }
  33. .disLis {
  34. display: none;
  35. position: absolute;
  36. width: 95%;
  37. top: 46px;
  38. padding: 10px;
  39. box-sizing: border-box;
  40. background-color: #fff;
  41. box-shadow: 0 10px 20px 0 #989da3;
  42. border: 1px solid #dedede;
  43. z-index: 1;
  44. li {
  45. line-height: 18px;
  46. float: left;
  47. padding: 10px;
  48. cursor: pointer;
  49. }
  50. i {
  51. width: 0;
  52. height: 0;
  53. border-width: 10px;
  54. border-style: solid;
  55. border-color: transparent transparent #fff transparent;
  56. position: absolute;
  57. top: -20px;
  58. right: 10px;
  59. }
  60. }
  61. }
  62. .disFst {
  63. border: 1px solid #cfd4dc;
  64. border-radius: 5px;
  65. overflow: auto;
  66. display: block;
  67. }
  68. .disSec {
  69. display: none;
  70. }
  71. .disTrd {
  72. display: none;
  73. }
  74. .disFou {
  75. display: none;
  76. }
  77. .disFth {
  78. display: none;
  79. }
  80. .step {
  81. padding: 10px 14px;
  82. border-bottom: 1px solid #cfd4dc;
  83. p {
  84. color: #606060;
  85. }
  86. h4 {
  87. color: #ff1d1d;
  88. font-size: 16px;
  89. padding: 10px 0;
  90. font-weight: 700;
  91. line-height: 20px;
  92. }
  93. }
  94. .inHeart {
  95. border: 1px solid #f76601;
  96. color: #f76601;
  97. margin-right: 10px;
  98. padding: 7px 10px;
  99. float: right;
  100. border-radius: 4px;
  101. }
  102. .outHeart {
  103. border: 1px solid #f76601;
  104. color: #f76601;
  105. margin-right: 10px;
  106. padding: 7px 10px;
  107. float: right;
  108. border-radius: 4px;
  109. }
  110. .fullPink {
  111. background-color: #feefe5;
  112. color: #f76601;
  113. width: 100%;
  114. height: 40px;
  115. line-height: 40px;
  116. text-align: center;
  117. }
  118. .fullBlue {
  119. background-color: #e9f5ff;
  120. color: #2599ff;
  121. width: 100%;
  122. height: 40px;
  123. line-height: 40px;
  124. text-align: center;
  125. }
  126. .imgDown {
  127. background-color: #fff;
  128. height: 20px;
  129. line-height: 20px;
  130. width: 100%;
  131. text-align: center;
  132. }
  133. .emptyMain {
  134. width: 100%;
  135. height: 40px;
  136. line-height: 40px;
  137. text-align: center;
  138. border: 1px solid #e9e9e9;
  139. border-radius: 4px;
  140. }
  141. .disBtn {
  142. height: 48px;
  143. line-height: 48px;
  144. border-radius: 4px;
  145. padding: 0 20px;
  146. color: #fff;
  147. font-size: 14px;
  148. margin: 10px 0;
  149. position: relative;
  150. span {
  151. }
  152. i {
  153. float: right;
  154. height: 32px;
  155. line-height: 32px;
  156. padding: 0 10px;
  157. text-align: center;
  158. border: 1px solid #fff;
  159. margin-top: 8px;
  160. border-radius: 4px;
  161. cursor: pointer;
  162. }
  163. img {
  164. float: right;
  165. cursor: pointer;
  166. margin-top: 6px;
  167. position: absolute;
  168. right: 5px;
  169. top: 0;
  170. display: none;
  171. }
  172. }
  173. .disBtnRed,.disBtnTrdRed,.disBtnTreRed,.disBtnRed01 {
  174. background-color: #f76601;
  175. }
  176. .disBtnBlue,.disBtnTrdBlue,.disBtnTreBlue,.disBtnBlue01 {
  177. background-color: #2599ff;
  178. }
  179. .disBtnTrdRed,.disBtnTrdBlue,.disMainRed9,.disMainRed10 {
  180. display: none;
  181. }
  182. .disFst {
  183. .stepFst {
  184. border-bottom: 1px solid #cfd4dc;
  185. }
  186. }
  187. .disMainRed,.disMainBlue {
  188. overflow: hidden;
  189. display: none;
  190. }
  191. .disMainRed h5,.disMainBlue h5 {
  192. color: #ff1d1d;
  193. font-size: 16px;
  194. padding: 10px 0;
  195. font-weight: 700;
  196. line-height: 20px;
  197. }
  198. .stepTrd{
  199. overflow: hidden;
  200. display: none;
  201. border-bottom: none;
  202. .disBtn img {
  203. display: block;
  204. }
  205. .inHeart {
  206. float: none;
  207. display: inline-block;
  208. margin-bottom: 5px;
  209. }
  210. p {
  211. color: #000;
  212. }
  213. }
  214. .stepTrdWrong {
  215. display: none;
  216. }
  217. .btnBgWhite {
  218. height: 46px;
  219. line-height: 46px;
  220. border: 1px solid #adadad;
  221. padding: 0 10px;
  222. border-radius: 4px;
  223. margin-bottom: 10px;
  224. color: #606060;
  225. }
  226. .lineSpace {
  227. border-bottom: 1px solid #cfd4dc;
  228. margin: 10px 0;
  229. }
  230. .spaceBetween {
  231. height: 60px;
  232. line-height: 60px;
  233. border-top: 1px solid #cfd4dc;
  234. span,i {
  235. display: inline-block;
  236. }
  237. i {
  238. float: right;
  239. margin-right: 15px;
  240. }
  241. }
  242. }
  243. .jxgzdm {
  244. padding: 7px 15px;
  245. background: #eceff3;
  246. border-radius: 4px;
  247. margin-top: 15px;
  248. li {
  249. margin: 8px 0;
  250. line-height: 20px;
  251. span {
  252. height: 26px;
  253. line-height: 26px;
  254. padding: 0 10px;
  255. background-color: #fff;
  256. margin-right: 5px;
  257. margin-bottom: 5px;
  258. display: inline-block;
  259. }
  260. }
  261. }
  262. .chengdu {
  263. overflow: hidden;
  264. li {
  265. float: left;
  266. height: 26px;
  267. line-height: 26px;
  268. padding: 0 10px;
  269. margin-right: 10px;
  270. border: 1px solid #d7d7d7;
  271. border-radius: 4px;
  272. cursor: default;
  273. }
  274. }
  275. .doList {
  276. padding: 7px 15px;
  277. background: #eceff3;
  278. border-radius: 4px;
  279. margin-top: 15px;
  280. li {
  281. margin: 8px 0;
  282. line-height: 20px;
  283. input {
  284. height: 16px;
  285. width: 16px;
  286. position: relative;
  287. top: 3px;
  288. }
  289. i {
  290. }
  291. }
  292. }
  293. .lowDis {
  294. margin-top: 20px;
  295. background-color: #fff0f0;
  296. color: #ff1d1d;
  297. border-radius: 20px;
  298. font-size: 16px;
  299. font-weight: 700;
  300. width: 100%;
  301. height: 40px;
  302. line-height: 40px;
  303. text-align: center;
  304. font-size: 14px;
  305. }
  306. .emergencyLis .inHeart.special {
  307. border: 1px solid #2599ff;
  308. color: #2599ff;
  309. float: right;
  310. }
  311. .selectTab {
  312. background-color: #f76601;
  313. color: #fff;
  314. }
  315. .step3 {
  316. color: #606060 !important;
  317. }
  318. .emergencyLis .stepTrd .disBtnRed01 img,
  319. .emergencyLis .stepTrd .disBtnBlue01 img,
  320. .sureResult22,
  321. .backResult22,
  322. .disMainRed20,
  323. .showBtn25,
  324. .showBtn26,
  325. .showBtn27,
  326. .partPool,
  327. .partPool01,
  328. .showBtn28{
  329. display: none;
  330. }