aboutUs.wxss 290 B

123456789101112131415161718
  1. /* pages/aboutUs/aboutUs.wxss */
  2. .about {
  3. width: 100%;
  4. height: 100%;
  5. overflow: hidden;
  6. display: flex;
  7. flex-direction: column;
  8. justify-content: flex-start;
  9. align-items: center;
  10. }
  11. .aboutimg {
  12. width: 690rpx;
  13. height: auto;
  14. margin: 10rpx auto 0;
  15. }
  16. .imgitem {
  17. width: 100%;
  18. }