huangsijun
2025-09-22 a78c011de350b188afb03beb2f26a73f35f71986
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
 
.home-push {
    width: 100%;
    border-radius: 20rpx;
    overflow: hidden;
}
.home-push-bg {
    background: #ffffff;
    box-shadow: 0 0 30rpx rgba(0, 0, 0, 0.1);
}
.home-push .title {
    padding: 10rpx 20rpx;
    text-align: center;
    font-size: 30rpx;
    font-weight: bold;
}
.home-push .des {
    padding: 20rpx;
    color: #999999;
}
.home-push .btns {
    padding: 20rpx;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-push .btns button {
    width: 200rpx;
    padding: 0;
    height: 80rpx;
    line-height: 80rpx;
    font-size: 28rpx;
    border-radius: 45rpx;
    background: #e2231a;
}
.home-push-wrap .image-text .pic{ width: 600rpx; height: 300rpx;}
.home-push-wrap .image-only .pic{width: 600rpx; height: 420rpx;}
.home-push .cuopon .cuopon-title{
    width: 600rpx;
    height: 250rpx;
    overflow: hidden;
}
.home-push-wrap image{
    width: 100%;
    height: 100%;
}
.home-push .cuopon .list {
    padding: 20rpx;
}
.home-push .cuopon .list .item {
    margin-top: 20rpx;
    display: flex;
    justify-content: flex-start;
    background: #fff9eb;
}
.home-push .cuopon .item .info {
    flex: 1;
    padding: 20rpx;
    border: 1px solid #ffe4d8;
    border-radius: 16rpx;
}
.home-push .cuopon .item .info .num {
    color: #e2231a;
}
.home-push .cuopon .item .info .sub {
}
.home-push .cuopon .item .explan {
    position: relative;
    width: 120rpx;
    padding: 20rpx;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #ffe4d8;
    border-left: 2px dashed #ffe4d8;
    border-radius: 16rpx;
    background: #ff553c;
    color: #FFFFFF;
}
.home-push .cuopon .item .explan .name {
    font-size: 30rpx;
    color: #fff9eb;
}
.home-push .cuopon .item .explan .sub {
    color: #ff9897;
}
.home-push .cuopon .list .explan::before,
.home-push .cuopon .list .explan::after {
    display: block;
    position: absolute;
    content: '';
    width: 20rpx;
    height: 10rpx;
    background: #ffffff;
}
.home-push .cuopon .list .explan::before {
    left: -10rpx;
    top: -1px;
    border-radius: 0 0 10rpx 10rpx;
}
.home-push .cuopon .list .explan::after {
    left: -10rpx;
    bottom: -1px;
    border-radius: 10rpx 10rpx 0 0;
}
.home-push-wrap .close-btns {
    margin: 50rpx auto 0;
    width: 60rpx;
    height: 60rpx;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: none;
    border: 2px solid #ffffff;
}
.home-push-wrap .close-btns .iconfont {
    color: #ffffff;
}