You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /* components/ImageList/index.wxss */
- .image_container {
- width: 100%;
- display: flex;
- justify-content: flex-start;
- align-items: flex-start;
- }
- .image_item {
- width: 180rpx;
- height: 180rpx;
- margin-right: 20rpx;
- }
|