上一页 1 ··· 10 11 12 13 14
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>时间data</title> </head> <body> <div id="linkweb" style=" display:inline;"></div> 阅读全文
posted @ 2017-12-04 21:09 bingxiaoxiao 阅读(151) 评论(0) 推荐(0)
摘要: position (定位)属性值的含义: position: relative; top: 40px; 绝对路径就是带有网址的路径,比如你有一个域名www.dreamdu.com 点赞 body <div class="img"> <img src="../H5结构布局实例/img/0.jpg"> 阅读全文
posted @ 2017-12-04 19:23 bingxiaoxiao 阅读(269) 评论(0) 推荐(0)
摘要: 样式优先级 important > 行内样式 > id选择器 > 伪类选择器定义 > 属性选择器 , class类选择器 (谁在下面谁起作用) > 标签选择器 > 通配符* 1、无条件优先的属性只需要在属性后面使用 !important 。它会覆盖页面内任何位置定义的元素样式。IE 6不支持这个属性 阅读全文
posted @ 2017-11-22 10:43 bingxiaoxiao 阅读(1260) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14