| 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
 | | .exlpain-text{ |  |   padding: 30rpx 20rpx; |  |   display: block |  | } |  | .grey-bg{ |  |   padding: 30rpx; |  |   display: flex; |  |   align-items: center; |  | } |  | .phone-container{ |  |     background: #fff; |  |     margin: 0 20rpx; |  |     border-radius: 10rpx; |  | } |  | input{padding-left: 10rpx;font-size: 30rpx;width: 100%;} |  | .dsplay{ |  |   display: flex; |  |   align-items: center |  | } |  | .dsplay button { |  |   line-height: 60rpx; |  |   height: 60rpx; |  |   border: none; |  |   text-align: center; |  |   font-size: 26rpx; |  |   padding-left: 0; |  |   padding-right: 0; |  |   width: 28%; |  |   color: #fff; |  |   background: #00C085; |  |   border-radius: 10rpx |  | } |  |   |  | button:after { |  |   border: 0px; |  |   color: #fff; |  | } |  | .dsplay .grey-bg{ |  |   width: 58%; |  |   white-space: nowrap |  | } |  | .btn-area button{ |  |   position: fixed; |  |   bottom: 0; |  |   width: 100%; |  |   background: #ff5806; |  |   color: #fff; |  |   height: 106rpx; |  |   line-height: 106rpx; |  |   text-align: center; |  |   font-size: 28rpx; |  |   border-radius: 0; |  |   border: none; |  | } | 
 |