25 lines
348 B
Plaintext
25 lines
348 B
Plaintext
|
|
||
|
.content {
|
||
|
width: 790rpx;
|
||
|
height: 120rpx;
|
||
|
margin: auto;
|
||
|
position: relative;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.value {
|
||
|
color: #FA562B;
|
||
|
font-size: 45rpx;
|
||
|
font-weight: bold;
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|