wangzhibo
4 天以前 10595d8632f959d0954d1939243196f4eed02372
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
.cl-button {
    &.is-custom {
        height: 80rpx;
        font-size: 30rpx;
        width: 100%;
    }
}
 
.cl-empty {
    &__icon {
        height: 300rpx;
    }
}
 
.card {
    background-color: #ffffff;
    padding: 14rpx 24rpx;
    margin-bottom: 24rpx;
    border-radius: 24rpx;
 
    .label {
        display: flex;
        align-items: center;
        font-size: 28rpx;
        line-height: 1;
        font-weight: 500;
        padding: 10rpx 0 14rpx 0;
    }
 
    :deep(.cl-list-item) {
        .cl-list-item__label {
            font-size: 26rpx;
        }
 
        .cl-list-item__container {
            padding: 0;
        }
 
        .cl-list-item__content {
            min-height: auto;
        }
    }
 
    &:last-child {
        margin-bottom: 0;
    }
}