logs.wxss
1.1 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
page {
width: 100%;
height: 100%;
overflow: hidden;
background-color: #fff;
}
.container {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin-top: 40rpx;
}
.imgList {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 100%;
}
.imgList image {
width: 200rpx;
height: 200rpx;
}
.sq {
color: rgba(6, 18, 31, 1);
font-size: 32rpx;
margin-top: 36rpx;
}
.gk {
color: rgba(140, 145, 152, 1);
font-size: 28rpx;
margin-top: 32rpx;
}
.bottom {
position: fixed;
bottom: 254rpx;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 100%;
font-size: 32rpx;
}
.botton1 {
display: flex;
align-items: center;
justify-content: center;
width: 520rpx;
height: 80rpx;
background: #3BC67A;
color: #ffffff;
font-weight: 700;
border-radius: 80rpx;
font-size: 28rpx;
}
.botton2 {
color: rgba(193, 191, 191, 1);
margin-top: 54rpx;
}
.bottom button {
/* color: #000; */
padding: 0;
}
button[plain] {
border: none;
}