earlyWarningDetail.wxss 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. .earlyWarning.data-v-2f34adce {
  2. padding-bottom: 30rpx;
  3. box-sizing: border-box;
  4. overflow-y: scroll;
  5. }
  6. .earlyWarning .red_color.data-v-2f34adce {
  7. color: #d40000;
  8. border: 1rpx solid #d40000;
  9. }
  10. .earlyWarning .orange_color.data-v-2f34adce {
  11. color: #ff4800;
  12. border: 1rpx solid #ff4800;
  13. }
  14. .earlyWarning .yellow_color.data-v-2f34adce {
  15. color: #ffa34e;
  16. border: 1rpx solid #ffa34e;
  17. }
  18. .earlyWarning .info-max-box.data-v-2f34adce {
  19. flex: 1;
  20. overflow: scroll;
  21. }
  22. .earlyWarning .header.data-v-2f34adce {
  23. width: 750rpx;
  24. height: 80rpx;
  25. font-size: 28rpx;
  26. font-family: PingFang SC-Medium, PingFang SC;
  27. font-weight: 400;
  28. color: #d40000;
  29. line-height: 80rpx;
  30. text-align: center;
  31. background: rgba(212,0,0,0.2);
  32. }
  33. .earlyWarning .header_tow.data-v-2f34adce {
  34. width: 750rpx;
  35. height: 80rpx;
  36. font-size: 28rpx;
  37. font-family: PingFang SC-Medium, PingFang SC;
  38. font-weight: 400;
  39. color: #ff4800;
  40. line-height: 80rpx;
  41. text-align: center;
  42. background: rgba(255,72,0,0.2);
  43. }
  44. .earlyWarning .header_three.data-v-2f34adce {
  45. width: 750rpx;
  46. height: 80rpx;
  47. font-size: 28rpx;
  48. font-family: PingFang SC-Medium, PingFang SC;
  49. font-weight: 400;
  50. color: #ff4800;
  51. line-height: 80rpx;
  52. text-align: center;
  53. background: rgba(255,72,0,0.2);
  54. }
  55. .earlyWarning .header_four.data-v-2f34adce {
  56. width: 750rpx;
  57. height: 80rpx;
  58. font-size: 28rpx;
  59. font-family: PingFang SC-Medium, PingFang SC;
  60. font-weight: 400;
  61. color: #ffa34e;
  62. line-height: 80rpx;
  63. text-align: center;
  64. background: rgba(255,163,78,0.2);
  65. }
  66. .earlyWarning .site.data-v-2f34adce {
  67. padding: 26rpx;
  68. background: #fff;
  69. display: flex;
  70. border-radius: 20rpx 20rpx 20rpx 20rpx;
  71. margin: 20rpx 30rpx;
  72. }
  73. .earlyWarning .site >._img.data-v-2f34adce {
  74. width: 30rpx;
  75. height: 30rpx;
  76. margin: auto 22rpx auto 30rpx;
  77. }
  78. .earlyWarning .site >view.data-v-2f34adce:nth-of-type(1) {
  79. font-size: 28rpx;
  80. font-family: PingFang SC-Medium, PingFang SC;
  81. width: 200rpx;
  82. color: #333;
  83. line-height: 32rpx;
  84. display: block;
  85. overflow: hidden;
  86. text-overflow: ellipsis;
  87. white-space: nowrap;
  88. }
  89. .earlyWarning .site >view.data-v-2f34adce:nth-of-type(2) {
  90. display: inline-block;
  91. width: 2rpx;
  92. background: #e0e0e0;
  93. margin: 0 24rpx;
  94. }
  95. .earlyWarning .site >view.data-v-2f34adce:nth-of-type(3) {
  96. font-size: 28rpx;
  97. font-family: PingFang SC-Medium, PingFang SC;
  98. flex: 1;
  99. color: #333;
  100. line-height: 32rpx;
  101. display: block;
  102. overflow: hidden;
  103. text-overflow: ellipsis;
  104. white-space: nowrap;
  105. }
  106. .earlyWarning .site_tow.data-v-2f34adce {
  107. width: 690rpx;
  108. height: 170rpx;
  109. background: #fff;
  110. border-radius: 20rpx 20rpx 20rpx 20rpx;
  111. margin: 20rpx 30rpx;
  112. overflow: hidden;
  113. }
  114. .earlyWarning .site_tow .site_tow_t.data-v-2f34adce {
  115. height: 40rpx;
  116. display: flex;
  117. justify-content: flex-start;
  118. align-items: center;
  119. margin-top: 32rpx;
  120. }
  121. .earlyWarning .site_tow .site_tow_t >._img.data-v-2f34adce {
  122. width: 30rpx;
  123. height: 30rpx;
  124. margin-right: 22rpx;
  125. margin-left: 30rpx;
  126. }
  127. .earlyWarning .site_tow .site_tow_t >text.data-v-2f34adce:nth-of-type(1) {
  128. font-size: 28rpx;
  129. font-family: PingFang SC-Medium, PingFang SC;
  130. font-weight: 400;
  131. color: #333;
  132. line-height: 28rpx;
  133. }
  134. .earlyWarning .site_tow .site_tow_b.data-v-2f34adce {
  135. height: 40rpx;
  136. display: flex;
  137. justify-content: flex-start;
  138. align-items: center;
  139. margin-top: 20rpx;
  140. }
  141. .earlyWarning .site_tow .site_tow_b >._img.data-v-2f34adce {
  142. width: 30rpx;
  143. height: 30rpx;
  144. margin-right: 22rpx;
  145. margin-left: 30rpx;
  146. }
  147. .earlyWarning .site_tow .site_tow_b >text.data-v-2f34adce:nth-of-type(1) {
  148. font-size: 28rpx;
  149. font-family: PingFang SC-Medium, PingFang SC;
  150. font-weight: 400;
  151. color: #333;
  152. line-height: 28rpx;
  153. }
  154. .earlyWarning .site_tow .site_tow_b >text.data-v-2f34adce:nth-of-type(2) {
  155. display: inline-block;
  156. width: 2rpx;
  157. height: 20rpx;
  158. background: #e0e0e0;
  159. margin: 0 24rpx 0 28rpx;
  160. }
  161. .earlyWarning .site_tow .site_tow_b >text.data-v-2f34adce:nth-of-type(3) {
  162. font-size: 28rpx;
  163. font-family: PingFang SC-Medium, PingFang SC;
  164. font-weight: 400;
  165. color: #333;
  166. line-height: 28rpx;
  167. }
  168. .earlyWarning .small_title.data-v-2f34adce {
  169. height: 90rpx;
  170. display: flex;
  171. justify-content: flex-start;
  172. align-items: center;
  173. border-bottom: 1rpx solid #e0e0e0;
  174. }
  175. .earlyWarning .small_title >text.data-v-2f34adce:nth-of-type(1) {
  176. display: inline-block;
  177. width: 4rpx;
  178. height: 30rpx;
  179. background: #0183fa;
  180. margin: 0 22rpx 0 28rpx;
  181. }
  182. .earlyWarning .small_title >text.data-v-2f34adce:nth-of-type(1) {
  183. font-size: 30rpx;
  184. font-family: PingFang SC-Medium, PingFang SC;
  185. font-weight: 400;
  186. color: #333;
  187. line-height: 30rpx;
  188. }
  189. .earlyWarning .basics.data-v-2f34adce {
  190. margin-left: 30rpx;
  191. width: 690rpx;
  192. height: auto;
  193. background: #fff;
  194. border-radius: 20rpx 20rpx 20rpx 20rpx;
  195. padding-bottom: 16rpx;
  196. box-sizing: border-box;
  197. }
  198. .earlyWarning .basics .basics_li.data-v-2f34adce {
  199. display: flex;
  200. justify-content: space-between;
  201. align-items: center;
  202. margin: 0 30rpx;
  203. position: relative;
  204. }
  205. .earlyWarning .basics .basics_li >text.data-v-2f34adce:nth-of-type(1) {
  206. font-size: 28rpx;
  207. font-family: PingFang SC-Medium, PingFang SC;
  208. font-weight: 400;
  209. color: #333;
  210. line-height: 60rpx;
  211. }
  212. .earlyWarning .basics .basics_li >text.data-v-2f34adce:nth-of-type(2) {
  213. font-size: 28rpx;
  214. font-family: PingFang SC-Medium, PingFang SC;
  215. font-weight: 400;
  216. color: #333;
  217. line-height: 60rpx;
  218. flex: 1;
  219. text-align: right;
  220. }
  221. .earlyWarning .note.data-v-2f34adce {
  222. margin-left: 30rpx;
  223. margin-top: 20rpx;
  224. width: 690rpx;
  225. height: auto;
  226. background: #fff;
  227. border-radius: 20rpx 20rpx 20rpx 20rpx;
  228. padding-bottom: 16rpx;
  229. box-sizing: border-box;
  230. }
  231. .earlyWarning .note .note_li-box.data-v-2f34adce {
  232. display: flex;
  233. margin: 0 30rpx;
  234. }
  235. .earlyWarning .note .note_li-box .note-li-r-1.data-v-2f34adce {
  236. font-size: 28rpx;
  237. font-family: PingFang SC-Medium, PingFang SC;
  238. font-weight: 400;
  239. color: #333;
  240. line-height: 60rpx;
  241. flex: 1 !important;
  242. }
  243. .earlyWarning .note .note_li-box .note_li_r-2.data-v-2f34adce {
  244. width: 190rpx;
  245. display: flex;
  246. justify-content: flex-start;
  247. align-items: center;
  248. font-size: 28rpx;
  249. font-family: PingFang SC-Medium, PingFang SC;
  250. font-weight: 400;
  251. color: #0183fa;
  252. line-height: 60rpx;
  253. }
  254. .earlyWarning .note .note_li-box .note_li_r-2 >._img.data-v-2f34adce {
  255. width: 28rpx;
  256. height: 28rpx;
  257. margin-right: 10rpx;
  258. }
  259. .earlyWarning .note .note_li.data-v-2f34adce {
  260. display: flex;
  261. justify-content: space-between;
  262. margin: 0 30rpx;
  263. }
  264. .earlyWarning .note .note_li >text.data-v-2f34adce:nth-of-type(1) {
  265. font-size: 28rpx;
  266. font-family: PingFang SC-Medium, PingFang SC;
  267. font-weight: 400;
  268. color: #333;
  269. line-height: 60rpx;
  270. }
  271. .earlyWarning .note .note_li .note_li_r.data-v-2f34adce {
  272. width: 140rpx;
  273. display: flex;
  274. justify-content: flex-start;
  275. align-items: center;
  276. font-size: 28rpx;
  277. font-family: PingFang SC-Medium, PingFang SC;
  278. font-weight: 400;
  279. color: #0183fa;
  280. line-height: 60rpx;
  281. }
  282. .earlyWarning .note .note_li .note_li_r >._img.data-v-2f34adce {
  283. width: 28rpx;
  284. height: 28rpx;
  285. margin-right: 10rpx;
  286. }
  287. .earlyWarning .picture.data-v-2f34adce {
  288. margin-left: 30rpx;
  289. width: 690rpx;
  290. height: auto;
  291. background: #fff;
  292. border-radius: 20rpx 20rpx 20rpx 20rpx;
  293. margin-top: 20rpx;
  294. }
  295. .earlyWarning .picture .picture_b.data-v-2f34adce {
  296. display: flex;
  297. justify-content: flex-start;
  298. flex-wrap: wrap;
  299. padding: 40rpx 30rpx 10rpx;
  300. box-sizing: border-box;
  301. }
  302. .earlyWarning .picture .picture_b .videoOpacity1.data-v-2f34adce {
  303. opacity: 1;
  304. }
  305. .earlyWarning .picture .picture_b .videoOpacity0.data-v-2f34adce {
  306. opacity: 0;
  307. }
  308. .earlyWarning .picture .picture_b .video.data-v-2f34adce {
  309. position: relative;
  310. width: 150rpx;
  311. height: 150rpx;
  312. border-radius: 10rpx 10rpx 10rpx 10rpx;
  313. margin-right: 38rpx;
  314. margin-bottom: 10rpx;
  315. }
  316. .earlyWarning .picture .picture_b .video .video_t.data-v-2f34adce {
  317. width: 150rpx;
  318. height: 150rpx;
  319. border-radius: 10rpx 10rpx 10rpx 10rpx;
  320. position: absolute;
  321. }
  322. .earlyWarning .picture .picture_b .video .video_b.data-v-2f34adce {
  323. width: 40rpx;
  324. height: 40rpx;
  325. position: absolute;
  326. left: 55rpx;
  327. top: 55rpx;
  328. }
  329. .earlyWarning .picture .picture_b .img.data-v-2f34adce {
  330. display: flex;
  331. justify-content: flex-start;
  332. flex-wrap: wrap;
  333. }
  334. .earlyWarning .picture .picture_b .img >._img.data-v-2f34adce {
  335. width: 180rpx;
  336. height: 180rpx;
  337. border-radius: 10rpx 10rpx 10rpx 10rpx;
  338. margin-right: 38rpx;
  339. margin-bottom: 20rpx;
  340. }
  341. .earlyWarning .picture .picture_b .img >._img.data-v-2f34adce:nth-child(3n+3) {
  342. margin-right: 0;
  343. }
  344. .earlyWarning .bottom_btn.data-v-2f34adce {
  345. width: 690rpx;
  346. height: 90rpx;
  347. border-radius: 10rpx 10rpx 10rpx 10rpx;
  348. opacity: 1;
  349. border: 1rpx solid #0183fa;
  350. font-size: 30rpx;
  351. font-family: PingFang SC-Medium, PingFang SC;
  352. font-weight: 400;
  353. color: #0183fa;
  354. line-height: 90rpx;
  355. text-align: center;
  356. background: #f5f5f5;
  357. margin: 90rpx 30rpx 30rpx;
  358. }