This commit is contained in:
2023-12-28 16:44:15 +08:00
parent e9227892a0
commit 583487a52e
2 changed files with 5 additions and 6 deletions

View File

@ -126,16 +126,15 @@
overflow: scroll; overflow: scroll;
.text { .text {
width: 235rpx;
height: 30rpx;
font-size: 32rpx; font-size: 32rpx;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500; font-weight: 500;
color: #333333; color: #333333;
position: absolute; position: absolute;
text-align: center;
top: 22%; top: 22%;
left: 50%; width: 100%;
transform: translateX(-50%); left: 0;
margin: 0 auto;
} }
image { image {
@ -232,4 +231,4 @@
} }
} }
} }
</style> </style>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 99 KiB