2023-02-21 22:34:08 +08:00

20 lines
286 B
Plaintext

.text{
text-align: center;
color:white;
font-size:56rpx;
padding-top:50rpx;
display: flex;
flex-direction: column;
}
.pic{
width:650rpx;
height: 650rpx;
position: absolute;
top:50%;
left: 50rpx;
margin-top: -300rpx;
}
.pic image{
width: 100%;
height: 100%;
}