陶杰
2024-08-22 4aa0bd47801606b4d0e0a6a2ed8fe92a7e5f2444
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
.user-customer-order-infos{
    padding-top: 0rpx;
    .image-shop-number {
        width: 30rpx;
        height: 30rpx;
        background: #F20000;
        line-height: 30rpx;
        text-align: center;
        position: absolute;
        right: 0rpx;
        top: -6rpx;
        color: #FFFFFF;
        border-radius: 50%;
        font-size: 24rpx;
    }
    
    .more{
        font-weight: 400;
        font-size: 24rpx;
        color: #666666;
        line-height: 34rpx;
    }
    .order-icons-container{
        .order-icons{
            margin: 0 auto;
            margin-top: 26rpx;
            text-align: center;
            width: fit-content;
            font-weight: 400;
            font-size: 24rpx;
            color: #000000;
            line-height: 34rpx;
            position: relative;
            .order-icon{
                flex:1;
                margin: 0 auto;
                width: 52rpx;
                height: 52rpx;
                position: relative;
            }
            .order-icon.dsh{
                width: 48rpx;
                height: 46rpx;
                margin-top: 6rpx;
            }
            .order-icon.sh{
                width: 48rpx;
                height: 46rpx;
                margin-top: 6rpx;
            }
        }
        .order-icons:last-child{
            margin-right: 0rpx;
        }
        .order-icons:first-child{
            margin-left: 0rpx;
        }
    }
 
}
 
 
.user-customer-service-infos{
    .service-icons-container{
        flex-wrap: wrap;
        .service-icons{
            min-width: 25%;
            max-width: 33%;
            flex: 1;
            margin: 0 auto;
            margin-top: 24rpx;
            text-align: center;
            font-size: 24rpx;
            color: #000000;
            line-height: 34rpx;
            .service-icon{
                height: 52rpx;
                width: 52rpx;
            }
            .service-icon.t2{
                height: 52rpx;
                width: 56rpx;
            }
        }
        
    }
}
 
.customer-info-records{
    background-color: rgba(255, 255, 255, 0.46);
    border-radius: 12rpx;
    padding: 22rpx;
    display: flex;
    margin-top: 54rpx;
    .item{
        flex: 1;
        text-align: center;
        .num{
            font-weight: 600;
            font-size: 40rpx;
            color: #20613D;
            line-height: 56rpx;
        }
        .name{
            font-weight: 400;
            font-size: 24rpx;
            font-weight: 600;
            color: #000000;
            line-height: 34rpx;
        }
    }
    .line{
        width: 2rpx;
        height: 64rpx;
        background-color:  #BBCCC2;
    }
}