mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
17 lines
271 B
Plaintext
17 lines
271 B
Plaintext
@import '../common/style/var.less';
|
|
|
|
.van-circle {
|
|
position: relative;
|
|
display: inline-block;
|
|
text-align: center;
|
|
|
|
&__text {
|
|
position: absolute;
|
|
color: @circle-text-color;
|
|
top: 50%;
|
|
left: 0;
|
|
width: 100%;
|
|
transform: translateY(-50%);
|
|
}
|
|
}
|