aboutUs.wxss 204 B

12345678910111213
  1. /* pages/aboutUs/aboutUs.wxss */
  2. .about {
  3. width: 100%;
  4. height: 100%;
  5. overflow: hidden;
  6. }
  7. .aboutimg {
  8. width: 100%;
  9. height: auto;
  10. margin-top: 10rpx;
  11. display: flex;
  12. justify-content: center;
  13. }