UCD.css 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441
  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:94%; overflow:hidden; margin-top:2px; border-bottom:2px solid threedshadow; }
  9. /*本项目最大包含div,以后每个项目除了body以为都要定义一个,这样才能统一*/
  10. #UCD_Contain{ position:absolute; top:0px; left:0px; width:100%; height:100%; overflow:hidden; background-color:White; }
  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);}/*右侧树项目图标*/
  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. /*中间部分样式*/
  21. #UCD_CT{ width:84%; border-left:2px solid buttonshadow; border-right:2px solid buttonshadow; height:92%; height:auto;float:left; }
  22. /*分隔符*/
  23. .UCD_Split{ background-color: threedshadow; width: 2px; height: 100%; overflow: hidden; float:left;}
  24. .UCD_Split_BT{ margin-top:250px; width: 3px; height: 50px; overflow: hidden; cursor: pointer;}/*分割线按钮*/
  25. /*中间上部Tab切换窗口样式*/
  26. #UCD_CT_Top_Tab{ height:4%; border-bottom:2px solid white; background-color:threedshadow; overflow:hidden; }
  27. #UCD_CT_Top_Tab ul{ list-style:none; margin:0; padding:0; -moz-box-shadow: 0px 0px 4px #000;-webkit-box-shadow: 0px 0px 4px #000;box-shadow: 0px 0px 4px #000;-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius:5px;border-top-left-radius:5px; -moz-border-radius-bottomleft: 5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px;}
  28. /* .UCD_CT_Top_Tab ul li{float:left; height:28px; margin-left:0px; padding:0 8px 0 4px;list-style-type:none;}*/
  29. #UCD_CT_Top_Tab ul li{width:120px; float:left; background-color:#eee; line-height: 23px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius:5px;border-top-right-radius:5px; -moz-border-radius-topleft: 5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px; margin-right: 5px; padding:0 10px; height:23px; cursor:pointer; border-bottom:1px solid #ccc; white-space:nowrap; text-overflow:ellipsis; overflow: hidden;}
  30. /*#UCD_CT_Top_Tab ul li:hover{ background-color:#fff;}*/
  31. #UCD_CT_Top_Tab ul li span{text-align:left;line-height:23px; cursor:pointer; display:block; width:100px; float:left; overflow:hidden; font-family:Consolas, 微软雅黑;}
  32. .UCD_CT_Top_CR{ background-color:white;}/*当前选中的Tab样式*/
  33. /*上部Tab小切换*/
  34. .UCD_CT_Top_Tab_Close { display:block; width:20px; text-align:center; line-height:20px; height:20px; margin-top:2px; font-size:18px; color:red; float:right; }
  35. .UCD_CT_Top_Tab_Close:hover { background-color:Gray; }
  36. /*.UCD_CT_Top_Tab_Close:hover { border:1px solid red; }*/
  37. /*----------------------------------------------------代码窗口----------------------------------------*/
  38. #UCD_CT_HH_Code{ border-top:1px solid #bcc7d8; width:100%; padding:0px; margin:0px;font-size:13px; height:40%; overflow-x:scroll; overflow-y:auto;}
  39. #UCD_CT_CT{background-color: white; border-bottom:1px solid #ccc; height:92%; min-height:500px; width:100%; overflow:hidden; font-size:16px; font-family:Courier New; }
  40. /*行号窗口*/
  41. #UCD_CT_HH_CT{background:#DDD; height:100%; min-height:300px; width:35px; float:left; text-align:right; overflow:hidden}
  42. /*代码窗口*/
  43. #UCD_CT_Code{padding:0px; margin:0px;font-size:14px; width:100%; height:100%;float:left;}
  44. /*代码内容窗口,Chrome浏览器下面有红色波浪线,需要解决*/
  45. #UCD_CT_Code_CT{ text-decoration:none; text-decoration-line:none;-moz-text-decoration-line:none; padding:0px; margin:0px;width:500%; height:1000px;float:left;font-size:14px; font-family:Consolas; }
  46. /*代码结果运行大窗口运行界面Css样式表*/
  47. #UCD_RUN{width:100%; height:100%; position:absolute; top:40px; left:0px; background-color:white;}
  48. .UCD_RUN_Head{width:100%; height:30px; background-color:Window; text-align:center;}
  49. .UCD_RUN_Refesh{width:100px; height:30px; background-color:ButtonFace; border:1px solid gray; float:left; line-height:30px; cursor:pointer; margin-left:40%; }
  50. .UCD_RUN_Close{width:100px; height:30px;background-color:ButtonFace;border:1px solid gray; float:left; line-height:30px; cursor:pointer;}
  51. .UCD_RUN_Iframe{width:100%; height:100%; background-color:red;}
  52. /*-----------------------------------------------代码结果显示小窗口---------------------------------*/
  53. #UCD_CT_IF{ width:100%; height:60%; min-height:400px; border-bottom:1px solid #bcc7d8;font-family:微软雅黑;}
  54. .UCD_CT_IF_T{ width:auto; height:20px; background-color:#bcc7d8; font-size:13px; line-height:20px; text-align:center;}
  55. .UCD_CT_IF_T_RE{ float:left; margin-left:20px; height:20px;font-size:12px;}
  56. .UCD_CT_IF_T_CM{ float:right; width:400px; height:20px;}
  57. .UCD_CT_IF_T_CM div{ float:left;min-width:50px; height:18px; cursor:pointer; margin-left:15px; background-color:#42454c; font-weight:bold;color:White;}
  58. .UCD_CT_IF_T_CM div:hover{border-color:#005982; color:Gray;};
  59. #UCD_CT_SM_IF{ width:100%; height:100%; min-height:400px; border:none; overflow-y:auto; overflow-x:scroll;-webkit-box-shadow: 0 0 6px 6px #e0e0e0;-moz-box-shadow: 0 0 6px 6px #e0e0e0;}
  60. /*--------------------------------------底部快捷命令按钮-------------------------------------------*/
  61. #UCD_CT_BT {height: 4%; bottom: 0px; font-size:13px; text-align:center;}
  62. .UCD_CT_BT_Com{float: left; background-color: rgb(0, 136, 204); color:White; cursor: pointer; margin: 2px; padding: 3px; width: 60px; }
  63. .UCD_CT_BT_Com:hover{background: #3b3b3b;}
  64. /*左边工具栏样式表*/
  65. /*工具栏整体样式*/
  66. .UCD_TT { float:left; width: 15%; height:100%; display:block; }
  67. /*工具栏头部*/
  68. .UCD_TT_T { background-color:threedshadow; color:White; height:25px; line-height:25px; border-right:1px solid white; }
  69. .UCD_TT_T_N{ text-indent:2px; font-weight:bold; height:20px; line-height:20px; width:135px; float:left;}
  70. .UCD_TT_T_X{height:20px; line-height:20px; width:20px; font-weight:bold; font-size:16px; float:left; cursor:pointer }
  71. #UCD_TT_Z{ width:160px; min-height:300px; overflow-y:auto; overflow-x:hidden;}/*中间部分样式。*/
  72. /*工具栏分项目样式*/
  73. .UCD_TT_P{ cursor:pointer; width:140px; color:Black; text-indent:5px; background-color:#fff7dd; border:1px solid #ffedba; margin:5px; margin-bottom:0px; }
  74. /*工具栏条目*/
  75. .UCD_TT ul { margin:0; padding:0;}
  76. .UCD_TT li { line-height: 24px; height:24px; cursor:pointer; width:160px; margin-top:3px; }
  77. .UCD_TT li:hover { background-color:#ffefbb; }
  78. .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;}
  79. .UCD_TT li span { white-space: nowrap; margin-left:5px; display:block; float:left; text-overflow: ellipsis; width: 120px;vertical-align: middle;}
  80. .UCD_ToolT_TD{line-height: 24px; margin-left:-20px; cursor:pointer; backgroundColor: #6B6B6B; }
  81. .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;}
  82. .UCD_TT_B{ width:160px; height:100px; }/*左下角广告区域*/
  83. .UCD_TT_B_T{width:100px; margin:5px; text-align:center; border:1px solid gray; background-color:#fff7dd; }/*广告标题*/
  84. .UCD_TT_B_G{ width:140px; margin-left:10px; height:80px;}/*广告*/
  85. /*拖动对象*/
  86. .UCD_TOOLT_Drag {position:absolute; text-align:center; line-height:25px; width:100px; height:25px; border:1px solid gray;}
  87. /*右边建立项目文件夹文件*/
  88. #UCD_RTree{display:none;overflow:hidden;width:220px;height:100%;float:left;font-size:12px;font-family:Consolas, 微软雅黑;}
  89. /*上部菜单用户信息*/
  90. .UCD_RT_H{ height:25px; width:100%; background-color:lightblue; line-height:25px;background-color:ButtonFace;}
  91. /*根目录样式*/
  92. .UCD_RT_Root{ width:100%; height:50px; background-color:ButtonFace; line-height:25px; }/*根项目样式*/
  93. /*统计信息面板*/
  94. .UCD_RT_Root_TJ{ width:100%; height:25px; background-color:threedshadow;line-height:25px; font-size:13px; border-left:1px solid white; }
  95. .UCD_RT_Root_TJ_NR{ width:200px; height:20px; line-height:20px; float:left; color:White; padding-left:2px; }
  96. .UCD_RT_Root_TJ_X{ cursor:pointer; width:20px; height:20px; line-height:20px; float:right;color:White; font-weight:bold; font-size:16px; }
  97. .UCD_RT_Root_TJ_X:hover{ color:Red;}
  98. .UCD_RT_Root_ZY{width:100%; height:25px; background-color:ButtonFace;line-height:25px; font-size:13px; font-weight:bold; border-top:2px solid white;}
  99. .UCD_RT_Root_Z{ margin-left:5px; width:80px; height:25px; float:left;background-color:ButtonFace;line-height:25px; }
  100. .UCD_RT_Root_C{ cursor:pointer; width:100px; height:25px; float:right; background-color:ButtonFace; text-align:center; line-height:25px; color:Red; }/*创建项目样式*/
  101. .UCD_RT_Root_C:hover{ color:Black;}
  102. /*树型区域*/
  103. #UCD_RT_Tree{ width:100%; height:100%; background-color:White; overflow-y:scroll; border-top:2px solid white;}
  104. /*树孩子节点样式*/
  105. .UCD_RT_USTreecontainA{ overflow: hidden;float: left; width:100%;}/*用户树形样式*/
  106. .UCD_RT_USTTitle {width:auto; height:30px; padding-left:5px; overflow:hidden;}
  107. .UCD_RT_USTTitle:hover { background-color:#edf2f7; }/*用户树形样式*/
  108. .UCD_RT_USTreesign{width: 16px;height: 18px;float: left;margin-top:5px; text-align: center; clear:both;}/*用户伸缩节点的样式*/
  109. .UCD_RT_USTreeusestudiodisktreeA{ float: left; height: 28px; min-width:110px; max-width: 140px; }/*左边文件夹样式*/
  110. .UCD_RT_USTreecontainA i {float: left; width: 25px; display: inline-block; height: 28px; margin-right: 5px; cursor:pointer;}/*文件图标样式*/
  111. .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;}
  112. /*增删查改样式*/
  113. .UCD_RT_ZSCG_TB{background-position: -104px -54px; width:20px; height:16px; float:left; }/*增加删除图片*/
  114. /*此处position 起到了固定右边的作用,多测试才能证明是否正确,必须加right:0*/
  115. .UCD_RT_ZSCG{ float:right;position:absolute; right:0px; margin-right:20px; width:20px; height:20px; line-height:20px; background-color:white;}
  116. .UCD_RT_ZSCG:hover { background-color:Gray; }
  117. .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;}/*设置图标*/
  118. .UCD_RT_USTreeComputerIcon{ background-position: -5px -9px; width: 25px;height: 18px;}/*disk图标*/
  119. .UCD_RT_USTreeAlbumIcon{background-position: -2px -78px;width: 32px;height: 32px;}/*disk相册图标*/
  120. .UCD_RT_ProIcon {background-position: -1px -0px;width: 32px;height: 32px;}/*项目图标*/
  121. .UCD_RT_FolderIcon {background-position: -28px -52px;width: 32px;height: 32px;}/*文件夹图标*/
  122. .UCD_RT_FileIcon {background-position: -1px -52px;width: 32px;height: 32px;} /*文件图标*/
  123. .UCD_RT_USTreeMusicIcon{background-position: -33px -8px;width: 32px;height: 32px;}/*disk音乐图标*/
  124. .UCD_RT_USTreeVideoIcon{background-position: -91px -9px;width: 32px;height: 32px;}/*disk视频图标*/
  125. .UCD_RT_USTreeFolderEncryptIcon{background-position: -738px -77px;width: 32px;height: 32px;}/*文件夹加密图标*/
  126. .UCD_RT_USTreeFolderIcon{background-position: -171px -9px;width: 32px;height: 32px;}/*文件夹原图标*/
  127. .UCD_RT_USTreeRecycleBin { background-position: -116px -3px; margin-left:13px; width: 32px;height: 32px; float:left; cursor:pointer;}/*回收站*/
  128. .UCD_RT_USTreeRecycleBintxt { float:left; margin:8px 0 0 2px;cursor:pointer; }
  129. .UCD_RT_USTreeRecycleSetup { background-position: -144px -9px; margin-left:26px;}/*设置*/
  130. .UCD_RT_I_D_A { background-position:-170px -5px;}/*添加文件夹图片*/
  131. .UCD_RT_I_D_Lock {background-position:-22px -200px; }/*Lock图片*/
  132. .UCD_RT_I_D_UN { background-position:-50px -175px; }/*解密的图片*/
  133. .UCD_RT_I_D_UL { background-position:-50px -175px;}/*UnLock图片*/
  134. .UCD_RT_I_D_E { background-position:-221px -10px;}/*extend文件夹伸展图标*/
  135. .UCD_RT_I_D_S { background-position:-201px -10px;}/*shrink文件夹收缩图标*/
  136. /*创建项目样式*/
  137. .UCD_TR_CP { height:70px; width:350px; }
  138. .UCD_TR_CP_T { margin-left:20px; font-weight:bold; height:25px; line-height:25px;}
  139. .UCD_TR_CP_MS { width:110px; margin-left:20px; height:25px; line-height:25px; float:left;}
  140. .UCD_RT_CP_Input { width:180px; height:20px; float:left;}
  141. /*---------------------------------------------------------------------右键命令行创建文件文件夹区域----------------------------------------------*/
  142. .UCD_RT_FUP { width:300px; height:260px; background-color:White; position:absolute;border:1px solid #c4c4c4;display:none; }
  143. .UCD_RT_FUPH { width:100%; height:30px; background-color:#4B7FC3;-moz-border-radius: 5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;}
  144. .UCD_RT_FUPHT { float:left; margin:7px 0 0 10px; color:White;}
  145. .UCD_RT_FUPC { width:100%; height:200px;}
  146. /*头部区域*/
  147. #UCD_RT_FUPCT { margin-left:20px; height:20px; margin-top:10px; width:100%; line-height:20px; font-weight:bold; font-size:15px;}
  148. /*内容区域*/
  149. .UCD_RT_FUPCC { margin-left:10%; margin-top:10px; width:80%; height:150px; -webkit-overflow-scrolling:touch; overflow-x:hidden;overflow-y:auto; }
  150. /*单个内容样式*/
  151. .UCD_RT_Com { padding-left:20px; 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: 120px; }
  152. .UCD_RT_Com:hover {background: #3b3b3b;}
  153. /*上传Input样式,上面为Div样式,下面为input样式,有技巧的*/
  154. .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样式*/
  155. #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;}
  156. .UCD_RT_FUPW { width:100%; height:30px;}
  157. .UCD_RT_FUPW div { float:left;}
  158. .UCD_RT_FUPWT { color:#BBBBBB; margin: 0px 0 0 10px; font-family:宋体; }
  159. /*UCD_R作为运行时的样式表*/
  160. .UCD_R_Tab_Line {cursor:pointer; height:20px; padding-right:6px; line-height:25px; color:#AAA;}/*行号*/
  161. .UCD_R_C_Line {line-height:20px;}/*代码样式*/
  162. /*弹出的Confirm对话框样式*/
  163. /*.UCD_R_CF { margin-left:20px; width: 300px; height:100px; text-align:left;}
  164. .UCD_R_CF_AL{ color:red;}
  165. .UCD_R_CF_WB{ color:black;}*/
  166. /*--------------------------------------------------编辑器提示信息区域------------------------------*/
  167. #UCD_TP_TB{ background-color:White;height:190px; min-width:200px; position: absolute;top:0px; left:0px; border:1px solid #ccc; overflow-x:hidden; overflow-y:scroll;}
  168. /*单个条目样式*/
  169. .UCD_TP_TB_N { height:20px}
  170. .UCD_TP_TB_N:hover { background-color:Silver; }
  171. .UCD_TP_TB_N_D{ border:1px solid white; margin-left:20px; height: 20px; line-height:20px;}/*变量文字*/
  172. .UCD_TP_TB_N_D:hover{ background-color:rgb(255,236,181);}/*变量文字hover*/
  173. .UCD_TP_TB_N_T{ float:left; height:20px; width:20px; margin-left:5px; line-height:20px; }/*变量图标*/
  174. /*首页示例样式*/
  175. #UCD_SL{ position:absolute; background-color:White; display:block; width:960px; height:70%;top:40px; left:5%; }
  176. .UCD_SL{ width:20px; height:20px; float:right; font-size:20px;}
  177. /*头部区域样式,修改了模版颜色*/
  178. .UCD_SL_T{ width:100%; height:30px; background-color:black ;-moz-border-radius: 5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;}
  179. /*.UCD_SL_T_X{ width:30px; float:right; line-height:25px; cursor:pointer; font-size:16px; color:White; font-weight:bold;}*/
  180. .UCD_SL_T_X{ width:25px; height:30px; float:right; line-height:30px; cursor:pointer; font-size:25px; color:White; font-weight:bold;}
  181. .UCD_SL_T_X:hover{font-size:30px;}
  182. /*中部最大区域*/
  183. .UCD_SL_N{ width:954px; height:100%; border:3px solid black; background-color:White; overflow-x:hidden; overflow-y:scroll;}
  184. .UCD_SL_N_T{ margin-left:15px; width:900px; height:90px; margin-top:5px; background-color:#fcfaf2; font-weight:bold;}/*头部区域*/
  185. .UCD_SL_N_T_B{float: left;width: 70px;height: 75px;}/*头部坐标区域*/
  186. .UCD_SL_N_T_B_I{width: 60px;height: 53px;float: left;margin-top: 7px;margin-left: 10px;}/*图标*/
  187. .UCD_SL_N_T_B_N{float:left; width:360px; text-indent:20px; padding-top:10px;}/*口号*/
  188. .UCD_SL_N_T_B_N_K { font-size:20px; color:#333; height:35px;}
  189. .UCD_SL_N_T_B_N_L { color:Blue; cursor:pointer; float:right; height:20px; line-height:20px;}
  190. .UCD_SL_N_T_D{ float:right;width:160px; height:75px; cursor:pointer;margin-right: 20px;}/*头部右边区域*/
  191. /*.UCD_SL_N_T_D_T { height:65px; width:450px; float:left; }*/
  192. .UCD_SL_N_T_D_B {height:25px;line-height:25px; float:left; }
  193. /*#UCD_SL_N_F{ margin:10px; margin-left:15px; width:900px; height:60px; background-color:White; font-weight:bold; font-size:16px;}*/
  194. /*#UCD_SL_N_F div{ float:left; margin-left:20px; height:30px; line-height:30px; cursor:pointer; }*/
  195. /*#UCD_SL_N_F div:hover{ color:Red;}*/
  196. .UCD_SL_N_F_L{ width:260px; height:60px; float:left; font-size:30px; color:Red; text-align:center; }
  197. #UCD_SL_N_F_R{ width:640px; height:60px; float:left;}/*百度广告*/
  198. .UCD_SL_CD{float: left;text-align: center;height: 75px;margin-left: 50px;}
  199. .UCD_SL_CD_C {height: 75px;float: left;line-height: 75px;padding-right: 10px;width:75px;}
  200. .UCD_SL_CD_C hover { background-color:Silver; }
  201. .UCD_SL_CD_S{width: 180px;float: left;margin-top: 20px;}
  202. .UCD_SL_CD_S input{float: left;width: 180px;height: 28px;border-radius: 20px;background-color: #fcfaf2;border: 1px solid #c2c2c2;padding-left: 10px;}
  203. .UCD_SL_CD_S div{ float:left; height:25px; line-height:25px; background-color:White; width:50px; text-align:center; margin-left:3px; }
  204. .UCD_SL_NN{ width:100%; height:100%; }
  205. #UCD_SL_N_N{ width:100%; min-height:600px; height:100%; font-family:cursive; }/*内容区域*/
  206. /*单条流式布局样式,很奇怪,把float:left写在$$里面的style里面居然不生效,这是一个bug,以后再考虑*/
  207. .UCD_SL_N_N_L{ float:left; height:auto;}
  208. .UCD_SL_N_N_C{ border:2px solid white; width:140px; margin:10px; float:left;} /*单个条目包容器*/
  209. .UCD_SL_N_N_C:hover{ cursor:pointer;}
  210. .UCD_SL_N_N_C_RD { width:140px; height:20px; background-color:buttonface }/*高度为0居然可以透明!*/
  211. .UCD_SL_N_N_C_I { width:140px; height:140px;}/*图片展示*/
  212. .UCD_SL_N_N_C_N{ text-indent:2em; word-break:break-all; width:140px; background-color:ButtonFace;}/*内容介绍*/
  213. .UCD_SL_N_N_C_T{ width:140px; height:30px; line-height:30px; background-color:ButtonFace; font-weight:bold; overflow:hidden; text-align:center; }/*标题*/
  214. .UCD_SL_N_N_C_R { display:none; float:left; width:30px; height:18px; background-color:#e53e49; border:1px solid black;}/*评论*/
  215. .UCD_SL_N_N_C_S { display:none; margin-left:20px; float:left; width:30px; height:18px; background-color:#e53e49; border:1px solid black;}/*审核*/
  216. .UCD_SL_N_N_C_D { display:none; float:right; width:30px; height:18px; background-color:#e53e49; border:1px solid black;}/*大图*/
  217. .UCD_SL_NN_B{ height:200px;}/*页脚*/
  218. /*发布项目区域*/
  219. #UCD_FB{ width:500px; height:480px; background-color:White; position:absolute;border:1px solid #c4c4c4;display:none; }
  220. /*中间样式*/
  221. .UCD_FB_N{ margin:20px; margin-top:10px;}
  222. /*头部样式*/
  223. #UCD_FB_N_T{ height:30px; line-height:30px;}
  224. /*单行样式*/
  225. .UCD_FB_N_N_N{ min-height:30px;}
  226. /*项目简介*/
  227. .UCD_FB_N_B{width:450px; height:200px; }
  228. #UCD_FB_N_N_T{ width:350px; height:180px;}
  229. .UCD_FB_N_CK{ height:30px;}
  230. .UCD_FB_N_CK div {float:left; height:30px; line-height:30px;}
  231. #UCD_FB_N_CK_CK{ margin-left:20px;}
  232. #UCD_FB_N_N_I{ width:220px;}
  233. .UCD_FB_NR { width:450px; height:100px;}
  234. .UCD_FB_NR_L{ width:300px; height:100px; float:left;}
  235. .UCD_FB_NR_R{ width:145px; height:100px; float:left; border:1px solid ButtonFace;}
  236. #UCD_FB_NR_IMG{ margin-left:10px; width:120px; height:120px;border:2px solid white; cursor:pointer;}
  237. /*发布按钮*/
  238. .UCD_FB_N_N_N_F{ width:250px; float:left;}
  239. .UCD_FB_N_N_N_S{ width:100px; height:20px; color:Black;}
  240. #UCD_SY { position:absolute; background-color:White; border:2px solid rgb(0,136,204); display:none; width:88%; height:688px;
  241. position:absolute; top:40px; left:5%; }
  242. /*全局*/
  243. .UCD_SY_C { width:1000px; height:100%; margin:0 auto; }
  244. .UCD_SY_F { float:left; }
  245. .UCD_SY_R { float:right; }
  246. .UCD_SY_ZT { font-family:"微软雅黑"; }
  247. /*大局滚动条设置*/
  248. .UCD_SY_DJ { overflow-x:hidden; overflow-y:auto; width:100%; height:663px; }
  249. /*-------------------------------------------------------头部------------------------------------------------------------*/
  250. /*导航条*/
  251. .UCD_SY_D { width:100%; height:70px; background-color:#6699cc; border-bottom:3px solid #5a86b2; box-shadow:0px 1px 3px rgba(34,25,25,0.4); }
  252. .UCD_SY_LG { background:url("../images/cloudlogo.png") no-repeat; width:114px; height:100px; margin-top:6px; }/*logo*/
  253. .UCD_SY_Br { background-color:#99ccff; width:100%; height:280px; }/*banner*/
  254. .UCD_SY_D_WZ { line-height:80px; margin-left:85px; color:White; font-size:17px; font-family:"微软雅黑"; height:68px; }/*导航条文字样式*/
  255. /*banner*/
  256. .UCD_SY_sc { width:100%; height:110px; margin:auto; }/*色彩外框*/
  257. .UCD_SY_Br_C { margin:auto; width:744px; height:110px; }/*板块居中*/
  258. .UCD_SY_sc_d { width:93px; height:25px; text-align:center; color:White; font-size:18px; float:left; padding-top:80px; padding-bottom:4px; }/*色彩板块大小*/
  259. .UCD_SY_C1 { background-color:#FBA140; }/*板块1*/
  260. .UCD_SY_C2 { background-color:#248AB0; }
  261. .UCD_SY_C3 { background-color:#FAC553; }
  262. .UCD_SY_C4 { background-color:#656597; }
  263. .UCD_SY_C5 { background-color:#EA5745; }
  264. .UCD_SY_C6 { background-color:#07395A; }
  265. .UCD_SY_C7 { background-color:#3CBC8C; }
  266. .UCD_SY_C8 { background-color:#3DBFD9; }/*板块8*/
  267. /*-------------------------------------------------------中部------------------------------------------------------------*/
  268. .UCD_SY_ZB { width:1000px; height:1435px; margin:0 auto; }/*中部板块居中*/
  269. /*C语言、HTML在线编程 两大板块*/
  270. .UCD_SY_WK_C { width:250px; height:305px; margin-left:190px; margin-top:18px; text-align:center; float:left; }/*C语言板块外框*/
  271. .UCD_SY_C_I { width:146px; height:157px; background-image:url("../images/UCD_SY_C.png"); margin:auto; }/*C语言背景图片*/
  272. .UCD_SY_WK_D { width:250px; height:305px; margin-left:127px; margin-top:18px; text-align:center; float:left; }/*HTML板块外框*/
  273. .UCD_SY_D_I { width:146px; height:157px; background-image:url("../images/UCD_SY_D.png"); margin:auto; }/*HTML背景图片*/
  274. .UCD_SY_WK_C h3,.UCD_SY_WK_D h3 { color:#ff5700; }/*C语言、HTML板块标题字体颜色*/
  275. /*板块样式*/
  276. .UCD_SY_BK { width:100%; margin-bottom:17px; height:355px; }/*板块大小样式*/
  277. .UCD_SY_BK_T { text-align:center; background-color:#6699cc; padding:0px 0px 5px 0px; font-size:25px; font-weight:bold; }/*标题*/
  278. .UCD_SY_BK_W { width:29.5%; padding:0 0 13px; margin:0 19px 25px 19px; }/*外框*/
  279. .UCD_SY_BK_B { border-bottom:1px solid #6699cc; }/*板块下边框*/
  280. .UCD_SY_BK_W2 { width:31%; padding:0 0 13px; margin-bottom:25px; }/*外框2*/
  281. .UCD_SY_BK_W_T { width:64px; height:64px; color:#ccc; border:1px solid #6699cc; border-radius:64px; behavior: url(ie-css3.htc); }/*头像*/
  282. .UCD_SY_BK_W_NC { margin-left:15px; width:100px; color:black; font-weight:bold; font-size:17px; }/*昵称*/
  283. .UCD_SY_BK_R { width:58px; color:#858B97; font-size:13px; text-align:right; }/*日期时间样式*/
  284. .UCD_SY_BK_W_NR { width:163px; height:35px; margin-top:6px; font-size:15px; color:#888C97; padding-left:17px; }/*内容*/
  285. .UCD_SY_BK_W_J { border:1px solid #0181E6; width:43px; height:20px; text-align:center; line-height:20px; margin-top:10px; background-color:#6699cc; }/*加入*/
  286. .UCD_SY_BK_W_J:hover { border:1px solid #09AAF5; width:43px; height:20px; text-align:center; line-height:20px; margin-top:10px; background-color:#6699cc; opacity:0.8; color:White; cursor:pointer; }
  287. /*-------------------------------------------------------尾部------------------------------------------------------------*/
  288. .UCD_SY_Fr { background-color:#303030; height:321px; color:#9d9d9d; text-align:center; line-height:20px; font-size:15px; }/*尾部板块样式*/
  289. .UCD_SY_Fr h3 { color:white; margin:0 0 12px 0; }/*标题样式*/
  290. .UCD_SY_Fr_WZ { margin-right:281px; }/*网站相关*/
  291. .UCD_SY_Fr_RM { margin:auto; width:272px; }/*热门课程*/
  292. .UCD_SY_Fr_S { padding-top:18px; height:256px; }
  293. /*上部样式*/
  294. .UCD_TOP {
  295. background-color:rgb(0,136,204);
  296. -webkit-border-radius: 4px;
  297. -moz-border-radius: 4px;
  298. border-radius: 4px;
  299. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  300. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  301. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  302. height: 5%;
  303. width:100%;
  304. overflow:hidden;
  305. color:White;
  306. border-top:1px solid white;
  307. }
  308. .UCD_TOP_A{ margin-left:5px; width:35px; height:35px; float:left; display:block;}
  309. .UCD_TOP_List{ margin-left:20px; display:block; width:655px; height:25px; overflow:hidden; float:left;}
  310. .UCD_TOP_List_C{ cursor:pointer; text-align:center; height:18px; line-height:18px; margin-top:8px; min-width:40px; background-color:white; color:#333; font-size:13px; float:left; margin-left:10px; font-weight:bold;}
  311. .UCD_TOP_List_C:hover{ background-color:#db0d33;}
  312. #UCD_TOP_AL{ float:left; width:180px; margin-left:5px; line-height:25px; margin-top:2px; height:20px; color:Red; font-weight:bold; }
  313. /*用户登录以及用户信息区域*/
  314. #UCD_TOP_L{float:right; width:180px; line-height:30px; height:30px; margin-right:20px; margin-top:5px; color:White; font-weight:bold; }
  315. #UCD_TOP_L_UI{ float:left; width:80px; overflow:hidden; height:25px; line-height:25px; cursor:pointer;}
  316. #UCD_TOP_L_TX{ margin-left:5px; float:left; width:30px; height:25px; cursor:pointer; }
  317. #UCD_TOP_L_TC{ margin-left:10px; float:left; width:30px; font-weight:bold;height:25px; cursor:pointer;}
  318. #UCD_TOP_L_DL{ float:right; width:50px; font-weight:bold;text-align:center;height:25px; color:White; line-height:25px; background-color:#42454c; cursor:pointer;}
  319. #UCD_TOP_L_DL:hover{ background-color:#db0d33;}
  320. .UCD_TOP_L_HYYP { float:left; width:30px; cursor:pointer; }
  321. /*注册登录的CSS*/
  322. #UCD_LR{ position:absolute; top:0px; left:0px; width:750px; height:380px; }
  323. .UCD_LR_N{width:746px; height:350px;border:2px solid silver;}
  324. .UCD_L_C_L{ width:95%; margin-left:10px; height:70px; color:#CC0033;}
  325. .UCD_L_C_L div { font-size:30px;float:left; background-color:Black; color:White; margin:15px; cursor:pointer;}
  326. .UCD_L_C_L div:hover{ color:Red; }
  327. /*引用外部项目的css文件*/
  328. /*切换到桌面和编程端的按钮*/
  329. #UCD_OT_QH{width:100px; height:20px; background-color:white;position:absolute; top:10px; left:10px;color:#333; line-height:20px;}
  330. .UCD_OT_QH_L{ width:20px; height:20px; background-position: -197px -97px; float:left;}
  331. .UCD_OT_QH_R{ width:80px; height:20px; float:left;}