manager.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672
  1. .l-liri{
  2. position: relative;
  3. top: -5px;
  4. height: 30px;
  5. width: 30px;
  6. float: left;
  7. margin-right: 16px;
  8. /*background: url(../images/rili.png) no-repeat;
  9. background-size: 30px 30px;*/
  10. }
  11. .time-sel-input{
  12. height: 48px; background-color: #FFFFFF; padding: 14px 20px;
  13. padding-right: 10px;
  14. /*font-size: .8rem;*/
  15. }
  16. .l-arrow-right {
  17. display: block;
  18. width: 14px;
  19. height: 14px;
  20. border: solid #cdcdcd;
  21. border-width: 3px 3px 0 0;
  22. -webkit-transform: rotate(45deg);
  23. -moz-transform: rotate(45deg);
  24. -ms-transform: rotate(45deg);
  25. -o-transform: rotate(45deg);
  26. transform: rotate(45deg);
  27. margin-top: 2px;
  28. }
  29. .l-arrow-left {
  30. display: block;
  31. width: 14px;
  32. height: 14px;
  33. border: solid #cdcdcd;
  34. border-width: 0 0 3px 3px;
  35. -webkit-transform: rotate(45deg);
  36. -moz-transform: rotate(45deg);
  37. -ms-transform: rotate(45deg);
  38. -o-transform: rotate(45deg);
  39. transform: rotate(45deg);
  40. margin-top: 2px;
  41. }
  42. .l-qytj-barner{
  43. display: -webkit-box;
  44. /*height: 60px;*/
  45. height: auto;
  46. margin-bottom: 10px;
  47. /*background-color: #fff;*/
  48. }
  49. .l-qytj-barner li{
  50. -webkit-box-flex: 1;
  51. text-align: center;
  52. margin-left: 10px;
  53. background: #fff;
  54. border-radius: 10px;
  55. }
  56. .l-qytj-barner li.l-over{
  57. border-bottom: 8px solid #17B3EC;
  58. color: #17b3ec;
  59. }
  60. .l-qytj-barner li.l-last{
  61. margin-right: 10px;
  62. }
  63. .l-qytj-val {
  64. padding-top: 10px;
  65. /*font-size: 1.1rem;*/
  66. }
  67. .l-qytj-name{
  68. /*font-size: 0.8rem;*/
  69. /*padding-top: 2px;*/
  70. padding-top: 10px;
  71. padding-bottom: 10px;
  72. }
  73. .l-qytj-img{
  74. height: 78px;
  75. padding-top: 18px;
  76. }
  77. .l-qytj-barner div.back-img{
  78. width: 50px;
  79. height: 50px;
  80. background-size: 50px 50px;
  81. margin-left: auto;
  82. margin-right: auto;
  83. }
  84. .l-qytj-barner div.qianyue{
  85. background: url(../images/qianyue.png);
  86. }
  87. .l-qytj-barner li.over div.qianyue{
  88. background: url(../images/qianyue_over.png);
  89. }
  90. .l-qytj-barner div.jieyue{
  91. background: url(../images/jieyue.png);
  92. }
  93. .l-qytj-barner li.over div.jieyue{
  94. background: url(../images/jieyue_over.png);
  95. }
  96. .l-qytj-barner div.jiandang{
  97. background: url(../images/jiandang.png);
  98. }
  99. .l-qytj-barner li.over div.jiandang{
  100. background: url(../images/jiandang_over.png);
  101. }
  102. .l-qytj-barner div.zixun{
  103. background: url(../images/zixun.png);
  104. }
  105. .l-qytj-barner li.over div.zixun{
  106. background: url(../images/zixun_over.png);
  107. }
  108. .l-qytj-barner div.suifang{
  109. background: url(../images/suifang.png);
  110. }
  111. .l-qytj-barner li.over div.suifang{
  112. background: url(../images/suifang_over.png);
  113. }
  114. .l-qytj-barner div.zhidao{
  115. background: url(../images/zhidao.png);
  116. }
  117. .l-qytj-barner li.over div.zhidao{
  118. background: url(../images/zhidao_over.png);
  119. }
  120. .l-qytj-name2{
  121. color: #888;
  122. font-size: 14px;
  123. }
  124. .l-qytj-barner li.over div.l-qytj-name2{
  125. color: #17b3ec;
  126. }
  127. .l-zxt{
  128. padding: 10px;
  129. height: 250px;
  130. background-color: #fff;
  131. margin-top: 2px;
  132. margin-bottom: 10px;
  133. border-top: 1px solid #dcdcdc;
  134. border-bottom: 1px solid #dcdcdc;
  135. }
  136. .l-zxt-con{
  137. width: 100%;
  138. height: 100%;
  139. /* background-color: #f1f4fb; */
  140. overflow: hidden;
  141. }
  142. /*.l-zxt-inner{
  143. width: 122%;
  144. height: 116%;
  145. position: relative;
  146. top: -4%;
  147. left: -76px;
  148. }*/
  149. /*.l-zxt-inner div:first-child{
  150. left: -7%;
  151. }*/
  152. .l-bar-title{
  153. height: 2.3rem;
  154. padding: 0.3rem 0.7rem;
  155. font-size: 1rem;
  156. color: #666;
  157. background-color: #fff;
  158. }
  159. .l-bar-title div{
  160. background: url(../images/quyu.png) no-repeat;
  161. background-size: 1.6rem 1.6rem;
  162. height: 100%;
  163. padding: 0.2rem 2rem;
  164. }
  165. .mui-backdrop {
  166. height: 100%;
  167. position: fixed;
  168. top: 0;
  169. right: 0;
  170. bottom: 0;
  171. left: 0;
  172. z-index: 998;
  173. background-color: rgba(0,0,0,.3);
  174. }
  175. .l-gq-list{
  176. background-color: #fff;
  177. }
  178. .l-gq-list li{
  179. height: 70px;
  180. /* padding: 0.6rem 0; */
  181. border-top: 1px solid #e1e1e1;
  182. margin: 0 0.6rem;
  183. position: relative;
  184. }
  185. .l-gq-list li:first-child{
  186. border-top: none;
  187. }
  188. .l-gq-bg{
  189. position: relative;
  190. height: 60px;
  191. width: 40%;
  192. border-radius: 8px;
  193. background-color: #17b3ec;
  194. opacity: 0.4;
  195. z-index: 1;
  196. top: 5px;
  197. }
  198. .l-gq-name{
  199. position: relative;
  200. top: -70%;
  201. left: 5px;
  202. color: #333333;
  203. }
  204. .l-gq-arrow{
  205. position: relative;
  206. top: -42%;
  207. float: right;
  208. right: 10px;
  209. border: solid #17b3ec;
  210. border-width: 3px 3px 0 0;
  211. }
  212. .l-gq-sj{
  213. position: relative;
  214. top: -60%;
  215. left: 5px;
  216. color: #005f99;
  217. /*font-size: .8rem;*/
  218. }
  219. .l-time-sel-box{
  220. background-color: #fff;
  221. font-size: 1rem;
  222. width: 100%;
  223. color: #555;
  224. }
  225. .l-time-sel-box ul{
  226. padding: 0rem 1.25rem;
  227. }
  228. .l-time-sel-box ul li{
  229. height: 3rem;
  230. border-top: 1px solid #ccc;
  231. line-height: 3rem;
  232. }
  233. .l-time-sel-box ul li.l-over{
  234. background: url(../images/checked.png) no-repeat;
  235. background-position: right;
  236. background-size: 1.8rem 1.8rem;
  237. }
  238. .l-time-sel-custom{
  239. margin: 0rem 1.25rem;
  240. border-top: 1px solid #ccc;
  241. line-height: 3rem;
  242. }
  243. .l-btn-arr{
  244. border-top: 1px solid #ccc;
  245. height: 3rem;
  246. font-size: 1.3rem;
  247. }
  248. .l-btn-arr div{
  249. float: left;
  250. width: 50%;
  251. text-align: center;
  252. line-height: 3rem;
  253. }
  254. .l-btn-cancel{
  255. }
  256. .l-btn-ok{
  257. color: #fff;
  258. background-color: #17b3ec;
  259. }
  260. .l-date-form{
  261. height: 66px;
  262. padding: 0 1.25rem;
  263. display: none;
  264. }
  265. .l-date-form input{
  266. color: #17b3ec;
  267. }
  268. .l-date-start{
  269. font-size: 1rem;
  270. color: #888;
  271. width: 50%;
  272. float: left;
  273. }
  274. .l-date-start input{
  275. border: none;
  276. margin-bottom: 0px;
  277. padding-left: 0px;
  278. }
  279. .l-date-end{
  280. text-align: right;
  281. width: 50%;
  282. float: right;
  283. font-size: 1rem;
  284. color: #888;
  285. }
  286. .l-date-end input{
  287. border: none;
  288. margin-bottom: 0px;
  289. text-align: right;
  290. padding-right: 0;
  291. }
  292. .l-jmfx{
  293. position: relative;
  294. z-index: 999;
  295. color: #17b3ec;
  296. top: 0rem;
  297. height: 0;
  298. right: 2rem;
  299. display: none;
  300. font-size: 0.8rem;
  301. }
  302. .l-jmfx img{
  303. width: .8rem;
  304. height: .7rem;
  305. margin-left: 6px;
  306. margin-top: 0.35rem;
  307. }
  308. .l-refresh{
  309. float: right;
  310. position: relative;
  311. top: -37px;
  312. height: 30px;
  313. right: -26px;
  314. }
  315. .l-refresh img{
  316. width: 26px;
  317. height: 26px;
  318. }
  319. .l-legend{
  320. position: relative;
  321. top: 1rem;
  322. left: 12%;
  323. height: 0;
  324. z-index: 999;
  325. width: 200px;
  326. }
  327. .l-legend ul{
  328. display: -webkit-box;
  329. /*height: 0;*/
  330. font-size: 0.8rem;
  331. color: #ccc;
  332. }
  333. .l-legend li{
  334. -webkit-flex: 1;
  335. margin-left: 10px;
  336. }
  337. .l-legend label{
  338. float: left;
  339. width: 16px;
  340. height: 12px;
  341. border-radius: 5px;
  342. background: #ccc;
  343. margin-top: 4px;
  344. margin-right: 3px;
  345. }
  346. .l-legend li.l-over{
  347. color: #17b3ec;
  348. }
  349. .l-legend li.l-over label{
  350. background: #17b3ec;
  351. }
  352. .l-times{
  353. position: relative;
  354. top: 1.6rem;
  355. font-size: 0.6rem;
  356. height: 0px;
  357. background: red;
  358. left: 8%;
  359. width: 0px;
  360. }
  361. .f-dn{display: none;}
  362. .div-lv{display: box; display: -webkit-box; display: -moz-box;/*background: #ffffff; padding-top: 8px;*/height: 162px;background: #ffffff;border-top: 1px solid #dcdcdc;border-bottom: 1px solid #dcdcdc;margin-bottom: 10px;padding-bottom: 10px;}
  363. .div-lv .wrap{width: 50%;text-align: center;margin-top: 6px;}
  364. .div-lv .wrap p{line-height: 1.5;}
  365. .height-12{height: 12px;}
  366. .wrap canvas{width: 76px;height: 76px;}
  367. .f-fs16{font-size: 16px;}
  368. .f-fr{float:right}
  369. .mui-switch.mui-active:before {
  370. right: auto;
  371. left: 10px;
  372. content: '日';
  373. color: #fff
  374. }
  375. .mui-switch:before {
  376. font-size: 13px;
  377. position: absolute;
  378. top: 3px;
  379. right: 11px;
  380. content: '周';
  381. text-transform: uppercase;
  382. color: #fff
  383. }
  384. .mui-switch.mui-active {
  385. border-color: #0068a9;
  386. background-color: #0068a9
  387. }
  388. .mui-switch{
  389. border: 2px solid #0068a9;
  390. background-color: #0068a9;
  391. z-index: 100;
  392. width:60px;
  393. }
  394. .mui-switch .mui-switch-handle{left: -1px;}
  395. .div-ranking{position: absolute;top: 42%;right: 32px;z-index: 10;padding: 2px 4px;border-radius: 10px;color: #fff;/*font-size: 14px;*/}
  396. .c-EA5B3A{color: #EA5B3A;}
  397. .cb-EA5B3A{background: #EA5B3A;}
  398. .cb-FF8746{background: #FF8746;}
  399. .cb-69CA2E{background: #69CA2E;}
  400. .cb-3DA9CE{background: #3DA9CE;}
  401. .canvas-wc{width:100%; height:190px; margin: 37px 7px;position: absolute;top:0;left:0;display: none;background: #17B3EC;z-index: 10;}
  402. .div-switch{position: absolute;top: 37px;left: 10px;display: none;}
  403. .div-danwei{position: absolute;right: 10px;top: 40px;z-index: 100;color: #ffffff;}
  404. .div-mbl{ position: absolute; right: 13px; top: 54px; z-index: 100; color: #ffffff; }
  405. .div-layer{width: 100%; height: 200px; margin: 33px 5px; position: absolute; top: 0; left: 0; background: #17B3EC; z-index: 5;border-radius: 10px;}
  406. .div-btn-group{ position: absolute; top: 37px; left: 10px;z-index: 100;}
  407. .div-btn-group .div-btn{width: 40px;height: 20px; line-height: 20px; background: #0068A9;text-align: center;border-radius: 10px;color: #fff;float: left;margin-right: 5px;}
  408. .div-btn-group .div-btn.active{background: #90D5FF; color: #0068a9;}
  409. .div-header{height: 73px;}
  410. .div-header-item{width: 25%;float: left;text-align: center;padding-top: 10px;}
  411. .c-ec5317{color: #ec5317;}
  412. .f-fs13{font-size: 13px;}
  413. .f-fs14{font-size: 14px;}
  414. .icon-remark{width: 25px;height: 25px;background: url(../images/wenhao_icon.png) no-repeat center top;background-size: 25px;position: absolute; top: 10px; right: 10px;}
  415. .modal-overlay{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.4);z-index: 9999;visibility: hidden;opacity: 0;-webkit-transition-duration: 400ms;transition-duration: 400ms;}
  416. .modal-overlay.modal-overlay-visible{ visibility: visible;opacity: 1;}
  417. .c-ti2 {text-indent: 2em;}
  418. .c-fwb { font-weight: bold;}
  419. .pl14{padding-left: 14px;}
  420. .pr14{padding-right: 14px;}
  421. .c-333333{color:#333333}
  422. .f-f14{font-size: 14px;}
  423. .modal-content{height: 400px;position: absolute;width: 80%;border-radius: 20px;z-index: 9999;top: 50%;left: 50%;margin-left: -40%;margin-top: -199px;display: none;}
  424. .div-header-title{height: 80px;background: #17B3EC;width: 100%;position: relative;border-top-left-radius: 10px;border-top-right-radius: 10px;}
  425. .div-close{width: 26px;height: 26px;background: url(../images/tankuang_guanbi_icon.png) no-repeat center top;background-size: 26px;position: absolute; top: 10px; right: 10px;}
  426. .div-overlay-img{width: 170px;height: 53px;background: url(../images/tankuang_bg_img.png) no-repeat center top;background-size: 170px 53px;position: absolute; top: 15px; left:50%;margin-left: -85px;}
  427. .div-overlay-title{position: absolute;top: 38px;left:40%;color: #fff;font-weight: bold;font-size: 18px;}
  428. .div-overlay-content{height: 320px;background: #fff;width: 100%;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
  429. .div-list,.div-list0,.div-list1,.div-list2{width: 100%;height: auto;position: relative;background: #fff;}
  430. .div-left-content{width: 100%;position: absolute;left: 0;top:60px;z-index: 10;}
  431. .div-right-data-content{width: 50%;position: absolute;right: -10px;top:60px;z-index: 20;}
  432. .div-ranking-top{padding: 4px 10px; border-radius: 10px; color: #fff; font-size: 10px; width: auto; float: left; margin-left: 5px; margin-top: 15px;}
  433. .div-left-title{line-height: 55px;display: -moz-box;display: -webkit-box;font-size: 12px;overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color:#323232;word-break: break-all; width: 50px;float: left; margin-left: 5px;text-align: center;}
  434. .div-left-title1{line-height: 25px;display: -moz-box;display: -webkit-box;font-size: 12px;overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color:#323232;word-break: break-all; width: 50px;float: left; margin-left: 5px;text-align: center;}
  435. .div-left-title2{line-height: 19px;display: -moz-box;display: -webkit-box;font-size: 12px;overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; color:#323232;word-break: break-all; width: 50px;float: left; margin-left: 5px;text-align: center;}
  436. .div-right-danwei{position: absolute;right: 0;top: 48px;color: #cccccc;}
  437. .div-right-content,.div-right-team-content{width:100%;height: 30px;line-height: 30px;/*position: absolute;right: 0;top:35px;*/}
  438. .div-right-team-content{padding-left: 80px;}
  439. .f-fs10{font-size:10px}
  440. .qyl{width: 15px;height: 15px;background: #a0dc28;margin-left: 10px;}
  441. .rks{width: 15px;height: 15px;background: #ffc149;margin-left: 10px;margin-top: 10px;}
  442. .mbl{width: 15px;height: 15px;background: #17b3ec;margin-left: 10px;margin-top: 10px;}
  443. .qylv{width:15px;height: 2px;background: red;margin-top: 10px;margin-left: 10px;}
  444. .mblv{width:15px;height: 2px;background: #925cfe;margin-top: 10px;margin-left: 10px;}
  445. .qyl-td{width: 15px;height: 15px;background: #17B3EC;margin-left: 10px;}
  446. .icon-refresh{width: 25px;height: 25px;background: url(../images/qiehuan_icon.png) no-repeat center top;background-size: 25px;position: absolute; top: 10px; right: 10px;}
  447. .h62{height: 62px;}
  448. .h58{height: 58px;}
  449. .h66{height: 66px;}
  450. .h68{height: 68px;}
  451. .h54{height: 54px;}
  452. .mt20{margin-top:20px}
  453. .mt10{margin-top:10px}
  454. .div-top{width:1rem;color:#fff;margin-top: 17px;text-align: center;border-radius: 5px;float:left;margin-left: 5px;}
  455. .div-name,.div-amount{text-align: center;width:50px;float: left;margin-left: 5px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;word-break: break-word;}
  456. .c-a0dc28{color:#a0dc28;}
  457. .c-17b8ec{color:#17b8ec}
  458. .list-ul li{height: 63px;}
  459. .div-shujujz{height: 38px;line-height: 38px;text-align: left;color: #909090;margin-left: 10px;}
  460. .div-shujujz .text-box span{display: inline-block;vertical-align: middle;}
  461. .div-shujujz .text-box .title{max-width: 50%;height: 38px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
  462. .scroll-wrapper{top: 45px;}
  463. .pullDown, .pullUp{background: #f2f4f6;}
  464. .pullDown.scrolledUp {margin-top: -51px;}
  465. .pullUp,.pullUpLabel{display: none;}
  466. .lin-sel-group{
  467. position: absolute;
  468. top: 45px;
  469. background: #fff;
  470. width: 100%;
  471. z-index: 11;
  472. display: none;
  473. }
  474. .lin-sel-group li{
  475. text-align: center;
  476. color: #17b3ec;
  477. height: 40px;
  478. line-height: 40px;
  479. font-size: 16px;
  480. border-bottom: 1px solid #f2f4f6;
  481. }
  482. .lin-sel-group img{
  483. width: 20px;
  484. margin: 10px;
  485. display: none;
  486. }
  487. .lin-sel-group li.checked img{
  488. display: inline;
  489. }
  490. .lin-mask{
  491. position: absolute;
  492. top: 45px;
  493. height: 100%;
  494. width: 100%;
  495. /*background: #000;*/
  496. height: 100%;
  497. z-index: 10;
  498. display: none;
  499. background-color: rgba(0,0,0,0.5);
  500. }
  501. .lin-down-arrow{
  502. position: relative;
  503. top: -2px;
  504. left: 5px;
  505. height: 10px;
  506. width: 10px;
  507. border-bottom: 3px solid #fff;
  508. border-right: 3px solid #fff;
  509. display: inline-block;
  510. transform:rotate(45deg);
  511. -ms-transform:rotate(45deg); /* IE 9 */
  512. -moz-transform:rotate(45deg); /* Firefox */
  513. -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
  514. -o-transform:rotate(45deg); /* Opera */
  515. zoom: 1;
  516. box-sizing: border-box;
  517. }
  518. .color-block{
  519. display: inline-block;
  520. width: 0.625rem;
  521. height: 0.625rem;
  522. margin-bottom: -2px;
  523. }
  524. .bgc-a0dc28{background-color: #a0dc28;}
  525. .bgc-ffc149{background-color: #ffc149;}
  526. .bgc-17b3ec{background-color: #17b3ec;}
  527. .bgc-925cfe{background-color: #925cfe;}
  528. .bgc-17B3EC{background-color: #17B3EC;}
  529. .bgc-EA5B3A{background-color: #EA5B3A;}
  530. .color-line{
  531. display: inline-block;
  532. width: 0.625rem;
  533. height: 2px;
  534. margin-bottom: 4px;
  535. }
  536. .c-17b3ec{color: #17b3ec;}
  537. .c-4ECD70{color: #4ECD70;}
  538. .bor-bom{border-bottom: 1px solid #dcdcdc;}
  539. .bor-top{border-top: 1px solid #dcdcdc;}
  540. .zongzixun-ul.l-qytj-barner li:not(.zongzixun-li){background-color: #efeff4;}
  541. .c-efeff4{color: #efeff4;}
  542. .c-top25{top:25%}
  543. .c-top55{top:-55%}
  544. .div-data-list{background: #fff;}
  545. .choose-label{
  546. font-size: 14px;
  547. color: #17b3ec;
  548. margin: 0;
  549. padding-right: 10px;
  550. float: right;
  551. width: 33%;
  552. height: 38px;
  553. text-align: right;
  554. text-overflow: ellipsis;
  555. white-space: nowrap;
  556. overflow: hidden;
  557. }
  558. .div-shujujz img{
  559. width: 0.6rem;
  560. height: .6rem;
  561. background-size: .6rem;
  562. vertical-align: middle;
  563. margin-right: 5px;
  564. }
  565. .text-box{
  566. width: 67%;
  567. height: 38px;
  568. line-height: 38px;
  569. float: left;
  570. margin:0;
  571. }
  572. .info-icon{
  573. vertical-align: middle;
  574. margin-bottom: 5px;
  575. }
  576. .information{
  577. background-color: rgba(0,0,0,0.5);
  578. font-size: 14px;
  579. color: #fff;
  580. }
  581. .information .ui-col-0{
  582. width: 40px;
  583. text-align: center;
  584. }