This commit is contained in:
X1627315083
2025-09-01 18:01:01 +08:00
parent 16661c73d3
commit 33a4a50d5e
4 changed files with 43 additions and 19 deletions

View File

@@ -242,10 +242,15 @@ export default defineComponent({
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
text-align: center;
@media (max-width: 768px) {
> img{
width: 17rem;
}
> .text{
width: max-content;
text-align: center;
}
font-size: 1.8rem;
color: #fff;
display: block;