死了算了
管理成员
- UID
- 1
- 注册
- 2017/07/28
- 消息
- 1,721
- 解决方案
- 130
- 黄金
- 214,912G
找到当前默认模板的 extra.less
加入
加入
Less:
.avatar::before {
content: ' ';
background-image: url(/img/santahat.svg) !important;
background-size: contain !important;
background-repeat: no-repeat !important;
width: 75% !important;
height: 75% !important;
position: absolute !important;
top: -11% !important;
left: -8% !important;
}
.avatar {
position: relative !important;
overflow: visible !important;
border-radius: 100% !important;
}