huangsijun
2025-09-22 a78c011de350b188afb03beb2f26a73f35f71986
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
 
.h1 {
    font-size: 32rpx;
}
.h2 {
    font-size: 28rpx;
}
.h3 {
    font-size: 24rpx;
}
.h4 {
    font-size: 20rpx;
}
.h5 {
    font-size: 16rpx;
}
.h6 {
    font-size: 12rpx;
}
.huaxianjia {
    text-decoration: line-through;
    color: #585858;
}
.shop_list_body {
    width: 100%;
    padding: 20rpx;
    box-sizing: border-box;
}
.shop_list_body_item {
    display: flex;
    width: 100%;
    max-height: 470rpx;
    margin-bottom: 30rpx;
    flex-direction: column;
    background-color: white;
    border-radius: 20rpx;
    padding: 10rpx;
    border-bottom: 2rpx #f2f2f2 solid;
    box-sizing: border-box;
}
.shop_list_body_item_shop {
    width: 100%;
    height: 150rpx;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10rpx;
}
.shop_list_body_item_shop_logo {
    width: 150rpx;
    height: 150rpx;
}
.shop_list_body_item_shop_logo image {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 15rpx;
}
.shop_list_body_item_shop_info {
    padding: 10rpx;
    box-sizing: border-box;
    margin-left: -10%;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.shop_list_body_item_shop_others {
    padding: 10rpx;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: right;
    padding-top: 0;
}
.shop_list_body_item_product {
    width: 100%;
    height: 280rpx;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f2f2f2;
    padding: 10rpx;
    box-sizing: border-box;
    border-radius: 15rpx;
}
.shop_list_body_item_product2 {
    width: 100%;
    height: 280rpx;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #f2f2f2;
    padding: 10rpx;
    box-sizing: border-box;
    border-radius: 15rpx;
}
.shop_list_body_item_product2 .shop_list_body_item_product_item {
    margin: 0 10rpx;
}
.shop_list_body_item_product_item {
    width: 30%;
    height: 240rpx;
    background-color: white;
}
.shop_list_body_item_product_item image {
    width: 100%;
    height: 200rpx;
    background-color: rgba(0, 0, 0, 0.1);
}
.shop_list_body_item_product_item view {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}
.shop_list_body_item_product_item_price {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.brand {
    position: relative;
    top: -20rpx;
    color: #585858;
}
.sales {
    color: #585858;
}