123456789101112131415161718 |
- /* pages/aboutUs/aboutUs.wxss */
- .about {
- width: 100%;
- height: 100%;
- overflow: hidden;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
- }
- .aboutimg {
- width: 690rpx;
- height: auto;
- margin: 10rpx auto 0;
- }
- .imgitem {
- width: 100%;
- }
|