style-100.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573
  1. /****** PLACE YOUR CUSTOM STYLES HERE ******/
  2. body {
  3. position: fixed;
  4. top: 0;
  5. bottom: 0;
  6. left: 0;
  7. right: 0;
  8. margin: 0;
  9. padding: 0;
  10. /* background:#051655 ; */
  11. font-family: 微软雅黑, MicrosoftYahei, sans-serif; color:#fff;
  12. }
  13. h1,
  14. h2,
  15. h3,
  16. h4,
  17. h5,
  18. h6,
  19. p,
  20. ul,
  21. ol,
  22. pre,
  23. table,
  24. blockquote,
  25. input,
  26. button,
  27. select,em,
  28. textarea {
  29. margin: 0; font-weight:normal;
  30. margin: 0;
  31. padding: 0;list-style: none;font-style: normal;
  32. }
  33. #sws>div:nth-child(2){
  34. height: calc(100% - 73px)
  35. }
  36. .left1{
  37. /* width: 350px; */
  38. width: 18%;
  39. height: 100%;
  40. float: left;
  41. /* padding-left:40px; */
  42. padding-left:2%;
  43. text-align: center;
  44. }
  45. .puleft{
  46. padding-left:40px;
  47. text-align: center;
  48. }
  49. .left2{
  50. /* width: 354px; */
  51. width: 18%;
  52. float: left;
  53. height: 100%;
  54. /* margin-left: 5px; */
  55. }
  56. /* .mrbox{float: left;} */
  57. .mrbox{
  58. width: 60%;
  59. float: left;
  60. height: 100%;
  61. /* margin-left: 10px; */
  62. }
  63. .mrbox_bottom{
  64. float: left;
  65. width: 100%;
  66. height: calc(40% - 105px);
  67. }
  68. .mrbox_top_midd{
  69. width: 69%;
  70. float: left;
  71. height: 100%;
  72. }
  73. .mrbox_topmidd{float: left;}
  74. .amidd_bott,.box{ overflow: hidden;}
  75. .mrbox_top_right{
  76. float: left;
  77. width: 31%;
  78. height: 100%;
  79. }
  80. .mrbox_top{
  81. width: 100%;
  82. height: calc(58% + 90px);
  83. }
  84. .lefttime{
  85. background:url(../img/time.png);
  86. background-repeat: no-repeat;
  87. background-position:center;
  88. background-size: 85% 100%;
  89. width:100%;
  90. height:90px;
  91. margin: 0 auto;}
  92. .lefttime_text{ padding: 8px 15px 0 15px}
  93. .lefttime_text li{ font-size: 12px; color: rgba(255,255,255,.9); width: 50px;float: left; height: 22px; line-height: 22px;text-align: center; border-radius: 4px}
  94. .lefttime_text li.bg{ background: rgba(0,183,238,.1);}
  95. .lefttime_text li.active{ background: rgba(0,183,238,.6); color: #fff;}
  96. .lefttoday{
  97. background: url(../img/left1box.png);
  98. background-repeat: no-repeat;
  99. background-size: 100% 102%;
  100. background-position: -3px 2px;
  101. width: 100%;
  102. /* height: 584px; */
  103. height: 58%;
  104. margin: 0 auto;
  105. }
  106. .lefttoday_barb{
  107. width: 92%;
  108. height: 75%;
  109. width: 92%;
  110. height: 75%;
  111. position: relative;
  112. top: -5px;
  113. }
  114. .lefttoday_tit{ overflow: hidden; margin: 6px 7%}
  115. .lefttoday_number{overflow: hidden; margin: 4px 7%;background: rgba(1,202,217,.2);}
  116. .lefttoday_tit p.fl{ font-size: 14px; color: rgba(255,255,255,1); }
  117. .lefttoday_tit p.fr{ font-size: 12px; color: rgba(255,255,255,.6); }
  118. .lefttoday_bar ul{position: relative; height: 180px;}
  119. .lefttoday_bar li{ color: #333; position: absolute;border-radius: 50%; font-size: 12px; overflow: hidden; font-weight: normal; text-align: center; line-height: 140%}
  120. .lefttoday_bar li span{ padding-top: 30%; display: inline-block;}
  121. .lefttoday_bar{
  122. height: 60%;
  123. }
  124. .c1{ background: #ac3ff2}
  125. .c2{ background: #ffff00}
  126. .c3{ background: #0078ff}
  127. .c4{ background: #9cff00}
  128. .c5{ background: #ff6c00}
  129. .c6{ background: #77b5fb}
  130. .big0{ width: 10px; height: 10px}
  131. .big1{ width: 20px; height: 20px}
  132. .big2{ width: 30px; height: 30px}
  133. .big3{ width: 40px; height: 40px}
  134. .big4{ width: 50px; height: 50px}
  135. .big5{ width: 60px; height: 60px}
  136. .big6{ width: 70px; height: 70px;}
  137. .leftclass{
  138. background:url(../img/leftb1.png);
  139. background-repeat: no-repeat;
  140. background-position: -5px -5px;
  141. background-size: 100% 100%;
  142. width:100%;
  143. height:calc(40% - 105px);
  144. }
  145. .leftbox2_table{
  146. background:url(../img/leftbox2.png);
  147. background-repeat: no-repeat;
  148. background-position: -2px -5px;
  149. background-size: 100% 100%;
  150. width:100%;
  151. height:calc(58% + 90px);
  152. }
  153. .left2_table{
  154. /* width: 306px; */
  155. width: 87%;
  156. margin: 0px 6% 0px 6%;
  157. font-size: 12px;
  158. height:calc(100% - 50px);
  159. overflow: hidden;
  160. }
  161. .chujin{
  162. width: calc(100% + 20px);
  163. height: 610px;
  164. /* overflow: scroll; */
  165. overflow-x: hidden;
  166. overflow-y: auto;
  167. margin-top: 8px
  168. }
  169. .left2_table li{background: rgba(1,202,217,.2) url(../img/icosjx.png) no-repeat top left; position: relative;overflow: hidden; padding: 8px 11px; color:rgba(255,255,255,.7); line-height: 150%}
  170. .left2_table li b{color:rgba(255,255,255,1); font-weight: normal;}
  171. .left2_table li p.fl{ width: 200px; overflow: hidden;}
  172. .left2_table li p.fr{ position: absolute; right: 10px; top: 9px;}
  173. .yellow{ color: #fff45c}
  174. .green{ color: #00c2fd}
  175. .left2_table li.bg{ background: rgba(0,255,255,.4) url(../img/icosjx.png) no-repeat top left;}
  176. .mrbox_tr_box{background:url(../img/rbox1.png);background-repeat: no-repeat;background-position: -5px -5px; width:354px; height:291px;}
  177. .mrboxtm-mbox{
  178. background:url(../img/midtop.png);
  179. background-repeat: no-repeat;
  180. background-position: -5px -5px;
  181. background-size: 100% 106%;
  182. width:100%;
  183. /* height:450px; */
  184. height: 66%;
  185. }
  186. .mrboxtm-bs{
  187. width: 100%;
  188. height: 34%;
  189. }
  190. .mrboxtm-b1{
  191. background:url(../img/mbox1.png);
  192. background-repeat: no-repeat;
  193. background-position: -7px -4px;
  194. background-size: 101% 106%;
  195. /* width:460px;
  196. height:233px; */
  197. width: 58%;
  198. height: 100%;
  199. float: left;
  200. }
  201. .mrboxtm-b2{
  202. background:url(../img/mbox2.png);
  203. background-repeat: no-repeat;
  204. background-position: -7px -4px;
  205. background-size: 100% 104%;
  206. /* width:330px; height:233px; */
  207. width: 42%;
  208. height: 100%;
  209. float: right;
  210. }
  211. .mrboxtm-b2wp{
  212. width: 90%;
  213. height: 60%;
  214. margin: 0 0 0 4%;
  215. }
  216. .mrbox_tr_box{
  217. background:url(../img/rbox1.png);
  218. background-repeat: no-repeat;
  219. background-size: 104% 102.5%;
  220. background-position: -8px -5px;
  221. width:100%;
  222. height:100%;
  223. }
  224. .rbottom_box1{
  225. background:url(../img/b-rbox2.png);
  226. background-repeat: no-repeat;
  227. background-position: -5px -5px;
  228. background-size: 102% 100%;
  229. /* width:400px; */
  230. width: 34.7%;
  231. /* height:291px; */
  232. height: 100%;
  233. float: left;
  234. }
  235. .rbottom_box2{
  236. background:url(../img/bbox2.png);
  237. background-repeat: no-repeat;
  238. background-position: -5px -5px;
  239. background-size: 102% 100%;
  240. /* width:350px; */
  241. width: 30.6%;
  242. /* height:291px; */
  243. height: 100%;
  244. float: left;
  245. }
  246. .rbottom_box3{
  247. background:url(../img/b-rbox2.png);
  248. background-repeat: no-repeat;
  249. background-position: -5px -5px;
  250. background-size: 102% 100%;
  251. /* width:400px; */
  252. width: 34.7%;
  253. /* height:291px; */
  254. height: 100%;
  255. float: left;
  256. }
  257. .tith2{
  258. text-align: center;
  259. font-size: 12px;
  260. font-weight: normal;
  261. letter-spacing:2px;
  262. font-weight: normal;
  263. overflow: hidden;
  264. line-height: 20px;
  265. }
  266. .fl{ float: left;}
  267. .fr{ float: right;}
  268. .topbnt_left ul{ padding-top: 38px; padding-left: 30px; width: 620px}
  269. .topbnt_left li { background:url(../img/bnt.png); font-size: 14px; line-height: 33px;background-repeat: no-repeat;width:91px; height:35px;float: left; text-align: center; margin-left: 33px}
  270. .topbnt_left li.active,.topbnt_right li.active{background:url(../img/bntactive.png); }
  271. .topbnt_left li a{ text-decoration: none; color: #fff;}
  272. .tith1{
  273. text-align: center;
  274. padding-top: 16px;
  275. font-weight: bold;
  276. letter-spacing:8px;
  277. font-size: 36px;
  278. }
  279. .topbnt_right{padding-top: 38px;}
  280. .topbnt_right li {
  281. background:url(../img/bnt.png);
  282. font-size: 14px;
  283. line-height: 33px;
  284. background-repeat: no-repeat;
  285. height:35px;
  286. float: left;
  287. text-align: center;
  288. margin-right: 3%
  289. }
  290. .topbnt_right li a{ text-decoration: none; color: #fff;}
  291. .pt12{padding-top: 12px; margin-bottom: 1%}
  292. .pt6{padding-top: 6px; }
  293. .pt17{ padding-top: 8px;}
  294. /* .pt14{ padding-top: 14px} */
  295. .pt14{ padding-top: 8px}
  296. .pt12{ padding-top: 8px;}
  297. .pt20{ padding-top: 22px;}
  298. /* .box_pad{ margin: 3px 20px; } */
  299. /* nav */
  300. .navs .topbnt_right li{
  301. margin-left: 10px;
  302. width: 18%
  303. }
  304. .navs .topbnt_right{
  305. float: right;
  306. }
  307. .mrboxtm-map{background:url(../img/mapbg.png);background-repeat: no-repeat;background-position: center; position: relative;}
  308. .mrboxtm-map li{ width: 23px; height: 22px; line-height: 22px; color: #fff; text-align: center; background-position: center; background-repeat: no-repeat;font-size: 12px; position: absolute;}
  309. .mrboxtm-map li.bluer{background-image:url(../img/blue_rico.png);}
  310. .mrboxtm-map li.redr{background-image:url(../img/red_rico.png);}
  311. .mrtop1{
  312. background: rgba(1,202,217,.2);
  313. overflow: hidden;
  314. margin: 4px 5% 4px 5%;
  315. display: -webkit-box;
  316. display: -moz-box;
  317. display: -ms-flexbox;
  318. display: flex;
  319. -ms-flex-pack: distribute;
  320. justify-content: space-around;
  321. height: 15%;
  322. }
  323. .widget-inline-box{
  324. text-align: center;
  325. color:rgba(255,255,255,.9);
  326. /* width: 50%; */
  327. /* padding: 8% 0; */
  328. text-align: center;
  329. font-size: 12px;
  330. float: left;
  331. overflow:hidden;
  332. height: 100%;
  333. display: flex;
  334. flex-direction: column;
  335. justify-content: center;
  336. }
  337. .widget-inline-box h3{ font-size: 22px; font-weight: 100; font-weight: normal;}
  338. .ceeb1fd{ color: #eeb1fd}
  339. .c24c9ff{ color: #24c9ff}
  340. .cffff00{ color: #ffff00}
  341. .c11e2dd{ color: #11e2dd}
  342. .text-muted{ font-size: 12px; color:#789ce0; }
  343. .text-muted img{ vertical-align: middle; margin: 0 3px}
  344. .mrtop2{
  345. margin: 4px 15px;
  346. background: rgba(1,202,217,.2);
  347. height: 34%;
  348. }
  349. .tith4{ font-size: 12px; text-align: center;}
  350. .mrtop3{
  351. margin: 4px 15px;
  352. background: rgba(1,202,217,.2);
  353. height: calc(45% - 26px);
  354. padding-top: 5px;
  355. }
  356. .mrboxtm-b1wp{
  357. /* margin: 4px 25px; */
  358. /* padding: 20px 0; */
  359. background: rgba(1,202,217,.2);
  360. /* width:415px; */
  361. width: 88%;
  362. height: calc(88% - 30px);
  363. /* margin: 0 auto; */
  364. margin: 5px 0px 0px 5%;
  365. overflow: hidden;
  366. }
  367. .mrboxtm_text{
  368. overflow: hidden;
  369. padding-left: 12px;
  370. padding-bottom: 10px;
  371. display: -webkit-box;
  372. display: -moz-box;
  373. display: -ms-flexbox;
  374. display: flex;
  375. -webkit-box-pack: justify;
  376. -moz-box-pack: justify;
  377. -ms-flex-pack: justify;
  378. justify-content: space-around;
  379. }
  380. .mrbtext_info{
  381. background: rgba(1,202,217,.2);
  382. font-weight: normal;
  383. margin: 1% 0;
  384. padding: 2% 4%;
  385. text-align: center;
  386. font-size: 12px;
  387. color:rgba(255,255,255,.7);
  388. }
  389. .mrbtext_info b{ font-weight: normal; font-size: 16px;}
  390. .lefttoday_number .widget-inline-box{ width: 25%}
  391. /* 警情警力分析 完*/
  392. .aleftboxttop{background:url(../img/leftb1.png);background-repeat: no-repeat;background-position: -5px -5px; width:352px; height:279px;}
  393. .aleftboxttop .lefttoday_number{ background: none; margin: 4px 20px;}
  394. .aleftboxttop .widget-inline-box{width: 24.2%; margin: 0 .4%; background: rgba(1,202,217,.2); padding: 13% 0; height: 100px; font-size: 10px;}
  395. .aleftboxtmidd{background:url(../img/aleftboxtmidd.png);background-repeat: no-repeat;background-position: -5px -5px; width:352px; height:295px;}
  396. .aleftboxtbott{background:url(../img/aleftboxtbott.png);background-repeat: no-repeat;background-position: -5px -5px; width:352px; height:385px;}
  397. /* .aleftboxtbott_cont{ background:rgba(1,202,217,.2) } */
  398. .amiddboxttop{background:url(../img/amiddboxttop.png);background-repeat: no-repeat;background-position: -5px 0; width:1153px; height:575px;}
  399. .amiddboxttop_map{background:url(../img/img.png);background-repeat: no-repeat;background-position: -5px -5px; position: relative; width:1040px; height:490px;}
  400. .amiddboxttop_map span{background:url(../img/camera.png);background-repeat: no-repeat;background-position: 0 0; width: 24px; height: 19px; display: inline-block; position: absolute;}
  401. .amiddboxttop_map span.camera_l{background:url(../img/camera_l.png);background-repeat: no-repeat;background-position: 0 0; width: 24px; height: 19px; display: inline-block; position: absolute;}
  402. .amiddboxtbott1{background:url(../img/amiddboxtbott1.png);background-repeat: no-repeat;background-position: -5px -5px; width:568px; height:388px;}
  403. .amiddboxtbott2{background:url(../img/amiddboxtbott2.png);background-repeat: no-repeat;background-position: -5px -5px; width:574px; height:393px;}
  404. .arightboxtop{background:url(../img/arightboxtop.png);background-repeat: no-repeat;background-position: left top; width:354px; height:572px;}
  405. .arightboxbott{background:url(../img/arightboxbott.png);background-repeat: no-repeat;background-position: left top; width:354px; height:397px;}
  406. .plefttoday{background:url(../img/pleft1middt.png);background-repeat: no-repeat;background-position:-22px -18px; width:360px; height:300px;}
  407. .plefttoday .widget-inline-box{ width: 49%;}
  408. .lpeftmidbot{background:url(../img/pleft1middb.png);background-repeat: no-repeat;background-position:-22px -21px; width:360px; height:284px;}
  409. .lpeftbot{background:url(../img/pleft1middb.png);background-repeat: no-repeat;background-position:-22px -22px; width:360px; height:284px;}
  410. .pleftbox2top{background:url(../img/pleftbox2top.png);background-repeat: no-repeat;background-position:-22px -18px; width:360px; height:392px;}
  411. .pleftbox2midd{background:url(../img/pleftbox2mid.png);background-repeat: no-repeat;background-position:-22px -20px; width:360px; height:285px;}
  412. .pmrboxbottom{background:url(../img/pmiddboxmidd.png);background-repeat: no-repeat;background-position: -26px -26px; position: relative; width:820px; height:232px;}
  413. .pmrtop{background:url(../img/prighttop.png);background-repeat: no-repeat;background-position:-22px -20px; width:360px; height:335px;}
  414. .pmrtop_cont{background: rgba(1,202,217,.2); }
  415. .pmrtop_wid .widget-inline-box{ width: 33%;}
  416. .pulefttop{background:url(../img/pulefttop.png);background-repeat: no-repeat;background-position:-5px -5px; width:700px; height:300px;}
  417. .puleftboxtmidd{background:url(../img/puleftmidd.png);background-repeat: no-repeat;background-position:-5px -5px; width:700px; height:300px;}
  418. .puleftboxtbott{background:url(../img/puleftbott.png);background-repeat: no-repeat;background-position:-5px -5px; width:700px; height:370px;}
  419. .pumiddboxttop1{background:url(../img/pumiddtop1.png);background-repeat: no-repeat;background-position:-5px -1px; width:330px; height:595px;}
  420. .pumiddboxttop2{background:url(../img/pumiddtop2.png);background-repeat: no-repeat;background-position:-5px -1px; width:350px; height:595px;}
  421. .pmiddboxtbott{ background:url(../img/pumiddbott.png);background-repeat: no-repeat;background-position:-5px -5px; width:700px; height:370px;}
  422. .purightboxtop{background:url(../img/purighttop.png);background-repeat: no-repeat;background-position:-5px -5px; width:460px; height:300px;}
  423. .purightboxmidd{background:url(../img/purightmidd.png);background-repeat: no-repeat;background-position:-5px -5px; width:460px; height:300px;}
  424. .purightboxbott{background:url(../img/purightbott.png);background-repeat: no-repeat;background-position:-5px -5px; width:460px; height:370px;}
  425. .tith2 span{ display: inline-block; float: left; width: 300px;}
  426. .pulefttoday_bar,.puleftboxtbott2,.pumiddboxtbott2{background: rgba(1,202,217,.2); }
  427. .puleftboxtbott2 .widget-inline-box{ width: 100%; margin: 0; padding-top: 10px;}
  428. .pumiddboxttop1 { padding-left:15px;}
  429. .pumiddboxttop1 .widget-inline-box{width: 45%; background: rgba(1,202,217,.2); margin-left: 2%; margin-bottom: 1.5%; padding: 19.4% 0;}
  430. .f30{ font-size: 40px !important; margin: 15px 0}
  431. .pumiddboxtbott2 .widget-inline-box{ width: 100%; margin: 0; padding-top: 10px; text-align: center; padding-top: 40%;}
  432. .pumiddboxttop2_cont{ width: 305px; margin-left: 20px; margin-top: 10px; height: 494px; overflow: hidden;}
  433. .pumiddboxttop2_cont li{ background: rgba(1,202,217,.2) url(../img/hot.png) no-repeat 12px 12px; }
  434. .pumiddboxttop2_cont li p{height: 20px; line-height: 18px; overflow: hidden; padding-left: 21px;}
  435. .pumiddboxttop2_cont li p.text_r{ text-align: right;}
  436. .pumiddboxttop2_cont li.bg {
  437. background: rgba(0,255,255,.4) url(../img/hot.png) no-repeat 12px 12px;
  438. }
  439. .pvr{ position: relative; }
  440. .pvr ul{ position: absolute;; left: 15px; top: 21px;}
  441. .pvr ul li{ width: 16px; height: 16px; text-align: center;line-height: 16px; border-radius: 2px;margin-top: 15px; font-size: 12px;display:block;color: #fff; z-index: 1111}
  442. .hot1{ background-color: #ff0000}
  443. .hot2{ background-color: #ff7200}
  444. .hot3{ background-color: #ffbd5e}
  445. .hot4{ background-color: #b3b3b3}
  446. .hot5{ background-color: #597a9f}
  447. .liwp ul li{margin-top: 18px; }
  448. .el-radio-button__inner{
  449. border: none;
  450. font-size: 12px !important;
  451. background: rgba(0,183,238,.1);
  452. color: rgba(255,255,255,.9);
  453. border-radius: 4px 4px 4px 4px !important;
  454. padding: 5px 13px
  455. }
  456. .el-radio-button:first-child .el-radio-button__inner{
  457. border-left: none;
  458. }
  459. .el-radio-button__orig-radio:checked+.el-radio-button__inner{
  460. background: rgba(0,183,238,.6);
  461. }
  462. .lefttoday_number .el-col{
  463. text-align: center;
  464. padding: 14px 0;
  465. font-size: 12px;
  466. color: rgba(255,255,255,.9);
  467. }
  468. #rkfx{
  469. overflow: hidden
  470. }
  471. .navs{
  472. margin-bottom: 18px
  473. }
  474. .lefttime_text{
  475. text-align: center;
  476. }
  477. .chilabel input{
  478. opacity: 0;
  479. outline: 0;
  480. position: absolute;
  481. z-index: -1;
  482. }
  483. .chilabel span{
  484. border: none;
  485. font-size: 12px !important;
  486. background: rgba(0,183,238,.1);
  487. color: rgba(255,255,255,.9);
  488. border-radius: 4px 4px 4px 4px !important;
  489. padding: 4px 12px;
  490. line-height: 24px;
  491. }
  492. .chilabel span.isck{
  493. border: none;
  494. font-size: 12px !important;
  495. background: rgba(0,183,238,.6);
  496. color: rgba(255,255,255,.9);
  497. border-radius: 4px 4px 4px 4px !important;
  498. padding: 4px 12px;
  499. }
  500. .chilabel span:hover{
  501. background: rgba(0,183,238,.6);
  502. }
  503. .chilabel label:nth-child(1){
  504. width: 30%
  505. }
  506. .chilabel label:nth-child(2){
  507. width: 30%
  508. }
  509. .chilabel label:nth-child(3){
  510. width: 30%
  511. }
  512. .chilabel label:nth-child(4){
  513. width: 35%;
  514. margin-top: 5px;
  515. text-align: right
  516. }
  517. .chilabel label:nth-child(5){
  518. width: 35%;
  519. margin-top: 5px;
  520. text-align: left;
  521. margin-bottom: 10px;
  522. }
  523. .chilabel .lefttime_text{
  524. padding: 0px 15px 0 15px
  525. }
  526. .lefttime_text_top{
  527. margin-top: 5px;
  528. display: -webkit-box;
  529. display: -moz-box;
  530. display: -ms-flexbox;
  531. display: flex;
  532. -webkit-box-pack: justify;
  533. -moz-box-pack: justify;
  534. -ms-flex-pack: justify;
  535. -ms-flex-wrap: wrap;
  536. flex-wrap: wrap;
  537. justify-content: space-around;
  538. }
  539. .el-radio-group{
  540. width: 100%
  541. }