国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.3KB

  1. .top {
  2. height:47px;
  3. width:100%;
  4. background-image: linear-gradient(135deg, #6561FE 0%, #1C6F93 100%);
  5. overflow:hidden;
  6. clear:both;
  7. }
  8. .top .top_link ul li.welcome {
  9. border-right: medium none;
  10. color: #FFF;
  11. padding-right: 6px;
  12. }
  13. .top .top_link ul li a {
  14. color: #FFF;
  15. padding-left: 11px;
  16. padding-right: 11px;
  17. text-decoration: none;
  18. }
  19. .dbox dt.lside {
  20. background-color:rgb(198, 222, 242);
  21. border-bottom: 1px solid #8EBCDE;
  22. }
  23. .dbox {
  24. border: 1px solid #8EBCDE;
  25. margin-left: 1%;
  26. margin-top: 8px;
  27. width: 98%;
  28. }
  29. .dbox dt {
  30. color: #3B5995;
  31. cursor: move;
  32. font-weight: bold;
  33. height: 28px;
  34. line-height: 28px;
  35. }
  36. a b {
  37. color: #3B5995;
  38. }
  39. b, strong {
  40. color: #3B5995;
  41. }
  42. .topnav {
  43. background: url("admin_top_bg.gif") repeat-x scroll left -37px transparent;
  44. clear: both;
  45. height: 29px;
  46. overflow: hidden;
  47. width: 100%;
  48. }
  49. a.mmac div {
  50. background: url("leftbg2.gif") no-repeat scroll 0 0 transparent;
  51. color: #325304;
  52. font-weight: bold;
  53. height: 37px !important;
  54. padding: 6px 4px 4px 10px;
  55. word-wrap: break-word;
  56. }
  57. a.mm:hover div {
  58. background:url(leftbg2.gif) no-repeat;
  59. color:#4F7632;
  60. }
  61. dl.bitem dt b, dl.bitem2 dt b {
  62. color: #594C36;
  63. }