38 lines
586 B
Plaintext
38 lines
586 B
Plaintext
.ring-wrap {
|
|
position: relative;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.ring-canvas {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.ring-center {
|
|
position: absolute;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
z-index: 1;
|
|
}
|
|
|
|
.time-text {
|
|
font-size: 80rpx;
|
|
font-weight: 700;
|
|
color: var(--text);
|
|
font-variant-numeric: tabular-nums;
|
|
letter-spacing: 2rpx;
|
|
line-height: 1;
|
|
}
|
|
|
|
.status-text {
|
|
font-size: 28rpx;
|
|
color: var(--text-secondary);
|
|
margin-top: 10rpx;
|
|
line-height: 1;
|
|
}
|