zhinengselect.wxss
1.4 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
@import '../search/search.wxss';
page {
background: #fff;
}
.shaisel {
height: 100rpx;
border-bottom: 1rpx solid #f5f5f5;
}
.kind {
width: 83%;
display: flex;
flex: 0 0 auto;
align-items: center;
justify-content: space-between;
/* padding: 0 35rpx; */
overflow-x: scroll;
flex-wrap: nowrap;
}
.shaikindimg {
width: 14rpx;
height: 10rpx;
font-size: 0;
}
.shaikind {
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
padding: 0 38rpx;
height: 100rpx;
}
.shaisel {
display: flex;
justify-content: space-around;
align-items: center;
}
.shaikindname {
color: #1a1a1a;
font-size: 26rpx;
}
.shaikindimg {
margin-left: 8rpx;
}
.hot {
display: flex;
align-items: center;
padding: 35rpx 63rpx;
box-sizing: border-box;
}
.hotimg {
width: 20rpx;
height: 28rpx;
font-size: 0;
}
.hotzi {
width: 250rpx;
height: 35rpx;
font-size: 0;
margin-left: 8rpx;
}
.more {
width: 32rpx;
height: 26rpx;
font-size: 0;
margin-right: 32rpx;
}
.register {
top: 100rpx;
}
.registerwrap {
width: 750rpx;
background: #fff;
position: absolute;
z-index: 6;
top: 70rpx;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
flex-wrap: wrap;
}
.registeritem {
color: #666;
font-size: 30rpx;
padding: 21rpx;
box-sizing: border-box;
margin-left: 20rpx;
line-height: 1;
}
.selactive{
color:#E81825
}