home-index.css
2.1 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
body, html {
margin: 0;
padding: 0;
background-color: #f5f6fa;
}
.head {
width: 100%;
height: 0.88rem;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 0.32rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: #fff;
}
.city {
/*width: 20%;*/
position: relative;
margin-right: 0.34rem;
display: flex;
align-items: baseline;
}
.city div {
color: #292625;
font-size: 0.26rem;
line-height: 0.88rem;
margin-right: 0.1rem;
}
.city_name {
position: relative;
}
.city img {
width: 0.1rem;
height: 0.1rem;
position: absolute;
right: -0.2rem;
bottom: 0.3rem;
}
.input-box {
flex: 1;
height: 0.64rem;
display: flex;
align-items: center;
justify-content: space-between;
background-color: #FAFAFA;
border-radius: 0.32rem;
font-size: 0.26rem;
padding: 0 0.31rem;
}
.input-box input {
border: none;
outline: none;
font-size: 0.26rem;
background-color: #FAFAFA;
/*padding: 0 0.31rem;*/
}
.icon {
width: 0.33rem;
height: 0.33rem;
}
.section {
margin-top: 0.16rem;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.list-item {
padding: 0.28rem 0.4rem 0.26rem 0.32rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: #fff;
display: flex;
flex-direction: column;
position: relative;
margin-bottom: 0.07rem;
}
.list-item .img {
width: 3rem;
height: 3.02rem;
}
.list-item .name {
color: #000000;
font-size: 0.28rem;
margin-bottom:0.18rem;
}
.people-num {
font-size: 0.25rem;
color: #666666;
}
.people-num span {
color: #FF0000;
font-size: 0.32rem;
}
.enter {
width: 1rem;
height: 0.5rem;
color: #ffffff;
font-size: 0.28rem;
background-color: #9D0A00;
border-radius: 0.25rem;
text-align: center;
position: absolute;
right: 0.2rem;
bottom: 0.4rem;
display: flex;
align-items: center;
justify-content: center;
}