日期:2014-05-17  浏览次数:20817 次

怎么设置DOrado5控件字体大小
在线等 有人吗  星期天的

------解决方案--------------------
没用过这,干嘛的?
------解决方案--------------------
比如 button 控件,写好 button 的样式,然后在 button 的 style 属性中直接引用样式 id 即可:
.ButtonNew {
  cursor: pointer;
  font-family: Verdana;
  font-size: 15pt;
  height: 22;
  border-width: 1;
  border-color: #CCCCCC;
  border-style: solid;
  background-color: buttonface;
}