style.css 18 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142
  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: 12px/1.5 tahoma,arial,'Hiragino Sans GB',"微软雅黑",sans-serif;
  38. overflow:hidden;
  39. }a {
  40. outline:none;
  41. }
  42. a {
  43. color: #0088cc;
  44. text-decoration: none;
  45. }
  46. a:hover,
  47. a:focus {
  48. color: #005580;
  49. text-decoration:none;
  50. }
  51. .taC,td.taC,th.taC{text-align: center;}
  52. .taR,td.taR,th.taR{text-align:right;}
  53. .fL{float:left}
  54. .fR{float:right}
  55. .width960{
  56. width:960px;
  57. margin:0 auto;
  58. }
  59. .colRed {color:#f70000}
  60. .colOrange {color:#ed8b00}
  61. .colYel {color:#d9a601}
  62. .colGreen{color:#17ab0c}
  63. .colGray{color:#999}
  64. .colBlue{color:#3172d9}
  65. .wrapHeader{
  66. height:48px;
  67. background:url(headerBg.jpg) repeat-x 0 0;
  68. position:relative
  69. }
  70. .wrapHeader h1.mainLogo{
  71. width:249px;
  72. height:48px;
  73. position: absolute;
  74. background:url(logo.png) no-repeat 0 0;
  75. left:0;
  76. top:0;
  77. margin:0
  78. }
  79. .wrapHeader div.userInfo,.wrapHeader div.sysTools {
  80. position:absolute;
  81. right:0
  82. }
  83. .wrapHeader div.sysTools{
  84. top:15px;
  85. right:10px
  86. }
  87. div.userInfo .btn-group {
  88. margin:8px 10px 0 0
  89. }
  90. div.userInfo .btn-group .dropdown-menu{
  91. left:inherit;
  92. right:0
  93. }
  94. .mainSidebar{
  95. width:68px;
  96. float:left
  97. }
  98. .mainSidebar ul{
  99. border-bottom:1px solid #535353
  100. }
  101. .mainSidebar li{
  102. text-align:center;
  103. border-bottom:1px solid #303030;
  104. position:relative
  105. }
  106. .mainSidebar li .badge{
  107. position:absolute;
  108. right:8px;
  109. top:8px
  110. }
  111. .mainNav a{
  112. color:#fff;
  113. text-decoration:none;
  114. font-size:12px;
  115. border-top:1px solid #535353;
  116. padding:15px 0;
  117. display:block;
  118. color:#BABABA
  119. }
  120. .mainNav a:hover{
  121. border-left:1px solid #CFD37A;
  122. padding-right:1px;
  123. color:#e3e3e3
  124. }
  125. .mainNav a.focus{
  126. background:url(sidebarAfocue.png) repeat;
  127. border-left:1px solid #CFD37A;
  128. cursor: default;
  129. padding-right:1px;
  130. color:#fff
  131. }
  132. .mainNav .navIcon{
  133. font-size:24px
  134. }
  135. .wrapContent{
  136. background:url(sidebarBg.jpg) repeat-y 0 0;
  137. position:relative
  138. }
  139. .mainContainer{
  140. margin:0 0 0 68px;
  141. border-top:5px solid #CFD37A;
  142. overflow-y:auto;
  143. }
  144. .mainContent{
  145. padding:0 30px 0
  146. }
  147. .mainContent .title h1{
  148. font-size:24px;
  149. color:#333;
  150. font-weight:normal
  151. }
  152. .mainContent .title {
  153. padding:10px 0 0 0;
  154. }
  155. .mainContent .title .nav{
  156. display: inline-block;
  157. font-size: 18px;
  158. margin: 5px 0 0;
  159. }
  160. .mainContent .title .nav li.dropdown{
  161. float:left;
  162. margin:0 5px 0;
  163. line-height:18px
  164. }
  165. .mainContent .title .nav li.dropdown .dropdown-menu{
  166. font-size:12px
  167. }
  168. .mainContent .title .btn-group .dropdown-menu {
  169. left: inherit;
  170. right: 0;
  171. }
  172. .project {
  173. margin:0 0 30px 0;
  174. }
  175. .projec .odd{
  176. background:#fcfcfc
  177. }
  178. .project table th input,.project table td input{
  179. margin:0
  180. }
  181. .projectEntry {
  182. height:70px;
  183. margin:0 0 5px 0;
  184. border-radius:5px;
  185. background:#f7f7f7;
  186. color:#666
  187. }
  188. .project .proSection{
  189. margin:0 0 50px 0;
  190. }
  191. .project .proSection .table{
  192. margin:0;
  193. }
  194. .projectEntry:hover{
  195. background:#fff8ef;
  196. color:#333
  197. }
  198. .projectEntry .pojIcon {
  199. min-width:65px;
  200. height:70px;
  201. line-height:70px;
  202. text-align:center;
  203. text-shadow:0 1px 0 rgba(255, 255, 255, 0.4), 0 -1px 0 rgba(0, 0, 0, 0.4);
  204. font-size:36px;
  205. border-radius:5px 0 0 5px;
  206. position:relative;
  207. background:#CFD37A;
  208. }
  209. .projectEntry .pojIcon div {
  210. height: 40px;
  211. line-height: 40px;
  212. margin: 16px 0 0;
  213. }
  214. .projectEntry .c1{
  215. background-color: #E9DDCF;
  216. color: #D8A196
  217. }
  218. .projectEntry .c2{
  219. background-color: #ECE8D5;
  220. color: #C8BFA5
  221. }
  222. .projectEntry .c3{
  223. background-color: #E4EDD1;
  224. color: #C8D7A5
  225. }
  226. .projectEntry .c4{
  227. background-color: #DBEEE6;
  228. color: #AFD8C7
  229. }
  230. .projectEntry .c5{
  231. background-color: #CFE6E9;
  232. color: #8CB6C7
  233. }
  234. .projectEntry .c6{
  235. background-color: #CFD8E9;
  236. color: #8FA6D1
  237. }
  238. .projectEntry .c7{
  239. background-color: #F0DCE3;
  240. color: #DBA8BA
  241. }
  242. .projectEntry .c8{
  243. background-color: #E3E3E3;
  244. color: #B9C0C7
  245. }
  246. .projectEntry .pojDetail{
  247. width:92%
  248. }
  249. .pojDetail .title{
  250. width:35%;
  251. padding:0 0 0 10px;
  252. margin:12px 0 0 0
  253. }
  254. .pojDetail .title h5{
  255. margin:0 0 5px 0
  256. }
  257. .pojDetail .detail,.pojDetail .detail2 {
  258. width:35%;
  259. margin:12px 0 0 20px;
  260. overflow: hidden;
  261. }
  262. .pojDetail .detail2{
  263. width:25%
  264. }
  265. .pojDetail .detail p{
  266. margin:0 0 5px 0
  267. }
  268. .pojDetail .detail .progress {
  269. margin:0
  270. }
  271. .slidePanel{
  272. position:absolute;
  273. right:-100%;
  274. top:0;
  275. width:75%;
  276. height:100%;
  277. background:#fff;
  278. border-left: 1px solid #9b9c9e;
  279. box-shadow:0 0 5px 3px rgba(0, 0, 0, 0.2);
  280. overflow: auto;
  281. z-index: 999
  282. }
  283. .slidePanel .panelContent{
  284. margin:20px 20px 20px 0
  285. }
  286. .panelContent .title{
  287. margin:0 0 30px 0
  288. }
  289. .panelContent .title div.closePanel{
  290. cursor:pointer;
  291. border-radius:0 15px 15px 0
  292. }
  293. .panelContent .title div.closePanel:hover {
  294. background:#B94A48
  295. }
  296. .slidePanel .panelContent h2{
  297. font-size:18px;
  298. color:#666;
  299. margin:0;
  300. color:#333;
  301. font-weight:normal;
  302. height:30px;
  303. line-height:30px
  304. }
  305. .panelContent h2 div{
  306. height:30px;
  307. line-height:30px;
  308. text-align:center;
  309. width:24px;
  310. color:#fff;
  311. background:#9b9c9e;
  312. margin:0 5px 0 0
  313. }
  314. .panelContent .form{
  315. margin:0 0 0 20px
  316. }
  317. .panelContent .table input {
  318. margin:0;
  319. }
  320. .form .controls .alert{
  321. margin:0 90px 0 0
  322. }
  323. .jlTable,.misTable{
  324. overflow:auto;
  325. margin:8px 0 2px 0;
  326. position: relative
  327. }
  328. .misTable {
  329. margin-left:140px;
  330. margin-right:5px;
  331. }
  332. .jlTable .alert,.misTable .alert{
  333. position: absolute;
  334. bottom:0;
  335. right:20px;
  336. z-index: 999;
  337. }
  338. .bottomToolsbar {
  339. height:60px;
  340. overflow:hidden;
  341. }
  342. .reportList {
  343. margin:5px 0;
  344. }
  345. .tableTypeList {
  346. float:left;
  347. width:140px;
  348. margin-top:8px;
  349. }
  350. .tableTypeList li {
  351. width:140px;
  352. overflow: hidden
  353. }
  354. .tableTypeList li a{
  355. display: inline-block;
  356. padding:5px 10px;
  357. width:120px;
  358. line-height: 16px
  359. }
  360. .tableTypeList li a:hover{
  361. text-decoration: none;
  362. background: #f5f5f5;
  363. font-weight: 600
  364. }
  365. .tableTypeList li a.now{
  366. background:#414141;
  367. color:#CFD37A;
  368. cursor: default;
  369. font-weight: 600
  370. }
  371. .periodBar{
  372. height:28px;
  373. line-height:28px;
  374. background:#f1f1f1;
  375. padding:0 0 0 20px
  376. }
  377. .pjColorList{
  378. position:relative
  379. }
  380. .pjColor,.pjIcon{
  381. display:inline-block;
  382. *display:inline;
  383. zoom:1;
  384. width:24px;
  385. height:24px;
  386. margin:0 5px 0 0;
  387. text-align:center;
  388. padding:0;
  389. position:relative;
  390. font-size:14px;
  391. cursor: pointer;
  392. border-radius:3px
  393. }
  394. .pjSelect {
  395. height:20px;
  396. width:20px;
  397. border-width: 2px;
  398. border-style:solid;
  399. }
  400. .pjColor:hover {
  401. height:22px;
  402. width:22px;
  403. border-width: 1px;
  404. border-style:solid;
  405. }
  406. .pjSelect:hover {
  407. height:20px;
  408. width:20px;
  409. border-width: 2px;
  410. border-style:solid;
  411. }
  412. .pjSelect:after{
  413. content: "✔";
  414. position: absolute;
  415. top:0;
  416. left:5px
  417. }
  418. .pjIcon{
  419. font-size:18px;
  420. height:30px;
  421. line-height:30px;
  422. width:30px
  423. }
  424. .pjiSelect{
  425. border-width: 2px;
  426. border-style:solid;
  427. height:26px;
  428. width:26px;
  429. line-height:26px
  430. }
  431. .pjIcon:hover{
  432. border-width: 1px;
  433. border-style:solid;
  434. height:28px;
  435. width:28px;
  436. line-height:28px
  437. }
  438. .pjiSelect:hover{
  439. border-width: 2px;
  440. border-style:solid;
  441. height:26px;
  442. width:26px;
  443. line-height:26px
  444. }
  445. .pj-c1 {
  446. background-color: #E9DDCF;
  447. border-color: #D8A196;
  448. color: #D8A196
  449. }
  450. .pj-c2{
  451. background-color: #ECE8D5;
  452. border-color: #C8BFA5;
  453. color: #C8BFA5
  454. }
  455. .pj-c3{
  456. background-color: #E4EDD1;
  457. border-color: #C8D7A5;
  458. color: #C8D7A5
  459. }
  460. .pj-c4{
  461. background-color: #DBEEE6;
  462. border-color: #AFD8C7;
  463. color: #AFD8C7
  464. }
  465. .pj-c5{
  466. background-color: #DBEEE6;
  467. border-color: #AFD8C7;
  468. color: #AFD8C7
  469. }
  470. .pj-c6{
  471. background-color: #CFE6E9;
  472. border-color: #8CB6C7;
  473. color: #8CB6C7
  474. }
  475. .pj-c7{
  476. background-color: #E3E3E3;
  477. border-color: #B9C0C7;
  478. color: #B9C0C7
  479. }
  480. .pj-c8{
  481. background-color: #F0DCE3;
  482. border-color: #DBA8BA;
  483. color: #DBA8BA
  484. }
  485. .periodBar .entry{
  486. float:left
  487. }
  488. .periodBar a{
  489. text-decoration:none;
  490. cursor:pointer
  491. }
  492. .periodBar a.disAva{
  493. color:#999;
  494. cursor:default
  495. }
  496. .periodBar .page a{
  497. margin:0 5px
  498. }
  499. .periodBar a.dashed{
  500. margin:0 5px
  501. }
  502. .periodList .periodItem {
  503. width:370px;
  504. overflow: hidden;
  505. border-left:1px solid #d6d6d6;
  506. margin:0 0 0 20px
  507. }
  508. .periodList li{
  509. float:left;
  510. height:28px;
  511. line-height:28px;
  512. border:1px solid #d6d6d6;
  513. border-top:none;
  514. border-bottom:none;
  515. margin:0 0 0 -1px
  516. }
  517. .periodList li a{
  518. padding:0 15px
  519. }
  520. .periodList li.focus{
  521. float:left;
  522. height:25px;
  523. line-height:25px;
  524. border-color:#ababab;
  525. border-bottom:2px solid #333333;
  526. background:#fff
  527. }
  528. .periodList li.focus a{
  529. color:#333;
  530. border-color:#fff
  531. }
  532. .periodBar{.
  533. height:28px;
  534. overflow: hidden
  535. }
  536. .periodBar .addPeriod{
  537. margin:0 0 0 10px;
  538. font-size:18px
  539. }
  540. .periodBar .addPeriod a{
  541. margin:8px 0 0 0
  542. }
  543. .mpItem .title{
  544. padding:0 5px;
  545. font-size:48px;
  546. line-height:48px;
  547. height:48px;
  548. border-top:1px solid #F7F7F7
  549. }
  550. .mpItem .title div{
  551. font-size:12px;
  552. margin:0 5px 0 48px;
  553. text-align:right;
  554. line-height:16px
  555. }
  556. .mpItem .title div p{
  557. margin:10px 0 0 0
  558. }
  559. .avatar {
  560. margin:13px 0 0 10px
  561. }
  562. .avatar li{
  563. border:2px solid #999;
  564. padding:1px;
  565. background:#fff;
  566. position:relative;
  567. float:left;
  568. margin:3px 3px 0 0;
  569. border-radius:3px
  570. }
  571. .avatar li img{
  572. border-radius:3px
  573. }
  574. .avatar li span{
  575. position: absolute;
  576. background:#333;
  577. color:#fff;
  578. left:1px;
  579. bottom:1px;
  580. height:14px;
  581. line-height:14px;
  582. text-align:center;
  583. width:14px
  584. }
  585. .avatar li.add {
  586. width:54px;
  587. height:54px;
  588. border:none;
  589. background:none;
  590. }
  591. .avatar li.add span{
  592. font-size:56px;
  593. left:0;
  594. top:3px;
  595. background: none;
  596. color:#999;
  597. cursor:pointer;
  598. }
  599. .avatar li.add:hover{
  600. border-color: #333
  601. }
  602. .avatar li.add span:hover{
  603. color:#333
  604. }
  605. .avatar li.num {
  606. font-size:36px;
  607. color:#ccc;
  608. border:none;
  609. background:none;
  610. padding:0 15px;
  611. height:54px;
  612. line-height:54px;
  613. width:30px;
  614. }
  615. .avatar li.name {
  616. font-size:14px;
  617. border:none;
  618. background:none;
  619. padding:0 10px;
  620. height:54px;
  621. line-height:54px;
  622. min-width:100px;
  623. }
  624. .avatar li.con {
  625. font-size:12px;
  626. border:none;
  627. background:none;
  628. padding:0 10px;
  629. color:#666;
  630. max-width:500px
  631. }
  632. .avatar li.con p{
  633. line-height: 18px;
  634. margin-top:5px
  635. }
  636. .missionPeriod .mpPass{
  637. width:60px;
  638. height:60px;
  639. background-color: #f7f7f7;
  640. border:1px solid #e5e5e5;
  641. float:left;
  642. line-height:60px;
  643. text-align:center;
  644. margin:0 5px 5px 0;
  645. color:#84af84;
  646. font-size:50px;
  647. text-decoration:none
  648. }
  649. .missionPeriod .mpPass:hover{
  650. background:#fff8ef
  651. }
  652. .missionPeriod {
  653. border-bottom:1px dashed #dbdbdb;
  654. padding:0 0 20px 0
  655. }
  656. .missionPeriod h4{
  657. font-weight:normal;
  658. font-size:14px;
  659. color:#666;
  660. height:30px;
  661. line-height:30px;
  662. cursor: pointer;
  663. padding:0 10px
  664. }
  665. .missionPeriod:hover h4{
  666. background:#f7f7f7;
  667. border-color:#fff
  668. }
  669. .missionPeriod .mpTips{
  670. text-align:center
  671. }
  672. .mpNotpass .title{
  673. border-color:#cc0000
  674. }
  675. .mpNotpass .title b{
  676. color:#cc0000
  677. }
  678. .mpWait .title{
  679. border-color:#ff9900
  680. }
  681. .mpWait .title b{
  682. color:#ff9900
  683. }
  684. .avatar .pass{
  685. border-color:#009d0e
  686. }
  687. .avatar .pass span{
  688. background:#009d0e
  689. }
  690. .avatar .wait{
  691. border-color:#ff9900
  692. }
  693. .avatar .wait span{
  694. background:#ff9900
  695. }
  696. .avatar .notpass{
  697. border-color:#cc0000
  698. }
  699. .avatar .notpass span{
  700. background:#cc0000
  701. }
  702. .avatarBar {
  703. background:#F1F1F1;
  704. width:100%;
  705. min-height:64px;
  706. }
  707. .avatarBar .avatar{
  708. margin:2px 0 0 5px
  709. }
  710. .avatarBar .fR{
  711. margin:10px 20px 0 0
  712. }
  713. .avatarBar .caret {
  714. border-bottom:4px solid #fff
  715. }
  716. .label input{
  717. margin:0;
  718. vertical-align:top;
  719. }
  720. .group-c1 {
  721. background-color:#e56061
  722. }
  723. .group-c2 {
  724. background-color:#8d9cb1
  725. }
  726. .group-c3 {
  727. background-color:#4fb7b8
  728. }
  729. .group-c4 {
  730. background-color:#66b856
  731. }
  732. .group-c5 {
  733. background-color:#B8569E
  734. }
  735. .group-c6 {
  736. background-color:#B87456
  737. }
  738. .group-c7 {
  739. background-color:#564FB8
  740. }
  741. .group-c8 {
  742. background-color:#4F81B8
  743. }
  744. .group-c9 {
  745. background-color:#D0CC59
  746. }
  747. .workGroup .groupEntry {
  748. background:#f7f7f7;
  749. padding:0 0 10px 0;
  750. margin:0 0 15px 0;
  751. box-shadow:1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  752. border-radius:3px;
  753. }
  754. .groupEntry .title b{
  755. color:#fff;
  756. height:28px;
  757. line-height:28px;
  758. display:inline-block;
  759. *display:inline;
  760. zoom:1;
  761. padding:0 10px;
  762. margin:0 10px 0 0;
  763. border-radius:3px 0 0 0;
  764. }
  765. .groupEntry .title a{
  766. font-size:18px;
  767. color:#999;
  768. margin:0 10px 0 0;
  769. text-decoration:none
  770. }
  771. .groupEntry .title a:hover{
  772. color:#EAB05E
  773. }
  774. .groupEntry .avatar li{
  775. margin:0 15px 0 0;
  776. border:none
  777. }
  778. .groupEntry .avatar li:hover{
  779. border-color:#333
  780. }
  781. .groupEntry .avatar li p{
  782. float:right;
  783. font-size:12px;
  784. margin:0;
  785. line-height:14px;
  786. padding:3px 5px 0 10px;
  787. color:666;
  788. display:none
  789. }
  790. .groupEntry .avatar li.count{
  791. height:48px;
  792. width:55px;
  793. font-size:12px;
  794. line-height:48px;
  795. border:none;
  796. background:none;
  797. text-align:center
  798. }
  799. .groupEntry .avatar li img{
  800. opacity: 0.9;
  801. -moz-opacity: 0.9;
  802. filter:alpha(opacity=9);
  803. }
  804. .groupEntry .avatar li:hover img{
  805. opacity: 1;
  806. -moz-opacity:1;
  807. filter:alpha(opacity=1);
  808. }
  809. .partner {
  810. padding:10px 15px;
  811. background:#f7f7f7
  812. }
  813. .partner li{
  814. border:none;
  815. margin:0 15px 15px 0;
  816. text-align:center;
  817. font-size:12px
  818. }
  819. .partner li img{
  820. opacity: 0.5;
  821. -moz-opacity: 0.5;
  822. filter:alpha(opacity=5);
  823. display:block
  824. }
  825. .partner li.focus{
  826. background-color:#333;
  827. color:#fff
  828. }
  829. .partner li.focus img{
  830. opacity: 1;
  831. -moz-opacity:1;
  832. filter:alpha(opacity=1);
  833. }
  834. .partner li input{
  835. position:absolute;
  836. right:2px;
  837. top:31px
  838. }
  839. .partner li.invite{
  840. border:1px dashed #999;
  841. height:48px;
  842. line-height:48px;
  843. width:48px;
  844. text-align:center
  845. }
  846. .partner li.invite:hover{
  847. border:1px solid #ccc
  848. }
  849. .form .partner .alert{
  850. margin:0
  851. }
  852. .inviteAvatar {
  853. background:#f7f7f7;
  854. padding:10px
  855. }
  856. .inviteAvatar img{
  857. padding:1px;
  858. background:#fff;
  859. border-radius:3px;
  860. float:left
  861. }
  862. .inviteAvatar p{
  863. margin:0 0 0 58px
  864. }
  865. .avatar li span.waitJoin{
  866. color:#CFD37A;
  867. background: #333333;
  868. width:20px;
  869. height:20px;
  870. line-height:16px;
  871. font-size:18px;
  872. border-radius: 10px;
  873. left:-10px;
  874. top:-10px;
  875. }
  876. .wrapLogin{
  877. border-top:5px solid #CFD37A;
  878. }
  879. .wrapLogin .loginPanel .tpa{
  880. text-align: right;
  881. margin:0 0 5px 0
  882. }
  883. .wrapLogin .loginPanel{
  884. width:330px;
  885. position: absolute;
  886. bottom:50%;
  887. right:50%;
  888. padding:10px;
  889. background:#F8F8F8;
  890. margin:0 -165px -100px 0
  891. }
  892. .wrapLogin .loginPanel img{
  893. margin:0 0 10px 0;
  894. border-radius:3px;
  895. padding:1px;
  896. background:#fff
  897. }
  898. .wrapLogin .loginPanel .alert{
  899. margin:10px 0 0 0;
  900. text-align:center
  901. }
  902. .adminSidebar{
  903. width:140px;
  904. padding:10px 10px 10px 0;
  905. }
  906. .adminSidebar li{
  907. margin:0 0 1px 0
  908. }
  909. .adminSidebar li a{
  910. display:inline-block;
  911. *display:inline;
  912. zoom:1;
  913. width:150px;
  914. text-align:center;
  915. padding:10px 0;
  916. font-size:14px;
  917. color:#999
  918. }
  919. .adminSidebar li a:hover{
  920. background:#f2f2f2
  921. }
  922. .adminSidebar li a.now{
  923. color:#666;
  924. font-weight:600;
  925. background:#ddd
  926. }
  927. .adminContent {
  928. margin:0 0 0 150px;
  929. padding:15px 15px 0 20px;
  930. border-left:1px solid #ddd;
  931. background:#fff;
  932. overflow-y:auto
  933. }
  934. .userInfoPanel{
  935. margin:20px auto 5px
  936. }
  937. .userInfoPanel p{
  938. text-align:right;
  939. margin:10px 10px 0 0
  940. }
  941. .copyRight{
  942. position:absolute;
  943. bottom:20px;
  944. width:100%;
  945. text-align:center;
  946. font-size:12px;
  947. color:#999
  948. }
  949. .copyRight a{
  950. color:#666
  951. }
  952. .filesWrap {
  953. position: relative;
  954. overflow: hidden;
  955. }
  956. .filesWrap .filesList{
  957. width:70%;
  958. min-height: 400px
  959. }
  960. .filesWrap .filesDetail{
  961. position: absolute;
  962. right:0;
  963. top:0;
  964. width:29%;
  965. border:1px solid #ccc;
  966. }
  967. .fileico {
  968. display: inline-block;
  969. width: 26px;
  970. height: 22px;
  971. background: url(fileico.gif) no-repeat 0 0;
  972. vertical-align: middle;
  973. }
  974. .fileico.ico-jpg{
  975. background-position:0 -80px
  976. }
  977. .fileico.ico-pdf{
  978. background-position:-64px -80px
  979. }
  980. .fileico.ico-doc{
  981. background-position:-96px -80px
  982. }
  983. .fileico.ico-xls{
  984. background-position:-128px -80px
  985. }
  986. .fileico.ico-txt{
  987. background-position:-160px -80px
  988. }
  989. .fileico.ico-zip{
  990. background-position:-352px -80px
  991. }
  992. /*报表签署*/
  993. .signContent {
  994. padding:0;
  995. }
  996. .signContent .title{
  997. padding:0 30px;
  998. border-bottom:1px solid #ddd
  999. }
  1000. .sign-avatars span{
  1001. margin:0 10px 0 0
  1002. }
  1003. .sign-index{
  1004. width:644px;
  1005. margin:100px auto 0
  1006. }
  1007. .sign-menu {
  1008. margin:0 0 50px 0
  1009. }
  1010. .sign-menu .item {
  1011. float:left;
  1012. width:300px;
  1013. height:120px;
  1014. text-align:center;
  1015. font-size:38px;
  1016. border:1px solid #ddd;
  1017. margin:10px
  1018. }
  1019. .sign-menu .item h1{
  1020. color:#666;
  1021. font-weight:400;
  1022. }
  1023. .sign-index .bar{
  1024. text-align:center;
  1025. width:322px;
  1026. margin:0 auto
  1027. }
  1028. .sign-topbar {
  1029. margin:15px 0 0 0
  1030. }
  1031. .sign-content {
  1032. overflow: scroll;
  1033. background: #ededed;
  1034. border-right:1px solid #ddd;
  1035. box-sizing: border-box;
  1036. }
  1037. .sign-content .page{
  1038. margin:0 auto;
  1039. width:1085px;
  1040. border: 9px solid transparent;
  1041. position: relative;
  1042. overflow: hidden;
  1043. }
  1044. .sign-side{
  1045. width:220px;
  1046. }
  1047. .sign-side .view-info{
  1048. border-bottom:1px solid #ddd
  1049. }
  1050. .view-info li{
  1051. padding:10px 5px 10px 65px;
  1052. border-top:1px dashed #ddd
  1053. }
  1054. .view-info li:first-child{
  1055. border-top:none;
  1056. }
  1057. .view-info li div {
  1058. margin-left:-55px;
  1059. width:60px;
  1060. color:#999
  1061. }
  1062. .signed-list li{
  1063. height:48px;
  1064. line-height:48px;
  1065. padding:10px 10px 10px 30px;
  1066. border-bottom:1px dashed #ddd;
  1067. }
  1068. .signed-list li .no{
  1069. margin-left:-20px;
  1070. color:#999;
  1071. font-size:18px
  1072. }
  1073. .signed-list li .avatars {
  1074. height:48px
  1075. }
  1076. .signed-list li .avatars img{
  1077. vertical-align: top;
  1078. margin:0 5px 0 0
  1079. }
  1080. .sign-side .btn-bar {
  1081. width:180px;
  1082. margin:20px auto
  1083. }
  1084. .moadl-avatars li{
  1085. border:1px solid #ddd;
  1086. padding:10px;
  1087. width:230px;
  1088. float:left;
  1089. margin:5px
  1090. }
  1091. .moadl-avatars li p:last-child{
  1092. margin: 0;
  1093. }
  1094. .sign-content .page .user-sign{
  1095. position: absolute;
  1096. top:10%;
  1097. left:10%;
  1098. z-index: 999;
  1099. width:300px
  1100. }
  1101. .user-sign .focus{
  1102. background:rgba(255,0,0,0.1);
  1103. }
  1104. .user-sign img{
  1105. width:inherit;
  1106. }
  1107. .user-sign .img-bar {
  1108. background:#ddd;
  1109. text-align: right;
  1110. position: absolute;
  1111. right:0;
  1112. top:0;
  1113. display:none;
  1114. }
  1115. .user-sign:hover .img-bar{
  1116. display: block;
  1117. }
  1118. #draggable{
  1119. cursor: move;
  1120. }
  1121. .user-sign .img-bar a{
  1122. display:inline-block;
  1123. font-size:16px;
  1124. padding:3px 5px;
  1125. line-height: 16px;
  1126. }
  1127. .user-sign .img-bar a:hover{
  1128. background:#f2f2f2
  1129. }
  1130. .sign-share-header {
  1131. height:29px;
  1132. line-height: 29px;
  1133. border-bottom:1px solid #ccc;
  1134. }
  1135. .sign-share-header .title{
  1136. margin-left:10px
  1137. }
  1138. .sign-share-header .copyright{
  1139. float:right;
  1140. margin-right:10px
  1141. }