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
 
.shop_data.data-v-497447c1{
    width: 90%;
    padding: 30rpx;
    background-color: white;
    margin: 0 auto;
    margin-top: 30rpx;
    box-sizing: border-box;
    border-radius: 30rpx;
    color: #585858;
}
.shop_data_title.data-v-497447c1{
    font-size: 30rpx;
    margin-bottom: 50rpx;
    font-weight: 800;
}
.deal .title.data-v-497447c1,.visit .title.data-v-497447c1{
    
    font-size: 30rpx;
    padding-bottom: 15rpx;
}
.deal_list.data-v-497447c1 {
    flex-wrap: wrap;
}
.deal_item.data-v-497447c1 {
    width: 33%;
    margin:20rpx 0;
}
.item_num.data-v-497447c1{
    margin-bottom: 20rpx;
    color: #ff8a00;
}
.datalist_item.data-v-497447c1{
    /* text-align: center; */
}
.data_list.data-v-497447c1{
    border-top: 1rpx solid #CCCCCC;
    padding: 20rpx 20rpx;
}