brandlist.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
@import '../search/search.wxss';
page{
background: #F2F2F2
}
image{
width:100%;
height:100%;
}
.kindnav {
height: 80rpx;
display: flex;
justify-content: space-between;
text-align: center;
white-space: nowrap;
overflow-x: scroll;
align-items: center;
background: #fff;
font-size: 0;
border-bottom: 2rpx solid #f5f5f5;
padding: 0 32rpx;
}
.kindnav_item {
white-space: nowrap;
list-style: none;
font-size: 28rpx;
color: #8d8d8d;
width: auto;
padding: 0 36rpx;
position: relative;
}
.kindactive {
color: #E81825;
}
.kindactive:after {
display: block;
content: "";
width: 70rpx;
height: 4rpx;
background: #E81825;
position: absolute;
bottom: -20rpx;
left: 0;
right: 0;
margin: 0 auto;
}
.brandleftimg{
width:90rpx;
height:90rpx;
font-size: 0;
border-radius:50%;
}
.lefttitle{
color:#1A1A1A;
font-size: 36rpx;
margin-left:21rpx;
font-weight: bold;
}
.brandleft{
display:flex;
align-items: center
}
.brandhead{
display:flex;
justify-content: space-between;
align-items: center;
padding: 32rpx 32rpx;
box-sizing: border-box;
background: #fff;
}
.brandright{
display:flex;
align-items: center
}
.redrow{
margin-left:20rpx
}
.starimg{
margin-left:26rpx;
}
.rightname{
color:#E81825;
font-size: 26rpx;
}
.baiyun{
color:#666666;
font-size: 26rpx;
padding: 11rpx 31rpx;
box-sizing: border-box;
}
.searchitem{
background: #fff;
}