/*左边工具栏样式表*/ /*工具栏整体样式*/ .UCD_TT { float:left; height:100%; display:block; background: #f1f1f1; overflow: hidden; } .UCD_TT_L { width: 30px; height: 100%; float: left; background: -webkit-linear-gradient(#4f4f4f, #3c3c3c); background: linear-gradient(#4f4f4f, #3c3c3c); background: #3E3E3E;} .UCD_TT_R { width: 160px; height: 100%; float: left;} /*最左部新添加*/ .UCD_TT_L_T { color:#fff; text-align: center; padding-bottom:5px; padding-top:5px;} .UCD_TT_L_T:hover { background-color: #252525; } .UCD_TT_L_T span { display: block; } /*工具栏头部*/ .UCD_TT_T { margin: 5px; margin-bottom: 0px; background-color: #fff7dd; height: 30px; line-height: 30px; color: #4e4e4e; cursor: pointer;} #UCD_TT_T_N{ text-indent: 1em; font-weight: bold; height: 100%; font-size: 16px; line-height: 30px; float: left;} .UCD_TT_T_X{height: 20px; width: 20px; float: right; cursor: pointer; margin: 5px; background: url(../img/icon.png) -14px -39px;} /*工具栏分项目样式*/ #UCD_TT_Z{ width:160px; min-height:300px; overflow-y:auto; overflow-x:hidden;}/*中间部分样式。*/ #UCD_TT_Z div { margin-left: 8px; width: 100%; height: 30px; line-height: 30px; text-indent: 1em; font-weight: bold; font-size: 12px; border-bottom: 1px solid #ccc; } #UCD_TT_Z div:hover{ background-color:#ccc;} #UCD_TT_Z div + #UCD_TT_Z_Help:hover{ background-color:#FFFFFF;} .UCD_TT_P{ cursor:pointer; width:140px; color:Black; text-indent:5px; background-color:#fff7dd; border:1px solid #ffedba; margin:5px; margin-bottom:0px; } /*工具栏条目*/ /*.UCD_TT .UCD_TT ul { margin:0; padding:0;} .UCD_TT li { line-height: 24px; height:24px; cursor:pointer; width:160px; margin-top:3px; } .UCD_TT li:hover { background-color:#ffefbb; } .UCD_TT li div { margin-left:15px; float:left; display:block; border-radius: 1px; width: 18px; height:15px; margin-top:5px; line-height: 15px; text-align: center; vertical-align: middle; color: white; font-family: Arial; font-weight: bold; background: #6B6B6B;} .UCD_TT li span { white-space: nowrap; margin-left:5px; display:block; float:left; text-overflow: ellipsis; width: 120px;vertical-align: middle;} .UCD_ToolT_TD{line-height: 24px; margin-left:-20px; cursor:pointer; backgroundColor: #6B6B6B; } .UCD_ToolT_TD em{margin: 2px 10px 0 11px; display: inline-block; border-radius: 1px; width: 20px; line-height: 15px; text-align: center; vertical-align: middle; color: white; font-family: Arial; font-weight: bold; background: #6B6B6B;}*/ .UCD_TT_B{ width:160px; height:100px; }/*左下角广告区域*/ .UCD_TT_B_T{width:100px; margin:5px; text-align:center; border:1px solid gray; background-color:#fff7dd; }/*广告标题*/ .UCD_TT_B_G{ width:140px; margin-left:10px; height:80px;}/*广告*/ /*拖动对象*/ .UCD_TOOLT_Drag {position:absolute; text-align:center; line-height:25px; width:100px; height:25px; border:1px solid gray;}