小程序模板網(wǎng)

小程序樣式的屬性

發(fā)布時間:2021-06-19 18:06 所屬欄目:小程序開發(fā)教程
  • 尺寸:width、height、min-height等
  • 邊框:border
  • 邊距:margin、padding
  • 背景:background
  • 文本:color、font-*
  • 其他:表格、列表等

基本選擇器:和css差不多算了不記了,其他的選擇器也不說了。只記錄偽類選擇器。

偽類選擇器:

  • 動態(tài)偽類選擇器:(:link, :visited, :hover, :active, :focus):link, 鏈接樣式   :visited,訪問后     :hover,鼠標移動     這三個因為小程序里沒有鼠標,所以不起作用。:active 點擊會觸發(fā)樣式

    <view class='it'>
     點我
    </view>
    
    
    .it:active{
      width:100rpx;
      height: 100rpx;
     background-color: green;
    }
    
    
    點擊多久樣式維持多久

    :focus  獲取焦點

  • 狀態(tài)偽類選擇器:(:enabled, :disabled, :checked)
  • 選擇偽類選擇器:(:first-child, :last-child, :nth-child(), :nth-last-child(),  :nth-of-type(), nth-last-of-type(), :first-of-type, :last-of-type, :only-child, :only-of-type)
  • 空內(nèi)容偽類選擇器:(:empty)
  • 否定偽類選擇器:(:not)
  • 偽元素:(::first-line, ::first-letter, ::before, ::after, ::selection


易優(yōu)小程序(企業(yè)版)+靈活api+前后代碼開源 碼云倉庫:starfork
本文地址:http://22321a.com/wxmini/doc/course/26569.html 復制鏈接 如需定制請聯(lián)系易優(yōu)客服咨詢:800182392 點擊咨詢
QQ在線咨詢