style.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589
  1. @charset "utf-8";
  2. @font-face {
  3. font-family: 'icomoon';
  4. src:url('fonts/icomoon.eot');
  5. src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
  6. url('fonts/icomoon.woff') format('woff'),
  7. url('fonts/icomoon.ttf') format('truetype'),
  8. url('fonts/icomoon.svg#icomoon') format('svg');
  9. font-weight: normal;
  10. font-style: normal;
  11. }
  12. [data-icon]:before {
  13. font-family: 'icomoon';
  14. content: attr(data-icon);
  15. speak: none;
  16. font-weight: normal;
  17. font-variant: normal;
  18. text-transform: none;
  19. line-height: 1;
  20. -webkit-font-smoothing: antialiased;
  21. vertical-align:middle
  22. }
  23. ul, ol, li{
  24. line-height:normal;
  25. list-style-image:none;
  26. list-style-position:outside;
  27. list-style-type:none;
  28. margin:0
  29. }
  30. dl {
  31. margin:0
  32. }
  33. dd {
  34. margin-left:0
  35. }
  36. body{
  37. font-size:12px;
  38. }
  39. html, form, fieldset, a, ul, ol, li, div, legend, label,
  40. br, input, button, textarea, h1, h2, h3, h4, h5,em{
  41. padding: 0;
  42. margin: 0;
  43. font-weight: normal;
  44. font-style: normal;
  45. font-family:"微软雅黑","Tahoma";
  46. vertical-align: baseline;
  47. text-align:justify;
  48. word-wrap:break-word;
  49. text-justify:inter-ideograph
  50. }
  51. body{text-align:center}
  52. a {
  53. outline:none;
  54. }
  55. a {
  56. color: #0088cc;
  57. text-decoration: none;
  58. }
  59. a:hover,
  60. a:focus {
  61. color: #005580;
  62. text-decoration:none;
  63. }
  64. .taC,td.taC,th.taC{text-align: center;}
  65. .taR,td.taR,th.taR{text-align:right;}
  66. .fL{float:left}
  67. .fR{float:right}
  68. .width960{
  69. width:960px;
  70. margin:0 auto;
  71. }
  72. .colRed {color:#f70000}
  73. .colOrange {color:#ed8b00}
  74. .colYel {color:#d9a601}
  75. .colGreen{color:#17ab0c}
  76. .colGray{color:#999}
  77. .colBlue{color:#3172d9}
  78. .wrapHeader{
  79. height:4rem;
  80. background:url(headerBg.jpg) repeat-x 0 0;
  81. }
  82. .headerTop{
  83. height:0.4rem;
  84. background:#CFD37A;
  85. }
  86. .wrapForm{
  87. margin:0 auto;
  88. }
  89. .wrapForm .headerTitle{
  90. padding:4rem 0 2rem 0;
  91. font-size: 3.2rem;
  92. text-align: center;
  93. }
  94. .formCon{
  95. margin:0 1rem;
  96. }
  97. .formCon label{
  98. margin:0.5rem 0;
  99. font-size: 1.6rem;
  100. }
  101. .formCon input{
  102. width:100%;
  103. padding:0;
  104. height:4rem;
  105. line-height: 4rem;
  106. text-indent: 0.5rem;
  107. }
  108. .formCon button{
  109. margin:1rem 0 1rem 0;
  110. width:100%;
  111. height:4rem;
  112. line-height: 3.2rem;
  113. }
  114. .wrapTop{
  115. height:5rem;
  116. background:url(headerBg.jpg) repeat-x 0 0;
  117. }
  118. .wrapTop .mainLogo{
  119. width:20rem;
  120. height:4rem;
  121. line-height: 4rem;
  122. background:url(logo.png) no-repeat 0 0;
  123. }
  124. .wrapTop .userInfo{
  125. font-size: 1.8rem;
  126. color:#fff;
  127. }
  128. .wrapTop #dropdownMenu{
  129. position:absolute;
  130. left:-11rem;
  131. }
  132. .wrapTop #dropdownMenu a{
  133. color:#333;
  134. }
  135. .wrapTop .userInfo{
  136. padding:1rem 2rem 0 1rem;
  137. }
  138. .wrapTop .userInfo a{
  139. color:#fff;
  140. }
  141. .wrapTop .userInfo .topImg{
  142. padding:0 0 0 2rem;
  143. }
  144. .mainNav{
  145. margin:0 1.5rem;
  146. }
  147. .mainNav ul li{
  148. position:relative;
  149. padding:1.5rem 0;
  150. border-bottom:1px solid #ddd;
  151. }
  152. .mainNav .projectImg{
  153. margin:0 1.5rem 0 0;
  154. width:5rem;
  155. height:5rem;
  156. background:#f0f0f0;
  157. border-radius: 5px;
  158. text-align: center;
  159. }
  160. .navIcon{
  161. font-size: 3.2rem;
  162. color:#333;
  163. }
  164. .projectRight{
  165. margin:0 0 0 6.5rem;
  166. }
  167. .projectRight h4{
  168. margin-bottom: 0.5rem;
  169. color:#333;
  170. }
  171. .projectRight p{
  172. color:#333;
  173. }
  174. .badge{
  175. position:absolute;
  176. left:3.2rem;
  177. top:1.3rem;
  178. }
  179. .headerLeft{
  180. padding:1rem 0 0 1rem;
  181. font-size: 2rem;
  182. }
  183. .headerLeft, .headerLeft a{
  184. color:#fff;
  185. }
  186. .wrapContent .projectFrom{
  187. padding:1.5rem;
  188. }
  189. .wrapContent .project h3{
  190. padding:1.5rem;
  191. }
  192. .project ul li{
  193. background:#f7f7f7;
  194. padding:0 1.5rem;
  195. margin-bottom: 2rem;
  196. border-top: 1px solid #eaeaea;
  197. border-bottom: 1px solid #eaeaea;
  198. }
  199. .project ul li a{
  200. color:#333;
  201. }
  202. .project ul li p{
  203. font-size: 1.4rem;
  204. }
  205. .project ul li .title{
  206. padding:1rem 0 1rem 0;
  207. font-size: 2rem;
  208. color:#0088cc;
  209. }
  210. .wrapNav ul li{
  211. width:50%;
  212. }
  213. .wrapNav ul li a{
  214. width:100%;
  215. font-size: 1.6rem;
  216. text-align: center;
  217. padding:10px 0;
  218. }
  219. .wrapNavR ul li{
  220. width:33.3333% !important;
  221. }
  222. .wrapContent .proSection{
  223. padding:1.5rem;
  224. }
  225. .wrapGraphic ul li{
  226. float:left;
  227. font-size: 1.2rem;
  228. margin:1.5rem 0 1.5rem 1.5rem;
  229. }
  230. .graphic{
  231. width:1rem;
  232. height:1rem;
  233. border-radius: 0.2rem;
  234. display:inline-block;
  235. }
  236. .graphicGreen{
  237. background:#31c514;
  238. }
  239. .graphicBlue{
  240. background:#1480c5;
  241. }
  242. .graphicGray{
  243. background:#adadad;
  244. }
  245. .graphicRed{
  246. background:#ff0042;
  247. }
  248. .projectSeList ul li{
  249. margin-bottom: 2rem;
  250. }
  251. .projectSection{
  252. background:#f7f7f7;
  253. font-size: 1.4rem;
  254. padding:1rem 1.5rem;
  255. border-top: 1px solid #eaeaea;
  256. border-bottom: 1px solid #eaeaea;
  257. }
  258. .projectSection .title{
  259. padding:1rem 0 1rem 0;
  260. font-size: 2rem;
  261. }
  262. .projectList .openPro{
  263. width:100%;
  264. background:#e4e4e4;
  265. color:#333;
  266. padding:0.5rem 0;
  267. text-align: center;
  268. font-size: 1.4rem;
  269. border-top: 1px solid #ddd;
  270. border-bottom: 1px solid #ddd;
  271. cursor: pointer;
  272. }
  273. .projectList .projectDetail{
  274. position:relative;
  275. margin:1.5rem;
  276. font-size: 1.4rem;
  277. color:#333;
  278. border-bottom: 1px solid #ddd;
  279. }
  280. .projectDetail .title{
  281. padding:0 0 1rem 0;
  282. font-size: 1.6rem;
  283. color:#0088cc;
  284. }
  285. .projectDetail p{
  286. color:#333;
  287. }
  288. .projectDetail .trialTip{
  289. position:absolute;
  290. right:2rem;
  291. top:2rem;
  292. }
  293. .projectDetailNot{
  294. display:none;
  295. }
  296. .openProNot{
  297. display:none;
  298. }
  299. .mT2{
  300. margin:2rem 0 0 0;
  301. }
  302. .progress-gary, .progress .progress-gary {
  303. background-color: #bbb;
  304. background-image: -moz-linear-gradient(top, #ccc, #bbb);
  305. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#bbb));
  306. background-image: -webkit-linear-gradient(top, #ccc, #bbb);
  307. background-image: -o-linear-gradient(top, #ccc, #bbb);
  308. background-image: linear-gradient(to bottom, #ccc, #bbb);
  309. background-repeat: repeat-x;
  310. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#bbb', GradientType=0);
  311. }
  312. .projectTable{
  313. font-size: 1.4rem;
  314. margin-bottom: 2.5rem;
  315. border-top: 1px solid #ddd;
  316. border-bottom: 1px solid #ddd;
  317. }
  318. .projectTable dt{
  319. padding:1rem;
  320. background:#f0f0f0;
  321. }
  322. .projectTable dd b{
  323. font-size: 1.6rem;
  324. }
  325. .projectTable .table{
  326. margin:0;
  327. }
  328. .project .filesList ul li{
  329. margin:2rem 0 0 0;
  330. padding:1rem 1.5rem;
  331. }
  332. .filesList .filesListTitle{
  333. font-size: 1.8rem;
  334. padding:0 0 1rem 0;
  335. color:#0088cc;
  336. }
  337. .filesDetail{
  338. margin:0 1rem;
  339. font-size: 1.4rem;
  340. }
  341. .filesDetail dt{
  342. padding:1.5rem 0;
  343. border-bottom: 1px solid #ddd;
  344. }
  345. .filesDetail dd{
  346. padding:1.5rem 0;
  347. border-bottom: 1px solid #ddd;
  348. }
  349. .btnOrange{
  350. background:#ed8b00;
  351. color:#fff;
  352. border:1px solid #ed8b00;
  353. }
  354. .btnOrange:hover,.btnOrange:focus,.btnOrange:active{
  355. background:#ed8b00;
  356. color:#fff;
  357. border:1px solid #ed8b00;
  358. }
  359. .approvalList{
  360. margin-bottom: 4.5rem;
  361. }
  362. .approvalList ul li{
  363. font-size: 1.4rem;
  364. padding:1rem;
  365. border-bottom: 1px solid #ddd;
  366. }
  367. .approvalList .approvalView{
  368. padding:1rem 0 0 0;
  369. }
  370. .approvalList .approvalImg img{
  371. margin:0 1rem 0 0;
  372. border:2px solid #ddd;
  373. border-radius: 3px;
  374. }
  375. .pass{border-color: #009d0e !important;}
  376. .wait{border-color: #ff9900 !important;}
  377. .pa2ss{border-color: #999 !important;}
  378. .unpass{border-color: #f00 !important;}
  379. .approvalImg .fR{
  380. margin-top: 1rem;
  381. }
  382. .bottomToolsbar{
  383. position:fixed;
  384. bottom:0;
  385. width:100%;
  386. height:5.5rem;
  387. }
  388. .bottomToolsbar ul li{
  389. float:left;
  390. width:33.333%;
  391. height:5.5rem;
  392. line-height: 5.5rem;
  393. text-align: center;
  394. }
  395. .bottomToolsbar ul li button{
  396. width:100%;
  397. text-align:center;
  398. border:none;
  399. }
  400. .bottomView{
  401. width:100%;
  402. background:#fff;
  403. display:none;
  404. }
  405. .bottomView form{
  406. margin:1rem;
  407. }
  408. .bottomView form label{
  409. font-size: 1.4rem;
  410. margin-bottom: 0.5rem;
  411. }
  412. .wrapContent .userInfoList{
  413. margin:0 1rem;
  414. }
  415. .userInfoList ul li{
  416. padding:1.5rem 1rem;
  417. font-size: 1.4rem;
  418. border-bottom: 1px solid #ddd;
  419. }
  420. .userInfoList ul li a{
  421. color:#333;
  422. }
  423. .userLeft.userTouImg{
  424. padding:1.5rem 0 0 0;
  425. }
  426. .userRight{
  427. text-align: right;
  428. }
  429. .userRight span{
  430. font-size: 1.6rem;
  431. color:#555;
  432. }
  433. .p-1{
  434. padding:0.5rem 1rem;
  435. }
  436. .modalWrap{
  437. top:20%;
  438. }
  439. .shareList{
  440. }
  441. .shareList ul li{
  442. font-size: 1.6rem;
  443. margin:2rem 0;
  444. }
  445. .shareList .shareTitle{
  446. background:#f1f1f1;
  447. padding:1rem;
  448. border-top: 1px solid #ddd;
  449. border-bottom: 1px solid #ddd;
  450. }
  451. .shareList .shareLink{
  452. display:none;
  453. padding:1rem;
  454. border-bottom: 1px solid #ddd;
  455. }
  456. .labelSwitch{
  457. display: inline-block;
  458. vertical-align: middle;
  459. width: 3.8rem;
  460. border-radius: 1rem;
  461. border:1px solid #ddd;
  462. background:#fcfcfc;
  463. box-sizing: border-box;
  464. height: 2rem;
  465. position: relative;
  466. cursor: pointer;
  467. -webkit-align-self: center;
  468. align-self: center;
  469. }
  470. .labelSwitch input[type="checkbox"]{
  471. display:none;
  472. }
  473. .labelSwitch .checkbox{
  474. position:absolute;
  475. width: 2rem;
  476. border-radius: 1rem;
  477. box-sizing: border-box;
  478. height: 2rem;
  479. background: #fff;
  480. border:1px solid #ddd;
  481. z-index: 0;
  482. margin:0;
  483. padding:0;
  484. top:-1px;
  485. cursor: pointer;
  486. }
  487. .shareBtn{
  488. display:none;
  489. }
  490. .modalCont li{
  491. padding:1rem 0;
  492. border-bottom: 1px solid #ddd;
  493. }
  494. .modalCont li:last-child{
  495. border-bottom: none;
  496. }
  497. .slider{
  498. min-height:580px;
  499. /*display:block;
  500. position:relative;
  501. background:#fff;
  502. overflow:hidden;*/
  503. }
  504. .slider ul{
  505. list-style:none;
  506. }
  507. .slider-content{
  508. float:left;
  509. width:100%;
  510. display:block;
  511. overflow:auto;
  512. min-height:580px;
  513. }
  514. .slider-content ul{
  515. float:left;
  516. width:100%;
  517. display:block;
  518. position:relative;
  519. }
  520. .slider-content ul li{
  521. float:left;
  522. width:100%;
  523. }
  524. .slider-content ul ul li a{
  525. padding:5px 10px;
  526. display:block;
  527. border-bottom:1px solid #f3f3f3;
  528. text-transform:capitalize;
  529. }
  530. .slider-content ul ul li a:hover{
  531. background:#f3faff;
  532. border-color:#d5ebf9;
  533. }
  534. .slider-content .title{
  535. padding:5px 0;
  536. text-indent:10px;
  537. background:#bbb;
  538. color:#fff;
  539. width:100%;
  540. float:left;
  541. font-weight:bold;
  542. text-transform:uppercase;
  543. }
  544. .slider-content .selected .title{
  545. background:#666;
  546. }
  547. .slider .slider-nav{
  548. position:fixed;
  549. z-index: 2;
  550. right:0;
  551. top:0;
  552. background:#666;
  553. min-height:580px;
  554. transition: top .5s;
  555. display:none;
  556. }
  557. .slider .slider-nav ul{
  558. padding:5px 0;
  559. }
  560. .slider .slider-nav li a{
  561. padding:21px 8px;
  562. line-height:13px;
  563. text-align:center;
  564. color:#fff;
  565. font-weight:bold;
  566. display:block;
  567. text-transform:uppercase;
  568. cursor:pointer;
  569. }
  570. .slider #debug{
  571. position:absolute;
  572. bottom:0;
  573. left:0;
  574. padding:5px;
  575. background:#000;
  576. color:#fff;
  577. }
  578. .slider .arrow{
  579. font-size:0px;
  580. line-height:0%;
  581. width:0px;
  582. border-bottom:8px solid #fff;
  583. border-left:5px solid #333;
  584. border-right:5px solid #333;
  585. position:relative;top:5px;
  586. }