jingshuiji/pages/phoneGo/phoneGo.wxss
2025-06-06 15:07:26 +08:00

26 lines
472 B
Plaintext

image {
width: 100%;
height: 100%;
}
#empty {
width: 451.72rpx;
height: 334.52rpx;
margin: 0 auto;
margin-top: 124rpx;
}
.btn {
font-weight: 400;
font-size: 32rpx;
color: #FFFFFF;
width: 346rpx;
height: 60rpx;
background: #2583FF;
border-radius: 100rpx 100rpx 100rpx 100rpx;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
margin-top: -30rpx;
}