标签:log alt ati border htm blog 解决方案 color jpg
1、说明,一般用户头像在上传的时候都会处理为正方形,如果没有处理该怎么正确显示用户头像呢?
解决方案:用css强制
在线地址移动端:戳这里
<div class="main-meimg"><img src="http://playback-langlive.ufile.ucloud.com.cn/c8f137446774494db18e41839c4a788f.jpg" alt=""></div>
css
.main-meimg { width: 2.08rem; margin: 0 auto; height: 2.08rem; border: 0.06rem solid #B37DFD; border-radius: 50%; padding: 0.08rem; box-shadow: inset 0 0 0.133333rem #B37DFD; position: relative; } .main-meimg img { width: auto; height: 100%; position: absolute; left: -100%; top: -100%; right: -100%; bottom: -100%; margin: auto; border-radius: 50%; }
标签:log alt ati border htm blog 解决方案 color jpg
原文地址:http://www.cnblogs.com/-walker/p/6837292.html