1.png
2.png
3.png
移动端适配
@ue-width:750;
@baseSize: 40rem;
html{
// 设置rem的比值
font-size: 100vm/@ue-width * @baseSize;
background-color: #eff0f4;
}
a{
width: (460/@baseSize);
height:(124/@baseSize);
line-height: $height;
color: white;
text-align: center;
border-radius: (18/@baseSize);
}












网友评论