verify_info.wxss
795 Bytes
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
.page{
background: #f8f8f8;
width: 100%;
height: 2000rpx;
}
.input_wrap {
/* max-width: 460rpx; */
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
height: 90rpx;
font-size: 28rpx;
color: #000;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.bottom_btn_wrap{
background: #FFFFFF;
box-shadow: 0 -2px 8px 0 rgba(208,208,208,0.30);
height: 136rpx;
width: 100%;
position: fixed;
bottom: 0;
}
.btn_blue_radius{
margin: 26rpx 30rpx;
background: #357AEB;
border-radius: 5px;
height: 84rpx;
}
.text_white_34 {
font-family: PingFangSC-Regular;
font-size: 17px;
color: #FFFFFF;
text-align: center;
line-height: 42px;
}
.text_black_34 {
font-family: PingFangSC-Regular;
font-size: 34rpx;
color: #000;
}