associatedPublicNumber.scss 248 B

12345678910111213141516
  1. page {
  2. display: flex;
  3. flex-direction: column;
  4. justify-content: center;
  5. align-items: center;
  6. background-color: #fff;
  7. font-size: 36rpx;
  8. font-weight: 700;
  9. box-sizing: border-box;
  10. padding: 0 50rpx;
  11. }
  12. image {
  13. width: 500rpx;
  14. height: 500rpx;
  15. }