使用 absolute 后,在定义好 width 和 height ,使用 border 的 width 和 height 会变大、变宽。
设置好看的细线
.thinBorder:after{
content: '';
width: 100%;
display: block;
border-top: 1px solid #ccc;
position: absolute;
left: 0;
bottom: 0px;
-webkit-transform: scaleY(0.5);
-webkit-transform-origin: 0% 0%;
}
查看更多关于CSS样式注意、常识_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did114177