上一页 1 ··· 31 32 33 34 35
摘要: Title 阅读全文
posted @ 2016-05-06 10:38 Jinsuo 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 多列:(对文本进行布局,像报纸那样) column-count: 规定元素应该被分隔得列数; column-gap:规定列之间的间距; column-rule: 列与列之间的间隔线; column-width:规定列的宽度; resize: none(无法调整) both(调整元素的高度和宽度) h 阅读全文
posted @ 2016-04-16 13:03 Jinsuo 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 标题 头部区域 主题区域 侧边区域 脚部区域 阅读全文
posted @ 2016-04-15 14:07 Jinsuo 阅读(242) 评论(0) 推荐(0) 编辑
摘要: list-style 复合属性( list-style-image:url ()...; list-style-position: inside outside; list-style-type:disc circle square lower-alpha upper-alpha .......; 阅读全文
posted @ 2016-04-14 17:28 Jinsuo 阅读(197) 评论(0) 推荐(0) 编辑
摘要: border-collapse: 值1 seperate (默认),值2 collapse; 单元格的边框显示方式 合并还是分开 border-spacing: 上面单元格分开时 单元格与单元格之间的间距; caption-side: top bottom left right; 设置表格标题的位置 阅读全文
posted @ 2016-04-14 16:51 Jinsuo 阅读(127) 评论(0) 推荐(0) 编辑
摘要: !important > 行内 >id > class >tag >* <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>css优先级</title> <style> #box{ color: red !impor 阅读全文
posted @ 2016-04-14 15:28 Jinsuo 阅读(115) 评论(0) 推荐(0) 编辑
上一页 1 ··· 31 32 33 34 35