实用小技巧

1、手机页面上按钮点击有阴影,如何去掉?

a{

-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;

}

 

2、元素高度是百分比,里面的文字居中显示:

div{

display: flex;
align-items:center;
justify-content:center;

}

posted on 2017-03-10 17:55  xfdyl  阅读(165)  评论(0)    收藏  举报