随笔分类 - Css
摘要:``` //不显示 .bar { position:fixed; bottom:0; z-index:99; } //显示 .bar{ position:fixed; bottom:calc(90vh); /*当前屏幕高度百分比90%*/ z-index:99; } ```
阅读全文
摘要://所有class包含font red的p标签 p[class~="font red"] {color: red;} [abc^="def"] 选择 abc 属性值以 "def" 开头的所有元素 [abc$="def"] 选择 abc 属性值以 "def" 结尾的所有元素 [abc ="def"]
阅读全文
摘要:以下样式,表示css对第一个li标签无效,第一个以后的样式有效。
阅读全文

浙公网安备 33010602011771号