15 lines
257 B
Plaintext
15 lines
257 B
Plaintext
|
|
||
|
.text-box {
|
||
|
margin-bottom: 40rpx;
|
||
|
padding: 40rpx 0;
|
||
|
display: flex;
|
||
|
min-height: 300rpx;
|
||
|
background-color: #FFFFFF;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
text-align: center;
|
||
|
font-size: 30rpx;
|
||
|
color: #353535;
|
||
|
line-height: 1.8;
|
||
|
}
|