check.wxss
758 字节
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
/* pages/index/check/check.wxss */
.content_box {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.content_info {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.content {
width: 100%;
font-size: 147rpx;
font-weight: bold;
color: #000;
padding: 0 160rpx;
box-sizing: border-box;
text-align: center;
margin-bottom: 80rpx;
}
.bottom_btn {
width: 320rpx;
height: 80rpx;
background: rgba(0, 0, 0, 1);
box-shadow: 0rpx -8rpx 16rpx 0rpx rgba(0, 0, 0, 0.04);
border-radius: 3px;
font-size: 30rpx;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}