This commit is contained in:
2025-05-06 13:33:55 +08:00
parent 5e6ea2e0f8
commit 4865a8a5d5
1390 changed files with 194478 additions and 156 deletions

View File

@@ -0,0 +1,21 @@
.text-box {
margin-bottom: 40rpx;
padding: 40rpx 0;
display: -webkit-box;
display: -webkit-flex;
display: flex;
min-height: 300rpx;
background-color: #ffffff;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
text-align: center;
font-size: 30rpx;
color: #353535;
line-height: 1.8;
}