CSS樣式的寫法

來源:互聯網
上載者:User

例如:
         .Button { font-size:12px; color:green padding:0 5px 0 5px}  此處0 5 0 5 是上 右 下 左 這四個方位
         .DataGrid td{...}  加上td呢 是將樣式作用於td上 而不是別的地方。
         .Button {background:url(xx.jpg) no-repeat; font-weight:bold} 這麼寫是xx.jpg這張圖片覆蓋在Button上。
         .
         .
         .
         .
         等等這些,待續...
        在使用之前將樣式檔案拖到項目中,如果不這麼做下一步就無法實現!
        然後使用的時候 直接在CssCalss處加上"Button"或是"DataGrid"之類的樣式就可以了。效果不錯的哦!

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.