menu.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. body { color: #333; background: #fff; }
  2. body, button, input, select, textarea { font-size: 12px; font-family:微软雅黑}
  3. body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p { margin: 0; padding: 0 }
  4. img { border: 0 }
  5. ol, ul { list-style: none }
  6. em, i { font-style: normal }
  7. .clearfix:after { content: "\200B"; display: block; height: 0; clear: both }
  8. .clearfix { *zoom:1}
  9. .clear { clear: both; visibility: hidden }
  10. .sidebar {
  11. background: #fff;
  12. border: 1px solid #cacaca;
  13. border-top: 3px solid #cacaca;
  14. width: 204px;
  15. position: absolute;
  16. left: 0;
  17. z-index: 9
  18. }
  19. .sidebar_item {
  20. padding-bottom: 5px;
  21. border-top: 1px solid #ccc
  22. }
  23. .sidebar_item dd {
  24. height: 30px;
  25. position: relative
  26. }
  27. .sidebar_item dd h3 {
  28. position: absolute;
  29. z-index: 11;
  30. width: 204px;
  31. height: 30px;
  32. line-height: 30px;
  33. font-size: 13px;
  34. font-weight: normal;
  35. font-family: "微软雅黑";
  36. border: none;
  37. padding: 0
  38. }
  39. .sidebar_item dd h3 a {
  40. display: block;
  41. padding: 0 0 0 15px
  42. }
  43. .sidebar_item dd h3 a:link {
  44. color: #000;
  45. text-decoration: none
  46. }
  47. .sidebar_item dd h3 a:visited {
  48. color: #000;
  49. text-decoration: none
  50. }
  51. .sidebar_item dd h3 a:hover {
  52. color: #000;
  53. text-decoration: underline
  54. }
  55. .sidebar_item dd s {
  56. display: block;
  57. width: 4px;
  58. height: 8px;
  59. background: url(images/f_sypic_icon.png) no-repeat 0 -32px;
  60. position: absolute;
  61. top: 11px;
  62. right: 16px;
  63. z-index: 9
  64. }
  65. .sidebar_bottom {
  66. height: 10px;
  67. position: relative;
  68. bottom: 0;
  69. z-index: -1
  70. }
  71. .sidebar_focus {
  72. background: #FFF
  73. }
  74. .sidebar_item dd h3 span {
  75. color: #000;
  76. padding-left: 15px
  77. }
  78. .sidebar_item dd h3.sidebar_focus span {
  79. display: block;
  80. border: 1px solid #cacaca;
  81. color: #dc4f33;
  82. font-weight: bold;
  83. padding-left: 15px;
  84. -moz-border-radius: 5px 5px 5px 5px;
  85. -moz-box-shadow: 2px 2px 10px #969696;
  86. -webkit-box-shadow: -2px 1px 10px #969696;
  87. box-shadow: -2px 1px 10px #969696
  88. }
  89. .sidebar_popup {
  90. position: absolute;
  91. background: rgba(235, 235, 235, 0.9) !important;
  92. ackground: #f8f8f8;
  93. background: #eef7fe;
  94. margin-left: 200px;
  95. filter: alpha(opacity=90);
  96. font-weight: bold;
  97. color: #183152;
  98. width: 220px;
  99. height: auto;
  100. border: 1px solid #cacaca;
  101. display: none;
  102. border-top-right-radius: 2px;
  103. border-bottom-right-radius: 2px;
  104. z-index: 1000;
  105. -moz-border-radius: 5px 5px 5px 5px;
  106. -moz-box-shadow: 2px 2px 10px #969696;
  107. -webkit-box-shadow: 2px 2px 10px #969696;
  108. box-shadow: 2px 2px 10px #969696 ;
  109. cursor: pointer;
  110. }
  111. .sidebar_popup_class {
  112. padding: 10px 0px 10px;
  113. }
  114. .sidebar_popup_item1 a{
  115. position:relative;
  116. border-bottom:1px dashed #c4c3c3;
  117. font-size:14px;
  118. font-weight:bold;
  119. display:block;
  120. float:left;
  121. width: 190px;
  122. padding-left:30px;
  123. height: 38px;
  124. line-height:38px;
  125. color:#333;
  126. text-decoration:none;
  127. /* background: url(/shares/images/master1/li1.png) no-repeat 30px center; */
  128. }
  129. .sidebar_popup_item1 a img{
  130. }
  131. .sidebar_popup_item1 a:hover{
  132. position:relative;
  133. display:block;
  134. float:left;
  135. width: 190px;
  136. padding-left:30px;
  137. height: 38px;
  138. line-height:38px;
  139. color:#fff;
  140. text-decoration:none;
  141. /* background:#3497db url(/shares/images/master1/li1_hover.png) no-repeat 30px center; */
  142. background:#3497db;
  143. }