index.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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
/**index.wxss**/
page {
background: #f5f5fa;
}
.swiper_box {
width: 100%;
height: 360rpx;
position: relative;
}
.swiper_box .swiper {
width: 100%;
height: 360rpx;
}
.swiper image{
width: 100%;
height: 100%;
}
.indicator_dots {
color: #487aff;
position: absolute;
bottom: 20rpx;
left: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
}
.dot {
width: 12rpx;
height: 12rpx;
background: RGBA(72, 122, 255, 0.2);
border-radius: 50%;
margin: 0 10rpx;
}
.active {
background: RGBA(72, 122, 255, 1);
}
.box{
padding: 16rpx 32rpx;
}
.banner_box{
height: 160rpx;
background: #fff;
border-radius: 10rpx;
padding:15rpx 50rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.banner_img_box{
font-size: 26rpx;
color: #666666;
text-align: center;
}
.banner_img{
width: 135rpx;
height: 95rpx;
}
.banner_img image{
width: 100%;
height: 100%;
}
.content_item{
background: #fff;
margin-bottom: 16rpx;
padding: 35rpx 32rpx;
}
.list_title_box{
font-size: 26rpx;
color: #666666;
display: flex;
align-items: center;
justify-content: space-between;
}
.list_img{
width: 220rpx;
height: 220rpx;
}
.list_img image{
width: 100%;
height: 100%;
}
.list_content_box{
font-size: 30rpx;
color: #1A1A1A;
margin-top: 45rpx;
display: flex;
}
.list_info_box{
width: 67%;
}
.info_title{
display: flex;
align-items: center;
justify-content: space-between;
}
.info_title text{
font-size: 30rpx;
color: #1A1A1A;
margin-right: 15rpx;
}
.price{
width: 115rpx;
font-size: 24rpx;
color: #E30909;
}
.original_price{
font-size: 24rpx;
color: #999999;
margin-left: 24rpx;
}
.list_label_box{
display: flex;
align-items: center;
flex-wrap: wrap;
margin-top: 16rpx;
}
.list_label{
font-size: 24rpx;
color: #666666;
background: #F7F7F7;
border-radius: 18rpx;
padding: 3rpx 20rpx;
margin-right: 16rpx;
margin-bottom: 10rpx;
}
.info_money{
font-size: 32rpx;
color: #E30909;
display: flex;
align-items: center;
}
.money_icon{
font-size: 24rpx;
}
.list_label_box2{
display: flex;
align-items: center;
flex-wrap: wrap;
}
.list_label2{
font-size: 24rpx;
color: #0F71CD;
border: 1rpx solid #0F71CD;
border-radius: 16rpx;
padding: 3rpx 10rpx;
margin: 0 10rpx 10rpx 0;
}