.border-rounded{border-radius: 4px;}
// .border-1px{position: relative;
//     &:after{
//         position: absolute;
//         bottom:0;
//         left:0;
//         content: '';
//         width:100%;
//         height:1px;
//         border-top:1px solid black;
//         transform: scaleY(0.5);//注意兼容性
//     }
// };


.border-1px{
    box-shadow: inset 0px -1px 1px -1px black;
}
