charger_code.wxss
1.3 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
89
90
91
92
/* pages/my/charger_code/charger_code.wxss */
page{
width: 100%;
height: 100%;
}
.container {
position: fixed;
height: 100%;
width: 100%;
top: 0;
left: 0;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
}
.container_image{
position: absolute;
top: 0;
left: 0;
width: 100%;
height:100%
}
.banner {
width: 100%;
height: 86rpx;
background-color: #fff;
display: flex;
align-items: center;
position: fixed;
top: 0;
}
.icon-fanhui {
font-size: 30rpx;
margin-left: 25rpx;
}
.title {
font-size: 34rpx;
font-weight: bold;
color: #222;
margin: 0 auto;
}
.charge_code {
width: 91%;
height: 77rpx;
background-color: #fafafa;
border-radius: 10rpx;
display: flex;
align-items: center;
padding: 26rpx 24rpx;
z-index: 1
}
.input_box {
width: 95%;
}
.input_font {
font-size: 26rpx;
color: #888;
}
.icon-saoma {
color: #f44;
}
.bottom_btn {
width: 91%;
height: 80rpx;
border-radius: 40rpx;
box-shadow: 15px 0px 30px rgba(230, 124, 11, 0.2);
background-color: #fafafa;
font-size: 26rpx;
color: #222;
text-align: center;
line-height: 80rpx;
margin-top: 89rpx;
z-index:1
}
.hint {
margin-top: 40rpx;
margin-bottom: 14rpx;
font-size: 22rpx;
color: #333;
}