up_info.css
1.9 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
.container{
position: relative;
height: auto;
padding-bottom: 1.16rem;
}
.info_item{
font-size: 0.3rem;
display: flex;
height: 1rem;
align-items: center;
border-bottom: 1px solid #E8E8E8;
width: 7.02rem;
margin: 0 auto;
position: relative;
}
.info_tit{
font-size: 0.3rem;
}
.info_input{
width:4.5rem;
border: none;
outline: none;
padding-left: 0.05rem;
}
.info_icon{
width: 0.18rem;
height: 0.2rem;
position: absolute;
right: 0.24rem;
top: 50%;
transform: translateY(-0.1rem);
}
.year{
position: absolute;
right: 0.24rem;
line-height: 1rem;
}
.up_pic{
font-size: 0.3rem;
line-height: 0.3rem;
margin: 0.3rem 0;
}
.up_wrap{
padding: 0 0.24rem;
}
.pic_list{
display: flex;
}
.pic_item{
width: 3.38rem;
height: 1.6rem;
border: 1px solid #D4D4D4;
border-radius: 0.05rem;
display: flex;
align-items: center;
justify-content: center;
}
.jia{
width: 0.6rem;
height: 0.6rem;
}
.margin_left{
margin-right: 0.24rem;
}
/*btn*/
.btn{
width: 6rem;
height: 0.8rem;
margin: 0.36rem auto;
background-color: #2D80FC;
line-height: 0.8rem;
color: #FFFFFF;
font-size: 0.3rem;
border-radius: 0.4rem;
text-align: center;
}
/*popup*/
.popup{
position: relative;
border-radius: 0.1rem;
width: 5.88rem;
height: 3.32rem;
background-color: #FFFFFF;
left: 0;
right: 0;
margin: 0 auto;
top: 50%;
transform: translateY(-1.66rem);
padding-top: 0.32rem;
}
.dianhua{
width: 0.62rem;
height: 0.62rem;
margin: 0 auto;
}
.tit_contact{
font-size: 0.32rem;
line-height: 0.32rem;
margin-top: 0.39rem;
display: block;
text-align: center;
}
.phone_num{
font-size: 0.36rem;
font-weight: bold;
text-align: center;
margin-top: 0.39rem;
}
.popup_btn{
width: 3.63rem;
height: 0.8rem;
background-color: #2D80FC;
color: #FFFFFF;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
font-size: 0.3rem;
font-weight: 700;
text-align: center;
border-radius: 0.4rem;
bottom: -0.38rem;
line-height: 0.8rem;
}