share.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
/* pages/07/07.wxss */
page {
background: #f7f7f7;
}
.top {
text-align: center;
margin-top: 36rpx;
font-size: 24rpx;
color: #d3d3d3;
}
.house {
position: absolute;
left: 50%;
margin-left: -225rpx;
width: 450rpx;
height: 520rpx;
padding: 14rpx;
margin-top: 48rpx;
background: white;
}
.hous {
font-size: 30rpx;
margin-top: 12rpx;
line-height: 44rpx;
}
.house-1 {
font-size: 20rpx;
color: rgba(139, 139, 139, 1);
display: flex;
}
.house-1 image {
margin-top: 5rpx;
margin-right: 8rpx;
width: 38rpx;
height: 20rpx;
vertical-align: middle;
}
.house-2 {
text-align: center;
}
.house-2 image {
width: 418rpx;
height: 334rpx;
}
.touxiang image {
position: absolute;
top: 0;
right: -100rpx;
width: 64rpx;
height: 64rpx;
}
.bottom {
position: fixed;
width: 100%;
height: 100rpx;
background-color: white;
bottom: 0;
display: flex;
justify-content: center;
align-items: center;
}
.bottom image {
width: 48rpx;
height: 48rpx;
}
.bott {
height: 58rpx;
width: 500rpx;
border-radius: 10rpx;
background: #f7f7f7;
}
.bott-0{
padding: 0 20rpx;
}
.stip{
padding-left: 20rpx;
}