index.wxss
1.5 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
79
80
81
82
83
84
85
86
87
88
/* pages/clearCode/index.wxss */
page{
width: 100%;
height: 100%;
}
.container{
background-color: #f7f7f9;
width: 100%;
height: 100%;
}
.banner{
width: 100%;
height: 240rpx;
}
.clear_code{
width: 702rpx;
height: 334rpx;
background: #FFFFFF;
border-radius: 16rpx;
overflow: hidden;
margin:10rpx auto 0;
}
.clear_input{
padding-left: 28rpx;
width: 630rpx;
height: 96rpx;
background: #FBFBFB;
border: 2rpx solid #F0F0F2;
border-radius: 12rpx;
margin: 50rpx auto 0;
}
.open_btn{
width: 470rpx;
height: 96rpx;
line-height: 96rpx;
background-image: linear-gradient(180deg, #0079BC 0%, #004487 100%);
border-radius: 48rpx;
font-weight: 600;
font-size: 34rpx;
color: #FFFFFF;
text-align: center;
margin: 42rpx auto 50rpx;
}
.open_btn_none{
background-image: linear-gradient(180deg, #007abc60 0%, #00438760 100%);
}
.receive_dir{
width: 702rpx;
height: 774rpx;
background: #FFFFFF;
border-radius: 16rpx;
margin: 24rpx auto 0;
overflow: hidden;
}
.receive_title{
font-weight: 500;
font-size: 32rpx;
color: #333333;
letter-spacing: 0;
text-align: center;
margin: 36rpx 0;
}
.receive_icon{
width: 664rpx;
height: 364rpx;
margin: auto;
display: block;
}
.receive_step{
width: 664rpx;
height: 254rpx;
background: #FBFBFB;
border-radius: 8rpx;
margin:22rpx auto 0;
overflow: hidden;
}
.step_1{
font-weight: 400;
font-size: 28rpx;
color: #999999;
margin-left: 36rpx;
}
.step_title{
font-weight: 500;
font-size: 28rpx;
color: #333333;
margin: 30rpx 0 16rpx 24rpx;
}