小程序模板網(wǎng)

小程序樣式的屬性

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

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

偽類選擇器:

  • 動(dòng)態(tài)偽類選擇器:(:link, :visited, :hover, :active, :focus):link, 鏈接樣式   :visited,訪問后     :hover,鼠標(biāo)移動(dòng)     這三個(gè)因?yàn)樾〕绦蚶餂]有鼠標(biāo),所以不起作用。:active 點(diǎn)擊會(huì)觸發(fā)樣式

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

    :focus  獲取焦點(diǎn)

  • 狀態(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://m.u-renovate.com/wxmini/doc/course/26569.html 復(fù)制鏈接 如需定制請(qǐng)聯(lián)系易優(yōu)客服咨詢:800182392 點(diǎn)擊咨詢
QQ在線咨詢
AI智能客服 ×