随笔分类 - CSS
摘要:1 /*手机端实现真正的一像素边框*/ 2 .border-1px, .border-bottom-1px, .border-top-1px, .border-left-1px, .border-right-1px { 3 position: relative; 4 } 5 /*线条颜色 黑色*/ 6 .border-bottom-1px::after, .bor...
阅读全文
摘要:方法一 思路:显示设置父元素为:table,子元素为:cell-table,这样就可以使用vertical-align: center,实现水平居中优点:父元素(parent)可以动态的改变高度(table元素的特性)缺点:IE8以下不支持 <!DOCTYPE html> <html lang="e
阅读全文

浙公网安备 33010602011771号