examine.wxss
842 字节
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
page {
background: #F9F9F9;
}
.box {
width: 454rpx;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto;
padding: 200rpx 0;
}
.iconbox {
width: 100%;
}
.icon {
width: 100%;
}
.tipsword {
width: 364rpx;
margin-top: 60rpx;
}
.tipsword view {
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 400;
line-height: 44rpx;
color: rgba(6, 18, 30, 1);
text-align: center;
}
.btnbox{
margin-top: 86rpx;
}
.btnItem {
width: 232rpx;
height: 72rpx;
background: rgba(253, 170, 42, 1);
border-radius: 8rpx;
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 400;
line-height: 72rpx;
text-align: center;
color: rgba(255, 255, 255, 1);
margin-bottom: 40rpx;
}
.btnItem:last-child{
color: #8C9198;
background: #F9F9F9;
border:2rpx solid rgba(140,145,152,1);
}