UCD_Left.css 2.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. /*左边工具栏样式表*/
  2. /*工具栏整体样式*/
  3. .UCD_TT { float:left;/* width: 15%;*/ height:100%; display:block; }
  4. /*工具栏头部*/
  5. .UCD_TT_T { background-color:threedshadow; color:White; height:25px; line-height:25px; border-right:1px solid white; }
  6. .UCD_TT_T_N{ text-indent:2px; font-weight:bold; height:20px; line-height:20px; width:135px; float:left;}
  7. .UCD_TT_T_X{height:20px; line-height:20px; width:20px; font-weight:bold; font-size:16px; float:left; cursor:pointer }
  8. #UCD_TT_Z{width:160px;height:100%;overflow-y:auto;overflow-x:hidden;margin-bottom: 10px;background:#e8e8e8;}/*中间部分样式。*/
  9. /*工具栏分项目样式*/
  10. .UCD_TT_P{cursor:pointer;width:148px;height: 30px;line-height: 30px;color:#ffffff;font-size: 13px;text-indent:5px;background-color:rgb(57, 94, 140);border:1px solid #ffedba;margin:5px;margin-bottom:0px;}
  11. /*工具栏条目*/
  12. .UCD_TT ul { margin:0; padding:0;}
  13. .UCD_TT li { line-height: 24px; height:24px; cursor:pointer; width:160px; margin-top:3px;}
  14. .UCD_TT li:hover {background-color: #dddfe1;}
  15. .UCD_TT li div { margin-left:15px; float:left; display:block; border-radius: 1px; width: 18px; height:15px; margin-top:5px; line-height: 18px; text-align: center; vertical-align: middle; color: white; font-family: Arial; font-weight: bold;}
  16. .UCD_TT li span {white-space: nowrap;margin-left:5px;display:block;float:left;text-overflow: ellipsis;width: 120px;vertical-align: middle;}
  17. .UCD_ToolT_TD{line-height: 24px; margin-left:-20px; cursor:pointer; backgroundColor: #6B6B6B; }
  18. .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;}
  19. .UCD_TT_B{ width:160px; height:100px; background:#f1f1f1;}/*左下角广告区域*/
  20. .UCD_TT_B_T{width:100px; margin:0 auto; text-align:center; border:1px solid gray; background-color:#fff7dd; }/*广告标题*/
  21. .UCD_TT_B_G{ width:140px; margin-left:10px; height:80px;}/*广告*/
  22. /*拖动对象*/
  23. .UCD_TOOLT_Drag {position:absolute; text-align:center; line-height:25px; width:100px; height:25px; border:1px solid gray; z-index:4;}
  24. /*帮助窗口样式*/
  25. #UCD_L_HelpWin{ position:absolute; display:block; border:1px solid silver;}