背景色(background)

    CSSValueExample
    background-color十六进制:#FFFFFF、RGB:rgb(0,255,255)、常用背景色名称:green,推荐使用十六进制style="background-color:#ABFF00"


    CSSValueExample
    colorgreenstyle="color:green;"
    font-size数值:14px(只会截取数值)style="font-size:14px"
    font-familyTimes New Roman(不支持备选字体)style="font-family:Times New Roman"
    font-styleitalicstyle="font-style:italic"
    font-weightboldstyle="font-weight:bold"
    text-decorationline-through、underlinestyle="text-decoration: underline"


    隐藏(visibility)

    CSSValueExample
    visibilityhidden:隐藏,目前仅设置在tr上生效< tr style="visibility: hidden" >