riku
2022-09-06 6235a7b6d65733c3e95492a2b02bf87bd94772f5
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;
}