charge.wxss
1.4 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
93
94
95
96
97
98
99
/* pages/charge/charge.wxss */
page {
background: #f5f5fa;
}
.item_list_box {
padding: 0 30rpx;
background: #fff;
}
.item_list {
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1rpx solid rgba(0, 0, 0, 0.1);
padding: 30rpx 0;
}
.item_list:last-child {
border: 0;
}
.list_input {
width: 80%;
display: flex;
align-items: center;
font-size: 32rpx;
color: #464646;
}
.list_input input {
font-size: 32rpx;
border: 0;
outline: none;
}
.list_input picker {
width: 65%;
}
.input_style {
color: #c3c3c3;
}
.icon-daosanjiao {
font-size: 20rpx;
color: #6f6f6f;
}
.icon-jia {
display: flex;
align-items: center;
justify-content: center;
width: 34rpx;
height: 34rpx;
background: #3fa9f5;
border-radius: 10rpx;
color: #fff;
padding: 5rpx;
box-sizing: border-box;
margin-right: 8rpx;
}
.add_box {
font-size: 24rpx;
color: #3fa9f5;
text-align: center;
display: flex;
align-items: center;
}
.service_info_box {
width: 100%;
height: 50rpx;
background: #fdefb5;
font-size: 24rpx;
color: #fc5b63;
padding: 10rpx 20rpx;
box-sizing: border-box;
}
.service_box {
width: 100%;
position: fixed;
left: 0;
bottom: 0;
}
.service_btn_box {
width: 100%;
height: 98rpx;
font-size: 36rpx;
background: #3fa9f5;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}