12 2020 档案

摘要:#box{ color:red; /* 所有浏览器都支持 */ color:red !important;/* Firefox、IE7支持 */ _color:red; /* IE6支持 */ *color:red; /* IE6、IE7支持 */ *+color:red; /* IE7支持 */ 阅读全文
posted @ 2020-12-11 21:22 Deer_Lin 阅读(61) 评论(0) 推荐(0)
摘要:img { vertical-align:text-top; } 垂直对齐一幅图像: vertical-align baseline 默认。元素放置在父元素的基线上。 sub 垂直对齐文本的下标。 super 垂直对齐文本的上标 top 把元素的顶端与行中最高元素的顶端对齐 text-top 把元素 阅读全文
posted @ 2020-12-01 17:26 Deer_Lin 阅读(192) 评论(0) 推荐(0)