陶杰
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
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
196
197
198
199
200
201
202
203
.main-container{
    
    .right-icon{
        margin-left: auto;
        margin-right: 0rpx;
    }
    .top-bg{
    
        padding: 32rpx;
        // background-image: url('../../static/images/supplier/user/bg.png');
 
        height: 438rpx;
        max-height: 438rpx;
        .user-icon{
            width: 116rpx;
            height: 116rpx;
            margin-right: 30rpx;
            border-radius: 50%;
        }
        .title{
            text-align: center;
            font-weight: 600;
            font-size: 32rpx;
        }
        .name{
            .t1{
                font-size: 36rpx;
                font-weight: 600;
            }
            .t2{
                font-size: 28rpx;;
            }
        }
        .icons{
            width: fit-content;
            // margin: 0 auto;
            // margin-top: 56rpx;
            height: 204rpx;
            position: relative;
            width: 100vw;
            .icon1{
                position: absolute;
                left: 122rpx;
                width: 332rpx;
                height: 86rpx;
                top: 52rpx;
            }
            .icon2{
                position: absolute;
                width: 169rpx;
                height: 204rpx;
                right: 98rpx;
            }
        }
    }
    
    .user-info{
        padding: 28rpx 24rpx;
        padding-bottom: 0rpx;
        // background: #FFFFFF;
        border-radius: 16rpx;
        // line-height:  116rpx;
        position: relative;
        .name{
            font-weight: 600;
            font-size: 32rpx;
            color: #000000;
            .t1{
                 line-height: 50rpx;
            }
        }
        .user-icon{
            width: 116rpx;
            height: 116rpx;
            margin-right: 30rpx;
            border-radius: 50%;
        }
        .icon-setting{
            position: absolute;
            right: 0rpx;
            top: 50rpx;
            height: 54rpx;
            width: 54rpx;
        }
    
    }
    .order-info{
        padding: 18rpx 40rpx ;
        // height: 268rpx;
        background: #FFFFFF;
        border-radius: 16rpx;
        .title{
            font-weight: 600;
            font-size: 36rpx;
            color: #000000;
        }
        .more{
            margin-left: auto;
            margin-right: 0rpx;
            font-size: 24rpx;
            color: #666666;
        }
        .order-icon{
            width: 80rpx;
            height: 80rpx;
            margin: 0 auto;
            display: block;
        }
        
        .order-icons{
            margin-top: 40rpx;
            .nav{
                flex: 1;
            }
            .margin-tb{
                // margin-top: 24rpx;
            }
            .order-desc{
                font-size: 28rpx;
                color: #000000;
                text-align: center;
            }
            .img-c{
                // min-height: 68rpx;
                // width: fit-content;
                // margin: 0 auto;
            }
            .order-icon{
                background-size: 100% 100%;
                // display: inline-block;
                // margin-left: auto;
                // margin-right: auto;
            }
        }
    }
 
    .button-login-out{
        width: 690rpx;
        height: 86rpx;
        margin: 0 auto;
        position: fixed;
        bottom: 220rpx;
        left: 0;
        right: 0;
        background: #FFFFFF;
        border-radius: 8rpx;
        text-align: center;
        line-height: 86rpx;
        font-size: 28rpx;
    }
    .user-utils{
        background: #FFFFFF;
        border-radius: 16rpx;
        padding: 22rpx 28rpx;
        .user-util{
            border-bottom: 2rpx solid #EEEEEE;
            .title{
                font-weight: 600;
                font-size: 32rpx;
                color: #000000;
                line-height: 44rpx;
                margin-bottom: 20rpx;
            }
            .name{
                font-size: 600;
                font-size: 28rpx;
            }
        }
        .user-util:last-child{
            border-bottom: none;
        }
 
        .user-info-icon{
            background-size: 100% 100%;
            margin-right: 16rpx;
            display: block;
        }
        .user-info-icon.sc{
            width: 30rpx;
            height: 30rpx;
            margin-top: 25rpx;
        }
        .user-info-icon.address{
            width: 28rpx;
            height: 32rpx;
            margin-top: 27rpx;
        }
        .user-info-icon.call{
            width: 30rpx;
            height: 32rpx;
            margin-top: 27rpx;
            
        }
        .user-info-icon.option{
            width: 32rpx;
            height: 32rpx;
            margin-top: 27rpx;
            
        }
    }
}