yj
2024-12-05 ac3234c308e86f20cc63465573f321561ee00690
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
 
.isOk{
    background-color: #F0AD4E !important;
}
.ali_top_iconss{
    width: 12rpx;
    height: 12rpx;
    display: block;
    background-color: #999;
    padding-right: 2rpx;
    border-radius: 50%;
}
.noline{
    background-color: #fff !important;
}
.State_Four{
    display: flex;
    /* border: 1upx solid red; */
}
.FourBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 24rpx;
}
.line{
    width: 2rpx;
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: #999;
}
/* ============= */
.station{
    display: flex;
    flex-direction: column;
    width: 90%;
    padding: 24rpx 0;
}
.borders{
    border-bottom: 1rpx solid #F2F2F2;
    padding: 24rpx 0;
}
.ali_top_icons{
    width: 46rpx;
    height: 46rpx;
    display: block;
    background-color: #FFF;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.ali_top_icon{
    width: 46rpx;
    height: 46rpx;
    display: block;
    background-color: #83AECF;
    color: #fff;
    font-size: 28rpx;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20rpx;
}
.ali_top{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
/* ========公共========= */
.a14{
    font-size: 28rpx;
    color: #000000;
}
.a12{
    font-size: 24rpx;
    color: #999;
}
.ali{
    /* width: 100%; */
    /* border: 1upx solid #F76260; */
    background-color: #FFFFFF;
    margin: 24rpx;
    border-radius:18rpx;
    padding: 0 24rpx;
    display: flex;
    flex: 1;
    flex-direction: column;
}