UCD_Right.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. /*右边建立项目文件夹文件*/
  2. #UCD_RTree{overflow:hidden;width:220px;height:100%;float:right;font-size:12px;font-family:Consolas, 微软雅黑;display:none;}
  3. /*上部菜单用户信息*/
  4. .UCD_RT_H{ height:25px; width:100%; background-color:lightblue; line-height:25px;background-color:ButtonFace;}
  5. /*根目录样式*/
  6. .UCD_RT_Root{ width:100%; height:32px; background-color:#ffedba; line-height:25px; margin-top:-1px;}/*根项目样式*/
  7. /*统计信息面板*/
  8. .UCD_RT_Root_TJ{ width:100%; height:25px; background-color:threedshadow;line-height:25px; font-size:13px; border-left:1px solid white; }
  9. .UCD_RT_Root_TJ_NR{ width:200px; height:20px; line-height:20px; float:left; color:White; padding-left:2px; }
  10. .UCD_RT_Root_TJ_X{ cursor:pointer; float:right; margin-right:10px;margin-top:5px;}
  11. .UCD_RT_Root_ZY{width:100%; height:25px; line-height:25px; font-size:13px; font-weight:bold; border-top:2px solid white;}
  12. .UCD_RT_Root_Z{ margin-left:5px; width:80px; height:30px; float:left;line-height:30px; font-size:14px;font-family:'Microsoft YaHei';}
  13. .UCD_RT_Root_C{ cursor:pointer; width:100px; height:30px; float:right; text-align:center; line-height:30px; color:Red;font-family:'Microsoft YaHei'; font-size:14px;}/*创建项目样式*/
  14. .UCD_RT_Root_C:hover{ color:Black;}
  15. /*树型区域*/
  16. #UCD_RT_Tree{width:100%;height:100%;background-color:White;overflow-y:scroll; border-left:1px solid #bdbdbd; }
  17. /*树孩子节点样式*/
  18. .UCD_RT_USTreecontainA{ overflow: hidden;float: left; width:100%;}/*用户树形样式*/
  19. .UCD_RT_USTTitle {width:auto; height:30px; padding-left:5px; overflow:hidden;}
  20. .UCD_RT_USTTitle:hover { background-color:#edf2f7; }/*用户树形样式*/
  21. .UCD_RT_USTreesign{width: 16px;height: 18px;float: left;margin-top:5px; text-align: center; clear:both;}/*用户伸缩节点的样式*/
  22. .UCD_RT_USTreeusestudiodisktreeA{ float: left; height: 28px; min-width:110px; max-width: 130px; }/*左边文件夹样式*/
  23. .UCD_RT_USTreecontainA i {float: left; width: 25px; display: inline-block; height: 28px; margin-right: 5px; cursor:pointer;}/*文件图标样式*/
  24. .UCD_RT_USTreecontainA span{ cursor:pointer; height:22px; min-width:80px; line-height:22px; margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; display:block;font-size:12px;font-family:'Microsoft YaHei';}
  25. /*增删查改样式*/
  26. .UCD_RT_ZSCG_TB{background-position: -104px -54px; width:20px; height:16px; float:left; }/*增加删除图片*/
  27. /*此处position 起到了固定右边的作用,多测试才能证明是否正确,必须加right:0*/
  28. .UCD_RT_ZSCG{ float:right; right:0px; margin-right:20px; width:20px; height:20px; line-height:20px; }
  29. .UCD_RT_ZSCG_T{background: #6B6B6B; width:18px; text-align:center; color:White; height:18px; margin-top:5px; line-height:18px; cursor:pointer; float:left;}/*设置图标*/
  30. .UCD_RT_USTreeComputerIcon{ background-position: -5px -9px; width: 25px;height: 18px;}/*disk图标*/
  31. .UCD_RT_USTreeAlbumIcon{background-position: -2px -78px;width: 32px;height: 32px;}/*disk相册图标*/
  32. .UCD_RT_ProIcon {background-position: -1px -0px;width: 32px;height: 32px;}/*项目图标*/
  33. .UCD_RT_FolderIcon {background-position: center;width: 32px;height: 32px;backg;background-image: url(../images/folder1.png);background-repeat: no-repeat;}/*文件夹图标*/
  34. .UCD_RT_FileIcon {background-position: center;width: 32px;height: 32px;background-image: url(../images/file1.png);background-repeat: no-repeat;} /*文件图标*/
  35. .UCD_RT_USTreeMusicIcon{background-position: -33px -8px;width: 32px;height: 32px;}/*disk音乐图标*/
  36. .UCD_RT_USTreeVideoIcon{background-position: -91px -9px;width: 32px;height: 32px;}/*disk视频图标*/
  37. .UCD_RT_USTreeFolderEncryptIcon{background-position: -738px -77px;width: 32px;height: 32px;}/*文件夹加密图标*/
  38. .UCD_RT_USTreeFolderIcon{background-position: -171px -9px;width: 32px;height: 32px;}/*文件夹原图标*/
  39. .UCD_RT_USTreeRecycleBin { background-position: -116px -3px; margin-left:13px; width: 32px;height: 32px; float:left; cursor:pointer;}/*回收站*/
  40. .UCD_RT_USTreeRecycleBintxt { float:left; margin:8px 0 0 2px;cursor:pointer; }
  41. .UCD_RT_USTreeRecycleSetup { background-position: -144px -9px; margin-left:26px;}/*设置*/
  42. .UCD_RT_I_D_A { background-position:-170px -5px;}/*添加文件夹图片*/
  43. .UCD_RT_I_D_Lock {background-position:-22px -200px; }/*Lock图片*/
  44. .UCD_RT_I_D_UN { background-position:-50px -175px; }/*解密的图片*/
  45. .UCD_RT_I_D_UL { background-position:-50px -175px;}/*UnLock图片*/
  46. .UCD_RT_I_D_E { background-position:-221px -10px;}/*extend文件夹伸展图标*/
  47. .UCD_RT_I_D_S { background-position:-201px -10px;}/*shrink文件夹收缩图标*/
  48. /*创建项目样式*/
  49. .UCD_TR_CP { height:70px; width:350px; }
  50. .UCD_TR_CP_T { margin-left:20px; font-weight:bold; height:25px; line-height:25px;}
  51. .UCD_TR_CP_MS { width:110px; margin-left:20px; height:25px; line-height:25px; float:left;}
  52. .UCD_RT_CP_Input { width:180px; height:20px; float:left;}
  53. /*发布项目*/
  54. #UCD_SLPublish { width: 650px; height: 480px; background-color: White; position: absolute; border: 1px solid black; display: none;}
  55. #UCD_SLPublish_cont {width: 100%; height: calc(100% - 65px);}
  56. /*---------------------------------------------------------------------右键命令行创建文件文件夹区域----------------------------------------------*/
  57. .UCD_RT_FUP { width: 400px; height: 181px; background-color: White; position: absolute; border: 1px solid black; display: none;}
  58. .UCD_RT_FUPH { width: 100%; height: 30px; background: url(../images/navigation.png); -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 0; box-shadow: 0px 1px 1px #888888;}
  59. .UCD_RT_FUPHT { float:left; margin:7px 0 0 10px; color:White;}
  60. .UCD_RT_FUPC { width:100%; height:140px;}
  61. /*头部区域*/
  62. #UCD_RT_FUPCT { margin-left:20px; height:20px; margin-top:10px; width:100%; line-height:20px; font-weight:bold; font-size:13px;}
  63. /*内容区域*/
  64. .UCD_RT_FUPCC { margin-top:10px; width:100%; height:104px; -webkit-overflow-scrolling:touch; overflow-x:hidden;overflow-y:auto; }
  65. /*单个内容样式*/
  66. .UCD_RT_Com:hover { background: #414141; color: #fff;}
  67. .UCD_RT_Com { margin-left: 17px; margin-bottom: 20px; box-shadow: 0px 1px 1px #888888; position: relative; font-size: 12px; font-weight: bold; text-align: center; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f6), to(#e7e7e6)); float: left; border-radius: 20px; border: 1px solid #414141; height: 30px; line-height: 30px; color: #363636; cursor: pointer; width: 108px;}
  68. /*上传Input样式,上面为Div样式,下面为input样式,有技巧的*/
  69. .UCD_RT_Com_U { background-position:-160px -30px; margin-left:30px;margin-bottom:5px; font-size:13px; font-weight:bold; height:20px; line-height:20px; background-color: rgb(0, 136, 204); color: rgb(255, 255, 255); cursor: pointer; width: 70px; }/*div样式*/
  70. #UCD_RT_Com_Up { clear:both; display:block;width:100%; height:100%; cursor:pointer; border:0;color:#666666;background:#eeeeee;-moz-user-select: -moz-none;-webkit-user-select: none;opacity:0;filter:alpha(opacity=0);-moz-opacity:0; position:absolute; top:0px; left:0px;}
  71. .UCD_RT_FUPW { width:100%; height:30px;}
  72. .UCD_RT_FUPW div { float:left;}
  73. .UCD_RT_FUPWT { color:#BBBBBB; margin: 0px 0 0 10px; font-family:宋体; }