广州矛调粤政易端
xusd
7 days ago d27794814b69d18aeb8ee96a46cae91d5613570c
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
@import (reference) 'dingtalk-theme/dingtalk-x/mob.less';
 
.ModalContent {
    position: fixed;
    overflow-y: auto;
    border-radius: 10px;
 
    &-main {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    &-head {
        color: #fff;
        background-color: #fff;
        display: flex;
        padding-bottom: 8px;
        justify-content: space-between;
        border-bottom: 1px dashed rgba(126, 134, 142, 0.24);
        &-l {
            font-size: 14px;
            color: #171a1d;
            line-height: 22px;
        }
 
        &-img {
            width: 18px;
            height: 18px;
            & img {
                width: 100%;
                height: 100%;
            }
        }
    }
    &-content {
        flex: 1;
        overflow: auto;
        min-height: 302px;
        max-height: 440px;
        border-radius: 0 0 10px 10px;
        background: #fff;
    }
    &-bottom {
        // position: absolute;
        // bottom: -40px;
        margin-top: 16px;
        width: 100%;
        display: flex;
        justify-content: center;
        &-img {
            width: 24px;
            height: 24px;
        }
    }
 
    &-item {
        padding: 8px;
        margin-bottom: 4px;
        font-size: 15px;
        line-height: 23px;
    }
 
    &-item:last-child {
        margin-bottom: 0;
    }
}