homefloor.wxss
2.3 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
/* pages/homefloor/homefloor.wxss */
.swiper-status-1{
width: 750rpx;
height:562rpx;
/* margin-bottom: -6rpx; */
}
.swiper-status-1 .wx-swiper-dots.wx-swiper-dots-horizontal{
margin-bottom: -8rpx;
padding-left: 15rpx;
padding-right: 10rpx;
padding-top: 5rpx;
padding-bottom: 5rpx;
border-radius: 40rpx;
background: rgba(0,0,0,0.2);
}
.swiper-status-1 .wx-swiper-dot{
width:10rpx;
display: inline-flex;
height: 10rpx;
margin-left: -5rpx;
justify-content:space-between;
}
.new-focus-img-1{
width: 100%;
height: 100%;
}
.catgoryContainer-1 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
background-color: white;
border-top: 1rpx solid #dddddd;
/* margin-bottom: -6rpx; */
/*border-bottom: 1rpx solid #dddddd;*/
}
.category-1 {
display: flex;
flex-direction: column;
align-items: center;
border-bottom: 1rpx solid #dddddd;
}
.categoryImage-1 {
width: 100%;
}
/* .brandContainer-1 {
background-color: white;
height: 236rpx;
white-space: nowrap;
}
.brandItem-1 {
display: inline-block;
height: 236rpx;
width: 203rpx;
margin-right: 16rpx;
align-items: center;
}
.brand-1 {
white-space: wrap;
height: 220rpx;
width: 220rpx;
}
.brandImage-1 {
width: 203rpx;
height: 220rpx;
border-radius: 10rpx;
} */
.activity-container-header-1 {
width: 100%;
height: 324rpx;
}
.singleImg-1{
width: 100%;
height: 100%;
}
.singleImgContainer{
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
}
.activity-container-footer-1 {
white-space: nowrap;
}
.activity-item-1 {
width: 186rpx;
height: 296rpx;
display: inline-block;
margin-top: 30rpx;
margin-left: 32rpx;
}
.activity-item-img-1 {
width: 100%;
height: 77%;
}
.activity-item-price-1 {
width: 100%;
height: 23%;
text-align: center;
line-height: 50rpx;
color: red;
font-size: 24rpx;
font-family: PingFang SC;
}
.horImgContainer{
height: 236rpx;
width: 100%;
display: flex;
flex-direction: column;
justify-content: flex-end;
background-color: white;
}
.horImgScrollView{
height: 220rpx;
white-space: nowrap;
}
.hor-Item{
display: inline-block;
height: 220rpx;
width: 203rpx;
margin-right: 16rpx;
align-items: center;
}
.hor-itemImage {
width: 203rpx;
height: 220rpx;
border-radius: 10rpx;
}