police.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554
  1. body {
  2. padding: 0 !important;
  3. margin: 0 !important;
  4. cursor: default;
  5. width: 100%;
  6. height: 1080px;
  7. font-size: 16px;
  8. background-image: url(../images/background.png);
  9. background-repeat: no-repeat;
  10. background-size: 100% 100%;
  11. overflow: hidden;
  12. }
  13. .sys_center {
  14. float: left;
  15. margin-right: 15px;
  16. font-weight: 600;
  17. cursor: pointer;
  18. background: linear-gradient(332deg, #00C1F0 0%, #E9FBFF 100%);
  19. -webkit-background-clip: text;
  20. -webkit-text-fill-color: transparent;
  21. }
  22. .layout_dialog {
  23. background: linear-gradient(39deg, #081531 0%, #233d76 100%);
  24. overflow: hidden;
  25. outline: 0;
  26. border-radius: 2px;
  27. position: fixed !important;
  28. z-index: 10000;
  29. color: #B9E3FF;
  30. border: 1px solid #62A9FF;
  31. display: none;
  32. left: 50%;
  33. top: 50%;
  34. }
  35. .layout_caption {
  36. float: left;
  37. width: 100%;
  38. height: 40px;
  39. border-radius: 2px 2px 0 0 !important;
  40. line-height: 40px;
  41. background: linear-gradient(109deg, #052c60 0%, #2e68b7 100%);
  42. }
  43. .layout_title {
  44. float: left;
  45. font-size: 16px;
  46. font-weight: 400;
  47. color: #B9E3FF;
  48. padding-left: 12px;
  49. }
  50. .layout_content {
  51. width: 90%;
  52. margin: 60px auto 0 auto;
  53. }
  54. .layout_close {
  55. background-image: url(../images/btn_close.png);
  56. width: 14px;
  57. height: 14px;
  58. float: right;
  59. background-repeat: no-repeat;
  60. margin: 12px 15px 0 0;
  61. cursor: pointer;
  62. }
  63. .clearn {
  64. background: #000000 !important;
  65. opacity: 0.7;
  66. width: 100%;
  67. height: 100%;
  68. z-index: 102;
  69. position: absolute;
  70. left: 0;
  71. top: 0;
  72. line-height: 0;
  73. font-size: 0;
  74. overflow: hidden;
  75. display: none;
  76. }
  77. .header {
  78. background-image: url(../images/top.png);
  79. height: 94px;
  80. width: 100%;
  81. float: left;
  82. background-size: 100% 100%;
  83. background-repeat: no-repeat;
  84. position: relative;
  85. }
  86. .navigation {
  87. background-image: url(../images/navigation.png);
  88. height: 24px;
  89. width: 425px;
  90. background-size: 100% 100%;
  91. background-repeat: no-repeat;
  92. position: relative;
  93. margin: 25px 0 0 100px;
  94. float: left;
  95. }
  96. .navigation > div {
  97. float: left;
  98. width: 25%;
  99. height: 100%;
  100. cursor: pointer;
  101. }
  102. .navigation_action {
  103. background-image: url(../images/navigation_action.png);
  104. height: 24px;
  105. width: 102px;
  106. background-size: 100% 100%;
  107. background-repeat: no-repeat;
  108. position: relative;
  109. margin: 0 auto;
  110. }
  111. .content {
  112. float: left;
  113. width: 100%;
  114. height: 300px;
  115. position: relative;
  116. display: none;
  117. }
  118. .content_top {
  119. float: left;
  120. width: 100%;
  121. height: 55%;
  122. }
  123. .content_bottom {
  124. float: left;
  125. width: 100%;
  126. height: 45%;
  127. }
  128. .content_left {
  129. float: left;
  130. width: 28%;
  131. height: 100%;
  132. margin-left: 15px;
  133. position: relative;
  134. }
  135. .content_right {
  136. float: right !important;
  137. margin: 0 15px 0 0 !important;
  138. }
  139. .content_center {
  140. margin: 0 auto;
  141. width: 40%;
  142. height: 100%;
  143. }
  144. .accompany {
  145. float: left;
  146. background-image: url(../images/accompany.png);
  147. height: 517px;
  148. width: 100%;
  149. background-size: 100% 100%;
  150. background-repeat: no-repeat;
  151. position: relative;
  152. opacity: 0.3;
  153. }
  154. .accompany > div {
  155. float: left;
  156. width: 100%;
  157. margin-top: 20px;
  158. height: 85%;
  159. margin-left: 18px;
  160. font-size: 14px;
  161. }
  162. .earth {
  163. background-image: url(../images/earth.png);
  164. height: 455px;
  165. width: 455px;
  166. background-size: 100% 100%;
  167. background-repeat: no-repeat;
  168. margin: 0 auto;
  169. color: #ffffff;
  170. }
  171. .accompany_history {
  172. background-image: url(../images/accompany_history.png);
  173. height: 358px;
  174. width: 100%;
  175. background-size: 100% 100%;
  176. background-repeat: no-repeat;
  177. position: relative;
  178. opacity: 0.3;
  179. float: left;
  180. z-index: 1;
  181. }
  182. .content_box {
  183. width: 100%;
  184. height: 270px;
  185. background-color: #08183A;
  186. background-image: linear-gradient(rgba(8, 24, 58, 1), rgba(8, 24, 58, 1));
  187. box-shadow: 5px 5px 5px 5px rgb(8 24 58 /20%);
  188. margin-bottom: 20px;
  189. position: relative;
  190. }
  191. .title_image {
  192. background-image: url(../images/img_titleBg.png);
  193. background-repeat: no-repeat;
  194. background-size: 100% 100%;
  195. width: 316px;
  196. height: 32px;
  197. margin: 0 auto 20px auto;
  198. font-size: 18px;
  199. text-align: center;
  200. color: #D9EFFF;
  201. line-height: 32px;
  202. }
  203. .corner {
  204. width: 10px;
  205. height: 10px;
  206. position: absolute;
  207. opacity: 0.6;
  208. }
  209. .corner_top_left {
  210. border-style: solid none none solid;
  211. border-width: 1px 0 0 1px;
  212. border-color: #7DAAFF transparent transparent #7DAAFF;
  213. top: 0;
  214. left: 0;
  215. }
  216. .corner_top_right {
  217. border-style: solid solid none none;
  218. border-width: 1px 1px 0 0;
  219. border-color: #7DAAFF #7DAAFF transparent transparent;
  220. top: 0;
  221. right: 0;
  222. }
  223. .corner_bottom_left {
  224. border-style: none none solid solid;
  225. border-width: 0 0 1px 1px;
  226. border-color: transparent transparent #7DAAFF #7DAAFF;
  227. bottom: 0;
  228. left: 0;
  229. }
  230. .corner_bottom_right {
  231. border-style: none solid solid none;
  232. border-width: 0 1px 1px 0;
  233. border-color: transparent #7DAAFF #7DAAFF transparent;
  234. bottom: 0;
  235. right: 0;
  236. }
  237. .control_history {
  238. background-image: url(../images/control.png);
  239. height: 358px;
  240. width: 625px;
  241. background-size: 100% 100%;
  242. background-repeat: no-repeat;
  243. position: relative;
  244. padding: 0 15px;
  245. opacity: 0.3;
  246. z-index: 0;
  247. }
  248. .control_history > div {
  249. float: left;
  250. width: 100%;
  251. margin-top: 20px;
  252. }
  253. .box_title {
  254. float: left;
  255. height: 32px;
  256. line-height: 32px;
  257. color: #fff;
  258. margin-top: 25px;
  259. padding-left: 56px;
  260. }
  261. .total_area {
  262. float: left;
  263. height: 100px;
  264. width: 100px;
  265. border: 4px dashed #8bafd9;
  266. border-radius: 100%;
  267. font-size: 14px;
  268. text-align: center;
  269. }
  270. .total_number {
  271. color: #37DBC8;
  272. font-size: 22px;
  273. font-weight: bold;
  274. font-family: Georgia;
  275. margin-top: 30px;
  276. margin-bottom: 1px;
  277. }
  278. .head_sculpture_area {
  279. height: 180px;
  280. width: 135px;
  281. float: left;
  282. margin: 14px;
  283. color: #ffffff;
  284. }
  285. .head_sculpture_box {
  286. float: left;
  287. width: 100%;
  288. height: 175px;
  289. border: 2px solid #143C6F;
  290. background-color: #0C243E;
  291. }
  292. .head_sculpture_box > span {
  293. float: left;
  294. width: 100%;
  295. text-align: center;
  296. padding-top: 2px;
  297. }
  298. .head_sculpture {
  299. background-image: url(../images/img_photoBorder.png);
  300. background-size: 100% 100%;
  301. background-repeat: no-repeat;
  302. float: left;
  303. width: 100%;
  304. height: 130px;
  305. }
  306. .head_sculpture_empty {
  307. background-image: none !important;
  308. background-color: transparent;
  309. width: 125px;
  310. height: 125px;
  311. padding: 5px 5px 0 5px;
  312. }
  313. .head_sculpture_small {
  314. float: left;
  315. width: 58px;
  316. height: 58px;
  317. margin: 4px;
  318. background-image: none !important;
  319. background-color: transparent;
  320. }
  321. .analyze_button {
  322. background-image: url(../images/stop.png);
  323. background-size: 100% 100%;
  324. background-repeat: no-repeat;
  325. float: left;
  326. width: 133px;
  327. cursor: pointer;
  328. height: 35px;
  329. color: #ffffff;
  330. line-height: 35px;
  331. text-align: center;
  332. margin-top: 20px;
  333. }
  334. .input_box {
  335. float: left;
  336. height: 32px !important;
  337. line-height: 32px !important;
  338. font-size: 16px;
  339. font-weight: 500;
  340. border: 1px solid #3F4973 !important;
  341. outline: none !important;
  342. background-color: #08183a !important;
  343. margin-right: 10px;
  344. color: #ffffff !important;
  345. padding: 0 8px;
  346. resize: none;
  347. }
  348. .input_box:hover {
  349. border: 1px solid #3F4973 !important;
  350. }
  351. .input_row {
  352. float: left;
  353. width: 100%;
  354. margin-bottom: 25px;
  355. position: relative;
  356. }
  357. .input_row > span {
  358. float: left;
  359. width: 20%;
  360. color: #b3a9a9;
  361. }
  362. .button_upload {
  363. float: left;
  364. background-image: linear-gradient(#1E9FFF, rgb(68 68 195));
  365. color: #fff;
  366. font-size: 14px;
  367. border: none;
  368. cursor: pointer;
  369. height: 30px;
  370. line-height: 30px;
  371. border-radius: 2px;
  372. width: 100%;
  373. }
  374. .button_upload > i {
  375. float: left;
  376. margin-left: 10px;
  377. font-size: 20px;
  378. margin-top: 2px;
  379. }
  380. .button_upload > span {
  381. float: left;
  382. width: 68px;
  383. text-align: center;
  384. }
  385. .status_start {
  386. font-size: 20px !important;
  387. color: #20cf20 !important;
  388. cursor: pointer !important;
  389. }
  390. .status_stop {
  391. font-size: 20px !important;
  392. color: #746f6f !important;
  393. cursor: pointer !important;
  394. }
  395. .status_disable {
  396. font-size: 20px !important;
  397. color: #746f6f !important;
  398. cursor: default !important;
  399. }
  400. .accompany_result_box {
  401. float: left;
  402. width: 100%;
  403. height: 115px;
  404. border: 1px solid #123664;
  405. background-color: #0F2745;
  406. margin-top: 15px;
  407. opacity: 1;
  408. }
  409. .created_icon {
  410. float: right;
  411. color: #fff;
  412. margin: 33px 20px 0 0;
  413. font-size: 22px !important;
  414. cursor: pointer;
  415. }
  416. .active_switch {
  417. background-color: rgb(50, 50, 191) !important;
  418. border-color: rgb(50, 50, 191) !important;
  419. }
  420. .empty_collistion_result {
  421. margin: 150px auto 0 auto;
  422. width: 200px;
  423. height: 28px;
  424. color: #ffffff;
  425. line-height: 28px;
  426. font-size: 16px;
  427. padding-right: 80px;
  428. }
  429. .empty_collistion_result > i {
  430. font-size: 26px;
  431. float: left;
  432. margin-right: 10px;
  433. }
  434. .empty_collistion_result > span {
  435. background: linear-gradient(332deg, #00C1F0 0%, #E9FBFF 100%);
  436. -webkit-background-clip: text;
  437. -webkit-text-fill-color: transparent;
  438. font-size: 16px;
  439. font-weight: 700;
  440. padding-left: 1px;
  441. }
  442. .similarity_value {
  443. color: #fff;
  444. font-size: 16px;
  445. width: 50px;
  446. text-align: center;
  447. }
  448. .imsi_result {
  449. float: left;
  450. width: 125px;
  451. margin: 5px 5px 0 5px;
  452. height: 125px;
  453. background: #225287;
  454. }
  455. .imsi_result > span {
  456. float: left;
  457. width: 85px;
  458. font-size: 20px;
  459. word-break: break-word;
  460. letter-spacing: 5px;
  461. text-align: center;
  462. margin: 28px 0 0 22px;
  463. font-weight: 700;
  464. }
  465. .police_fieldset {
  466. border-color: #24489d !important;
  467. }
  468. .police_fieldset > legend {
  469. font-size: 16px !important;
  470. text-align: center;
  471. }
  472. .result_box {
  473. float: left;
  474. width: 100%;
  475. display: none;
  476. z-index: 100;
  477. position: relative;
  478. }
  479. .result_box > div {
  480. float: left;
  481. width: 100%;
  482. }
  483. .removeicon_rect{
  484. position: absolute;cursor: pointer;right: 0;top: 0;width: 2rem !important;height: 2rem !important;line-height: 1.6rem;background-color: #143c6f;
  485. }
  486. .removeicon_rect:hover{
  487. background-color: #2367bd;
  488. }