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
 
.diy-special {
    background-color: #FFFFFF;
    padding: 0 20rpx 0 24rpx;
    margin: 20rpx;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.diy-special .special-left {
    width: 136rpx;
    height: 33rpx;
}
.diy-special .special-left image {
    width: 100%;
    height: 100%;
}
.diy-special .special-more .icon-jiantou {
    font-size: 24rpx;
}
.diy-special .special-content {
    flex: 1;
    margin: 0 20rpx;
    overflow: hidden;
}
.diy-special .special-content-list {
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.diy-special .content-item {
    height: 30rpx;
    line-height: 30rpx;
}
.diy-special .special-content.display_1 {
    height: 30rpx;
}
.diy-special .special-content.display_2 {
    height: 60rpx;
}
.right-shadow {
    width: 15rpx;
    height: 90rpx;
    background: linear-gradient(90deg, #E4E4E4 0%, rgba(255, 255, 255, 0) 100%);
    margin-left: 30rpx;
}