国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

1156 linhas
22KB

  1. /**************************************
  2. 通用样式部分(BaseStyle)
  3. Update:09-11-11
  4. Author:tianya From:DesDev INC.
  5. **************************************/
  6. body, html {
  7. min-height:101%;
  8. background-color:#fff;
  9. }
  10. body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, lengend, button, input, textarea, th, td {
  11. margin:0;
  12. padding:0;
  13. }
  14. body, button, input, select, textarea {
  15. font:12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  16. }
  17. h1 {
  18. font-size:18px;
  19. }
  20. h2 {
  21. font-size:16px;
  22. }
  23. h3 {
  24. font-size:14px;
  25. }
  26. h4, h5, h6 {
  27. font-size:100%;
  28. }
  29. address, cite, dfn, em, var {
  30. font-style:normal;
  31. }
  32. code, kbd, pre, samp, tt {
  33. font-family:"Courier New", Courier, monospace;
  34. }
  35. small {
  36. font-size:12px;
  37. }
  38. ul, ol {
  39. list-style:none;
  40. }
  41. td { line-height: 1.5; }
  42. a {
  43. text-decoration:none;
  44. }
  45. a:hover {
  46. text-decoration:underline;
  47. }
  48. abbr[title], acronym[title] {
  49. border-bottom:1px dotted;
  50. cursor:help;
  51. }
  52. q:before, q:after {
  53. content:'';
  54. }
  55. legend {
  56. color:#000;
  57. }
  58. fieldset, img {
  59. border:none;
  60. }
  61. button, input, select, textarea {
  62. font-size:100%;
  63. }
  64. table {
  65. border-collapse:collapse;
  66. border-spacing:0;
  67. }
  68. hr {
  69. border:none;
  70. height:1px;
  71. color:#fff;
  72. }
  73. /**************************************
  74. 全局样式部分(GenericStyle)
  75. Update:09-11-05
  76. **************************************/
  77. .w960 {
  78. width:960px;
  79. }
  80. .hidden {
  81. display:none;
  82. }
  83. .fLeft {
  84. float:left!important;
  85. }
  86. .fRight {
  87. float:right!important;
  88. }
  89. .clearfix {
  90. *zoom:1;
  91. }
  92. .mt5{
  93. margin-top:5px;
  94. }
  95. .mt10{
  96. margin-top:10px;
  97. }
  98. .ml5{
  99. margin-left:5px;
  100. }
  101. .ml10{
  102. margin-left:10px;
  103. }
  104. .clearfix:after {
  105. content:'\0020';
  106. display:block;
  107. height:0;
  108. clear:both;
  109. }
  110. .btn1 {
  111. background: url(../images/btn1_bg.gif) no-repeat scroll 0px 0px;
  112. border-style: none;
  113. height: 22px;
  114. width: 55px;
  115. font-size: 12px;
  116. color: #FFF;
  117. }
  118. .greenBtn1, .greenBtn2, .greenBtn3, .greenBtn4 {
  119. background: url(../images/greenbtn.gif) no-repeat scroll;
  120. height: 23px;
  121. border-style: none;
  122. padding-right: 6px;
  123. padding-left: 6px;
  124. color: #FFF;
  125. margin-right: 2px;
  126. margin-left: 2px;
  127. }
  128. .greenBtn1 {
  129. background-position: 0px -5px;
  130. width: 46px;
  131. }
  132. .greenBtn2 {
  133. background-position: 0px -38px;
  134. width: 58px;
  135. }
  136. .greenBtn3 {
  137. background-position: 0px -71px;
  138. width: 70px;
  139. }
  140. .greenBtn4 {
  141. background-position: 0px -104px;
  142. width: 82px;
  143. }
  144. .appMsg {
  145. padding:10px 0;
  146. width:100%;
  147. display:block;
  148. margin-bottom:5px;
  149. min-height:30px;
  150. }
  151. .appMsg .tips {
  152. float:left;
  153. _height:30px;
  154. min-height:30px;
  155. line-height:30px;
  156. padding:0 10px 0 32px;
  157. font-weight:700;
  158. border:1px solid #6B9919;
  159. color:#5F9304;
  160. background: #FFFBDE url(../images/tipsico.gif) no-repeat scroll 10px 10px;
  161. width: 688px;
  162. }
  163. .meTitle {
  164. border-bottom:1px solid #DEDEDE;
  165. color:#717171;
  166. line-height:16px;
  167. padding:0 0 5px 5px;
  168. font-size: 12px;
  169. margin-bottom:10px;
  170. }
  171. .meTitle small, .postForm small {
  172. font-weight: normal;
  173. font-size: 12px;
  174. color: #B8B8B8;
  175. }
  176. .picList {
  177. line-height:21px;
  178. overflow:hidden;
  179. }
  180. .picList li {
  181. float:left;
  182. padding-top:17px;
  183. width:16.6%;
  184. text-align:center;
  185. }
  186. .picList li img {
  187. border:1px solid #A4A4A4;
  188. padding:1px;
  189. }
  190. .doPost a {
  191. color: #5F9304;
  192. }
  193. .searchForm {
  194. text-align: center;
  195. }
  196. .listDo {
  197. height: 34px;
  198. margin-bottom: 5px;
  199. padding-bottom: 5px;
  200. }
  201. .listDo .control {
  202. margin-top: 10px;
  203. }
  204. .list {
  205. margin-top: 10px;
  206. font-size:12px;
  207. }
  208. .list thead tr th {
  209. background: #EAEAEA;
  210. font-weight: normal;
  211. height: 28px;
  212. line-height: 28px;
  213. }
  214. .list tbody tr td {
  215. height: 28px;
  216. line-height: 28px;
  217. border-bottom: 1px solid #EAEAEA;
  218. }
  219. .list tbody tr a {
  220. color: #29A5C9;
  221. }
  222. .list tbody tr .tabTitle {
  223. padding-left: 15px;
  224. }
  225. .listStyle2 {
  226. margin-top: 10px;
  227. }
  228. .listStyle2 tbody tr td {
  229. height: 28px;
  230. line-height: 28px;
  231. }
  232. .listStyle2 tbody tr a {
  233. color: #29A5C9;
  234. }
  235. .listStyle2 tbody tr .tabTitle {
  236. padding-left: 15px;
  237. }
  238. .listStyle2 .tbBtm {
  239. border-bottom: 1px solid #EAEAEA;
  240. }
  241. .listStyle3 li table tr td {
  242. height: 22px;
  243. }
  244. .listStyle3 .userTitle a {
  245. color: #29A5C9;
  246. }
  247. .listStyle3 li {
  248. border-bottom:1px dotted #E0E0E0;
  249. padding: 8px 0 5px 5px;
  250. }
  251. .listStyle3 li:hover {
  252. background: #F7F7F7;
  253. }
  254. .listStyle3 li .frdInfo {
  255. float: right;
  256. width: 660px;
  257. }
  258. .listStyle3 .userHead img {
  259. display:block;
  260. height:60px;
  261. width:60px;
  262. }
  263. table.list tbody tr.hover td, table.list tbody tr.row0:hover td, table.list tbody tr.row1:hover td {
  264. background-color: #ffd;
  265. }
  266. table.list tbody .row1, .row1 {
  267. background: #f9f9f9;
  268. border-top: 1px solid #fff;
  269. }
  270. table.list tbody .row1 td {
  271. background: #f9f9f9;
  272. border-top: 1px solid #FFF;
  273. }
  274. .template tbody a {
  275. color: #29A5C9;
  276. }
  277. .template {
  278. width: 100%;
  279. }
  280. .template tbody tr {
  281. text-align: left;
  282. }
  283. .template tbody tr td {
  284. line-height: 20px;
  285. padding-top: 5px;
  286. padding-bottom: 5px;
  287. }
  288. #pagelist{
  289. text-align:right;
  290. margin-top:10px;
  291. }
  292. #pagelist a{
  293. color:#29A5C9;
  294. margin-left:5px;
  295. }
  296. .pageList {
  297. float: right;
  298. margin-top: 10px;
  299. text-align:right;
  300. }
  301. .postForm, .contentShow {
  302. padding: 10px 40px;
  303. min-height:25px;
  304. _height:25px;
  305. line-height:25px;
  306. margin-bottom:10px;
  307. }
  308. .postForm .cellBg {
  309. background: #F7F7F7;
  310. }
  311. .postForm .cellBg a{
  312. color:#5F9304;
  313. }
  314. .postForm p, contentShow p {
  315. line-height:28px;
  316. min-height:25px;
  317. zoom:1;
  318. margin-top: 10px;
  319. padding-top: 2px;
  320. padding-bottom: 2px;
  321. overflow:hidden;
  322. }
  323. .postForm label, contentShow label {
  324. display:inline-block;
  325. width:7.5em;
  326. text-align:right;
  327. color:#727272;
  328. vertical-align:top;
  329. padding-left: 5px;
  330. }
  331. .postForm select {
  332. font-size:13px;
  333. color:#666;
  334. _margin:2px 0 0 0;
  335. }
  336. .postForm .intxt, textarea {
  337. padding:4px 5px;
  338. border:1px solid #9e9e9e;
  339. width:320px;
  340. background:url(../images/input_bg.gif) no-repeat 0 0;
  341. color: #666;
  342. }
  343. .postForm textarea {
  344. height:5em;
  345. }
  346. .postForm p .colLeft {
  347. width: 45%;
  348. float: left;
  349. }
  350. .postForm p .colRight {
  351. width: 45%;
  352. float: left;
  353. margin-left: 15px;
  354. }
  355. .postForm input{
  356. margin:0 0px;
  357. *margin:0 -1px;
  358. _margin:0;
  359. }
  360. .postForm .fleft{
  361. float:left;
  362. }
  363. .postForm span.inputinfo{
  364. width:553px;
  365. float:left;
  366. }
  367. .intxt{
  368. padding:4px 5px;
  369. border:1px solid #9e9e9e;
  370. width:320px;
  371. background:url(../images/input_bg.gif) no-repeat 0 0;
  372. color: #666;
  373. }
  374. /**************************************
  375. 布局样式部分(LayoutStyle)
  376. Update:09-11-05
  377. **************************************/
  378. #main {
  379. padding:0 10px;
  380. }
  381. #header {
  382. }
  383. #header #siteNav {
  384. background: transparent url(../images/site_bg.gif) repeat-x scroll 0px 0px;
  385. height: 25px;
  386. }
  387. #siteNav #loginInfo {
  388. float: left;
  389. height: 16px;
  390. margin-top: 5px;
  391. }
  392. #siteNav #quickMenu {
  393. float: right;
  394. }
  395. #quickMenu li {
  396. float:left;
  397. height:25px;
  398. line-height:24px;
  399. margin-right:8px;
  400. margin:0;
  401. padding:0 8px;
  402. background: transparent url(../images/site_bg.gif) repeat-x scroll -10px -75px;
  403. }
  404. #header #topPic {
  405. height: 82px;
  406. width: 960px;
  407. margin-bottom: -25px;
  408. background: #FFF;
  409. }
  410. #topPic .topLogo {
  411. margin-top: 10px;
  412. margin-left: 10px;
  413. }
  414. #header #topNav {
  415. position:relative;
  416. z-index:10;
  417. }
  418. #topNav #appIterm {
  419. margin:0 0 -2px;
  420. padding-left:10px;
  421. height: 27px;
  422. }
  423. #topNav #appIterm li {
  424. float:left;
  425. height:25px;
  426. margin:0 3px 0 0;
  427. background: transparent url(../images/site_bg.gif) repeat-x scroll -10px -115px;
  428. }
  429. #topNav #appIterm li a {
  430. background: transparent url(../images/site_bg.gif) repeat-x scroll right -150px;
  431. color:#999999;
  432. display:block;
  433. font-weight:bold;
  434. line-height:25px;
  435. margin:0 0 0 3px;
  436. padding:0 1em;
  437. }
  438. #topNav #appIterm li a:hover {
  439. text-decoration:none;
  440. }
  441. #topNav #appIterm .thisApp {
  442. background: transparent url(../images/site_bg.gif) repeat-x scroll -10px -185px;
  443. }
  444. #topNav #appIterm .thisApp a {
  445. background: transparent url(../images/site_bg.gif) repeat-x scroll -11px -225px;
  446. color: #EDF2E4;
  447. }
  448. #topNav #channel {
  449. background: transparent url(../images/site_bg.gif) repeat-x scroll 0px -265px;
  450. height: 28px;
  451. padding:6px 0 0 15px;
  452. }
  453. #topNav #channel ul {
  454. height: 21px;
  455. overflow: hidden;
  456. }
  457. #topNav #channel ul li {
  458. float:left;
  459. background: transparent url(../images/site_bg.gif) no-repeat scroll -10px -318px;
  460. height: 21px;
  461. margin-right: 10px;
  462. margin-left: -3px;
  463. padding-left: 10px;
  464. }
  465. #topNav #channel ul li a {
  466. color: #FFF;
  467. height: 21px;
  468. text-decoration:none;
  469. display: inline-block;
  470. position: relative;
  471. }
  472. #topNav #channel ul li span {
  473. cursor:pointer;
  474. display:inline-block;
  475. height:21px;
  476. line-height:18px;
  477. margin:0 0 0 5px;
  478. padding:0 5px 0 0;
  479. text-align:center;
  480. vertical-align:middle;
  481. }
  482. #topNav #channel .thisApp {
  483. padding-top:0;
  484. }
  485. #topNav #channel .thisApp a {
  486. background: transparent url(../images/site_bg.gif) no-repeat scroll -10px -345px;
  487. text-decoration: none;
  488. display: inline-block;
  489. position: relative;
  490. }
  491. #topNav #channel .thisApp span {
  492. background: transparent url(../images/site_bg.gif) no-repeat scroll right -380px;
  493. cursor:pointer;
  494. display:inline-block;
  495. height:21px;
  496. line-height:18px;
  497. margin:0 0 0 5px;
  498. padding:0 5px 0 0;
  499. text-align:center;
  500. vertical-align:middle;
  501. }
  502. #topNav #channel ul li a.hover, #topNav #channel ul li a:hover {
  503. background: transparent url(../images/site_bg.gif) no-repeat scroll -10px -415px;
  504. text-decoration:none;
  505. display: inline-block;
  506. position: relative;
  507. }
  508. #topNav #channel ul li a.hover span, #topNav #channel ul li a:hover span {
  509. background: transparent url(../images/site_bg.gif) no-repeat scroll right -450px;
  510. cursor:pointer;
  511. display:inline-block;
  512. height:21px;
  513. line-height:18px;
  514. margin:0 0 0 5px;
  515. padding:0 5px 0 0;
  516. text-align:center;
  517. vertical-align:middle;
  518. }
  519. #topNav #channel ul, #topNav #appIterm {
  520. *zoom:1;
  521. }
  522. #header, #content, #footer {
  523. margin-left:auto;
  524. margin-right:auto;
  525. }
  526. #header, #footer {
  527. margin:0 -10px 10px -10px;
  528. }
  529. /**********LayoutStyle.header**********/
  530. /*--------------头部样式--------------*/
  531. #siteNav .innerWrap {
  532. width:960px;
  533. margin:0 auto;
  534. }
  535. #siteNav a {
  536. color: #000000;
  537. }
  538. #siteNav a:hover {
  539. color: #FF5500;
  540. }
  541. #siteNav .userName {
  542. color: #3365CB;
  543. }
  544. /*LayoutStyle.header.quickMenu*/
  545. /*----------顶部菜单----------*/
  546. #quickMenu .home {
  547. background:transparent none repeat scroll 0 0;
  548. }
  549. #quickMenu .help a {
  550. background: transparent url(../images/site_bg.gif) no-repeat scroll -10px -50px;
  551. padding-left: 15px;
  552. }
  553. #quickMenu .help a {
  554. *background-position:-10px -50px;
  555. _background-position:-10px -48px;
  556. }
  557. /**********LayoutStyle.content**********/
  558. #content {
  559. margin:0 auto;
  560. padding-top:10px;
  561. }
  562. #content.w960 {
  563. padding:10px;
  564. width:940px;
  565. background:#F5F5F5;
  566. }
  567. * html #content {
  568. padding:10px;
  569. width:960px;
  570. background:#f5f5f5;
  571. }
  572. /*LayoutStyle.content.mcpsub*/
  573. /*----------左侧菜单----------*/
  574. #content #mcpsub {
  575. position:relative;
  576. float:left;
  577. width:175px;
  578. *zoom:1;
  579. }
  580. #mcpsub .topGr {
  581. background: url(../images/leftMenu_top.gif) no-repeat scroll 0px 0px;
  582. height: 4px;
  583. width: 177px;
  584. line-height: 0px;
  585. font-size: 0px;
  586. }
  587. #mcpsub #menuBody {
  588. background: #FFFFFF;
  589. border-right: 1px solid #DCDCDC;
  590. border-left: 1px solid #DCDCDC;
  591. width: 175px;
  592. padding-top: 1px;
  593. }
  594. #mcpsub #menuBody .menuTitle {
  595. background: #75B439;
  596. font-size: 12px;
  597. font-weight: normal;
  598. color: #FFF;
  599. height: 26px;
  600. line-height: 26px;
  601. margin-top: 10px;
  602. margin-bottom: 8px;
  603. padding-left: 15px;
  604. display: block;
  605. cursor:pointer;
  606. }
  607. #mcpsub #menuBody .menuTitle b {
  608. background: url(../images/hidden.GIF) no-repeat scroll 0px 0px;
  609. height: 9px;
  610. width: 9px;
  611. display: inline-block;
  612. vertical-align: middle;
  613. margin-top: 0px!important;
  614. margin-top: 8px;
  615. margin-right: 5px;
  616. }
  617. #mcpsub #menuBody .menuTitle .showMenu {
  618. background: url(../images/show.GIF) no-repeat scroll 0px 0px;
  619. display: inline-block;
  620. height: 9px;
  621. width: 9px;
  622. }
  623. #mcpsub #menuBody .menuTitle .hideMenu {
  624. background: url(../images/hidden.GIF) no-repeat scroll 0px 0px;
  625. display: inline-block;
  626. height: 9px;
  627. width: 9px;
  628. }
  629. #mcpsub #menuBody ul li {
  630. list-style-image:none;
  631. list-style-position:outside;
  632. list-style-type:none;
  633. position: relative;
  634. line-height: 22px;
  635. height: 22px;
  636. }
  637. #mcpsub #menuBody ul li a {
  638. color:#525252;
  639. display:block;
  640. height:22px;
  641. line-height:22px;
  642. overflow:hidden;
  643. padding:0 0 0 20px;
  644. text-decoration:none;
  645. margin-top: 2px;
  646. margin-bottom: 2px;
  647. }
  648. #menuBody li b {
  649. background: url(../images/icon_16x16.png) no-repeat scroll 100% 0 transparent;
  650. vertical-align: middle;
  651. display: inline-block;
  652. width: 19px;
  653. height: 18px;
  654. }
  655. #menuBody .articles b{
  656. background-position:0px 0px;
  657. }
  658. #menuBody .photo b{
  659. background-position:-19px 0px;
  660. }
  661. #menuBody .soft b{
  662. background-position:-41px 0px;
  663. }
  664. #menuBody .goods b{
  665. background-position:-41px 0px;
  666. }
  667. #menuBody .shop b{
  668. background-position:-60px 0px;
  669. }
  670. #menuBody .infos b{
  671. background-position:-81px 0px;
  672. }
  673. #menuBody .attachment b{
  674. background-position:0px -20px;
  675. }
  676. #menuBody .mystow b{
  677. background-position:-19px -20px;
  678. }
  679. #menuBody .ask b{
  680. background-position:-41px -20px;
  681. }
  682. #menuBody .group b{
  683. background-position:-60px -20px;
  684. }
  685. #menuBody .baseinfo b{
  686. background-position:-80px -20px;
  687. }
  688. #menuBody .myinfo b{
  689. background-position:0px -40px;
  690. }
  691. #menuBody .face b{
  692. background-position:-19px -40px;
  693. }
  694. #menuBody .mtypes b{
  695. background-position:-40px -40px;
  696. }
  697. #menuBody .flink b{
  698. background-position:-60px -40px;
  699. }
  700. #menuBody .info b{
  701. background-position:-80px -40px;
  702. }
  703. #menuBody .spaceskin b{
  704. background-position:0px -58px;
  705. }
  706. #mcpsub #menuBody ul li .act {
  707. visibility:hidden;
  708. position:absolute;
  709. right:11px;
  710. top:0;
  711. color:#2ca9cc;
  712. height:18px;
  713. line-height:18px;
  714. z-index: 999;
  715. }
  716. #mcpsub #menuBody ul li:hover, #mcpsub #menuBody ul li.hover {
  717. background:#f3f3f3;
  718. }
  719. #mcpsub #menuBody ul li a:hover {
  720. background: #F3F3F3;
  721. }
  722. #mcpsub #menuBody ul li a.act:hover{
  723. background:none;
  724. }
  725. #mcpsub #menuBody ul li:hover .act, #mcpsub #menuBody ul li.hover .act, #mcpsub #menuBody ul li.hover .act:visited {
  726. visibility:visible;
  727. }
  728. #mcpsub #menuBody ul li:hover .act:hover, #mcpsub #menuBody ul li.hover .act:hover {
  729. text-decoration:underline;
  730. }
  731. #mcpsub .buttomGr {
  732. background: url(../images/leftMenu_buttom.gif) no-repeat scroll 0px 0px;
  733. height: 4px;
  734. width: 177px;
  735. line-height: 0px;
  736. font-size: 0px;
  737. margin-top: -2px;
  738. }
  739. /*LayoutStyle.content.mcpmain*/
  740. /*---------操作主界面---------*/
  741. #content #mcpmain {
  742. float:left;
  743. min-height:1px;
  744. width:754px;
  745. margin-left: 10px;
  746. }
  747. #mcpmain #appTab {
  748. position:relative;
  749. z-index:1;
  750. }
  751. #mcpmain #appTab ul {
  752. border-bottom:1px solid #DCDCDC;
  753. margin-bottom:-1px;
  754. padding-left:10px;
  755. height: 25px;
  756. }
  757. #mcpmain #appTab ul li {
  758. float:left;
  759. margin:0 3px;
  760. position:relative;
  761. z-index:10;
  762. margin-bottom:-1px;
  763. }
  764. #mcpmain #appTab ul li a {
  765. color:#313131;
  766. font-weight:700;
  767. height:25px;
  768. line-height:25px;
  769. float:left;
  770. padding:0 10px;
  771. text-decoration:none;
  772. }
  773. #mcpmain #appTab ul li a:hover {
  774. border:1px solid #dcdcdc;
  775. border-bottom:none;
  776. height:23px;
  777. line-height:23px;
  778. padding:0 9px;
  779. background-color:#fff;
  780. margin-bottom:1px;
  781. text-decoration:none;
  782. }
  783. #mcpmain #appTab .thisTab {
  784. border:1px solid #DCDCDC;
  785. border-bottom:none;
  786. background-color:#fff;
  787. border-style:solid solid none;
  788. border-width:1px 1px medium;
  789. }
  790. #mcpmain #appTab .thisTab a {
  791. color: #5F9304;
  792. }
  793. #mcpmain #appTab .thisTab a:hover {
  794. border:none;
  795. height:25px;
  796. line-height:24px;
  797. _line-height:25px;
  798. margin:0;
  799. padding:0 10px;
  800. }
  801. #mcpmain #appTab .tabOther {
  802. position:absolute;
  803. right:5px;
  804. top:-2px;
  805. z-index:10;
  806. }
  807. #mcpmain #appTab .tabOther input {
  808. border:1px solid #c9c9c9;
  809. color:#999;
  810. width:143px;
  811. padding:5px 30px 0 5px;
  812. display:inline-block;
  813. height:18px;
  814. zoom:1;
  815. overflow:hidden;
  816. padding-top:7px\9;
  817. height:16px\9;
  818. }
  819. #mcpmain .tabSub {
  820. height: 25px;
  821. background-color:#FFFFFF;
  822. padding:5px 10px 4px;
  823. border-top:1px solid #DCDCDC;
  824. z-index:1;
  825. border-left:1px solid #DCDCDC;
  826. border-right:1px solid #DCDCDC;
  827. }
  828. #mcpmain .tabSub li {
  829. border:none;
  830. background:none;
  831. float:left;
  832. margin:0 3px;
  833. position:relative;
  834. z-index:10;
  835. }
  836. #mcpmain .tabSub li a {
  837. float:left;
  838. padding:0 10px;
  839. text-decoration:none;
  840. color:#313131;
  841. font-weight:100;
  842. height:25px;
  843. line-height:25px;
  844. }
  845. #mcpmain .tabSub li a:hover {
  846. border:1px solid #dcdcdc;
  847. height:23px;
  848. line-height:23px;
  849. padding:0 9px;
  850. margin:0;
  851. }
  852. #mcpmain .tabSub .thisTab a {
  853. font-weight: bold;
  854. }
  855. #mcpmain .tabSub .thisTab a:hover {
  856. border:none;
  857. height:25px;
  858. line-height:25px;
  859. padding:0 10px;
  860. }
  861. #mcpmain #mainCp {
  862. border:1px solid #dcdcdc;
  863. padding:10px;
  864. background-color:#fff;
  865. position:relative;
  866. }
  867. #footer {
  868. padding-top: 10px;
  869. padding-bottom: 20px;
  870. }
  871. /**********LayoutStyle.footer**********/
  872. #footer, #header #topPic, #header #topNav {
  873. width:960px;
  874. margin:0 auto;
  875. }
  876. #header #topNav {
  877. margin-top:-25px;
  878. }
  879. /*相关按钮
  880. ----------------------------------------------------------*/
  881. .button,
  882. button {
  883. margin:0;
  884. height:21px;
  885. line-height:21px;
  886. font-size:12px;
  887. cursor:pointer;
  888. border:none;
  889. text-align: center;
  890. }
  891. .bt2{
  892. margin-left:5px;
  893. color:#000;
  894. width:62px;
  895. height:25px;
  896. background:url("../images/bt2.png") no-repeat;
  897. }
  898. .bt3{
  899. margin-left:5px;
  900. color:#000;
  901. width:41px;
  902. height:25px;
  903. background:url("../images/bt3.png") no-repeat;
  904. }
  905. .button1 {
  906. color:#fff;
  907. width:29px;
  908. background:url("../images/bg_button.gif") no-repeat -151px 0;
  909. }
  910. .button2 {
  911. width:48px;
  912. color:#fff;
  913. background:url("../images/bt.png") no-repeat;
  914. }
  915. .button5 {
  916. width:84px;
  917. color:#fff;
  918. background:url("../images/bg_button.gif") no-repeat -96px -43px;
  919. }
  920. .button6 {
  921. width:150px;
  922. height:32px;
  923. line-height:32px;
  924. font-size:14px;
  925. color:#fff;
  926. background:url("../images/bg_button.gif") no-repeat 0 0;
  927. font-weight: bold;
  928. }
  929. .buttonGreen142 {
  930. height:27px;
  931. line-height:27px;
  932. font-size:14px;
  933. width:68px;
  934. color:#fff;
  935. background:url("../images/bg_button.gif") no-repeat 0 -127px;
  936. }
  937. /*灰色*/
  938. a.buttonGary2,
  939. .buttonGary2 {
  940. width:46px;
  941. color:#000;
  942. background:url("../images/bg_button.gif") no-repeat -46px -85px;
  943. }
  944. /*灰色*/
  945. .buttonGary4 {
  946. width:69px;
  947. color:#000;
  948. background:url("../images/bg_button.gif") no-repeat -114px -106px;
  949. }
  950. /*灰色*/
  951. .buttonGary5 {
  952. width:80px;
  953. color:#000;
  954. background:url("../images/bg_button.gif") no-repeat -100px -85px;
  955. }
  956. /* 分页
  957. -------------------------------------------------------------------*/
  958. .pagelistbox {
  959. font-size: 12px;
  960. clear: both;
  961. line-height: 15px;
  962. }
  963. .pagelistbox a,
  964. .pagelistbox span {
  965. display: block;
  966. background: #fff;
  967. float: left;
  968. color: #29A5C9;
  969. margin-right:0.2em;
  970. padding:0.2em 0.5em;
  971. text-decoration: none;
  972. }
  973. .pagelistbox span{
  974. color: #B7B7B7;
  975. }
  976. .pagelistbox a:link, .pagelistbox a:visited {
  977. color: #29A5C9;
  978. text-decoration:none;
  979. }
  980. .pagelistbox a:hover, .pagelistbox a:active {
  981. color: #555;
  982. text-decoration:none;
  983. }
  984. .pagelistbox strong {
  985. padding-right: 0.5em;
  986. padding-left: 0.5em;
  987. font-weight: bold;
  988. float: left;
  989. padding-bottom: 0.2em;
  990. color: #555;
  991. padding-top: 0.2em;
  992. margin-right: 0.2em;
  993. }
  994. /*验证码样式
  995. --------------------*/
  996. .vermenu{
  997. background:#FFFFFF none repeat scroll 0 0;
  998. border:1px solid #EEEEEE;
  999. position:absolute;
  1000. }
  1001. a.changecode{
  1002. color:#333;
  1003. }
  1004. /* 好友列表
  1005. -----------------------*/
  1006. .dedeRight {
  1007. width: 155px;
  1008. height:260px;
  1009. float:right;
  1010. }
  1011. .dedeRight dl{
  1012. height:230px;
  1013. overflow: auto;
  1014. }
  1015. .titleBar {
  1016. height:20px;
  1017. line-height:32px;
  1018. overflow: hidden;
  1019. }
  1020. .titleBar .fLeft {
  1021. margin-left: 8px;
  1022. color: #000;
  1023. display: inline;
  1024. line-height: 20px;
  1025. }
  1026. .titleBar .fRight a{
  1027. margin-right: 5px;
  1028. height: 26px;
  1029. line-height: 22px;
  1030. color:#5F9304;
  1031. }
  1032. .buddy {
  1033. line-height: 24px;
  1034. }
  1035. .buddy dt {
  1036. cursor:pointer;
  1037. background-position: 0 -3754px;
  1038. background-repeat: no-repeat;
  1039. padding-left: 15px;
  1040. }
  1041. .buddy dt.close {
  1042. background-position: 0 -3694px;
  1043. background-repeat: no-repeat;
  1044. padding-left: 15px;
  1045. }
  1046. .buddy li {
  1047. cursor:default;
  1048. border: 1px solid #FFFFFF;
  1049. }
  1050. .buddy li.hover {
  1051. background-color: #F9FCF3;
  1052. border: 1px solid #E7F5D3;
  1053. }
  1054. .buddy span {
  1055. margin-top: 5px;
  1056. margin-left: 3px;
  1057. }
  1058. .icon17 {
  1059. background-image: url("../images/bg_icon.gif");
  1060. }
  1061. .icon16 {
  1062. background-image: url("../images/bg_icon.gif");
  1063. background-position: 0 -1400px;
  1064. background-repeat: no-repeat;
  1065. padding-bottom: 1px;
  1066. height: 15px;
  1067. width: 16px;
  1068. display: block;
  1069. }
  1070. .button1 {
  1071. color:#fff;
  1072. width:29px;
  1073. border:0px;
  1074. height: 21px;
  1075. margin-left: 5px;
  1076. background:url("../images/bg_button.gif") no-repeat -151px 0;
  1077. }
  1078. /* 表格-提交
  1079. -------------------------------------------------------------------*/
  1080. table.submit {
  1081. border-spacing: 1px;
  1082. background-color: #fff;
  1083. color: #000;
  1084. width: 100%;
  1085. }
  1086. table.submit td, table.submit th {
  1087. padding: 4px;
  1088. }
  1089. table.submit thead th {
  1090. text-align: left;
  1091. font-weight: bold;
  1092. line-height: 25px;
  1093. height: 25px;
  1094. background-color: #F0FBDD;
  1095. }
  1096. table.submit thead a:hover {
  1097. text-decoration: none;
  1098. }
  1099. table.submit thead th img {
  1100. vertical-align: middle;
  1101. }
  1102. table.submit tbody th {
  1103. font-weight: bold;
  1104. }
  1105. table.submit tbody tr {
  1106. background-color: #fff;
  1107. text-align: left;
  1108. }
  1109. table.submit tbody tr td {
  1110. /*height: 25px;*/
  1111. line-height: 25px;
  1112. }
  1113. table.submit tbody tr.click td {
  1114. background-color: #ffc;
  1115. }
  1116. table.submit tfoot tr {
  1117. color: #333;
  1118. }
  1119. table.submit tfoot td, table.submit tfoot th {
  1120. border-top-width: 1px;
  1121. border-top-style: solid;
  1122. border-top-color: #F6F6F6;
  1123. }
  1124. /*/*密码强度*/
  1125. .rank { border:none; background:url("../images/rank.gif") no-repeat; width:145px; height:22px; vertical-align:middle; cursor:default; margin:0 0 0 5px;}
  1126. .r0 { background-position:0 2; }
  1127. .r1 { background-position:0 -19px; }
  1128. .r2 { background-position:0 -40px; }
  1129. .r3 { background-position:0 -61px; }
  1130. .r4 { background-position:0 -82px; }
  1131. .r5 { background-position:0 -103px; }
  1132. .r6 { background-position:0 -124px; }
  1133. .r7 { background-position:0 -145px; }
  1134. td,th,div {
  1135. word-break:break-all;
  1136. word-wrap:break-word;
  1137. }
  1138. #ContainerPanel td,#ContainerPanel th{
  1139. line-height:25px;
  1140. }
  1141. b,strong {
  1142. color:#4d6c2f;
  1143. }
  1144. li,dd {
  1145. list-style-type:none; margin:0px; padding:0px;
  1146. }