UCD.css 2.4 KB

12345678910111213141516171819202122232425262728
  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. html, body, form {margin:0;padding:0; width:100%;height:100%; overflow: hidden;cursor: default; font-size: 12px;font-family:"微软雅黑"; color:#333; background-color:#286480;-webkit-text-size-adjust:none;scrollbar-arrow-color:#757778;scrollbar-face-color:#ffffff;scrollbar-darkshadow-color:#fff;scrollbar-highlight-color:#bec1c4;scrollbar-shadow-color:#bec1c4;scrollbar-track-color:#fff; scrollbar-3dlight-color:#fff;}
  5. ul li{ list-style-type:none;}
  6. .Radius5{-moz-border-radius: 5px;-webkit-border-radius:5px;border-radius:0;}/*这个为何要全局,由于没有这个,导致css合并在Chrome下面出问题*/
  7. /*body背景*/
  8. /*.UCD_BG {background-repeat:repeat;background-image:url(../images/eis_bg.gif);background-position:50% 153px;}*/
  9. #UCD_Bottom{ width:100%; height:94%; overflow:hidden; border-bottom:2px solid threedshadow; }
  10. /*本项目最大包含div,以后每个项目除了body以为都要定义一个,这样才能统一*/
  11. #UCD_Contain{ position:absolute; top:0px; left:0px; width:100%; height:100%; overflow:hidden; background-color:White; z-index:3;}
  12. /*1473主项目最大包含div,逐步测试*/
  13. /*#UCD_M1473{width:0px; height:100%; position:absolute; top:0px; left:0px; overflow:hidden;}*/
  14. /*图片包含*/
  15. .UCD_RT_DiskGE {background-image: url(http://www.1473.cn/img/UD.Disk/UDK_L_Disk-1.png);}
  16. .UCD_RT_TreeIcon {background-image: url(http://d.1473.cn/img/UCD_RT.png);}/*右侧树项目图标*/
  17. #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一致*/
  18. .UCD_LD_Text{ }
  19. .UCD_LD_Reload{ background-color:ButtonFace; color:Black;}
  20. .UCD_LC_X{color:Red; font-size:20px; font-weight:bold; cursor:pointer;}