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.
|
|
|
@import '../common/index.wxss';
|
|
|
|
|
|
|
|
.van-circle {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
text-align: center
|
|
|
|
}
|
|
|
|
|
|
|
|
.van-circle__text {
|
|
|
|
color: var(--circle-text-color, #323233);
|
|
|
|
left: 0;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
transform: translateY(-50%);
|
|
|
|
width: 100%
|
|
|
|
}
|