index.wxss 207 B

12345678910111213141516
  1. page,view {
  2. background: #fff;
  3. display: flex;
  4. flex-direction: column;
  5. align-items: center;
  6. }
  7. image {
  8. width: 370rpx;
  9. height: 370rpx;
  10. margin-top: 200rpx;
  11. }
  12. .nxh__button {
  13. margin-top: 130rpx;
  14. }