home.css 26 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472
  1. /*首页*/
  2. *{
  3. margin: 0;
  4. padding: 0;
  5. font-size: 12px;
  6. font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,'Microsoft Yahei';
  7. }
  8. ul li{
  9. list-style: none;
  10. }
  11. input{
  12. list-style: none;
  13. box-shadow: none;
  14. border: none;
  15. }
  16. button{
  17. border: none;
  18. background: none;
  19. }
  20. th,td {
  21. padding: 0;
  22. }
  23. a{
  24. text-decoration:none;
  25. color:#000000;
  26. }
  27. a:hover{
  28. color: #33A0DC;
  29. text-decoration: underline;
  30. }
  31. a.ace_button:hover {
  32. color: #DDDDDD !important;
  33. text-decoration: none;
  34. }
  35. .mt5{
  36. margin-top: 5px;
  37. }
  38. .mt10{
  39. margin-top: 10px;
  40. }
  41. .mt20{
  42. margin-top: 20px;
  43. }
  44. .mb10{
  45. margin-bottom: 10px;
  46. }
  47. .ml6{
  48. margin-left: 6px;
  49. }
  50. .ml10{
  51. margin-left: 10px;
  52. }
  53. .ml20{
  54. margin-left: 20px;
  55. }
  56. .bg-blue{
  57. background: #33A0DC;
  58. }
  59. .bg-red{
  60. background: #ee5c5e;
  61. }
  62. .bf-green{
  63. background: #4bb25b;
  64. }
  65. .bg-purple{
  66. background: #8b72c0;
  67. }
  68. .co-blue{
  69. color: #33A0DC;
  70. }
  71. .co-red{
  72. color: #ee5c5e;
  73. }
  74. .right-wrapper{
  75. width: 100%;
  76. height: 100%;
  77. overflow: hidden;
  78. padding:10px 14px 14px 14px ;
  79. box-sizing: border-box;
  80. -mx-box-sizing: border-box;
  81. -o-box-sizing: border-box;
  82. -moz-box-sizing: border-box;
  83. -webkit-box-sizing: border-box;
  84. }
  85. /*项目切换*/
  86. .pro-tab{
  87. width: 100%;
  88. height:60px;
  89. padding: 0 14px;
  90. box-sizing: border-box;
  91. -mx-box-sizing: border-box;
  92. -o-box-sizing: border-box;
  93. -moz-box-sizing: border-box;
  94. -webkit-box-sizing: border-box;
  95. }
  96. .arrow-left{
  97. width: 10px;
  98. height: 12px;
  99. background: url(../img/arrow-left.png) no-repeat;
  100. float: left;
  101. margin: 6px 7px;
  102. }
  103. .arrow-right{
  104. width: 10px;
  105. height: 12px;
  106. background: url(../img/arrow-right.png) no-repeat;
  107. float: left;
  108. margin: 6px 7px;
  109. }
  110. .arrow-def{
  111. width: 24px;
  112. height: 24px;
  113. border-radius: 2px;
  114. background:#969696 ;
  115. float: left;
  116. }
  117. .arrow-def:hover{
  118. background:#33a0dc;
  119. }
  120. .arrow-sel{
  121. width: 24px;
  122. height: 24px;
  123. border-radius: 2px;
  124. background:#33a0dc ;
  125. float: right;
  126. }
  127. /*項目名稱*/
  128. .pro-box-sel{
  129. width: 22.8%;
  130. height: 60px;
  131. border: 1px solid #dcdcdc;
  132. border-radius: 2px;
  133. float: left;
  134. box-sizing: border-box;
  135. -mx-box-sizing: border-box;
  136. -o-box-sizing: border-box;
  137. -moz-box-sizing: border-box;
  138. -webkit-box-sizing: border-box;
  139. margin-left: 1%;
  140. box-shadow: 0 0 10px #DCDCDC;
  141. position: relative;
  142. }
  143. .pro-box-def{
  144. width: 22.8%;
  145. height: 60px;
  146. border: 1px solid #dcdcdc;
  147. border-radius: 2px;
  148. float: left;
  149. box-sizing: border-box;
  150. -mx-box-sizing: border-box;
  151. -o-box-sizing: border-box;
  152. -moz-box-sizing: border-box;
  153. -webkit-box-sizing: border-box;
  154. margin-left: 1%;
  155. position: relative;
  156. }
  157. .bud-icon-sel{
  158. width:30px;
  159. height: 30px;
  160. float: left;
  161. background: url(../img/bud-sel.png)no-repeat;
  162. margin-top: 5.5%;
  163. margin-left: 6%;
  164. box-sizing: border-box;
  165. -mx-box-sizing: border-box;
  166. -o-box-sizing: border-box;
  167. -moz-box-sizing: border-box;
  168. -webkit-box-sizing: border-box;
  169. }
  170. .bud-icon-def{
  171. width:30px;
  172. height: 30px;
  173. float: left;
  174. background: url(../img/bud-def.png)no-repeat;
  175. margin-top: 5.5%;
  176. margin-left: 6%;
  177. box-sizing: border-box;
  178. -mx-box-sizing: border-box;
  179. -o-box-sizing: border-box;
  180. -moz-box-sizing: border-box;
  181. -webkit-box-sizing: border-box;
  182. }
  183. .pro-text-sel{
  184. width: 50%;
  185. /*font-size:13px;*/
  186. line-height: 16px;
  187. color: #33A0DC;
  188. margin-top: 15px;
  189. margin-left: 4%;
  190. float: left;
  191. }
  192. .pro-text-def{
  193. width: 50%;
  194. /*font-size:13px;*/
  195. line-height: 16px;
  196. color: #323232;
  197. margin-top: 15px;
  198. margin-left: 4%;
  199. float: left;
  200. }
  201. .pro-icon-sel{
  202. width: 14px;
  203. height: 14px;
  204. background: url(../img/pro-sel.png)no-repeat;
  205. position: absolute;
  206. right: 10px;
  207. top: 10px;
  208. }
  209. .pro-icon-def{
  210. width: 14px;
  211. height: 14px;
  212. background: url(../img/pro-def.png)no-repeat;
  213. float: right;
  214. margin-top: 4%;
  215. margin-right: 4%;
  216. }
  217. .notice{
  218. position: absolute;
  219. width: 24px;
  220. height: 24px;
  221. background: url(../img/notice.png) no-repeat;
  222. right: 10px;
  223. bottom: 10px;
  224. }
  225. /*項目板塊*/
  226. .column-wrapper{
  227. border: 1px solid #DCDCDC;
  228. overflow: hidden;
  229. box-sizing: border-box;
  230. -mx-box-sizing: border-box;
  231. -o-box-sizing: border-box;
  232. -moz-box-sizing: border-box;
  233. -webkit-box-sizing: border-box;
  234. float: left;
  235. border-radius: 2px;
  236. }
  237. .column-head{
  238. width: 100%;
  239. height:43px;
  240. background:#f0f0f0 ;
  241. border-bottom: 1px solid #DCDCDC;
  242. float: left;
  243. border-radius: 2px 0 0 2px;
  244. }
  245. .column-icon{
  246. width:20px;
  247. height: 20px;
  248. float: left;
  249. margin-top: 12px;
  250. margin-left: 20px;
  251. }
  252. .more-icon{
  253. width:20px;
  254. height: 20px;
  255. float: right;
  256. margin-top: 12px;
  257. margin-right: 14px;
  258. background: url(../img/more-icon.png)no-repeat center;
  259. }
  260. .proov-icon{
  261. background: url(../img/proov-icon.png)no-repeat center;
  262. }
  263. .mt-icon{
  264. background: url(../img/mt-icon.png) no-repeat center;
  265. }
  266. .pl-icon{
  267. background: url(../img/pl-icon.png) no-repeat center;
  268. }
  269. .bc-icon{
  270. background: url(../img/bc-icon.png) no-repeat center;
  271. }
  272. .warn-icon{
  273. background: url(../img/warn-icon.png) no-repeat center;
  274. }
  275. .proinfo-icon{
  276. background: url(../img/proinfo.png) no-repeat center;
  277. }
  278. .del-icon{
  279. background: url(../img/del-icon.png)no-repeat center;
  280. }
  281. .arrow-left-def-icon{
  282. background: url(../img/arrow-left-def.png)no-repeat center;
  283. }
  284. .arrow-right-sel-icon{
  285. background: url(../img/arrow-right-sel.png)no-repeat center;
  286. }
  287. .column-title{
  288. /*font-size: 14px;*/
  289. line-height: 44px;
  290. font-weight: bold;
  291. color: #646464;
  292. float: left;
  293. }
  294. /*待辦已辦標籤*/
  295. .tab-sel{
  296. padding: 0 20px;
  297. border-bottom: 2px solid #33A0DC;
  298. line-height: 42px;
  299. color: #33A0DC;
  300. /*font-size: 14px;*/
  301. font-weight: bold;
  302. float: left;
  303. }
  304. .tab-def{
  305. padding: 0 20px;
  306. line-height: 42px;
  307. color: #646464;
  308. /*font-size: 14px;*/
  309. float: left;
  310. }
  311. .tab-def:hover{
  312. border-bottom: 2px solid #33A0DC;
  313. color: #33A0DC;
  314. font-weight: bold;
  315. cursor: pointer;
  316. }
  317. /*待辦列表*/
  318. .list-wrapper{
  319. width: 100%;
  320. height: 194px;
  321. overflow: auto;
  322. float: left;
  323. }
  324. .list-bg{
  325. width: 100%;
  326. height: 60px;
  327. float: left;
  328. padding: 10px 10px 6px;
  329. box-sizing: border-box;
  330. -mx-box-sizing: border-box;
  331. -o-box-sizing: border-box;
  332. -moz-box-sizing: border-box;
  333. -webkit-box-sizing: border-box;
  334. }
  335. .list-bg:hover{
  336. background: #f0f0f0;
  337. }
  338. .blue-line{
  339. height: 40px;
  340. width:2px;
  341. background: #33A0DC;
  342. float: left;
  343. }
  344. /*列表文字*/
  345. .text-box{
  346. width: 82%;
  347. height: 40px;
  348. padding: 0 10px;
  349. box-sizing: border-box;
  350. -mx-box-sizing: border-box;
  351. -o-box-sizing: border-box;
  352. -moz-box-sizing: border-box;
  353. -webkit-box-sizing: border-box;
  354. display: inline-block;
  355. float: left;
  356. }
  357. .main-text{
  358. /*font-size: 14px;*/
  359. font-weight: bold;
  360. height: 20px;
  361. line-height: 20px;
  362. color: #323232;
  363. float: left;
  364. }
  365. .sub-text{
  366. /*font-size: 13px;*/
  367. line-height: 20px;
  368. height: 20px;
  369. color: #323232;
  370. float: left;
  371. }
  372. .time-text{
  373. width: 100%;
  374. /*font-size: 13px;*/
  375. height: 20px;
  376. line-height: 20px;
  377. color: #8c8c8c;
  378. float: left;
  379. }
  380. /*列表操作按鈕*/
  381. .list-button{
  382. padding: 0 10px;
  383. height:24px;
  384. border-radius: 12px;
  385. background:#33A0DC ;
  386. /*font-size: 13px;*/
  387. color: #ffffff;
  388. float: right;
  389. margin-top: 8px;
  390. display: none;
  391. }
  392. /*項目標題*/
  393. .pro-title{
  394. /*font-size: 16px;*/
  395. font-weight: bold;
  396. color: #646464;
  397. margin-left: 2%;
  398. line-height: 44px;
  399. float: left;
  400. }
  401. /*图表容器*/
  402. .echarts-wrapper{
  403. width: 100%;
  404. height: 92%;
  405. padding: 0 20px;
  406. box-sizing: border-box;
  407. -mx-box-sizing: border-box;
  408. -o-box-sizing: border-box;
  409. -moz-box-sizing: border-box;
  410. -webkit-box-sizing: border-box;
  411. }
  412. /*标题*/
  413. .plan-title{
  414. width: 100%;
  415. height: 20px;
  416. line-height: 20px;
  417. /*font-size: 14px;*/
  418. font-weight: bold;
  419. color: #323232;
  420. float: left;
  421. }
  422. /*进度条*/
  423. .plan-chart{
  424. width: 100%;
  425. height: 20px;
  426. overflow: hidden;
  427. float: left;
  428. }
  429. .all-plan{
  430. width: 80%;
  431. height: 8px;
  432. border-radius: 4px;
  433. background: #DCDCDC;
  434. float: left;
  435. margin-top:6px;
  436. position: relative;
  437. }
  438. .pre-plan{
  439. height: 8px;
  440. border-radius: 4px;
  441. position: absolute;
  442. top: 0;
  443. left: 0;
  444. }
  445. .pre-num{
  446. width: 20%;
  447. float: right;
  448. text-align: right;
  449. /*font-size: 16px;*/
  450. font-weight: bold;
  451. }
  452. /*單選*/
  453. .radio-box{
  454. width: 40%;
  455. height: 20px;
  456. float: left;
  457. }
  458. .radio-style{
  459. display: inline-block;
  460. float: left;
  461. }
  462. .radio-text-style{
  463. /*font-size: 12px;*/
  464. color: #323232;
  465. float: left;
  466. margin-left: 2px;
  467. }
  468. /*實際成本占比*/
  469. .sjcbzb-charts{
  470. width: 100%;
  471. height: 300px;
  472. float: left;
  473. }
  474. /*收支分析*/
  475. /*查詢組*/
  476. .query-gp{
  477. width: 100%;
  478. overflow: hidden;
  479. box-sizing: border-box;
  480. -mx-box-sizing: border-box;
  481. -o-box-sizing: border-box;
  482. -moz-box-sizing: border-box;
  483. -webkit-box-sizing: border-box;
  484. float: left;
  485. }
  486. .quert-title{
  487. width:8%;
  488. padding-left: 10px;
  489. height: 60px;
  490. line-height: 60px;
  491. /*font-size:14px ;*/
  492. color: #323232;
  493. padding-right:14px ;
  494. border-right:1px solid #33A0DC;
  495. float: left;
  496. text-align: right;
  497. box-sizing: border-box;
  498. -mx-box-sizing: border-box;
  499. -o-box-sizing: border-box;
  500. -moz-box-sizing: border-box;
  501. -webkit-box-sizing: border-box;
  502. }
  503. .input-auto{
  504. height: 60px;
  505. width: 90%;
  506. float: left;
  507. overflow: auto;
  508. }
  509. .hl-box{
  510. padding-right: 10px;
  511. /*width: 70%;*/
  512. height: 30px;
  513. overflow: auto;
  514. float: left;
  515. }
  516. /*input样式*/
  517. .input-box{
  518. width: 150px;
  519. height: 30px;
  520. margin: 0 30px;
  521. float: left;
  522. }
  523. .input-style{
  524. height: 30px;
  525. line-height: 30px;
  526. float: left;
  527. }
  528. .input-text{
  529. line-height: 30px;
  530. /*font-size: 14px;*/
  531. color: #323232;
  532. float: left;
  533. margin:0 6px;
  534. text-align: right;
  535. }
  536. /*输入框样式*/
  537. .input-text-box{
  538. height: 30px;
  539. float: left;
  540. }
  541. .input-text-style{
  542. height: 30px;
  543. border: 1px solid #c8c8c8;
  544. width: 80px;
  545. color: #323232;
  546. float: left;
  547. padding: 0 6px;
  548. /*font-size: 14px;*/
  549. box-sizing: border-box;
  550. -mx-box-sizing: border-box;
  551. -o-box-sizing: border-box;
  552. -moz-box-sizing: border-box;
  553. -webkit-box-sizing: border-box;
  554. }
  555. .input-text-style1{
  556. height: 34px;
  557. line-height: 34px;
  558. border: 1px solid #c8c8c8;
  559. width: 80px;
  560. color: #969696;
  561. float: left;
  562. padding: 0 6px;
  563. /*font-size: 14px;*/
  564. box-sizing: border-box;
  565. -mx-box-sizing: border-box;
  566. -o-box-sizing: border-box;
  567. -moz-box-sizing: border-box;
  568. -webkit-box-sizing: border-box;
  569. }
  570. /*下拉菜單樣式*/
  571. .select-style{
  572. height: 30px;
  573. border: 1px solid #C8C8C8;
  574. width: 80px;
  575. color: #323232;
  576. float: left;
  577. padding-left:6px;
  578. /*font-size: 14px;*/
  579. line-height: 28px;
  580. box-sizing: border-box;
  581. -mx-box-sizing: border-box;
  582. -o-box-sizing: border-box;
  583. -moz-box-sizing: border-box;
  584. -webkit-box-sizing: border-box;
  585. }
  586. /*文本域样式*/
  587. .text-area{
  588. border: 1px solid #C8C8C8;
  589. padding: 6px;
  590. color: #969696;
  591. /*font-size: 14px;*/
  592. float: left;
  593. box-sizing: border-box;
  594. -mx-box-sizing: border-box;
  595. -o-box-sizing: border-box;
  596. -moz-box-sizing: border-box;
  597. -webkit-box-sizing: border-box;
  598. }
  599. /*按鈕樣式*/
  600. .button-style{
  601. padding: 0 20px;
  602. height: 30px;
  603. background: #33A0DC;
  604. border-radius: 4px;
  605. color: #ffffff;
  606. float: left;
  607. box-sizing: border-box;
  608. -mx-box-sizing: border-box;
  609. -o-box-sizing: border-box;
  610. -moz-box-sizing: border-box;
  611. -webkit-box-sizing: border-box;
  612. }
  613. .button-style:hover{
  614. background: #2980b0;
  615. }
  616. .button-gray{
  617. background:#C8C8C8;
  618. }
  619. .button-gray:hover{
  620. background: #33A0DC;
  621. }
  622. .button-del{
  623. background:#ee5c5e;
  624. }
  625. .button-del:hover{
  626. background: #be4a4b;
  627. }
  628. .button-cancel{
  629. background: #FFFFFF;
  630. padding: 0 19px;
  631. border: 1px solid #969696;
  632. color:#323232 ;
  633. box-sizing: border-box;
  634. -mx-box-sizing: border-box;
  635. -o-box-sizing: border-box;
  636. -moz-box-sizing: border-box;
  637. -webkit-box-sizing: border-box;
  638. }
  639. .button-cancel:hover{
  640. background: #f0f0f0;
  641. }
  642. .disabledbtn{
  643. background-color: #c8c8c8;
  644. }
  645. .disabledbtn:hover{
  646. background: #c8c8c8 ;
  647. }
  648. /*只讀標題樣式*/
  649. .rom-title{
  650. height: 30px;
  651. line-height: 30px;
  652. /*font-size: 14px;*/
  653. color: #33a0dc;
  654. float: left;
  655. margin:0 6px;
  656. font-weight: bold;
  657. }
  658. .cutting-line{
  659. display: inline-block;
  660. width: 1px;
  661. height: 24px;
  662. background: #c8c8c8;
  663. margin-top: 3px;
  664. float: left;
  665. margin-left: -30px;
  666. }
  667. /*申购计划*/
  668. .wrappwr{
  669. width: 100%;
  670. padding: 10px 14px;
  671. overflow: hidden;
  672. box-sizing: border-box;
  673. -mx-box-sizing: border-box;
  674. -o-box-sizing: border-box;
  675. -moz-box-sizing: border-box;
  676. -webkit-box-sizing: border-box;
  677. position: relative;
  678. }
  679. .filter-wrapper{
  680. width: 100%;
  681. padding: 16px 30px;
  682. border: 1px solid #DCDCDC;
  683. box-sizing: border-box;
  684. -mx-box-sizing: border-box;
  685. -o-box-sizing: border-box;
  686. -moz-box-sizing: border-box;
  687. -webkit-box-sizing: border-box;
  688. overflow: hidden;
  689. position: relative;
  690. }
  691. .search-box{
  692. display: inline-block;
  693. margin-right: 60px;
  694. float: left;
  695. }
  696. .operation-wrapper{
  697. width: 100%;
  698. padding: 10px 0;
  699. box-sizing: border-box;
  700. -mx-box-sizing: border-box;
  701. -o-box-sizing: border-box;
  702. -moz-box-sizing: border-box;
  703. -webkit-box-sizing: border-box;
  704. overflow: hidden;
  705. float: left;
  706. }
  707. .button-wrapper{
  708. float: left;
  709. overflow: hidden;
  710. }
  711. .radio-wrapper{
  712. float: right;
  713. }
  714. .red-text{
  715. display: inline-block;
  716. color: #EE5C5E;
  717. /*font-size: 14px;*/
  718. }
  719. /*弹框样式*/
  720. .window-wrapper{
  721. width: 960px;
  722. overflow: hidden;
  723. background: #FFFFFF;
  724. border-radius: 4px;
  725. margin: auto 0;
  726. }
  727. .title-wrapper{
  728. width: 100%;
  729. height: 30px;
  730. float: left;
  731. margin-bottom: 24px;
  732. background: #33A0DC;
  733. }
  734. .title-text{
  735. display: inline-block;
  736. height: 16px;
  737. line-height: 16px;
  738. color: #33A0DC;
  739. /*font-size: 14px;*/
  740. margin-top: 7px;
  741. padding:0 10px;
  742. float: left;
  743. color: #ffffff;
  744. box-sizing: border-box;
  745. -mx-box-sizing: border-box;
  746. -o-box-sizing: border-box;
  747. -moz-box-sizing: border-box;
  748. -webkit-box-sizing: border-box;
  749. font-weight: bold;
  750. }
  751. .w-filter-wrapper{
  752. padding: 0 30px;
  753. overflow: hidden;
  754. float: left;
  755. margin-bottom: 20px;
  756. }
  757. .table-wrapper{
  758. width: 100%;
  759. padding:0 30px 30px;
  760. overflow: hidden;
  761. float: left;
  762. box-sizing: border-box;
  763. -mx-box-sizing: border-box;
  764. -o-box-sizing: border-box;
  765. -moz-box-sizing: border-box;
  766. -webkit-box-sizing: border-box;
  767. }
  768. .table-style{
  769. width: 100%;
  770. overflow: hidden;
  771. border: 1px solid #c8c8c8;
  772. float: left;
  773. box-sizing: border-box;
  774. -mx-box-sizing: border-box;
  775. -o-box-sizing: border-box;
  776. -moz-box-sizing: border-box;
  777. -webkit-box-sizing: border-box;
  778. border-collapse:collapse;
  779. border-spacing:0;
  780. }
  781. .w-button-wrapper{
  782. width: 138px;
  783. height: 30px;
  784. padding: 20px;
  785. padding-bottom: 30px;
  786. overflow: hidden;
  787. margin: 0 auto;
  788. }
  789. /*新建成本計畫*/
  790. .fixed-wrappwr{
  791. padding: 20px 0 10px 14px;
  792. width: 100%;
  793. float: left;
  794. box-sizing: border-box;
  795. -mx-box-sizing: border-box;
  796. -o-box-sizing: border-box;
  797. -moz-box-sizing: border-box;
  798. -webkit-box-sizing: border-box;
  799. border-bottom: 1px solid #C8C8C8;
  800. position: fixed;
  801. top: 0;
  802. left: 0;
  803. background: #ffffff;
  804. }
  805. .buleline-title{
  806. display: inline-block;
  807. height: 16px;
  808. line-height: 16px;
  809. color: #646464;
  810. /*font-size: 14px;*/
  811. border-left:2px solid #33A0DC;
  812. margin-top: 30px;
  813. padding:0 10px;
  814. float: left;
  815. box-sizing: border-box;
  816. -mx-box-sizing: border-box;
  817. -o-box-sizing: border-box;
  818. -moz-box-sizing: border-box;
  819. -webkit-box-sizing: border-box;
  820. font-weight: bold;
  821. }
  822. .infomation-box{
  823. width: 100%;
  824. padding: 20px 0;
  825. float: left;
  826. box-sizing: border-box;
  827. -mx-box-sizing: border-box;
  828. -o-box-sizing: border-box;
  829. -moz-box-sizing: border-box;
  830. -webkit-box-sizing: border-box;
  831. }
  832. .info-box{
  833. width: 100%;
  834. float: left;
  835. padding: 10px 0;
  836. box-sizing: border-box;
  837. -mx-box-sizing: border-box;
  838. -o-box-sizing: border-box;
  839. -moz-box-sizing: border-box;
  840. -webkit-box-sizing: border-box;
  841. }
  842. .text{
  843. display: inline-block;
  844. width: 9%;
  845. /*font-size: 14px;*/
  846. padding: 0 20px;
  847. text-align: right;
  848. height: 34px;
  849. line-height: 34px;
  850. float: left;
  851. color: #323232;
  852. box-sizing: border-box;
  853. -mx-box-sizing: border-box;
  854. -o-box-sizing: border-box;
  855. -moz-box-sizing: border-box;
  856. -webkit-box-sizing: border-box;
  857. }
  858. .red-star{
  859. display: inline-block;
  860. color: red;
  861. height: 34px;
  862. line-height: 34px;
  863. /*font-size: 16px;*/
  864. }
  865. /*新建VO*/
  866. .vo-radio{
  867. width: 80%;
  868. height: 34px;
  869. float: left;
  870. }
  871. .vo-radio-style{
  872. display: inline-block;
  873. width: 14px;
  874. height: 14px;
  875. margin-top: 10px;
  876. float: left;
  877. }
  878. .vo-radio-text{
  879. display: inline-block;
  880. line-height: 34px;
  881. /*font-size: 14px;*/
  882. color:#323232;
  883. float: left;
  884. padding: 0 4px;
  885. }
  886. .vo-list{
  887. display: block;
  888. width:80%;
  889. overflow: hidden;
  890. }
  891. .vo-table{
  892. width: 83.5%;
  893. display: inline-block;
  894. float: left;
  895. overflow: hidden;
  896. }
  897. .vo-tr{
  898. width: 100%;
  899. height: 30px;
  900. border-top:1px solid #dcdcdc;
  901. border-left: 1px solid #dcdcdc;
  902. }
  903. .vo-tr:hover{
  904. background: #f0f0f0;
  905. }
  906. .vo-th{
  907. line-height: 16px;
  908. vertical-align: middle;
  909. padding: 4px;
  910. border-bottom:1px solid #dcdcdc;
  911. border-right: 1px solid #dcdcdc;
  912. background: #F0F0F0;
  913. color: #646464;
  914. text-align: center;
  915. }
  916. .vo-td{
  917. line-height: 16px;
  918. vertical-align: middle;
  919. padding: 4px;
  920. border-bottom:1px solid #dcdcdc;
  921. border-right: 1px solid #dcdcdc;
  922. text-align: center;
  923. }
  924. .vo-button{
  925. float: left;
  926. margin-left: 10px;
  927. }
  928. /*月度計劃*/
  929. .bottomline-title{
  930. width: 100%;
  931. height: 43px;
  932. line-height: 43px;
  933. /*font-size: 15px;*/
  934. color: #323232;
  935. margin-top: 16px;
  936. float: left;
  937. font-weight: bold;
  938. border-bottom: 1px solid #dcdcdc;
  939. }
  940. .back-icon{
  941. float: right;
  942. height: 17px;
  943. padding: 0 0 0 30px;
  944. background: url(../img/back-icon.png) no-repeat;
  945. margin-top: 8px;
  946. /*font-size: 14px;*/
  947. line-height: 17px;
  948. color: #646464;
  949. }
  950. .back-icon:hover{
  951. background: url(../img/back-icon1.png) no-repeat;
  952. color: #33A0DC;
  953. cursor: pointer;
  954. }
  955. .status-box{
  956. display: inline-block;
  957. margin-right: 30px;
  958. float:right;
  959. margin-top: 8px;
  960. }
  961. /*材料申請數量一覽*/
  962. .drepdown-def{
  963. display: inline-block;
  964. width: 16px;
  965. height: 16px;
  966. background: url(../img/drepdown-def.png) no-repeat;
  967. float: left;
  968. margin-top: 7px;
  969. margin-left: 10px;
  970. }
  971. .drepdown-def:hover{
  972. background: url(../img/drepdown-sel.png) no-repeat;
  973. cursor: pointer;
  974. }
  975. /*下拉菜单样式*/
  976. .drepdown-list-box{
  977. width: 160px;
  978. height: 150px;
  979. padding: 2px 0;
  980. overflow: auto;
  981. position: absolute;
  982. top: 56px;
  983. left: 136px;
  984. z-index: 999999;
  985. background: #ffffff;
  986. border: 1px solid #C8C8C8;
  987. box-sizing: border-box;
  988. -mx-box-sizing: border-box;
  989. -o-box-sizing: border-box;
  990. -moz-box-sizing: border-box;
  991. -webkit-box-sizing: border-box;
  992. }
  993. .drepdown-list-box li{
  994. width: 100%;
  995. padding: 0 10px;
  996. line-height: 34px;
  997. color: #646464;
  998. float: left;
  999. /*font-size: 12px;*/
  1000. margin: 1px 0;
  1001. box-sizing: border-box;
  1002. -mx-box-sizing: border-box;
  1003. -o-box-sizing: border-box;
  1004. -moz-box-sizing: border-box;
  1005. -webkit-box-sizing: border-box;
  1006. }
  1007. .drepdown-list-box li.select{
  1008. background: #33A0DC;
  1009. color: #ffffff;
  1010. }
  1011. .drepdown-list-box li:hover{
  1012. background: #33A0DC;
  1013. color: #ffffff;
  1014. cursor: pointer;
  1015. }
  1016. /*设置库存预警*/
  1017. .win-title1{
  1018. float: left;
  1019. height: 20px;
  1020. width: 590px;
  1021. padding: 0 0 10px 0;
  1022. /*background: url(../img/help.png) no-repeat 80px 0px;*/
  1023. margin-top: 8px;
  1024. margin-bottom: 10px;
  1025. /*font-size: 14px;*/
  1026. font-weight: bold;
  1027. line-height: 20px;
  1028. color: #323232;
  1029. margin-left: 30px;
  1030. border-bottom: 1px dotted #C8C8C8;
  1031. }
  1032. .tag-actor{
  1033. display: inline-block;
  1034. border-radius: 2px;
  1035. height: 28px;
  1036. line-height: 28px;
  1037. padding: 0 28px 0 10px;
  1038. border: 1px solid #969696;
  1039. box-sizing: border-box;
  1040. -mx-box-sizing: border-box;
  1041. -o-box-sizing: border-box;
  1042. -moz-box-sizing: border-box;
  1043. -webkit-box-sizing: border-box;
  1044. float: left;
  1045. margin-top: 3px;
  1046. background: url(../img/closed-def.png) no-repeat right top;
  1047. }
  1048. .tag-actor:hover{
  1049. cursor: pointer;
  1050. display: inline-block;
  1051. border-radius: 2px;
  1052. height: 28px;
  1053. line-height: 28px;
  1054. padding: 0 28px 0 10px;
  1055. border: 1px solid #33A0DC;
  1056. box-sizing: border-box;
  1057. -mx-box-sizing: border-box;
  1058. -o-box-sizing: border-box;
  1059. -moz-box-sizing: border-box;
  1060. -webkit-box-sizing: border-box;
  1061. float: left;
  1062. margin-top: 3px;
  1063. color: #ffffff;
  1064. background: #33A0DC url(../img/closed-hover.png) no-repeat right top;
  1065. }
  1066. .add-actor{
  1067. border-radius: 2px;
  1068. height: 28px;
  1069. line-height: 28px;
  1070. padding: 0 10px 0 28px;
  1071. border: 1px dotted #646464;
  1072. box-sizing: border-box;
  1073. -mx-box-sizing: border-box;
  1074. -o-box-sizing: border-box;
  1075. -moz-box-sizing: border-box;
  1076. -webkit-box-sizing: border-box;
  1077. float: left;
  1078. margin-top: 3px;
  1079. background: #f0f0f0 url(../img/add-actor-def.png) no-repeat left top;
  1080. }
  1081. .add-actor:hover{
  1082. cursor: pointer;
  1083. border-radius: 2px;
  1084. height: 28px;
  1085. line-height: 28px;
  1086. padding: 0 10px 0 28px;
  1087. border: 1px dotted #33A0DC;
  1088. box-sizing: border-box;
  1089. -mx-box-sizing: border-box;
  1090. -o-box-sizing: border-box;
  1091. -moz-box-sizing: border-box;
  1092. -webkit-box-sizing: border-box;
  1093. float: left;
  1094. color: #33A0DC;
  1095. margin-top: 3px;
  1096. background: #ffffff url(../img/add-actor-hover.png) no-repeat left top;
  1097. }
  1098. /*新建入庫單*/
  1099. .bills-title{
  1100. width: 100px;
  1101. height: 40px;
  1102. padding: 0 20px;
  1103. margin: 0 auto;
  1104. line-height: 40px;
  1105. color: #323232;
  1106. /*font-size: 18px;*/
  1107. font-weight: 600;
  1108. text-align: center;
  1109. position: relative;
  1110. margin-top: 10px;
  1111. }
  1112. .billsinfo{
  1113. width: 100%;
  1114. padding: 20px 0;
  1115. float: left;
  1116. box-sizing: border-box;
  1117. -mx-box-sizing: border-box;
  1118. -o-box-sizing: border-box;
  1119. -moz-box-sizing: border-box;
  1120. -webkit-box-sizing: border-box;
  1121. }
  1122. .billsinfo-box{
  1123. width: 33%;
  1124. height: 40px;
  1125. float: left;
  1126. margin-bottom: 20px;
  1127. min-width: 400px;
  1128. }
  1129. .billsinfo-title{
  1130. width: 30%;
  1131. float: left;
  1132. height: 40px;
  1133. line-height: 40px;
  1134. /*font-size: 14px;*/
  1135. text-align: right;
  1136. color: #33A0DC;
  1137. font-weight: 600;
  1138. min-width: 100px;
  1139. }
  1140. .billsinfo-detail{
  1141. width: 70%;
  1142. height: 40px;
  1143. padding: 0 10px;
  1144. border-bottom: 1px solid #DCDCDC;
  1145. line-height: 40px;
  1146. /*font-size: 14px;*/
  1147. color: #323232;
  1148. float: left;
  1149. box-sizing: border-box;
  1150. -mx-box-sizing: border-box;
  1151. -o-box-sizing: border-box;
  1152. -moz-box-sizing: border-box;
  1153. -webkit-box-sizing: border-box;
  1154. }
  1155. .bills-button{
  1156. padding-bottom: 10px;
  1157. float: left;
  1158. }
  1159. .bills-checkbox{
  1160. display: inline-block;
  1161. margin-top: 8px;
  1162. margin-left: 40px;
  1163. float: left;
  1164. width: 14px;
  1165. height: 14px;
  1166. }
  1167. .checkbox-text{
  1168. height: 14px;
  1169. line-height: 14px;
  1170. color: #323232;
  1171. float: left;
  1172. margin-left: 4px;
  1173. margin-top: 8px;
  1174. }
  1175. .checkbox-text:hover{
  1176. color: #33A0DC;
  1177. text-decoration: underline;
  1178. cursor: pointer;
  1179. }
  1180. /*選擇人員*/
  1181. .tree-list{
  1182. width: 100%;
  1183. height: 30px;
  1184. float: left;
  1185. box-sizing: border-box;
  1186. -mx-box-sizing: border-box;
  1187. -o-box-sizing: border-box;
  1188. -moz-box-sizing: border-box;
  1189. -webkit-box-sizing: border-box;
  1190. margin: 4px 0;
  1191. }
  1192. .err-close{
  1193. float: right;
  1194. width: 8px;
  1195. height: 8px;
  1196. margin-top: 16px;
  1197. margin-right: 10px;
  1198. }
  1199. /*进度分析*/
  1200. .state-wrapper{
  1201. width: 100%;
  1202. float: left;
  1203. overflow: hidden;
  1204. margin-top: 10px;
  1205. box-sizing: border-box;
  1206. -mx-box-sizing: border-box;
  1207. -o-box-sizing: border-box;
  1208. -moz-box-sizing: border-box;
  1209. -webkit-box-sizing: border-box;
  1210. }
  1211. .state-list{
  1212. margin-right: 40px;
  1213. height: 40px;
  1214. float: left;
  1215. }
  1216. .square{
  1217. display: inline-block;
  1218. width: 16px;
  1219. height: 16px;
  1220. margin-right: 6px;
  1221. float: left;
  1222. margin-top: 12px;
  1223. border-radius: 2px;
  1224. }
  1225. .state-text{
  1226. display: inline-block;
  1227. height: 40px;
  1228. line-height: 40px;
  1229. color: #323232;
  1230. /*font-size: 14px;*/
  1231. float: left;
  1232. }
  1233. .bgcolor1{
  1234. background:#4bb15b ;
  1235. }
  1236. .bgcolor2{
  1237. background:#b2c038 ;
  1238. }
  1239. .bgcolor3{
  1240. background:#f4b93b ;
  1241. }
  1242. .bgcolor4{
  1243. background:#ee6f48 ;
  1244. }
  1245. .bgcolor5{
  1246. background:#d34650 ;
  1247. }
  1248. /*管理人员选择*/
  1249. .left-tree{
  1250. width:20%;
  1251. min-width: 180px;
  1252. height: 500px;
  1253. background: #FFFFFF;
  1254. float: left;
  1255. border: 1px solid #DCDCDC;
  1256. box-sizing: border-box;
  1257. -mx-box-sizing: border-box;
  1258. -o-box-sizing: border-box;
  1259. -moz-box-sizing: border-box;
  1260. -webkit-box-sizing: border-box;
  1261. margin: 0.5%;
  1262. }
  1263. .tree-title{
  1264. height: 36px;
  1265. padding: 0 10px;
  1266. float: left;
  1267. width: 100%;
  1268. box-sizing: border-box;
  1269. -mx-box-sizing: border-box;
  1270. -o-box-sizing: border-box;
  1271. -moz-box-sizing: border-box;
  1272. -webkit-box-sizing: border-box;
  1273. background: ;
  1274. background: #f2f2f2 url(../img/arrow-left-bule.png) no-repeat 94% 12px;
  1275. border-bottom:1px solid #DCDCDC;
  1276. line-height: 36px;
  1277. color: #323232;
  1278. /*font-size: 13px;*/
  1279. }
  1280. .tree-list-box{
  1281. width: 100%;
  1282. padding: 20px;
  1283. float: left;
  1284. box-sizing: border-box;
  1285. -mx-box-sizing: border-box;
  1286. -o-box-sizing: border-box;
  1287. -moz-box-sizing: border-box;
  1288. -webkit-box-sizing: border-box;
  1289. }
  1290. .tree-1level{
  1291. width: 100%;
  1292. height: 21px;
  1293. float: left;
  1294. min-width: 100px;
  1295. }
  1296. .tree-2level{
  1297. width: 100%;
  1298. height: 21px;
  1299. min-width: 100px;
  1300. float: left;
  1301. padding-left: 20px;
  1302. box-sizing: border-box;
  1303. -mx-box-sizing: border-box;
  1304. -o-box-sizing: border-box;
  1305. -moz-box-sizing: border-box;
  1306. -webkit-box-sizing: border-box;
  1307. }
  1308. .tree-3level{
  1309. width: 100%;
  1310. height: 21px;
  1311. float: left;
  1312. min-width: 100px;
  1313. padding-left: 40px;
  1314. box-sizing: border-box;
  1315. -mx-box-sizing: border-box;
  1316. -o-box-sizing: border-box;
  1317. -moz-box-sizing: border-box;
  1318. -webkit-box-sizing: border-box;
  1319. }
  1320. .plus{
  1321. float: left;
  1322. width: 11px;
  1323. height: 11px;
  1324. background: url(../img/plus.png) no-repeat;
  1325. margin-right: 8px;
  1326. margin-top: 5px;
  1327. }
  1328. .subtract{
  1329. float: left;
  1330. width: 11px;
  1331. height: 11px;
  1332. background: url(../img/subtract.png) no-repeat;
  1333. margin-right: 8px;
  1334. margin-top: 5px;
  1335. }
  1336. .def-text{
  1337. display: inline-block;
  1338. float: left;
  1339. color: #646464;
  1340. /*font-size: 13px;*/
  1341. }
  1342. .sel-text{
  1343. display: inline-block;
  1344. float: left;
  1345. color: #33A0DC;
  1346. /*font-size: 13px;*/
  1347. font-weight: 600;
  1348. }
  1349. .right-opertion{
  1350. width: 78.5%;
  1351. height: 500px;
  1352. background: #FFFFFF;
  1353. margin: 0.5%;
  1354. margin-left: 0;
  1355. float: left;
  1356. box-sizing: border-box;
  1357. -mx-box-sizing: border-box;
  1358. -o-box-sizing: border-box;
  1359. -moz-box-sizing: border-box;
  1360. -webkit-box-sizing: border-box;
  1361. }
  1362. /*總進度計劃*/
  1363. .attachment{
  1364. width: 100%;
  1365. padding: 5px 0;
  1366. float: left;
  1367. box-sizing: border-box;
  1368. -mx-box-sizing: border-box;
  1369. -o-box-sizing: border-box;
  1370. -moz-box-sizing: border-box;
  1371. -webkit-box-sizing: border-box;
  1372. overflow: hidden;
  1373. }
  1374. .attachment-box{
  1375. float: left;
  1376. margin-bottom: 10px;
  1377. margin-right: 10px;
  1378. }
  1379. /*子進度計劃*/
  1380. .change-reason{
  1381. width: 100%;
  1382. float: left;
  1383. padding: 10px;
  1384. overflow: hidden;
  1385. border: 1px solid #dcdcdc;
  1386. box-sizing: border-box;
  1387. -mx-box-sizing: border-box;
  1388. -o-box-sizing: border-box;
  1389. -moz-box-sizing: border-box;
  1390. -webkit-box-sizing: border-box;
  1391. }
  1392. .reason-title{
  1393. font-weight: bold;
  1394. color: #33A0DC;
  1395. }
  1396. .reason-cont{
  1397. color: #323232;
  1398. }
  1399. /*查看施工日志*/
  1400. .work-img{
  1401. display: inline-block;
  1402. height: 145px;
  1403. width: 145px;
  1404. float: left;
  1405. background: #dcdcdc;
  1406. }
  1407. /*表格中checkbox样式*/
  1408. .table-checkbox{
  1409. width: 14px;
  1410. height: 14px;
  1411. display: inline-block;
  1412. text-align: center;
  1413. float: left;
  1414. }
  1415. /*附件删除图标*/
  1416. .del-red-icon{
  1417. display: inline-block;
  1418. width: 12px;
  1419. height: 12px;
  1420. background: url(../img/del-red-icon.png) no-repeat;
  1421. float: left;
  1422. margin: 10px;
  1423. cursor: pointer;
  1424. }