1. 程式人生 > >手機端1px細線公共類

手機端1px細線公共類

webkit rbo otto body html posit htm nsf absolut

手機端1px細線公共類

.borderBottom1px{
    position: relative;
}
.borderBottom1px:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e3e3e3;
    -webkit-transform:scaleY(.5);
    -webkit-transform-origin:0 0;
}

  

手機端1px細線公共類

手機端1px細線公共類