yuanhao
2025-05-19 cc610ef597a4b600b4c48c80026f3a99be171f3b
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
.page-box{
    position: absolute;
    top: 0;
    width: 100%;
    .code-hint{
        position: absolute;
        top: 170rpx;
        width: 100%;
        text-align: center;
        font-size: 56rpx;
        color: white;
        box-sizing: border-box;
        image{
            width: 68rpx;
            height: 68rpx;
            vertical-align: middle;
            margin-right: 16rpx;
        }
        .hint{
            font-size: 28rpx;
            margin-top: 24rpx;
        }
    }
    .qrcode{
        text-align: center;
        position: absolute;
        top: 381rpx;
        width: 100%;
        .border{
            width: 500rpx;
            height: 500rpx;    
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
        }
        .qrcode-1{
            position: absolute;
            left: 50%;
            top: 15rpx;
            width: 470rpx;
            height: 470rpx;
            transform: translateX(-50%);
        }
        .code-time{
            position: absolute;
            left: 50%;
            bottom: 24rpx;
            top: 520rpx;
            width: 100%;
            color: #7E8596;
            font-size: 24rpx;
            transform: translateX(-50%);
            
            text{
                color: #C3C6CD;
            }
        }
    }
    .code{
         
        position: absolute;
        top: 950rpx;
        background-color: #F4F4F4;
        padding:  24rpx 30rpx;
        width: 80%;
        box-sizing: border-box;
        margin: 0 auto;
        border-radius: 10rpx;
        left: 10%;
        font-size: 28rpx;
        .item{
            display: flex;
            justify-content: space-between;
            align-items: center;
            .label{
                color: #7E8596;
            }
            .value{
                color: #4A4E60;
            }
        }
        .write-border{
            width: 100%;
            border-bottom: 2rpx solid white;
            margin: 24rpx 0;
        }
    }
    .hint-text{
        position: absolute;
        top: 1250rpx;
        width: 100%;
        padding: 0 26rpx;
        font-size: 28rpx;
        color: white;
        z-index: 1000;
        box-sizing: border-box;
        text{
            font-size: 36rpx;
        }
    }
    .down-block{
        position: absolute;
        top: 1260rpx;
        background-color: #4F86F3;
        width: 100%;
        padding-top: 55rpx;
        .box{
            margin: 20rpx 32rpx;
            background-color: white;
            padding: 24rpx;
            border-radius: 10rpx;
            .title{
                font-size: 32rpx;
                font-weight: 700;
                margin-bottom: 12rpx;
            }
            .user-news{
                display: flex;
                justify-content: flex-start;
                align-items: center;
                font-size: 28rpx;
                color: #4A4E60;
                margin-bottom: 12rpx;
                .driver{
                    width: 2rpx ;
                    height: 20rpx;
                    background-color: #F4F4F4;
                    margin: 0 10rpx;
                }
            }
            .border{
                border: 2rpx dashed  #F4F4F4;
                margin: 24rpx 0;
            }
            .font-13{
                font-size: 26rpx;
                color: #4A4E60;
                text{
                    color: #C3C6CD;
                }
            }
            .font-12{
                font-size: 24rpx;
                color: #4A4E60;
                text{
                    color: #C3C6CD;
                }
            }
            .margin-bottom{
                margin-bottom: 12rpx;
            }
            
        }
    }
}
.back-image{
    width: 100%;
}
.hide-canvas{
    display: none;
}
.button-entery{
    text-align: right;
    .button{
        background-color: #4F86F3;
        color: white;
        padding: 20rpx 32rpx;
        border-radius: 10rpx;
        display: inline-block;
    }
}