css常用樣式,css樣式

來源:互聯網
上載者:User

css常用樣式,css樣式

/*========================常用樣式========================*//*邊框*/.no-border {    border: none !important;}.no-border-top {    border-top: none !important;}.no-border-right {    border-right: none !important;}.no-border-bottom {    border-bottom: none !important;}.no-border-left {    border-left: none !important;}/*外邊距*/.no-margin {    margin: 0 !important;}.no-margin-top {    margin-top: 0 !important;}.no-margin-right {    margin-right: 0 !important;}.no-margin-bottom {    margin-bottom: 0 !important;}.no-margin-left {    margin-left: 0 !important;}/*內邊距*/.no-padding {    padding: 0 !important;}.no-padding-top {    padding-top: 0 !important;}.no-padding-right {    padding-right: 0 !important;}.no-padding-bottom {    padding-bottom: 0 !important;}.no-padding-left {    padding-left: 0 !important;}/*對齊*/.align-left {    text-align: left !important;}.align-center {    text-align: center !important;}.align-right {    text-align: right !important;}.align-top {    vertical-align: top !important;}.align-middle {    vertical-align: middle !important;}.align-bottom {    vertical-align: bottom !important;}.align-justify {    text-align: justify !important;}/*盒子設定*/.display-block {    display: block !important;}.display-inline {    display: inline !important;}.display-inline-block {    display: inline-block !important;}.display-table {    display: table !important;}.display-table-cell {    display: table-cell !important;}/*定位設定*/.position-static {    position: static !important;}.position-relative {    position: relative !important;}.position-absolute {    position: absolute !important;}.position-fixed {    position: fixed !important;}/*========================/常用樣式========================*/

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.