码迷,mamicode.com
首页 > 其他好文 > 详细

0.5的细线

时间:2017-08-20 16:48:49      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:span   height   pos   content   code   webkit   style   cal   osi   

.weui-cell:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #d9d9d9;
    color: #d9d9d9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    left: 15px;
}

 

0.5的细线

标签:span   height   pos   content   code   webkit   style   cal   osi   

原文地址:http://www.cnblogs.com/freddyhuang/p/7400284.html

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