1
wwl
2025-07-31 c3c6cf8cb3f73755ac9fad29f2b2c0cf64f27979
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
 
.top {
    width: 100%;
    height: 70rpx;
    background-color: #fd8b4d;
    display: flex;
    justify-content: space-around;
}
.top_s {
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_txt {
    font-size: 14px;
    margin-right: 8px;
    color: #fff;
}
.top_img {
    width: 20px;
    height: 20px;
}
.Package {
    width: 100%;
    height: 104px;
    display: flex;
    align-items: center;
}
.Package_left_img {
    width: 200rpx;
    height: 200rpx;
}
.Package_right {
    width: 290px;
    height: 104px;
}
.Package_txt {
    font-size: 14px;
    margin-bottom: 10px;
}
.Package_t {
    margin-bottom: 10px;
}
.Package_txt1 {
    font-size: 12px;
    margin-right: 10px;
    border-radius: 2px 2px 2px 2px;
    color: #ff4f00;
    background-color: #f4cfb8;
}
.Package_right_txt {
    display: flex;
    justify-content: space-between;
}
.Package_txt2 {
    color: #ee842f;
    font-size: 14px;
}
.Package_right_txt3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.Package_txt3 {
    font-size: 12px;
    color: #ccc;
}