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