我在style sheet里设置字体的大小,如下:
         .black
         { 
    font-family : Arial,SimSun; 
    font-size : 12px; 
    color : #000000; 
    line-height : 13px; 
    font-weight : bold; 
    text-transform : none; 
          } 
但是我发现font-size不起作用,而我把"font-size : 12px;"换成"font-size : small; ",却可以.
在我的项目中字体大小变化很多,不能只用small、x-small、 large、 x-large,如何利用数字控制大小,请教!!!!!!!!!!!