style.css 18 KB

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