qujingdi.wxss
1.5 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
.qujingtop{
width:750rpx;
height: 376rpx;
font-size: 0;
}
.search {
width: 702rpx;
height: 72rpx;
background: #eeeeee;
display: flex;
align-items: center;
margin: 24rpx auto 0;
padding:10rpx 20rpx;
box-sizing: border-box;
/* background: #F9F9F9; */
/* border: 4rpx solid #409FFE; */
}
.searchleft {
display: flex;
align-items: center;
}
.searchright {
width:548rpx;
display: flex;
align-items: center;
/* margin-left: 36rpx; */
}
.searchsanjiao {
width: 28rpx;
height: 30rpx;
font-size: 0;
margin-left: 8rpx;
}
.searchfightimg {
width: 40rpx;
height: 40rpx;
font-size: 0;
}
.searchrightname {
width:285rpx;
margin-left: 22rpx;
color: #8c9198;
font-size: 30rpx;
}
.searchrightname input{
width:100%;
}
.searchleftname {
color: #8c9198;
font-size: 32rpx;
}
.searchimg {
width: 702rpx;
height: 235rpx;
font-size: 0;
margin-top: 24rpx;
border-radius: 16rpx;
}
.searchimg image {
border-radius: 16rpx;
}
.searchbox {
margin-top: 48rpx;
padding-bottom: 120rpx;
}
.searchvideoimg {
width: 702rpx;
height: 320rpx;
font-size: 0;
margin-top: 24rpx;
position: relative;
border-radius: 16rpx;
}
.qujingimg{
width:702rpx;
height:330rpx;
font-size: 0;
position: relative;
margin:24rpx auto 0;
}
.shipintop{
width:702rpx;
height:20rpx;
position: absolute;
top:0;
left:0
}
.shipinbot{
width:702rpx;
height:20rpx;
position: absolute;
bottom:0;
left:0
}
image{
width:100%;
height:100%
}
.qujinglist{
margin-bottom:150rpx;
}