榆山数据端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
219 B

.wux-circle {
display: inline-block;
position: relative
}
.wux-circle__inner {
width: 100%;
text-align: center;
position: absolute;
left: 0;
top: 50%;
transform: translate3d(0,-50%,0);
line-height: 1
}