18 lines
358 B
Plaintext
18 lines
358 B
Plaintext
@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;
|
|
}
|
|
}
|