index.wxss
1.11 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
.popular .title {
background-color: white;
display: flex;
flex-direction: row;
height: 80rpx;
align-items: center;
}
.popular .line {
width: 4rpx;
height: 30rpx;
background-color: #444444;
margin-left: 20rpx;
}
.popular .text {
flex: 1;
text-align: left;
color: #444444;
font-family: PingFang SC;
font-size: 30rpx;
margin-left: 16rpx;
font-weight: 600;
}
.popImgScrollView{
white-space: nowrap;
background-color: white;
}
.popular-content .img-item {
width: 186rpx;
height: 296rpx;
display: inline-block;
margin-top: 30rpx;
margin-left: 32rpx;
}
.img-item:last-child {
margin-right: 32rpx;
}
.pop-item-img {
width: 100%;
height: 228rpx;
}
.pop-item-price {
width: 100%;
height: 23%;
text-align: center;
line-height: 50rpx;
color:#444444;
font-size: 24rpx;
font-family: PingFang SC;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.titleMore{
width: 48rpx;
height: 38rpx;
display: flex;
margin-right: 30rpx;
align-items: center;
justify-content: center;
}
.titleMoreIm{
width: 44rpx;
height: 8rpx;
}