微信小程序微信小程序开发CSS基础

微信小程序之样式选择器

2019-05-13  本文已影响9人  贤总_

一.基本选择器

二.属性选择器

伪类选择器

动态伪类选择器(:link :visited :hover :active :focus)
状态伪类选择器(:enabeld :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)
空内容伪类选择器(:empty):选择的元素里面没有任何内容
否定伪类选择器(:not):不匹配该属性的每个元素(微信小程序不支持)
伪元素(::first-line ::first-letter ::before ::after ::selection)

原文:https://blog.csdn.net/weixin_39766005/article/details/82056839

上一篇 下一篇

猜你喜欢

热点阅读