| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- body { color: #333; background: #fff; }
- body, button, input, select, textarea { font-size: 12px; font-family:微软雅黑}
- body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p { margin: 0; padding: 0 }
- img { border: 0 }
- ol, ul { list-style: none }
- em, i { font-style: normal }
- .clearfix:after { content: "\200B"; display: block; height: 0; clear: both }
- .clearfix { *zoom:1}
- .clear { clear: both; visibility: hidden }
- .sidebar {
- background: #fff;
- border: 1px solid #cacaca;
- border-top: 3px solid #cacaca;
- width: 204px;
- position: absolute;
- left: 0;
- z-index: 9
- }
- .sidebar_item {
- padding-bottom: 5px;
- border-top: 1px solid #ccc
- }
- .sidebar_item dd {
- height: 30px;
- position: relative
- }
- .sidebar_item dd h3 {
- position: absolute;
- z-index: 11;
- width: 204px;
- height: 30px;
- line-height: 30px;
- font-size: 13px;
- font-weight: normal;
- font-family: "微软雅黑";
- border: none;
- padding: 0
- }
- .sidebar_item dd h3 a {
- display: block;
- padding: 0 0 0 15px
- }
- .sidebar_item dd h3 a:link {
- color: #000;
- text-decoration: none
- }
- .sidebar_item dd h3 a:visited {
- color: #000;
- text-decoration: none
- }
- .sidebar_item dd h3 a:hover {
- color: #000;
- text-decoration: underline
- }
- .sidebar_item dd s {
- display: block;
- width: 4px;
- height: 8px;
- background: url(images/f_sypic_icon.png) no-repeat 0 -32px;
- position: absolute;
- top: 11px;
- right: 16px;
- z-index: 9
- }
- .sidebar_bottom {
- height: 10px;
- position: relative;
- bottom: 0;
- z-index: -1
- }
- .sidebar_focus {
- background: #FFF
- }
- .sidebar_item dd h3 span {
- color: #000;
- padding-left: 15px
- }
- .sidebar_item dd h3.sidebar_focus span {
- display: block;
- border: 1px solid #cacaca;
- color: #dc4f33;
- font-weight: bold;
- padding-left: 15px;
- -moz-border-radius: 5px 5px 5px 5px;
- -moz-box-shadow: 2px 2px 10px #969696;
- -webkit-box-shadow: -2px 1px 10px #969696;
- box-shadow: -2px 1px 10px #969696
- }
- .sidebar_popup {
- position: absolute;
- background: rgba(235, 235, 235, 0.9) !important;
- ackground: #f8f8f8;
- background: #eef7fe;
- margin-left: 200px;
- filter: alpha(opacity=90);
- font-weight: bold;
- color: #183152;
- width: 220px;
- height: auto;
- border: 1px solid #cacaca;
- display: none;
- border-top-right-radius: 2px;
- border-bottom-right-radius: 2px;
- z-index: 1000;
- -moz-border-radius: 5px 5px 5px 5px;
- -moz-box-shadow: 2px 2px 10px #969696;
- -webkit-box-shadow: 2px 2px 10px #969696;
- box-shadow: 2px 2px 10px #969696 ;
- cursor: pointer;
- }
- .sidebar_popup_class {
- padding: 10px 0px 10px;
- }
- .sidebar_popup_item1 a{
- position:relative;
- border-bottom:1px dashed #c4c3c3;
- font-size:14px;
- font-weight:bold;
- display:block;
- float:left;
- width: 190px;
- padding-left:30px;
- height: 38px;
- line-height:38px;
- color:#333;
- text-decoration:none;
- /* background: url(/shares/images/master1/li1.png) no-repeat 30px center; */
- }
- .sidebar_popup_item1 a img{
-
- }
- .sidebar_popup_item1 a:hover{
- position:relative;
- display:block;
- float:left;
- width: 190px;
- padding-left:30px;
- height: 38px;
- line-height:38px;
- color:#fff;
- text-decoration:none;
- /* background:#3497db url(/shares/images/master1/li1_hover.png) no-repeat 30px center; */
- background:#3497db;
- }
|