nutui-by-zchuhyy
Version:
一套轻量级移动端Vue组件库
5 lines • 901 B
CSS
/*!
* nutui-by-zchuhyy v0.0.16 - avatar.css, 7c15ab32fbfb9d26339f, Wed Mar 17 2021 16:52:20 GMT+0800 (GMT+08:00)
* (c) 2017-2020 JDC
* Released under the MIT License.
*/.nut-avatar{background-size:100% 100%;background-repeat:no-repeat;background-position:50%;display:inline-block;position:relative;margin-right:10px}.nut-avatar .icon{width:50%;height:50%;background-size:100% 100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.nut-avatar .text{display:inline-block;width:100%;height:100%;text-align:center;overflow:hidden}.avatar-large{width:40px;height:40px;line-height:40px}.avatar-small{width:24px;height:24px;line-height:24px}.avatar-normal{width:32px;height:32px;line-height:32px}.avatar-round{-webkit-border-radius:50%;border-radius:50%}.avatar-square{-webkit-border-radius:5px;border-radius:5px}