emergency.less 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  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: none;
  67. }
  68. .disSec {
  69. display: none;
  70. }
  71. .disTrd {
  72. display: block;
  73. }
  74. .step {
  75. padding: 10px 14px;
  76. border-bottom: 1px solid #cfd4dc;
  77. p {
  78. color: #606060;
  79. }
  80. h4 {
  81. color: #ff1d1d;
  82. font-size: 16px;
  83. padding: 10px 0;
  84. font-weight: 700;
  85. line-height: 20px;
  86. }
  87. }
  88. .inHeart {
  89. border: 1px solid #f76601;
  90. color: #f76601;
  91. margin-right: 10px;
  92. padding: 7px 10px;
  93. float: right;
  94. border-radius: 4px;
  95. }
  96. .outHeart {
  97. border: 1px solid #f76601;
  98. color: #f76601;
  99. margin-right: 10px;
  100. padding: 7px 10px;
  101. float: right;
  102. border-radius: 4px;
  103. }
  104. .fullPink {
  105. background-color: #feefe5;
  106. color: #f76601;
  107. width: 100%;
  108. height: 40px;
  109. line-height: 40px;
  110. text-align: center;
  111. }
  112. .fullBlue {
  113. background-color: #e9f5ff;
  114. color: #2599ff;
  115. width: 100%;
  116. height: 40px;
  117. line-height: 40px;
  118. text-align: center;
  119. }
  120. .imgDown {
  121. background-color: #fff;
  122. height: 20px;
  123. line-height: 20px;
  124. width: 100%;
  125. text-align: center;
  126. }
  127. .emptyMain {
  128. width: 100%;
  129. height: 40px;
  130. line-height: 40px;
  131. text-align: center;
  132. border: 1px solid #e9e9e9;
  133. border-radius: 4px;
  134. }
  135. .disBtn {
  136. height: 48px;
  137. line-height: 48px;
  138. border-radius: 4px;
  139. padding: 0 20px;
  140. color: #fff;
  141. font-size: 14px;
  142. margin: 10px 0;
  143. position: relative;
  144. span {
  145. }
  146. i {
  147. float: right;
  148. height: 32px;
  149. line-height: 32px;
  150. padding: 0 10px;
  151. text-align: center;
  152. border: 1px solid #fff;
  153. margin-top: 8px;
  154. border-radius: 4px;
  155. cursor: pointer;
  156. }
  157. img {
  158. float: right;
  159. cursor: pointer;
  160. margin-top: 6px;
  161. position: absolute;
  162. right: 5px;
  163. top: 0;
  164. display: none;
  165. }
  166. }
  167. .disBtnRed,.disBtnTrdRed,.disBtnTreRed {
  168. background-color: #f76601;
  169. }
  170. .disBtnBlue,.disBtnTrdBlue,.disBtnTreBlue {
  171. background-color: #2599ff;
  172. }
  173. .disBtnTrdRed,.disBtnTrdBlue,.disMainRed9,.disMainRed10 {
  174. display: none;
  175. }
  176. .disFst {
  177. .stepFst {
  178. border-bottom: 1px solid #cfd4dc;
  179. }
  180. }
  181. .disMainRed,.disMainBlue {
  182. overflow: hidden;
  183. display: none;
  184. }
  185. .disMainRed h5,.disMainBlue h5 {
  186. color: #ff1d1d;
  187. font-size: 16px;
  188. padding: 10px 0;
  189. font-weight: 700;
  190. line-height: 20px;
  191. }
  192. .stepTrd{
  193. overflow: hidden;
  194. display: none;
  195. border-bottom: none;
  196. .disBtn img {
  197. display: block;
  198. }
  199. .inHeart {
  200. float: none;
  201. display: inline-block;
  202. margin-bottom: 5px;
  203. }
  204. p {
  205. color: #000;
  206. }
  207. }
  208. .stepTrdWrong {
  209. display: none;
  210. }
  211. .btnBgWhite {
  212. height: 46px;
  213. line-height: 46px;
  214. border: 1px solid #adadad;
  215. padding: 0 10px;
  216. border-radius: 4px;
  217. margin-bottom: 10px;
  218. color: #606060;
  219. }
  220. .lineSpace {
  221. border-bottom: 1px solid #cfd4dc;
  222. margin: 10px 0;
  223. }
  224. .spaceBetween {
  225. height: 60px;
  226. line-height: 60px;
  227. border-top: 1px solid #cfd4dc;
  228. span,i {
  229. display: inline-block;
  230. }
  231. i {
  232. float: right;
  233. margin-right: 15px;
  234. }
  235. }
  236. }