wjt
2024-06-22 b46de49b14769a0d06d1cb02c57c36aa386a87c9
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
.page-box{
    padding-bottom: 140rpx;
    .list{
        margin: 20rpx 32rpx;
        .select-image{
            margin-right: 28rpx;
        }
        image{
            width: 40rpx;
            height: 40rpx;
        }
        .select-box{
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }
        .start{
            .list-item{
                width: calc(100% - 68rpx);
            }
        }
        .list-item{
            width: 100%;
            padding: 24rpx;
            background-color: white;
            border-radius: 10rpx;
            margin-bottom: 20rpx;
            .top-title{
                display: flex;
                justify-content: space-between;
                align-items: center;
                font-size: 32rpx;
                margin-bottom: 28rpx;
                .status{
                    font-size: 28rpx;
                    color: #FE7B32;
                }
            }
            .user-info{
                font-size: 28rpx;
                color: #4A4E60;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                .driver{
                    width: 2rpx;
                    height: 20rpx;
                    background: #F1F1F1;
                    margin: 0 20rpx;
                }
            }
            .set-line{
                font-size: 26rpx;
                color: #4A4E60;
                margin-top: 12rpx;
                text{
                    color: #C3C6CD;
                }
            }
            .line{
                border-bottom: 3rpx dashed  #F4F4F4;
                margin: 24rpx 0;
            }
            .set-line1{
                font-size: 24rpx;
                color: #4A4E60;
                margin-top: 12rpx;
                text{
                    color: #C3C6CD;
                }
            }
            .button{
                background-color: #1171E0;
                display: inline-block;
                color: white;
                padding: 10rpx 36rpx;
                border-radius: 10rpx;
            }
            .set-start{
                align-items: flex-end;
            }
        }
    }
    .down{
        position: fixed;
        background: white;
        width: 100%;
        bottom: 0;
        padding: 32rpx 22rpx 40rpx;
        text-align: center;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        .button{
            border-radius: 20rpx;
            border: 2rpx solid #ABD2FF;
            background: #F0F8FF;
            color: #1171E0;
            padding: 20rpx 30rpx;
        }
        .more-options{
            width: 60%;
            background: #1171E0;
            color: #F0F8FF;
        }
        .start-option{
            width: calc(100% - 98rpx) !important;
        }
    }
    .show-check{
        font-size: 26rpx;
        color: #202D44;
    }
    .judge{
        .select-image{
            margin-right: 28rpx;
            width: 70rpx;
        }
        image{
            width: 40rpx;
            height: 40rpx;
        }
    
    }
}