為什么折角不規則?
css:
.inter{
position:absolute;
width:0px;
height:0px;
border-style:solid;
border-right-width:50px;
border-bottom-width:50px;
border-bottom-color:red;
border-right-color:black;
html:
<div class="inter"></div>
為什么會不規則呢?
css:
.inter{
position:absolute;
width:0px;
height:0px;
border-style:solid;
border-right-width:50px;
border-bottom-width:50px;
border-bottom-color:red;
border-right-color:black;
html:
<div class="inter"></div>
為什么會不規則呢?
2016-09-02
舉報
2016-09-10
寬高都是0,邊框離這個0的大小的距離畫線