码迷,mamicode.com
首页 > Web开发 > 详细

css公共类

时间:2019-03-27 00:15:28      阅读:295      评论:0      收藏:0      [点我收藏+]

标签:cal   abs   code   问题   class   orm   for   scale   nsf   

/*iOS弹性滚动*/
.scrolling{ position: absolute; width: 100%; height:100%; overflow-x:hidden; overflow-y:auto; -webkit-overflow-scrolling: touch ;}
/*解决ios 安卓 一像素边线问题  解决办法使用0.5边线*/
.hairline-top{position: relative;border:none;}
.hairline-top::before{content: ‘‘;position: absolute;left: 0;top: 0;background: #DDDEE3;width: 100%;height: 1px;-webkit-transform: scale(1,.5);transform: scale(1,.5);-webkit-transform-origin: center top;transform-origin: center top;}

 

css公共类

标签:cal   abs   code   问题   class   orm   for   scale   nsf   

原文地址:https://www.cnblogs.com/yangsg/p/10604671.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!