qujingdidetail.wxss
779 字节
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
.qujingimg {
width: 702rpx;
height: 382rpx;
font-size: 0;
position: relative;
margin: 24rpx auto 0;
}
.shipintop{
width:702rpx;
height:36rpx;
position: absolute;
top:0;
left:0
}
.shipinbot{
width:702rpx;
height:36rpx;
position: absolute;
bottom:0;
left:0
}
.worditem {
padding: 12rpx 14rpx;
box-sizing: border-box;
background: #f2f2f2;
color: #06121e;
font-size: 28rpx;
margin-right: 20rpx;
margin-top: 20rpx;
}
.wrodbox {
display: flex;
flex-wrap: wrap;
padding: 0 32rpx;
box-sizing: border-box;
}
.mapbox{
padding: 32rpx;
box-sizing: border-box;
}
map{
width:686rpx;
height:370rpx;
}
.qujingdetail{
padding:32rpx 32rpx 0;
box-sizing: border-box;
font-size:28rpx;
color:#3D444D
}