404.wxss 171 B

12345678910111213
  1. .content {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. justify-content: center;
  6. }
  7. .quesheng{
  8. margin-top: 300rpx;
  9. width: 480rpx;
  10. height: 558rpx;
  11. }