brands.wxss
2.25 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
@import "./brandSearch.wxss";
.container {
background-color: white;
}
.sessionTitle {
display: flex;
align-items: center;
height: 32rpx;
width: 100%;
margin-top: 30rpx;
margin-left: 30rpx;
}
.sessionTitle .sessionText {
text-align: left;
font-family: SanFranciscoText-Regular;
font-size: 28rpx;
color: #B0B0B0;
letter-spacing: -0.34px;
}
.rowType2 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.rowType2 .item {
width: 224rpx;
height: 210rpx;
margin-left: 20rpx;
display: flex;
flex-direction: column;
}
.rowType2 .item .item_img{
width: 224rpx;
height: 100rpx;
margin-top: 41rpx;
}
.rowType2 .item .item_title{
width: 224rpx;
height: 30rpx;
text-align: center;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
font-family: PingFang-SC-Regular;
font-size: 24rpx;
color: #B0B0B0;
letter-spacing: -0.33px;
margin-top: 20rpx;
}
.alphanet-selector {
position: fixed;
bottom: 0px;
right: 13rpx;
height: 728rpx;
}
.selector-one {
display: flex;
justify-content: center;
align-items: center;
font-weight: normal;
font-style: normal;
font-stretch: normal;
text-align: center;
font-family: PingFang-SC-Medium;
font-size: 20rpx;
color: #444444;
line-height: 28rpx;
}
.hover-class {
background-color: #6FBA9C;
border-radius: 24rpx;
color: #ffffff;
}
.float-view {
width: 72rpx;
height: 72rpx;
text-align: center;
position: absolute;
right: 50rpx;
}
.bubble {
position: absolute;
left: 0;
top: 0;
width: 88rpx;
height: 72rpx;
}
.float-letter {
position: absolute;
left: 0;
top: 8rpx;
width: 72rpx;
height: 72rpx;
font-family: SanFranciscoText-Semibold;
font-size: 40rpx;
color: #FFFFFF;
letter-spacing: 0;
text-align: center;
}
.selector-one_serachIcon {
width: 20rpx;
height: 20rpx;
}
.newsearch {
height: 72rpx;
width: 690rpx;
margin: 20rpx 30rpx 16rpx 30rpx;
background-color: #F0F0F0;
display: flex;
justify-content: center;
align-items: center;
border-radius: 4rpx;
opacity: 0.5;
}
.serachIcon {
width: 28rpx;
height: 28rpx;
}
.serach_view_show {
font-family: PingFang-SC-Regular;
font-size: 28rpx;
color: #B0B0B0;
letter-spacing: -0.34px;
line-height: 44rpx;
margin-left: 10rpx;
}