change.wxss 502 B

1234567891011121314151617181920212223242526272829303132
  1. /* pages/address/address.wxss */
  2. page {
  3. background-color: rgb(242, 242, 242);
  4. }
  5. .content{
  6. margin-top: 0.5rem
  7. }
  8. .name{
  9. margin-bottom: 0.1rem;
  10. }
  11. .gender{
  12. height: 3rem;
  13. background: white;
  14. margin-bottom: 0.1rem;
  15. }
  16. .box{
  17. margin-left: 1rem;
  18. margin-right: 1rem;
  19. position: relative;
  20. top: 15rem;
  21. }
  22. .wrapper {
  23. display: flex;
  24. align-items: center;
  25. justify-content: center;
  26. height: 100%;
  27. }
  28. .block {
  29. width: 100%;
  30. height: 35rem;
  31. background-color: #fff;
  32. }