UCD_Run.css 1.8 KB

123456789101112131415161718192021222324252627282930
  1. /*UCD_R作为运行时的样式表*/
  2. .UCD_R_Tab_Line {cursor:pointer; height:20px; padding-right:6px; line-height:25px; color:#000; font-family:宋体;text-align:center;}/*行号*/
  3. .UCD_R_C_Line {line-height:20px;font-family:宋体;padding-left:0.7%}/*代码样式*/
  4. /*弹出的Confirm对话框样式*/
  5. /*.UCD_R_CF { margin-left:20px; width: 300px; height:100px; text-align:left;}
  6. .UCD_R_CF_AL{ color:red;}
  7. .UCD_R_CF_WB{ color:black;}*/
  8. /*--------------------------------------------------编辑器提示信息区域------------------------------*/
  9. #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;}
  10. /*单个条目样式*/
  11. .UCD_TP_TB_N { height:20px}
  12. .UCD_TP_TB_N:hover { background-color:Silver; }
  13. .UCD_TP_TB_N_D{ border:1px solid white; margin-left:20px; height: 20px; line-height:20px;}/*变量文字*/
  14. .UCD_TP_TB_N_D:hover{ background-color:rgb(255,236,181);}/*变量文字hover*/
  15. .UCD_TP_TB_N_T{ float:left; height:20px; width:20px; margin-left:5px; line-height:20px; }/*变量图标*/
  16. .UCD_Bar{float:left;line-height: 23px;height: 23px;padding: 0px 15px;/* position: relative; */width: 78px;background: #ececeb;margin-top: 5px;font-family: 宋体;border:1px solid #9a9a9a;border-bottom:2px solid #a8b5cb;}
  17. .UCD_Bar .UCD_Bar_Text{ width: 73px; display: inline-block; white-space: nowrap;}
  18. .UCD_Bar UCD_CT_Top_Tab_Close{ margin-top: 3px;margin-right: -10px;}
  19. .ON{background:white;height: 26px;margin-top: 4px;border-bottom: none;border-width: 1px;border-color: #999;border-left:1px solid #000;border-top:1px solid #000;border-right:1px solid #000;}
  20. .UCD_CT_AddPag{padding-top:5px;margin-left:5px;float:left;}
  21. body{font-family: lucida,"Hiragino Sans GB","宋体","WenQuanYi Micro Hei",sans-serif !important;}