wux-weapp
Version:
一套组件化、可复用、易扩展的微信小程序 UI 组件库
18 lines (15 loc) • 358 B
text/less
@import "../styles/mixins/index.less";
@import "../styles/themes/index.less";
.@{wux-prefix}-circle {
display: inline-block;
position: relative;
&__inner {
width: 100%;
text-align: center;
position: absolute;
left: 0;
top: 50%;
transform: translate3d(0, -50%, 0);
line-height: 1;
}
}