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
 
.mr15{
    margin-right: 15rpx;
}
.diy-article {
    background: #ffffff;
    margin: 20rpx;
    border-radius: 6rpx;
    padding: 0 30rpx;
    box-shadow: 0px 8rpx 3rpx 0px rgba(6, 0, 1, 0.03);
}
.diy-article .show-type__10,
.diy-article .show-type__20 {
    display: flex;
    padding: 30rpx 0;
    border-bottom: 1rpx solid #eeeeee;
}
.diy-article .show-type__10:last-child,
.diy-article .show-type__20:last-child {
    border-bottom: none;
}
.diy-article .show-type__10 .picture {
    width: 246rpx;
    height: 140rpx;
    border-radius: 12rpx;
}
.diy-article .show-type__10 .title {
    height: 80rpx;
}
.diy-article .show-type__10 .des {
    height: 36rpx;
}
.diy-article image {
    width: 100%;
    height: 100%;
    border-radius: 12rpx;
}
.diy-article .show-type__10 .icon.iconfont {
    font-size: 18rpx;
    color: #999999;
}