teseke.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592
  1. .tesekebox .panel{
  2. margin-bottom: 10px;
  3. background: #fff;
  4. overflow: hidden;
  5. }
  6. .tesekebox .time_title{
  7. height: 34px;
  8. line-height: 34px;
  9. background: #EBEBEB;
  10. font-size: 14px;
  11. color: #666666;
  12. padding: 0 15px;
  13. }
  14. .tsk_list{
  15. padding: 15px;
  16. position: relative;
  17. }
  18. .tsk_list+.tsk_list:after{
  19. position: absolute;
  20. content: '';
  21. height: 1px;
  22. left: 15px;
  23. right: 0;
  24. background: #E6E6E6;
  25. top: 0;
  26. -webkit-transform: scaleY(0.5);
  27. transform: scaleY(0.5);
  28. }
  29. .tsk_list .btn_zf{
  30. background-image: linear-gradient(-90deg, #7ED0FF 0%, #48A3FE 100%);
  31. width: 102px;
  32. height: 32px;
  33. line-height: 32px;
  34. border-radius: 16px;
  35. font-size: 14px;
  36. color: #FFFFFF;
  37. text-align: center;
  38. }
  39. .tsk_km{
  40. position: relative;
  41. margin-left: 20px;
  42. }
  43. .tsk_km .tsk_name{
  44. font-size: 14px;
  45. color: #333333;
  46. line-height: 24px;
  47. position: relative;
  48. margin-bottom: 5px;
  49. padding-left: 5px;
  50. }
  51. .tsk_km .tsk_name:after {
  52. position: absolute;
  53. content: '';
  54. width: 8px;
  55. height: 8px;
  56. background: #FA1F5D;
  57. left: -17px;
  58. top: 8px;
  59. border-radius: 50%;
  60. }
  61. .tsk_km .tsk_name:before {
  62. content: "";
  63. width: 1px;
  64. top: 11px;
  65. bottom: -17px;
  66. left: -13px;
  67. position: absolute;
  68. }
  69. .tsk_km .tsk_zjlist{
  70. font-size: 14px;
  71. color: #999999;
  72. line-height: 24px;
  73. position: relative;
  74. padding-left: 5px;
  75. }
  76. .tsk_km .tsk_zjlist:after {
  77. position: absolute;
  78. content: '';
  79. top: 11px;
  80. height: 1px;
  81. width: 10px;
  82. background: #FA1F5D;
  83. left: -13px;
  84. }
  85. .tsk_km .tsk_zjlist:before {
  86. content: "";
  87. width: 1px;
  88. top: 11px;
  89. bottom: -11px;
  90. left: -13px;
  91. position: absolute;
  92. }
  93. .tsk_km.km1 .tsk_zjlist:before ,.tsk_km.km1 .tsk_zjlist:after ,.tsk_km.km1 .tsk_name:before,.tsk_km.km1 .tsk_name:after{
  94. background: #FF9F00;
  95. }
  96. .tsk_km.km2 .tsk_zjlist:before ,.tsk_km.km2 .tsk_zjlist:after ,.tsk_km.km2 .tsk_name:before,.tsk_km.km2 .tsk_name:after{
  97. background: #4872FE;
  98. }
  99. .tsk_km.km3 .tsk_zjlist:before ,.tsk_km.km3 .tsk_zjlist:after ,.tsk_km.km3 .tsk_name:before,.tsk_km.km3 .tsk_name:after{
  100. background: #50E3C2;
  101. }
  102. .tsk_km .tsk_zjlist:last-child:before{
  103. display: none;
  104. }
  105. .goumailist{
  106. padding: 15px;
  107. }
  108. .goumailist+.goumailist{
  109. border-top: 1px solid #e6e6e6;
  110. }
  111. .goumailist .typetop{
  112. margin-bottom: 15px;
  113. height: 28px;
  114. border-radius: 0 14px 14px 0;
  115. line-height: 28px;
  116. font-size: 14px;
  117. text-align: center;
  118. position: relative;
  119. }
  120. .goumailist .typetop:after{
  121. height: 28px;
  122. width: 4px;
  123. position: absolute;
  124. left: 0;
  125. top: 0;
  126. content: '';
  127. border-radius: 2px;
  128. }
  129. .goumailist .typetop.km1:after{
  130. background: #FF9F00;
  131. }
  132. .goumailist .typetop.km2:after{
  133. background: #4872FE;
  134. }
  135. .goumailist .typetop.km3:after{
  136. background: #50E3C2;
  137. }
  138. .goumailist .typetop.km1{
  139. color: #FF9F00;
  140. background: #ffeccc;
  141. }
  142. .goumailist .typetop.km2{
  143. color: #4872FE;
  144. background: #dbe3ff;
  145. }
  146. .goumailist .typetop.km3{
  147. color: #50E3C2;
  148. background: #dcfaf3;
  149. }
  150. .goumailist .txtinfo .dc_flex+.dc_flex{
  151. margin-top: 10px;
  152. }
  153. .goumailist .txtinfo .dc_hd{
  154. font-size: 14px;
  155. color: #3F3F3F;
  156. line-height: 24px;
  157. }
  158. .goumailist .txtinfo .type{
  159. font-size: 14px;
  160. color: #333;
  161. line-height: 24px;
  162. }
  163. .goumai_btn{
  164. background-image: linear-gradient(90deg, #73B9FF 0%, #4892FE 100%);
  165. border-radius: 19px;
  166. font-size: 30px;
  167. color: #FFFFFF;
  168. width: 130px;
  169. height: 38px;
  170. line-height: 38px;
  171. text-align: center;
  172. font-size: 15px;
  173. margin: 15px auto;
  174. display: block;
  175. }
  176. .weeklistnum{
  177. color: #999;
  178. font-size: 13px;
  179. text-align: center;
  180. margin-bottom: 5px;
  181. }
  182. .clearfix{*zoom:1;}
  183. .clearfix:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:"";}
  184. .clear{ clear: both;}
  185. /* float */
  186. .left{
  187. float:left;
  188. }
  189. .right{
  190. float:right;
  191. }
  192. .account-box{
  193. background: #fff;
  194. padding: 0 15px 15px 15px;
  195. }
  196. .account-title{
  197. border-bottom: 2px solid;
  198. height: 50px;
  199. line-height: 50px;
  200. font-size: 16px;
  201. margin-bottom: 10px;
  202. }
  203. .f-btn-fhby{height: 30px;line-height: 30px;color: #f77b10;border: 1px solid #f77b10;font-size: 14px;display: block;width: 85px;text-align: center;border-radius: 4px;cursor: pointer;margin-top: 10px;margin-left: 20px;}
  204. .f-btn-jian{
  205. background-image: linear-gradient(-90deg, #7ED0FF 0%, #48A3FE 100%);
  206. border-radius: 11px;
  207. width: 22px;
  208. height: 22px;
  209. color: #fff;
  210. text-align: center;
  211. line-height: 22px;
  212. }
  213. .f-btn-jian i{
  214. font-size: 14px;
  215. margin-left: 4px;
  216. }
  217. .f-btn-jia{
  218. background-image: linear-gradient(90deg, #7ED0FF 0%, #48A3FE 100%);
  219. border-radius: 11px;
  220. width: 22px;
  221. height: 22px;
  222. color: #fff;
  223. text-align: center;
  224. line-height: 22px;
  225. }
  226. .f-btn-jia i{
  227. font-size: 14px;
  228. margin-right: 4px;
  229. }
  230. .f-riqi{width: 110px;padding: 0 10px; background: #fff;color: #666;font-size: 14px;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;text-align: center;height: 30px;line-height: 30px;margin-top: 10px;display: block;}
  231. .f-rili-table tbody td{background: #fff;position: relative;}
  232. .f-rili-table tbody tr{border-bottom: 1px dashed #ccc;}
  233. /*.f-rili-table .f-today{background-color: #faf1de;}*/
  234. .f-rili-table .f-on{background-color:cornflowerblue;color: #fff;}
  235. .f-number{cursor: pointer;}
  236. .f-rili-table{width: 100%;}
  237. .f-rili-th{float: left;width: 14.25%;text-align: center;line-height: 46px;height: 46px; background-color: #F9EADE;color: #333;}
  238. .f-td{
  239. float: left;
  240. width: 14.25%;
  241. text-align: center;
  242. position: relative;
  243. border-left: 1px solid #e6e6e6;
  244. min-height:76px;
  245. font-size: 0;
  246. position: relative;
  247. }
  248. .f-day{
  249. display: inline-block;
  250. text-align: center;
  251. width: 100%;
  252. background: #F8F8F8;
  253. height: 24px;
  254. line-height: 24px;
  255. color: #7C86A2;
  256. font-size: 13px;
  257. }
  258. .null-day{
  259. display: inline-block;
  260. text-align: center;
  261. width: 100%;
  262. background: #F8F8F8;
  263. height: 24px;
  264. line-height: 24px;
  265. color: #E1E4E7;
  266. font-size: 13px;
  267. }
  268. .f-day i{
  269. font-style: normal;
  270. }
  271. .f-today .f-day i{
  272. display: inline-block;
  273. width: 20px;
  274. height: 20px;
  275. line-height: 20px;
  276. border-radius: 50%;
  277. background: red;
  278. color: #fff;
  279. }
  280. .f-tbody{
  281. border-top: 1px solid #e6e6e6;
  282. border-right: 1px solid #e6e6e6;
  283. border-bottom: 1px solid #e6e6e6;
  284. }
  285. .f-yuan{position: absolute;width: 20px;height: 20px;top: 13px;left: 50%;margin-left: 10px; background: url(../images/yuan.png) no-repeat center;}
  286. .f-table-msg{position: absolute;z-index: 2;top: 34px;left:50%;margin-left: -120px; width: 280px;background: url(../images/bg-msg.png) no-repeat bottom;line-height: 55px;height: 46px;text-align: center;display: none;color: #666;}
  287. .f-km1{
  288. height: 5px;
  289. opacity: 0.5;
  290. top: 29px;
  291. position: absolute;
  292. left: -1px;
  293. right: -1px;
  294. z-index: 10;
  295. }
  296. .start_t1 .f-km1{
  297. left: 50%;
  298. }
  299. .start_t1 .f-km1:after{
  300. width: 9px;
  301. height: 9px;
  302. border-radius: 50%;
  303. background: #FF9F00;
  304. position: absolute;
  305. content: '';
  306. top: -2px;
  307. left: -2px;
  308. opacity: 1;
  309. }
  310. .end_t1 .f-km1{
  311. right: 50%;
  312. }
  313. .end_t1 .f-km1:after{
  314. width: 9px;
  315. height: 9px;
  316. border-radius: 50%;
  317. background: #FF9F00;
  318. position: absolute;
  319. content: '';
  320. top: -2px;
  321. right: -2px;
  322. opacity: 1;
  323. }
  324. .f-km2{
  325. height: 5px;
  326. opacity: 0.5;
  327. top: 42px;
  328. position: absolute;
  329. left: -1px;
  330. right: -1px;
  331. z-index: 10;
  332. }
  333. .start_t2 .f-km2{
  334. left: 50%;
  335. }
  336. .start_t2 .f-km2:after{
  337. width: 9px;
  338. height: 9px;
  339. border-radius: 50%;
  340. background: #4872FE;
  341. position: absolute;
  342. content: '';
  343. top: -2px;
  344. left: -2px;
  345. opacity: 1;
  346. }
  347. .end_t2 .f-km2{
  348. right: 50%;
  349. }
  350. .end_t2 .f-km2:after{
  351. width: 9px;
  352. height: 9px;
  353. border-radius: 50%;
  354. background: #4872FE;
  355. position: absolute;
  356. content: '';
  357. top: -2px;
  358. right: -2px;
  359. opacity: 1;
  360. }
  361. .f-km3{
  362. height: 5px;
  363. opacity: 0.5;
  364. top: 55px;
  365. position: absolute;
  366. left: -1px;
  367. right: -1px;
  368. z-index: 10;
  369. }
  370. .start_t3 .f-km3{
  371. left: 50%;
  372. }
  373. .start_t3 .f-km3:after{
  374. width: 9px;
  375. height: 9px;
  376. border-radius: 50%;
  377. background: #50E3C2;
  378. position: absolute;
  379. content: '';
  380. top: -2px;
  381. left: -2px;
  382. opacity: 1;
  383. }
  384. .end_t3 .f-km3{
  385. right: 50%;
  386. }
  387. .end_t3 .f-km3:after{
  388. width: 9px;
  389. height: 9px;
  390. border-radius: 50%;
  391. background: #50E3C2;
  392. position: absolute;
  393. content: '';
  394. top: -2px;
  395. right: -2px;
  396. opacity: 1;
  397. }
  398. .km1_s .f-km1{
  399. background: #FF9F00;
  400. }
  401. .km2_s .f-km2{
  402. background: #4872FE;
  403. }
  404. .km3_s .f-km3{
  405. background: #50E3C2;
  406. }
  407. .rili_info{
  408. text-align: center;
  409. margin-bottom: 15px;
  410. }
  411. .rili_info .kminfo+.kminfo{
  412. margin-left: 10px;
  413. }
  414. .kminfo{
  415. display: inline-block;
  416. }
  417. .kminfo i{
  418. display: inline-block;
  419. width: 15px;
  420. height: 5px;
  421. opacity: 0.5;
  422. position: relative;
  423. vertical-align: middle;
  424. }
  425. .kminfo i:after{
  426. width: 9px;
  427. height: 9px;
  428. border-radius: 50%;
  429. position: absolute;
  430. content: '';
  431. top: -2px;
  432. left: -2px;
  433. opacity: 1;
  434. }
  435. .kminfo span{
  436. font-size: 12px;
  437. color: #999;
  438. padding-left: 5px;
  439. }
  440. .km1info i,.km1info i:after{
  441. background: #FF9F00;
  442. }
  443. .km2info i,.km2info i:after{
  444. background: #4872FE;
  445. }
  446. .km3info i,.km3info i:after{
  447. background: #50E3C2;
  448. }
  449. .rilitop{
  450. padding: 15px 0;
  451. }
  452. .rilitop .dc_hd{
  453. text-align: center;
  454. font-size: 16px;
  455. color: #6B7897;
  456. }
  457. .btnweizhi {
  458. margin: 10px 15px;
  459. height: 54px;
  460. line-height: 54px;
  461. background-image: linear-gradient(90deg, #7ED0FF 0%, #48A3FE 100%);
  462. border-radius: 3px;
  463. color: #fff;
  464. font-size: 15px;
  465. padding: 0 15px;
  466. }
  467. .btnweizhi .dc_hd {
  468. overflow: hidden;
  469. text-overflow: ellipsis;
  470. white-space: nowrap;
  471. padding: 0 10px;
  472. }
  473. .radiolist .list {
  474. height: 20px;
  475. line-height: 20px;
  476. font-size: 15px;
  477. color: #CCCCCC;
  478. position: relative;
  479. padding-left: 0.56rem;
  480. }
  481. .radiolist .list+.list{
  482. margin-top: 10px;
  483. }
  484. .radiolist .list:after {
  485. content: '';
  486. position: absolute;
  487. width: 20px;
  488. height: 20px;
  489. left: 0;
  490. top: 0;
  491. background: url(../images/tasks0.png) no-repeat center center / 20px 20px;
  492. display: inline-block;
  493. }
  494. .radiolist .list.active:after {
  495. background: url(../images/tasks1.png) no-repeat center center / 20px 20px;
  496. }
  497. .radiolist .list.active {
  498. color: #48A3FE;
  499. }
  500. .weui-dialog {
  501. position: fixed;
  502. z-index: 5000;
  503. width: 80%;
  504. max-width: 300px;
  505. top: 50%;
  506. left: 50%;
  507. -webkit-transform: translate(-50%, -50%);
  508. transform: translate(-50%, -50%);
  509. background-color: #FFFFFF;
  510. border-radius: 3px;
  511. overflow: hidden;
  512. }
  513. .form_dialog .title{
  514. height: 55px;
  515. border-bottom: 1px solid #e6e6e6;
  516. font-size: 15px;
  517. color: #333333;
  518. line-height: 54px;
  519. text-align: center;
  520. position: relative;
  521. }
  522. .form_dialog .title .close{
  523. height: 24px;
  524. line-height: 24px;
  525. width: 24px;
  526. text-align: center;
  527. display: inline-block;
  528. position: absolute;
  529. right: 10px;
  530. top: 15px;
  531. color: #666;
  532. }
  533. .form_dialog .nr{
  534. padding: 15px;
  535. }
  536. .form_dialog .nr .dc_flex+.dc_flex{
  537. margin-top: 15px;
  538. }
  539. .form_dialog .nr .type{
  540. font-size: 14px;
  541. color: #666666;
  542. margin-right: 5px;
  543. }
  544. .form_dialog .nr input[type=text]{
  545. background: #F8F8F8;
  546. border: 1px solid #CCCCCC;
  547. border-radius: 4px;
  548. height: 38px;
  549. font-size: 14px;
  550. padding: 0 15px;
  551. margin: 0;
  552. }
  553. .form_dialog .nr select{
  554. background: #F8F8F8 !important;
  555. border: 1px solid #CCCCCC !important;
  556. border-radius: 4px;
  557. height: 38px;
  558. font-size: 14px;
  559. padding: 0 15px;
  560. margin: 0;
  561. appearance:none;
  562. -moz-appearance:none;
  563. -webkit-appearance:none;
  564. background: #F8F8F8 url("../images/selectdown.png") no-repeat right center /18px 6px !important;
  565. }
  566. .form_dialog .nr select::-ms-expand { display: none;}
  567. .form_dialog .goumai_btn{
  568. margin: 5px auto 20px;
  569. }
  570. .tesekebox .backbtn {
  571. display: block;
  572. margin: 0 auto;
  573. width: 120px;
  574. text-align: center;
  575. height: 34px;
  576. line-height: 32px;
  577. border-radius: 17px;
  578. border: 1px solid #48A3FE ;
  579. color: #48A3FE ;
  580. margin-bottom: 10px;
  581. font-size: 14px;
  582. }