positionDetails.wxss
1.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
page{
background: #F5F5F5;
line-height: 1;
}
.container{
width: 750rpx;
display: flex;
flex-flow: column;
}
.top{
display: flex;
flex-flow: column;
background: #fff;
}
.top_pic{
width: 750rpx;
height: 360rpx;
display: flex;
}
.top_pic image{
width: 100%;
height: 100%;
}
.top_text{
font-size:36rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(26,26,26,1);
}
.top_money{
margin-top: 20rpx;
font-size:32rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(255,59,40,1);
}
.text_box{
box-sizing: border-box;
padding: 40rpx 40rpx;
}
.item{
margin-top: 14rpx;
display: flex;
flex-flow: column;
background: #fff;
box-sizing: border-box;
padding: 39rpx 32rpx;
}
.item_top{
font-size:32rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(26,26,26,1);
}
.item_bottom{
margin-top: 30rpx;
font-size:28rpx;
font-family:PingFang-SC-Regular;
font-weight:400;
color:rgba(102,102,102,1);
}
.item_map{
margin-top: 29rpx;
width:686rpx;
height:300rpx;
display: flex;
}
.item_map image{
width: 100%;
height: 100%;
}
.item_infor{
}