index.wxss
1.29 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
.product {
display: block;
width: 100%;
text-align: center;
margin-bottom: 20rpx;
}
.productList {
/* margin-bottom: 322rpx; */
background: #F0F0F0;
}
.list-top-blank,
.list-foot-blank
{
width: 100%;
height: 88rpx;
text-align: center;
line-height: 88rpx;
font-size: 30rpx;
color: #ccc;
}
.bottom-banner {
/* position: fixed; */
/* padding-bottom: 88rpx; */
height: 234rpx;
width: 100%;
}
.bottom-banner-img {
width: 100%;
height: 234rpx;
}
.bottom-bar {
position: fixed;
bottom: 0;
height: 88rpx;
width: 100%;
background-color: white;
text-align: center;
border-top: 1rpx solid #ccc;
font-size: 28rpx;
line-height: 88rpx;
}
.bottom-btn {
line-height: 88rpx;
text-align: center;
font-size: 28rpx;
color: black;
border: none !important;
border-radius: unset;
}
.tabs-class {
border-bottom: 1rpx solid #E0E0E0;
}
.topgif {
width: 100%;
height: 200rpx;
}
.space-line {
background-color: #444444;
width: 8rpx;
height: 30rpx;
margin-right: 10rpx;
}
.title-view {
border-bottom:2rpx dashed #E0E0E0;
margin-left: 32rpx;
margin-top: 20rpx;
padding-bottom: 20rpx;
font-size: 32rpx;
color: #444444;
letter-spacing: -0.14px;
display: flex;
flex-direction: row;
align-items: center;
font-family: PingFangSC-Medium;
}