hopeaddress.css
3.2 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
/*第一问*/
.question_item{
margin-top: 0.7rem;
}
.question_item_wrap{
width: 5.5rem;
margin: 0 auto;
}
.question_tit{
display: flex;
}
.question_num {
display: block;
width: 0.32rem ;
height: 0.32rem;
color: #FFFFFF;
background-color: #FFCC00;
font-size: 0.26rem;
text-align: center;
font-family: Impact;
border-radius: 50%;
line-height: 0.32rem;
}
.question_tit_text{
font-size: 0.32rem;
line-height: 0.32rem;
color: #FAB701;
margin-left: 0.15rem;
}
.question_text{
font-size: 0.32rem;
color: #1A1A1A;
margin-top: 0.35rem;
display: flex;
justify-content: center;
}
.question_answer{
display: flex;
font-size: 0.28rem;
justify-content: space-around;
margin-top: 0.5rem;
}
.question_answer span{
display: block;
width: 1.46rem;
height: 0.59rem;
color: #333333;
text-align: center;
background-color: #F7F7F7;
line-height: 0.59rem;
}
.question_answer .active{
background-color: #FFCC00;
}
.question_answer_choose{
display: flex;
justify-content: center;
}
.question_answer_choose_num{
width: 2.71rem;
height: 0.64rem;
font-size: 0.3rem;
line-height: 0.64rem;
background-color: #F7F7F7;
margin: 0.45rem auto 0;
display: flex;
padding: 0 0.25rem;
display: inline-block;
text-align: justify;
flex-wrap: nowrap;
}
.question_answer_choose_num span{
display: inline-block;
height: 100%;
width: 100%;
}
.question_answer_arr{
display: flex;
flex-wrap: wrap;
margin-top: 0.5rem;
}
.question_answer_item {
font-size: 0.3rem;
background-color: #F7F7F7;
display: flex;
display: inline-block;
text-align: justify;
flex-wrap: nowrap;
height: 0.64rem;
line-height: 0.64rem;
padding: 0 0.16rem 0 0.25rem;
margin-right: 0.14rem;
color: #999999;
margin-bottom: 0.2rem;
flex-wrap: nowrap;
}
.question_answer_item{
width: 1.25rem;
}
.question_answer_item_details{
border: none;
font-size: 0.3rem;
background-color: #F7F7F7;
flex-wrap: nowrap;
height: 0.64rem;
line-height: 0.64rem;
padding: 0 0.16rem 0 0.25rem;
margin-right: 0.14rem;
color: #999999;
margin-bottom: 0.2rem;
flex-wrap: nowrap;
outline: none;
}
/*街道*/
.question_answer_street{
font-size: 0.3rem;
background-color: #F7F7F7;
display: flex;
text-align: justify;
justify-content: space-between;
flex-wrap: nowrap;
height: 0.64rem;
line-height: 0.64rem;
padding: 0 0.16rem 0 0.25rem;
margin-right: 0.14rem;
color: #999999;
margin-bottom: 0.2rem;
width: 1.25rem;
white-space: nowrap;
}
.question_answer_item_details{
width: 3.04rem;
margin: 0;
}
.question_answer_item:nth-child(3n){
margin-right: 0;
}
.question_answer_item span{
display: inline-block;
width: 100%;
}
/*第四问*/
.question_item_home{
display: flex;
line-height: 0.64rem;
}
.question_item_home_text{
font-size: 0.29rem;
color: #1A1A1A;
margin-right: 0.2rem;
white-space: nowrap;
}
.favorite_food{
display: flex;
}
.favorite_food span{
font-size: 0.3rem;
color: #1A1A1A;
line-height: 0.64rem;
}
.favorite_food input{
height: 0.64rem;
width: 2.6rem;
background-color: #F7F7F7;
border: none;
outline: none;
color: #515151;
padding-left: 0.1rem;
}
.btn{
font-size: 0.34rem;
color: #333333;
width: 2.23rem;
height: 0.72rem;
background-color: #FFCC00;
text-align: center;
line-height: 0.72rem;
border-radius: 0.36rem;
margin: 0.71rem auto 0;
font-family: Regular;
}