riku
2022-10-21 0f2fdf16f47bd2d1d8fee86449c3a5095ccc8c23
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* pages/test2/test2.wxss */
.img-group {
  display: flex;
  flex-wrap: wrap;
  background-color: black;
}
 
.img-group>view {
  width: 30vw;
  text-align: center;
}
 
.img-group .img-group_img {
  width: 29vw;
  height: 29vw;
}