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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
.member-level{
    font-weight: 600;
    font-size: 32rpx;
    line-height: 44rpx;
    text-align: left;
    font-style: normal;
    display: inline-block;
    margin-left: 18rpx;
    // background: linear-gradient(90deg, #75D982 0%, #54A953 100%);
    
    .member-icon{
        display: inline-block;
        vertical-align: middle;
        width: 57rpx;
        height: 61rpx;
        background-size: 100% 100%;
    }
}
.member-level .v1{
    color: #7CC662;
}
.member-level .v2{
    color: #7498E0;
}
.member-level .v3{
    color: #C47810;
}
.member-level .v4{
    color: #DD834E;
}
.coupon-info-container{
    display: flex;
    // width: 690rpx;
    padding: 22rpx 36rpx;
    // height: 134rpx;
    // background: linear-gradient( 180deg, #FBECC1 0%, #E6CE9E 100%);
    // background: unset !important;
    border-radius: 8rpx;
    // border: 2rpx solid;
    // border-image: linear-gradient(180deg, rgba(238, 217, 173, 1), rgba(219, 182, 105, 1)) 2 2;
    // background-image: url('../../static/images/customer/coupon/coupon-bg-user.png');
    background-image: url('https://hmy-flower.oss-cn-shanghai.aliyuncs.com/69/69b8683eb7084e06a9d7645764a92a4ayJwLQzpZIQ5f7c5070054319d93cf972f05d429ad10c.png');
    background-size: 100% 100%;
    .title{
        font-weight: 600;
        font-size: 36rpx;
        color: #AD790F;
        line-height: 50rpx;
    }
    .score{
        font-weight: 400;
        font-size: 28rpx;
        color: #AD790F;
        line-height: 40rpx;
    }
    .button{
        width: 170rpx;
        height: 58rpx;
        background: linear-gradient( 184deg, #ECCA6D 0%, #D59A3B 100%);
        border-radius: 30rpx;
        line-height: 58rpx;
        text-align: center;
        font-weight: 600;
        font-size: 28rpx;
        color: #FFFFFF
    }
}
.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: -10rpx;
        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;
            position: relative;
            .service-icon{
                height: 52rpx;
                width: 52rpx;
            }
            .service-icon.t2{
                height: 52rpx;
                width: 56rpx;
            }
            .dot{
                position: absolute;
                left: calc(50% + 30rpx);
                top: 0rpx;
                width: 10rpx;
                height: 10rpx;
                background: #CF0000;
                border-radius: 50%;
            }
        }
        
    }
}
 
.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;
    }
}