摘要: 阅读全文
posted @ 2018-10-16 21:46 Yuki-Lan 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 1 2 One 3 Two 4 Three 5 Four 6 Five 7 Six 8 1 .wrapper { /*带有指定类(wrapper)的元素*/ 2 display: grid; /*定义一个容器属性为网格布局*/ 3 grid-template-column... 阅读全文
posted @ 2018-09-29 14:54 Yuki-Lan 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 5 测试absolute与fixed 6 7 8 9 10 absolute 11 fixed 12 13 fixed相对移动的坐标是视图(屏幕内的网页窗口)本身,而absolute相对body坐标原点进行定位 14 1 div{ 2 width:100px; 3 height:100... 阅读全文
posted @ 2018-09-21 09:45 Yuki-Lan 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 1 <code class="language-html"><div class="width100 marT15 content_news_list"> 2 <div class="width96 mauto"> 3 <div class="width100" > 4 <table style=" 阅读全文
posted @ 2018-09-17 17:23 Yuki-Lan 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-09-11 11:14 Yuki-Lan 阅读(179) 评论(0) 推荐(0) 编辑