zm
2020-04-12 0d659cff38f50d83e782a9f8c5c20fb54a5c0321
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
@import "./base.less";
.frm_el_attr_editor {
    text-align: left;
    padding: 5px 10px;
    .length_err{
        color: red;
    }
    .btn-el-attr-bind {
        margin:2px 0px;
        min-width: 285px !important;
        width: 285px; 
    }
    textarea {
        min-height:85px !important;
 
    }
    hr {
        margin:10px !important;
        margin-left:0px !important;
    }
 
    > div > div {
        div.el_container {
            position:relative;
            text-align:left;
            overflow:hidden;
            display:block;
            label.label {
                display:block !important;
                position:absolute;
                color: #444444 !important;
                font-size:12px !important;
                text-align:left;
                top: 9px;
                left: 12px;
            }
            span.element {
                display:block;
                overflow: hidden;
                input {
                    float:left;
                    text-align: left;
                    display:block;
                    width:auto !important;
                }
            }
            div.third_column {
                margin:0px;
                padding:0px;
                width:33%;
                float:left;
                position: relative;
                >label {
 
                }
 
                >span {
                    width:100%;
                    input, select {
                        min-width: 0px !important;
                        width:80%;
                    }
                }
                
            }
 
            div.third_column_full{
                >span {
                    width:100%;
                    input, select {
                        min-width: 0px !important;
                        width:100%;
                    }
                }
            }
 
            div.one_column {
                width: 10% !important;
            }
            div.two_column {
                width: 20% !important;
                min-height:25px;
                overflow:hidden;
                div.frm_item_icons {
                    display:block;
                    bottom:0px;
                    left:2px;
                }
            }
            div.five_column {
                width: 50% !important;
                > span {
                    input {
                        width: 60%;
                    }
                }
            }
        }
        > label{ 
            margin: 12px 0px 0px 0px;   
        }
    }
}
 
.manadatory_ifd {
    color: red;
}
.process_ifd {
    color: red;
}
 
 
table.table_cloud_attr{
    height:100%;
    margin-bottom:29px;
    top:0px !important;
    .table_search_input{
           width:200px;
           margin-right: 20px;
        }
    .table_search_btn{
//      background-color: #d0d1d1;
        height: 26px;
        border-radius: 8px;
        text-align: center;
        line-height: 13px;
        width: 57px;
    }
    th, td{
        font-size:12px !important;
        input {
            margin:0px;
            height:12px !important;
        }
    }
}
 
div.cloud_attr {
    font-size:10px !important;
    position: relative;
    div.cv_title {
        overflow:hidden;
        text-align: center;
        font-size: 14px;
        padding:4px 0px 0px 0px;
    }
    div.table-content {
        margin-bottom:28px;
        max-height:500px;
        overflow: auto;
        min-height: 376px;
    }
    div.condition_search_footer{
        position: absolute;
        bottom:0px;
        select, input{
            line-height:20px;
            min-height:20px !important;
        }
        a{
            text-decoration: none;
        }
        width:100%;
        padding:0px 2px;
        label.second{
            float:right;
            input{
                width: 25px;
                height: 20px;
            }
        }
    }
}