para.scss 1.37 KB
Newer Older
1
.parameter {
2
    height: 100%;
3
}
Lijiao's avatar
Lijiao committed
4

5
.para-filter {
6
7
8
    width: 97%;
    margin-top: 15px;

9
    &-text {
10
11
12
13
        line-height: 32px;
        margin-right: 10px;
    }

14
    &-percent {
15
16
        margin-right: 10px;
    }
17

18
    &-middle {
19
20
        vertical-align: top;
    }
21
22
}

23
.meline {
24
    margin-top: 15px;
Lijiao's avatar
Lijiao committed
25

26
    span {
27
28
        font-size: 14px;
        margin-right: 6px;
Lijiao's avatar
Lijiao committed
29
30
31
    }
}

32
.searcHyper {
Lijiao's avatar
Lijiao committed
33
34
    position: relative;
    margin: 0 19px;
35

36
    .noneData {
Lijiao's avatar
Lijiao committed
37
38
39
40
41
        position: absolute;
        left: 49%;
        top: 2.5%;
        font-size: 13px;
        color: #999;
42
    }
43
44
45
}

/* Intermediate Result Style */
46
.intermediate {
47
    width: 95%;
48
49
50

    /* border: 1px solid blue; */
    input {
51
        width: 64px;
52
        height: 26px;
53
54
        padding-left: 8px;
    }
55
56

    .strange {
57
        margin-right: 15px;
58
    }
59
60

    .hyphen {
61
62
        margin-left: 6px;
        margin-right: 6px;
63
    }
64
65

    .filter-x {
66
        margin-left: 15px;
67
    }
68
69

    .filter-toggle {
70
71
        line-height: 32px;
    }
72
}
73
74

.parcoords {
75
76
    text.label,
    text {
77
78
79
80
81
82
83
84
        font-family: "Segoe UI", "Segoe UI Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
        font-size: 12px;
    }
}

.nodata {
    font-size: 18px;
    font-weight: 600;
85
    color: #666;
86
87
88
89
90
91
92
93
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 45%;
}