brandpage.wxss
1.6 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
.brandhead{
width:750rpx;
height:340rpx;
font-size: 0;
position: relative
}
image{
width:100%;
height:100%;
}
.branditem{
width:100%;
display:flex;
align-items: center;
justify-content: space-between;
padding: 0 32rpx;
box-sizing: border-box;
position: absolute;
top:125rpx;
}
.brandlimg{
width:90rpx;
height:90rpx;
font-size: 0;
}
.brandname{
color:#FFFFFF;
font-size: 36rpx;
margin-left:21rpx;
}
.branditemleft{
display:flex;
align-items: center
}
.branditenright{
padding: 0 20rpx;
height:50rpx;
background:rgba(255,255,255,1);
border-radius:2px;
color:#E81825;
font-size: 26rpx;
text-align: center;
line-height: 50rpx;
}
.brandbottom{
display:flex;
justify-content: space-between;
align-items: center;
padding: 31rpx 31rpx;
box-sizing:border-box;
border-bottom: 16rpx solid #F2F2F2
}
.brandtitle{
color:#1A1A1A;
font-size: 28rpx;
}
.duigou{
width:24rpx;
height:24rpx;
font-size: 0;
margin-left:8rpx;
}
.brandboleft{
display:flex;
align-items: center;
}
.brandboxitem{
padding: 32rpx;
box-sizing: border-box;
border-bottom:12rpx solid #F2F2F2
}
.boxtop{
display:flex;
justify-content: space-between;
align-items: center
}
.boxtopleft{
color:#1A1A1A;
font-size: 32rpx;
position: relative;
padding-left: 18rpx;
}
.boxtopleft::before{
position: absolute;
top:10rpx;
left:-2%;
content:'';
display:block;
width:4rpx;
height:26rpx;
background:#E81825 ;
}
.brandtext{
color:#1A1A1A;
font-size: 26rpx;
margin-top:28rpx;
}
.brandimg{
width:686rpx;
height:340rpx;
font-size: 0;
margin-top:37rpx;
}