houselist.wxss
1.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
@import '../lixiangzhong/lixiangzhong.wxss';
page{
background: #fff
}
.headlistleft{
display:flex;
align-items: center;
justify-content: center;
padding: 40rpx 106rpx;
border-bottom:1rpx solid #f5f5f5;
}
.leftimg{
width:40rpx;
height:40rpx;
font-size: 0
}
.headenter input{
color:#8C9198;
font-size: 28rpx;
}
.headenter{
margin-left:20rpx;
}
.enterword{
color:#8C9198;
font-size: 28rpx;
}
.housetime{
display:flex;
align-items: center;
padding: 40rpx 106rpx;
box-sizing: border-box;
justify-content: space-between
}
.housemiddle{
width:96rpx;
height:56rpx;
font-size: 0;
position: relative
}
.houselefttop{
color:#06121E;
font-size: 36rpx;
font-weight: bold
}
.houseleftbottom{
color:#8C9198;
font-size:24rpx;
text-align: center;
margin-top:8rpx;
}
.housemiddletop{
width:80rpx;
color:#FF5A4E;
font-size: 24rpx;
text-align: center;
position: absolute;
top:-15rpx;
}
.nodataimg{
width:356rpx;
height:210rpx;
font-size: 0;
margin:58rpx auto 0;
}
.nodatatext{
color:#8C9198;
font-size: 24rpx;
width:524rpx;
margin:24rpx auto 0;
line-height: 1.6
}
.area{
color:#06121E;
font-size: 24rpx;
}