摘要: CSS选择器: 基本选择器: 多元素组合选择器 属性选择器 伪类 结构性伪类 采用伪类实现轮播: 1 <!doctype html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>伪类选择器--轮播</title> 6 <style> 7 b 阅读全文
posted @ 2017-11-07 15:47 dqy95 阅读(565) 评论(0) 推荐(0) 编辑