style.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994
  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:25%;
  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:35%
  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:0 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. margin-right:5px;
  614. }
  615. .avatar li.name {
  616. font-size:18px;
  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. height:54px;
  630. line-height:54px;
  631. color:#666;
  632. max-width:500px
  633. }
  634. .avatar li.con p{
  635. line-height: 18px;
  636. margin-top:15px
  637. }
  638. .missionPeriod .mpPass{
  639. width:60px;
  640. height:60px;
  641. background-color: #f7f7f7;
  642. border:1px solid #e5e5e5;
  643. float:left;
  644. line-height:60px;
  645. text-align:center;
  646. margin:0 5px 5px 0;
  647. color:#84af84;
  648. font-size:50px;
  649. text-decoration:none
  650. }
  651. .missionPeriod .mpPass:hover{
  652. background:#fff8ef
  653. }
  654. .missionPeriod {
  655. border-bottom:1px dashed #dbdbdb;
  656. padding:0 0 20px 0
  657. }
  658. .missionPeriod h4{
  659. font-weight:normal;
  660. font-size:14px;
  661. color:#666;
  662. height:30px;
  663. line-height:30px;
  664. cursor: pointer;
  665. padding:0 10px
  666. }
  667. .missionPeriod:hover h4{
  668. background:#f7f7f7;
  669. border-color:#fff
  670. }
  671. .missionPeriod .mpTips{
  672. text-align:center
  673. }
  674. .mpNotpass .title{
  675. border-color:#cc0000
  676. }
  677. .mpNotpass .title b{
  678. color:#cc0000
  679. }
  680. .mpWait .title{
  681. border-color:#ff9900
  682. }
  683. .mpWait .title b{
  684. color:#ff9900
  685. }
  686. .avatar .pass{
  687. border-color:#009d0e
  688. }
  689. .avatar .pass span{
  690. background:#009d0e
  691. }
  692. .avatar .wait{
  693. border-color:#ff9900
  694. }
  695. .avatar .wait span{
  696. background:#ff9900
  697. }
  698. .avatar .notpass{
  699. border-color:#cc0000
  700. }
  701. .avatar .notpass span{
  702. background:#cc0000
  703. }
  704. .avatarBar {
  705. background:#F1F1F1;
  706. width:100%;
  707. height:60px;
  708. }
  709. .avatarBar .avatar{
  710. margin:2px 0 0 5px
  711. }
  712. .avatarBar .fR{
  713. margin:15px 20px 0 0
  714. }
  715. .avatarBar .caret {
  716. border-bottom:4px solid #fff
  717. }
  718. .label input{
  719. margin:0;
  720. vertical-align:top;
  721. }
  722. .group-c1 {
  723. background-color:#e56061
  724. }
  725. .group-c2 {
  726. background-color:#8d9cb1
  727. }
  728. .group-c3 {
  729. background-color:#4fb7b8
  730. }
  731. .group-c4 {
  732. background-color:#66b856
  733. }
  734. .group-c5 {
  735. background-color:#B8569E
  736. }
  737. .group-c6 {
  738. background-color:#B87456
  739. }
  740. .group-c7 {
  741. background-color:#564FB8
  742. }
  743. .group-c8 {
  744. background-color:#4F81B8
  745. }
  746. .group-c9 {
  747. background-color:#D0CC59
  748. }
  749. .workGroup .groupEntry {
  750. background:#f7f7f7;
  751. padding:0 0 10px 0;
  752. margin:0 0 15px 0;
  753. box-shadow:1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  754. border-radius:3px;
  755. }
  756. .groupEntry .title b{
  757. color:#fff;
  758. height:28px;
  759. line-height:28px;
  760. display:inline-block;
  761. *display:inline;
  762. zoom:1;
  763. padding:0 10px;
  764. margin:0 10px 0 0;
  765. border-radius:3px 0 0 0;
  766. }
  767. .groupEntry .title a{
  768. font-size:18px;
  769. color:#999;
  770. margin:0 10px 0 0;
  771. text-decoration:none
  772. }
  773. .groupEntry .title a:hover{
  774. color:#EAB05E
  775. }
  776. .groupEntry .avatar li{
  777. margin:0 15px 0 0;
  778. border:none
  779. }
  780. .groupEntry .avatar li:hover{
  781. border-color:#333
  782. }
  783. .groupEntry .avatar li p{
  784. float:right;
  785. font-size:12px;
  786. margin:0;
  787. line-height:14px;
  788. padding:3px 5px 0 10px;
  789. color:666;
  790. display:none
  791. }
  792. .groupEntry .avatar li.count{
  793. height:48px;
  794. width:55px;
  795. font-size:12px;
  796. line-height:48px;
  797. border:none;
  798. background:none;
  799. text-align:center
  800. }
  801. .groupEntry .avatar li img{
  802. opacity: 0.9;
  803. -moz-opacity: 0.9;
  804. filter:alpha(opacity=9);
  805. }
  806. .groupEntry .avatar li:hover img{
  807. opacity: 1;
  808. -moz-opacity:1;
  809. filter:alpha(opacity=1);
  810. }
  811. .partner {
  812. padding:10px 15px;
  813. background:#f7f7f7
  814. }
  815. .partner li{
  816. border:none;
  817. margin:0 15px 15px 0;
  818. text-align:center;
  819. font-size:12px
  820. }
  821. .partner li img{
  822. opacity: 0.5;
  823. -moz-opacity: 0.5;
  824. filter:alpha(opacity=5);
  825. display:block
  826. }
  827. .partner li.focus{
  828. background-color:#333;
  829. color:#fff
  830. }
  831. .partner li.focus img{
  832. opacity: 1;
  833. -moz-opacity:1;
  834. filter:alpha(opacity=1);
  835. }
  836. .partner li input{
  837. position:absolute;
  838. right:2px;
  839. top:31px
  840. }
  841. .partner li.invite{
  842. border:1px dashed #999;
  843. height:48px;
  844. line-height:48px;
  845. width:48px;
  846. text-align:center
  847. }
  848. .partner li.invite:hover{
  849. border:1px solid #ccc
  850. }
  851. .form .partner .alert{
  852. margin:0
  853. }
  854. .inviteAvatar {
  855. background:#f7f7f7;
  856. padding:10px
  857. }
  858. .inviteAvatar img{
  859. padding:1px;
  860. background:#fff;
  861. border-radius:3px;
  862. float:left
  863. }
  864. .inviteAvatar p{
  865. margin:0 0 0 58px
  866. }
  867. .avatar li span.waitJoin{
  868. color:#CFD37A;
  869. background: #333333;
  870. width:20px;
  871. height:20px;
  872. line-height:16px;
  873. font-size:18px;
  874. border-radius: 10px;
  875. left:-10px;
  876. top:-10px;
  877. }
  878. .wrapLogin{
  879. border-top:5px solid #CFD37A;
  880. }
  881. .wrapLogin .loginPanel .tpa{
  882. text-align: right;
  883. margin:0 0 5px 0
  884. }
  885. .wrapLogin .loginPanel{
  886. width:330px;
  887. position: absolute;
  888. bottom:50%;
  889. right:50%;
  890. padding:10px;
  891. background:#F8F8F8;
  892. margin:0 -165px -100px 0
  893. }
  894. .wrapLogin .loginPanel img{
  895. margin:0 0 10px 0;
  896. border-radius:3px;
  897. padding:1px;
  898. background:#fff
  899. }
  900. .wrapLogin .loginPanel .alert{
  901. margin:10px 0 0 0;
  902. text-align:center
  903. }
  904. .adminSidebar{
  905. width:140px;
  906. padding:10px 10px 10px 0;
  907. }
  908. .adminSidebar li{
  909. margin:0 0 1px 0
  910. }
  911. .adminSidebar li a{
  912. display:inline-block;
  913. *display:inline;
  914. zoom:1;
  915. width:150px;
  916. text-align:center;
  917. padding:10px 0;
  918. font-size:14px;
  919. color:#999
  920. }
  921. .adminSidebar li a:hover{
  922. background:#f2f2f2
  923. }
  924. .adminSidebar li a.now{
  925. color:#666;
  926. font-weight:600;
  927. background:#ddd
  928. }
  929. .adminContent {
  930. margin:0 0 0 150px;
  931. padding:15px 15px 0 20px;
  932. border-left:1px solid #ddd;
  933. background:#fff;
  934. overflow-y:auto
  935. }
  936. .userInfoPanel{
  937. margin:20px auto 5px
  938. }
  939. .userInfoPanel p{
  940. text-align:right;
  941. margin:10px 10px 0 0
  942. }
  943. .copyRight{
  944. position:absolute;
  945. bottom:20px;
  946. width:100%;
  947. text-align:center;
  948. font-size:12px;
  949. color:#999
  950. }
  951. .copyRight a{
  952. color:#666
  953. }
  954. .filesWrap {
  955. position: relative;
  956. overflow: hidden;
  957. }
  958. .filesWrap .filesList{
  959. overflow-y:auto;
  960. width:70%;
  961. }
  962. .filesWrap .filesDetail{
  963. position: absolute;
  964. right:0;
  965. top:0;
  966. width:29%;
  967. border:1px solid #ccc;
  968. }
  969. .fileico {
  970. display: inline-block;
  971. width: 26px;
  972. height: 22px;
  973. background: url(fileico.gif) no-repeat 0 0;
  974. vertical-align: middle;
  975. }
  976. .fileico.ico-jpg{
  977. background-position:0 -80px
  978. }
  979. .fileico.ico-pdf{
  980. background-position:-64px -80px
  981. }
  982. .fileico.ico-doc{
  983. background-position:-96px -80px
  984. }
  985. .fileico.ico-xls{
  986. background-position:-128px -80px
  987. }
  988. .fileico.ico-txt{
  989. background-position:-160px -80px
  990. }
  991. .fileico.ico-zip{
  992. background-position:-352px -80px
  993. }