brandDetail.wxss
1.22 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
.container {
position: relative;
}
.content {
padding-bottom: 130rpx;
}
.brand-detail {
margin: 40rpx 40rpx 0 40rpx;
box-shadow: 0 0 20px 0 rgba(176,176,176,0.50);
border-radius: 2px;
}
.brand-name-tips {
font-family: PingFang-SC-Regular;
font-size: 24rpx;
color: #B0B0B0;
letter-spacing: 0;
padding-left: 30rpx;
padding-top: 30rpx;
}
.brand-name,
.brand-location {
color: #000000;
}
.brand-location-tips {
font-family: PingFang-SC-Regular;
font-size: 24rpx;
color: #B0B0B0;
letter-spacing: 0;
padding-left: 30rpx;
padding-top: 12rpx;
}
.brand-logo {
padding-top: 40rpx;
padding-left: 160rpx;
width: 360rpx;
height: 200rpx;
}
.brand-description {
font-family: PingFang-SC-Regular;
font-size: 28rpx;
color: #444444;
letter-spacing: 0;
line-height: 23px;
padding: 24rpx 30rpx 40rpx 30rpx;
}
.product-list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
background-color: white;
}
.enter-shop {
width: 100%;
height: 98rpx;
background: #444444;
font-family: PingFang-SC-Medium;
font-size: 32rpx;
color: #FFFFFF;
letter-spacing: 0;
display: flex;
justify-content: center;
align-items: center;
position: fixed;
bottom: 0;
left:0;
z-index: 99;
}