image-check.wxss
733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.top-box {
margin-bottom: 20rpx;
display: flex;
justify-content: space-between;
}
.tip {
color: #444;
font-size: 28rpx;
}
.refresh {
font-size: 28rpx;
color: #d0021b;
}
.image-check-box {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
}
.image-box {
width: 140rpx;
height: 140rpx;
overflow: hidden;
border: solid 1px #e0e0e0;
}
.image {
width: 560rpx;
height: 560rpx;
}
.image-0 {
margin-left: 0;
}
.image-1 {
margin-left: -140rpx;
}
.image-2 {
margin-left: -280rpx;
}
.image-3 {
margin-left: -420rpx;
}
.image-margin-140 {
margin-top: -140rpx;
}
.image-margin-280 {
margin-top: -280rpx;
}
.image-margin-420 {
margin-top: -420rpx;
}