UCD.css 2.1 KB

1234567891011121314151617181920212223242526272829
  1. /*全局body样式*/
  2. html{ width:100%; height:100%; margin:0; padding:0; overflow:hidden; }
  3. body{font-size: 13px;font-family:Consolas, 微软雅黑; color:#333; background-color: #ffffff;width:100%; height:100%; margin:0; padding:0;overflow:hidden; cursor:default; }
  4. ul li{ list-style-type:none;}
  5. .Radius5{-moz-border-radius: 5px;-webkit-border-radius:5px;border-radius:5px;}/*这个为何要全局,由于没有这个,导致css合并在Chrome下面出问题*/
  6. /*body背景*/
  7. .UCD_BG {background-repeat:repeat;background-image:url(../images/eis_bg.gif);background-position:50% 153px;}
  8. #UCD_Bottom{ width:100%; height:100%; overflow:hidden; /* margin-top:2px; */ min-width:1280px;}
  9. /*本项目最大包含div,以后每个项目除了body以为都要定义一个,这样才能统一*/
  10. #UCD_Contain{ top:0px; left:0px; width:100%; height:100%; overflow:hidden; background-color:White; z-index:3; }
  11. /*1473主项目最大包含div,逐步测试*/
  12. /*#UCD_M1473{width:0px; height:100%; position:absolute; top:0px; left:0px; overflow:hidden;}*/
  13. /*图片包含*/
  14. .UCD_RT_DiskGE {background-image: url(http://www.1473.cn/img/UD.Disk/UDK_L_Disk-1.png);}
  15. .UCD_RT_TreeIcon {background-image: url(http://d.1473.cn/images/UCD_RT.png);}/*右侧树项目图标 http://d.1473.cn/images/UCD_RT.png */
  16. #UCD_LD{position:absolute; display:none; text-align:center; left:39%;top:39%;width:300px;filter:alpha(opacity=80);background-color:rgba(0,0,0,0.5);background-color:#000000;color:#fff; max-height:180px;font:bold 14px 微软雅黑;line-height:30px;padding:10px 20px;-moz-border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;border-radius:15px;-moz-box-shadow: 0px 0px 5px #000000;-webkit-box-shadow: 0px 0px 5px #000000;box-shadow: 0px 0px 5px #000000;overflow: hidden; white-space: nowrap;-o-text-overflow: ellipsis;text-overflow: ellipsis;}/*全局Loading样式,和主项目USalert一致*/
  17. .UCD_LD_Text{ }
  18. .UCD_LD_Reload{ background-color:ButtonFace; color:Black;}
  19. .UCD_LC_X{color:Red; font-size:20px; font-weight:bold; cursor:pointer;}
  20. ::-webkit-scrollbar-thumb { border-radius:0; }
  21. body div ::-webkit-scrollbar-thumb { border-radius:0; }