centaline-data-driven 1.1.54 → 1.1.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.babelrc +12 -12
- package/.editorconfig +9 -9
- package/.gitattributes +63 -63
- package/.postcssrc.js +10 -10
- package/Centaline.Front_End.DataDriven.csproj +37 -37
- package/Centaline.Front_End.DataDriven.sln +25 -25
- package/Properties/launchSettings.json +26 -26
- package/README.md +140 -140
- package/build/build.js +41 -41
- package/build/centaline/centaline.path.js +59 -59
- package/build/centaline/webpack.centaline.conf.js +106 -106
- package/build/check-versions.js +54 -54
- package/build/utils.js +102 -102
- package/build/vue-loader.conf.js +22 -22
- package/build/webpack.base.conf.js +82 -82
- package/build/webpack.dev.conf.js +111 -111
- package/build/webpack.prod.conf.js +145 -145
- package/config/dev.env.js +12 -12
- package/config/index.js +73 -73
- package/config/prod.env.js +4 -4
- package/index.html +14 -14
- package/package.json +75 -75
- package/src/App.vue +10 -10
- package/src/Detail.vue +26 -26
- package/src/Edit.vue +32 -32
- package/src/Form.vue +29 -29
- package/src/SearchList.vue +40 -40
- package/src/SearchTree.vue +51 -51
- package/src/Tabs.vue +19 -19
- package/src/centaline/api/index.js +249 -249
- package/src/centaline/comfirm/index.js +11 -11
- package/src/centaline/comfirm/src/comfirm.vue +44 -44
- package/src/centaline/common/index.js +738 -738
- package/src/centaline/css/common.css +748 -748
- package/src/centaline/css/max.css +207 -207
- package/src/centaline/dialogList/index.js +11 -11
- package/src/centaline/dialogList/src/dialog.vue +210 -210
- package/src/centaline/dialogList/src/dialogList.vue +65 -65
- package/src/centaline/dialogList/src/dialogNew.vue +78 -78
- package/src/centaline/dialogList/src/drag.js +77 -77
- package/src/centaline/directives/index.js +23 -23
- package/src/centaline/dynamicBtn/index.js +11 -11
- package/src/centaline/dynamicBtn/src/dynamicBtn.vue +100 -100
- package/src/centaline/dynamicCb/index.js +11 -11
- package/src/centaline/dynamicCb/src/dynamicCb.vue +72 -72
- package/src/centaline/dynamicCheckbox/index.js +11 -11
- package/src/centaline/dynamicCheckbox/src/dynamicCheckbox.vue +128 -128
- package/src/centaline/dynamicComboBoxWithTextBox/index.js +11 -11
- package/src/centaline/dynamicComboBoxWithTextBox/src/dynamicComboBoxWithTextBox.vue +240 -240
- package/src/centaline/dynamicD/index.js +11 -11
- package/src/centaline/dynamicD/src/dynamicD.vue +92 -92
- package/src/centaline/dynamicDetail/index.js +10 -10
- package/src/centaline/dynamicDetail/src/dynamicDetail.vue +40 -40
- package/src/centaline/dynamicDetail/src/dynamicPropertyDetailOFI.vue +1280 -1280
- package/src/centaline/dynamicDetail/src/dynamicPropertyDetailRET.vue +1293 -1293
- package/src/centaline/dynamicDrop/index.js +11 -11
- package/src/centaline/dynamicDrop/src/dynamicDrop.vue +54 -54
- package/src/centaline/dynamicDtd/index.js +11 -11
- package/src/centaline/dynamicDtd/src/dynamicDtd.vue +125 -125
- package/src/centaline/dynamicDtd/src/dynamicDtdOld.vue +93 -93
- package/src/centaline/dynamicFile/index.js +11 -11
- package/src/centaline/dynamicFile/src/dynamicFile.vue +288 -283
- package/src/centaline/dynamicForm/index.js +24 -24
- package/src/centaline/dynamicForm/src/dynamicForm.vue +564 -564
- package/src/centaline/dynamicForm/src/dynamicFormList.vue +209 -209
- package/src/centaline/dynamicForm/src/dynamicFormListTable.vue +376 -376
- package/src/centaline/dynamicGp/index.js +11 -11
- package/src/centaline/dynamicGp/src/dynamicGp.vue +27 -27
- package/src/centaline/dynamicHyperLink/index.js +11 -11
- package/src/centaline/dynamicHyperLink/src/dynamicHyperLink.vue +54 -54
- package/src/centaline/dynamicInput/index.js +35 -35
- package/src/centaline/dynamicInput/src/dynamicInput.vue +35 -35
- package/src/centaline/dynamicInputNumber/index.js +11 -11
- package/src/centaline/dynamicInputNumber/src/dynamicInputNumber.vue +157 -157
- package/src/centaline/dynamicIti/index.js +11 -11
- package/src/centaline/dynamicIti/src/dynamicIti.vue +148 -148
- package/src/centaline/dynamicL/index.js +11 -11
- package/src/centaline/dynamicL/src/dynamicL.vue +37 -37
- package/src/centaline/dynamicLabel/index.js +11 -11
- package/src/centaline/dynamicLabel/src/dynamicLabel.vue +73 -73
- package/src/centaline/dynamicLs/index.js +22 -22
- package/src/centaline/dynamicLs/src/dynamicLs.vue +233 -233
- package/src/centaline/dynamicMo/index.js +13 -13
- package/src/centaline/dynamicMo/src/dynamicMo.vue +421 -421
- package/src/centaline/dynamicMt/index.js +11 -11
- package/src/centaline/dynamicMt/src/dynamicMt.vue +44 -44
- package/src/centaline/dynamicPlaceHolder/index.js +11 -11
- package/src/centaline/dynamicPlaceHolder/src/dynamicPlaceHolder.vue +29 -29
- package/src/centaline/dynamicPopupSearchList/index.js +11 -11
- package/src/centaline/dynamicPopupSearchList/src/dynamicPopupSearchList.vue +157 -157
- package/src/centaline/dynamicPopupSearchList/src/dynamicPopupSearchListTable.vue +239 -239
- package/src/centaline/dynamicRichText/index.js +11 -11
- package/src/centaline/dynamicRichText/src/dynamicRichText.vue +33 -33
- package/src/centaline/dynamicSearchList/index.js +11 -11
- package/src/centaline/dynamicSearchList/src/dynamicSearchCategory.vue +121 -121
- package/src/centaline/dynamicSearchList/src/dynamicSearchList.vue +135 -135
- package/src/centaline/dynamicSearchList/src/dynamicSearchScreen.vue +206 -206
- package/src/centaline/dynamicSearchList/src/dynamicSearchTable.vue +1069 -1069
- package/src/centaline/dynamicSearchList/src/dynamicTableStatistics.vue +41 -41
- package/src/centaline/dynamicSearchList/src/dynamicTableTip.vue +46 -46
- package/src/centaline/dynamicSearchList/src/dynamicTableToolbar.vue +61 -61
- package/src/centaline/dynamicSeg/index.js +11 -11
- package/src/centaline/dynamicSeg/src/dynamicSeg.vue +100 -100
- package/src/centaline/dynamicSensitiveEye/index.js +11 -11
- package/src/centaline/dynamicSensitiveEye/src/dynamicSensitiveEye.vue +74 -74
- package/src/centaline/dynamicSo/index.js +14 -14
- package/src/centaline/dynamicSo/src/dynamicSo.vue +328 -328
- package/src/centaline/dynamicSo/src/dynamicSo/345/211/257/346/234/254.vue +69 -69
- package/src/centaline/dynamicSos/index.js +14 -14
- package/src/centaline/dynamicSos/src/dynamicSos - /345/244/215/345/210/266.vue" +223 -223
- package/src/centaline/dynamicSos/src/dynamicSos.vue +260 -260
- package/src/centaline/dynamicSw/index.js +11 -11
- package/src/centaline/dynamicSw/src/dynamicSw.vue +74 -74
- package/src/centaline/dynamicT/index.js +11 -11
- package/src/centaline/dynamicT/src/dynamicT.vue +79 -79
- package/src/centaline/dynamicTab/index.js +11 -11
- package/src/centaline/dynamicTab/src/dynamicTab.vue +49 -49
- package/src/centaline/dynamicTabs/index.js +11 -11
- package/src/centaline/dynamicTabs/src/dynamicTabs.vue +69 -69
- package/src/centaline/dynamicTags/index.js +13 -13
- package/src/centaline/dynamicTags/src/dynamicTags - /345/244/215/345/210/266.vue" +391 -391
- package/src/centaline/dynamicTags/src/dynamicTags.vue +427 -427
- package/src/centaline/dynamicTimeSelect/index.js +11 -11
- package/src/centaline/dynamicTimeSelect/src/dynamicTimeSelect.vue +141 -141
- package/src/centaline/dynamicTree/index.js +11 -11
- package/src/centaline/dynamicTree/src/dynamicSearchTree.vue +66 -66
- package/src/centaline/dynamicTree/src/dynamicTree.vue +233 -233
- package/src/centaline/dynamicTree/src/dynamicTreeList.vue +74 -74
- package/src/centaline/formData/index.js +290 -290
- package/src/centaline/imgPreview/index.js +42 -42
- package/src/centaline/imgPreview/src/imgPreview.vue +26 -26
- package/src/centaline/index.js +51 -51
- package/src/centaline/loader/index.js +157 -157
- package/src/centaline/loader/src/ctl/Base.js +261 -261
- package/src/centaline/loader/src/ctl/Button.js +44 -44
- package/src/centaline/loader/src/ctl/Cb.js +27 -27
- package/src/centaline/loader/src/ctl/Checkbox.js +107 -107
- package/src/centaline/loader/src/ctl/ComboBoxWithTextBox.js +162 -162
- package/src/centaline/loader/src/ctl/D.js +31 -31
- package/src/centaline/loader/src/ctl/Detail.js +175 -175
- package/src/centaline/loader/src/ctl/Dtd.js +115 -115
- package/src/centaline/loader/src/ctl/DtdOld.js +129 -129
- package/src/centaline/loader/src/ctl/File.js +292 -292
- package/src/centaline/loader/src/ctl/Form.js +380 -380
- package/src/centaline/loader/src/ctl/FormList.js +428 -428
- package/src/centaline/loader/src/ctl/GM.js +20 -20
- package/src/centaline/loader/src/ctl/Gp.js +9 -9
- package/src/centaline/loader/src/ctl/Hd.js +13 -13
- package/src/centaline/loader/src/ctl/HyperLink.js +24 -24
- package/src/centaline/loader/src/ctl/InputNumber.js +51 -51
- package/src/centaline/loader/src/ctl/Iti.js +108 -108
- package/src/centaline/loader/src/ctl/L.js +18 -18
- package/src/centaline/loader/src/ctl/Mo.js +183 -183
- package/src/centaline/loader/src/ctl/Mt.js +20 -20
- package/src/centaline/loader/src/ctl/PlaceHolder.js +17 -17
- package/src/centaline/loader/src/ctl/Router.js +273 -273
- package/src/centaline/loader/src/ctl/SearchCategory.js +54 -54
- package/src/centaline/loader/src/ctl/SearchScreen.js +236 -236
- package/src/centaline/loader/src/ctl/SearchTable.js +772 -772
- package/src/centaline/loader/src/ctl/Seg.js +37 -37
- package/src/centaline/loader/src/ctl/SensitiveEye.js +65 -65
- package/src/centaline/loader/src/ctl/So.js +117 -117
- package/src/centaline/loader/src/ctl/Sos.js +128 -128
- package/src/centaline/loader/src/ctl/Sw.js +27 -27
- package/src/centaline/loader/src/ctl/T.js +65 -65
- package/src/centaline/loader/src/ctl/Tabs.js +57 -57
- package/src/centaline/loader/src/ctl/Tags.js +191 -191
- package/src/centaline/loader/src/ctl/TimeSelect.js +87 -87
- package/src/centaline/loader/src/ctl/Tree.js +151 -151
- package/src/centaline/loader/src/ctl/Ttts.js +78 -78
- package/src/centaline/loader/src/ctl/lib/Enum.js +563 -563
- package/src/centaline/loader/src/ctl/lib/LibFunction.js +364 -364
- package/src/centaline/loader/src/ctl.js +36 -36
- package/src/centaline/mixins/dynamicElement.js +151 -151
- package/src/centaline/mixins/dynamicSelect.js +84 -84
- package/src/centaline/mixins/emitter.js +33 -33
- package/src/centaline/progress/index.js +11 -11
- package/src/centaline/progress/src/progress.vue +70 -70
- package/src/centaline/quickInput/src/quickInput.vue +64 -64
- package/src/centaline/selectOption/src/selectOption.vue +61 -61
- package/src/centaline/selectOption/src/selectOptionVertical.vue +80 -80
- package/src/centaline/templateControls/index.js +17 -17
- package/src/centaline/templateControls/src/dynamicTableA.vue +20 -20
- package/src/centaline/templateControls/src/dynamicTableCurrency.vue +62 -62
- package/src/centaline/templateControls/src/dynamicTableImg.vue +25 -25
- package/src/centaline/templates/index.js +34 -34
- package/src/centaline/templates/src/ContractSearch.js +67 -67
- package/src/centaline/templates/src/test.js +44 -44
- package/src/centaline/validate/index.js +332 -332
- package/src/main.js +46 -46
- package/src/router/index.js +44 -44
- package/wwwroot/static/centaline/centaline-data-driven.js +1 -1
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
|
@@ -1,749 +1,749 @@
|
|
|
1
|
-
*{
|
|
2
|
-
margin:0px;
|
|
3
|
-
padding:0px;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
html {
|
|
7
|
-
height: 100%;
|
|
8
|
-
box-sizing: border-box;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
#app {
|
|
12
|
-
height: 100%;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
*,
|
|
16
|
-
*:before,
|
|
17
|
-
*:after {
|
|
18
|
-
box-sizing: inherit;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.ct-so {
|
|
22
|
-
font-size: 14px;
|
|
23
|
-
position: relative;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.ct-so .ct-input_inner {
|
|
27
|
-
-webkit-appearance: none;
|
|
28
|
-
background-color: #fff;
|
|
29
|
-
background-image: none;
|
|
30
|
-
border-radius: 4px;
|
|
31
|
-
border: 1px solid #dcdfe6;
|
|
32
|
-
-webkit-box-sizing: border-box;
|
|
33
|
-
box-sizing: border-box;
|
|
34
|
-
color: #606266;
|
|
35
|
-
display: inline-block;
|
|
36
|
-
font-size: inherit;
|
|
37
|
-
line-height: 26px;
|
|
38
|
-
outline: 0;
|
|
39
|
-
padding: 0 15px;
|
|
40
|
-
padding-right: 30px;
|
|
41
|
-
-webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
42
|
-
transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
43
|
-
width: 100%;
|
|
44
|
-
cursor: pointer;
|
|
45
|
-
z-index: 2000;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.ct-so .ct-input_inner::-webkit-input-placeholder, .ct-so .ct-input_inner::-moz-placeholder,
|
|
49
|
-
.ct-so .ct-input_inner:-ms-input-placeholder, .ct-so .ct-input_inner:hover, .ct-tags .ct-input_inner::-webkit-input-placeholder,
|
|
50
|
-
.ct-tags .ct-input_inner::-moz-placeholder, .ct-tags .ct-input_inner:-ms-input-placeholder, .ct-tags .ct-input_inner:hover {
|
|
51
|
-
color: #c0c4cc;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.ct-so.isfocus .ct-input_inner:hover, .ct-so.isfocus .ct-input_inner, .ct-tags.isfocus .ct-input_inner:hover, .ct-tags.isfocus .ct-input_inner,
|
|
55
|
-
.ct-iti .isfocus {
|
|
56
|
-
border-color: #409EFF; /*border-color:#c0c4cc*/
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.ct-so .el-input__suffix, .ct-tags .el-input__suffix {
|
|
60
|
-
right: 10px;
|
|
61
|
-
cursor: pointer;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.ct-so .el-select__caret {
|
|
65
|
-
color: #c0c4cc;
|
|
66
|
-
font-size: inherit;
|
|
67
|
-
-webkit-transition: -webkit-transform .3s;
|
|
68
|
-
transition: -webkit-transform .3s;
|
|
69
|
-
transition: transform .3s;
|
|
70
|
-
transition: transform .3s, -webkit-transform .3s;
|
|
71
|
-
transition: transform .3s,-webkit-transform .3s;
|
|
72
|
-
-webkit-transform: rotateZ(180deg);
|
|
73
|
-
transform: rotateZ(180deg);
|
|
74
|
-
cursor: pointer;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.ct-so .is-reverse {
|
|
78
|
-
-webkit-transform: rotateZ(0deg);
|
|
79
|
-
transform: rotateZ(0deg);
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.ct-so .el-tag {
|
|
83
|
-
-webkit-box-sizing: border-box;
|
|
84
|
-
box-sizing: border-box;
|
|
85
|
-
border-color: transparent;
|
|
86
|
-
margin: 2px 0 2px 6px;
|
|
87
|
-
background-color: #f0f2f5;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.ct-option {
|
|
91
|
-
margin: 5px;
|
|
92
|
-
cursor: pointer;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.ct-close{
|
|
96
|
-
cursor: pointer;
|
|
97
|
-
}
|
|
98
|
-
.ct-so .ct-close > .el-select__caret.is-show-close:hover, .ct-tags .ct-close > .el-select__caret.is-show-close:hover {
|
|
99
|
-
color: #909399;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.ct-tags .showLabel .ct-input_inner, .ct-so .showLabel .ct-input_inner, .ct-iti-editor input,
|
|
103
|
-
.ct-date-editor input, .ct-mt .el-input-group--prepend textarea, .ct-text .showLabel input, .ct-Dtd .ct-datepicker.showLabel .el-range-input,
|
|
104
|
-
.ct-Seg .showLabel.ct-radios, .ct-so .showLabel .ct-input_inner,.ct-Dtd .el-input__inner {
|
|
105
|
-
border-top-left-radius: 4px !important;
|
|
106
|
-
border-bottom-left-radius: 4px !important;
|
|
107
|
-
text-align: left !important;
|
|
108
|
-
}
|
|
109
|
-
.ct-Seg .showLabel.ct-radios {
|
|
110
|
-
padding-right: 15px;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.ct-Seg .ct-radios.hasValue .el-input__suffix-inner {
|
|
114
|
-
display:initial;
|
|
115
|
-
}
|
|
116
|
-
.ct-Seg .ct-radios .el-input__suffix-inner {
|
|
117
|
-
float: right;
|
|
118
|
-
display: none;
|
|
119
|
-
}
|
|
120
|
-
.ct-Seg .ct-radios .el-input__suffix-inner .el-icon-circle-close {
|
|
121
|
-
line-height: unset;
|
|
122
|
-
color: #c0c4cc;
|
|
123
|
-
cursor: pointer;
|
|
124
|
-
display:none;
|
|
125
|
-
}
|
|
126
|
-
.ct-Seg .ct-radios:hover .el-input__suffix-inner .el-icon-circle-close {
|
|
127
|
-
display: initial;
|
|
128
|
-
}
|
|
129
|
-
.ct-Seg .ct-radios .el-input__suffix-inner .el-icon-circle-close:hover {
|
|
130
|
-
color: #909399;
|
|
131
|
-
}
|
|
132
|
-
.el-input-group__prepend {
|
|
133
|
-
min-width: 72px;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.ct-dialog_wrapper {
|
|
137
|
-
/*position: absolute;*/
|
|
138
|
-
position: fixed;
|
|
139
|
-
top: 0;
|
|
140
|
-
right: 0;
|
|
141
|
-
bottom: 0;
|
|
142
|
-
left: 0;
|
|
143
|
-
/* overflow: auto; */
|
|
144
|
-
background-color: #000;
|
|
145
|
-
background: rgba(0, 0, 0, 0.5);
|
|
146
|
-
align-items: center;
|
|
147
|
-
display: flex;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.ct-dialog_content {
|
|
151
|
-
margin: auto;
|
|
152
|
-
background: #ffffff;
|
|
153
|
-
opacity: 1;
|
|
154
|
-
border: none;
|
|
155
|
-
border-radius: 4px;
|
|
156
|
-
padding: 10px;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.ct-dialog_content .ct-dialog_header{
|
|
160
|
-
background-color: #ed745f;
|
|
161
|
-
}
|
|
162
|
-
.ct-dialog_content .ct-dialog_header span {
|
|
163
|
-
display: inline-block;
|
|
164
|
-
height: 20px;
|
|
165
|
-
font-size: 18px;
|
|
166
|
-
color: #fff;
|
|
167
|
-
font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
|
|
168
|
-
font-weight: 600;
|
|
169
|
-
-webkit-font-smoothing: antialiased;
|
|
170
|
-
}
|
|
171
|
-
.ct-dialog_content .ct-dialog_body {
|
|
172
|
-
color: #606266;
|
|
173
|
-
font-size: 14px;
|
|
174
|
-
padding: 0px;
|
|
175
|
-
font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
|
|
176
|
-
font-weight: 400;
|
|
177
|
-
-webkit-font-smoothing: antialiased;
|
|
178
|
-
}
|
|
179
|
-
.ct-dialog_content .ct-dialog_header{
|
|
180
|
-
border-top-left-radius: 4px;
|
|
181
|
-
border-top-right-radius: 4px;
|
|
182
|
-
}
|
|
183
|
-
.ct-dialog_content .ct-dialog_header .el-icon-close {
|
|
184
|
-
float: right;
|
|
185
|
-
color: #fff;
|
|
186
|
-
padding: 5px;
|
|
187
|
-
font-weight: bold;
|
|
188
|
-
cursor: pointer;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
.ct-dialog_content .ct-dialog_header .el-icon-close:hover {
|
|
192
|
-
background-color: #e4624c;
|
|
193
|
-
color: fff;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
.ct-form {
|
|
197
|
-
margin:10px;
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
.ct-iti.ct-iti-mini, .ct-date.ct-date-mini, .ct-mt-mini, .ct-so.ct-so-mini, .ct-tags.ct-tags-mini, .ct-Dtd.ct-Dtd-mini .el-input-group__prepend,
|
|
201
|
-
.ct-Seg.ct-Seg-mini .ct-radios, .ct-Seg.ct-Seg-mini .ct-radios .el-radio__label,
|
|
202
|
-
.ct-Seg.ct-Seg-mini .el-input-group__prepend,
|
|
203
|
-
.ct-so.ct-so-mini .ct-text-mini .ct-text-mini {
|
|
204
|
-
font-size: 12px;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.ct-iti.ct-iti-small, .ct-date.ct-date-small, .ct-mt-small, .ct-so.ct-so-small, .ct-tags.ct-tags-small, .ct-Dtd.ct-Dtd-small .el-input-group__prepend,
|
|
208
|
-
.ct-Seg.ct-Seg-small .ct-radios, .ct-Seg.ct-Seg-small .ct-radios .el-radio__label, .ct-Seg.ct-Seg-small .el-input-group__prepend,
|
|
209
|
-
.ct-so.ct-so-small-small .ct-text-mini .ct-text-mini {
|
|
210
|
-
font-size: 13px;
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
.ct-iti.ct-iti-medium, .ct-date.ct-date-medium, .ct-mt-medium, .ct-so.ct-so-medium, .ct-tags.ct-tags-medium, .ct-Dtd.ct-Dtd-medium .el-input-group__prepend,
|
|
214
|
-
.ct-Seg.ct-Seg-medium .ct-radios, .ct-Seg.ct-Seg-medium .ct-radios .el-radio__label, .ct-Seg.ct-Seg-medium .el-input-group__prepend,
|
|
215
|
-
.ct-so.ct-so-medium-medium .ct-text-medium .ct-text-medium {
|
|
216
|
-
font-size: 14px;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
.ct-font-size-mini,
|
|
220
|
-
.ct-font-size-mini .el-radio__label,
|
|
221
|
-
.ct-font-size-mini .el-checkbox__label {
|
|
222
|
-
font-size: 12px;
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
.font-size-small,
|
|
226
|
-
.font-size-small .el-radio__label,
|
|
227
|
-
.font-size-small .el-checkbox__label {
|
|
228
|
-
font-size: 13px;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.font-size-medium,
|
|
232
|
-
.font-size-medium .el-radio__label,
|
|
233
|
-
.font-size-medium .el-checkbox__label {
|
|
234
|
-
font-size: 14px;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
.ct-Seg.ct-Seg-mini .ct-radios, .ct-Seg.ct-Seg-mini .ct-radios .el-radio__label {
|
|
238
|
-
min-height: 26px;
|
|
239
|
-
line-height: 26px;
|
|
240
|
-
}
|
|
241
|
-
.ct-Seg.ct-Seg-small .ct-radios, .ct-Seg.ct-Seg-small .ct-radios .el-radio__label {
|
|
242
|
-
height: 32px;
|
|
243
|
-
line-height: 32px;
|
|
244
|
-
}
|
|
245
|
-
.ct-Seg.ct-Seg-medium .ct-radios, .ct-Seg.ct-Seg-medium .ct-radios .el-radio__label {
|
|
246
|
-
height: 36px;
|
|
247
|
-
line-height: 36px;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
.ct-iti-editor {
|
|
251
|
-
vertical-align:initial !important;
|
|
252
|
-
display: inline-flex !important;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
.ct-tags {
|
|
256
|
-
position:relative;
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
.ct-tags .ct-input_inner {
|
|
260
|
-
-webkit-appearance: none;
|
|
261
|
-
background-color: #fff;
|
|
262
|
-
background-image: none;
|
|
263
|
-
border-radius: 4px;
|
|
264
|
-
border: 1px solid #dcdfe6;
|
|
265
|
-
-webkit-box-sizing: border-box;
|
|
266
|
-
box-sizing: border-box;
|
|
267
|
-
color: transparent;
|
|
268
|
-
display: inline-block;
|
|
269
|
-
font-size: inherit;
|
|
270
|
-
line-height: 26px;
|
|
271
|
-
outline: 0;
|
|
272
|
-
padding: 0 15px;
|
|
273
|
-
padding-right: 30px;
|
|
274
|
-
-webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
275
|
-
transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
276
|
-
width: 100%;
|
|
277
|
-
cursor: pointer;
|
|
278
|
-
z-index: 2000;
|
|
279
|
-
}
|
|
280
|
-
.ct-is-disabled {
|
|
281
|
-
background-color: #f5f7fa;
|
|
282
|
-
border-color: #e4e7ed;
|
|
283
|
-
color: #c0c4cc!important;
|
|
284
|
-
cursor: not-allowed;
|
|
285
|
-
-webkit-appearance: none;
|
|
286
|
-
border-radius: 4px;
|
|
287
|
-
border: 1px solid #dcdfe6;
|
|
288
|
-
-webkit-box-sizing: border-box;
|
|
289
|
-
box-sizing: border-box;
|
|
290
|
-
display: inline-block;
|
|
291
|
-
font-size: inherit;
|
|
292
|
-
line-height: 26px;
|
|
293
|
-
outline: 0;
|
|
294
|
-
padding: 0 15px;
|
|
295
|
-
padding-right: 30px;
|
|
296
|
-
-webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
297
|
-
transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
298
|
-
width: 100%;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
.inputError, .inputError input, .inputError textarea, .inputError .el-input__inner, .inputError .el-input-group__prepend, .inputError .ct-radios, .inputError .ct-input__inner {
|
|
302
|
-
border-color: #ff5b5b !important;
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
.inputErrorNew {
|
|
306
|
-
border: 1px solid #ff5b5b;
|
|
307
|
-
border-radius: 4px;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
.errorMessage {
|
|
311
|
-
font-size: 12px;
|
|
312
|
-
color: #ff5b5b;
|
|
313
|
-
padding: 3px 5px;
|
|
314
|
-
white-space: nowrap;
|
|
315
|
-
}
|
|
316
|
-
.spanMessage {
|
|
317
|
-
font-size: 12px;
|
|
318
|
-
padding: 2px 2px;
|
|
319
|
-
}
|
|
320
|
-
.el-input__icon {
|
|
321
|
-
height:initial;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
/*两个div在同一行并居中*/
|
|
325
|
-
.div_allinline {
|
|
326
|
-
text-align: center;
|
|
327
|
-
margin: 0 auto;
|
|
328
|
-
padding: 0;
|
|
329
|
-
clear: both;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
.subdiv_allinline {
|
|
333
|
-
margin: 0;
|
|
334
|
-
padding: 0;
|
|
335
|
-
display: inline-block;
|
|
336
|
-
_display: inline;
|
|
337
|
-
*display: inline;
|
|
338
|
-
zoom: 1;
|
|
339
|
-
height: 24px;
|
|
340
|
-
line-height: 24px;
|
|
341
|
-
float: left;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
.ct-table table {
|
|
345
|
-
font-size: 12px;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
.el-collapse-item__content {
|
|
349
|
-
padding-bottom: 25px;
|
|
350
|
-
font-size: 12px !important;
|
|
351
|
-
color: #303133;
|
|
352
|
-
line-height: 1.769230769230769;
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
.ct-text .ct-text-label-div {
|
|
356
|
-
display: flex;
|
|
357
|
-
justify-content: left;
|
|
358
|
-
align-items: center;
|
|
359
|
-
width: auto;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
.ct-flex-div {
|
|
363
|
-
display: flex;
|
|
364
|
-
width: 100%;
|
|
365
|
-
align-items: center;
|
|
366
|
-
flex: 1 1 0%;
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
.ct-flex-div .ct-flex-div-input {
|
|
370
|
-
flex: 1;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
.ct-flex-div .ct-flex-div-span {
|
|
374
|
-
display: flex;
|
|
375
|
-
justify-content: left;
|
|
376
|
-
align-items: center;
|
|
377
|
-
width: auto;
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
@media (max-width:480px) {
|
|
381
|
-
.el-message-box {
|
|
382
|
-
width: 85%;
|
|
383
|
-
}
|
|
384
|
-
}
|
|
385
|
-
/*输入框重置文字边框颜色*/
|
|
386
|
-
.el-input-group__append, .el-input-group__prepend {
|
|
387
|
-
color: #767A81;
|
|
388
|
-
border-color:#cecece;
|
|
389
|
-
}
|
|
390
|
-
.el-radio__inner, .el-checkbox__inner {
|
|
391
|
-
border-color: #cecece
|
|
392
|
-
}
|
|
393
|
-
/*必填label*/
|
|
394
|
-
.requiredLabel {
|
|
395
|
-
color: #F00!important;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
.ct-dialog .el-main {
|
|
399
|
-
padding: 10px;
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
.ct-dialog .el-dialog__body {
|
|
403
|
-
padding: 15px 10px;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
.ct-dialog .el-dialog__header {
|
|
407
|
-
padding: 10px 20px 0px;
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
.ct-dialog .el-dialog__headerbtn {
|
|
411
|
-
top: 15px;
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
/*主要按钮*/
|
|
417
|
-
.el-button{
|
|
418
|
-
height:26px
|
|
419
|
-
}
|
|
420
|
-
/*.el-button:active {
|
|
421
|
-
background-color: #b3caf5;
|
|
422
|
-
border: none;
|
|
423
|
-
color: #fff;
|
|
424
|
-
}
|
|
425
|
-
.el-button:hover{
|
|
426
|
-
background-color: #bdcff1;
|
|
427
|
-
border: none;
|
|
428
|
-
color: #fff;
|
|
429
|
-
|
|
430
|
-
} */
|
|
431
|
-
.el-button--mini, .el-button--mini.is-round{
|
|
432
|
-
padding: 0px 19px;
|
|
433
|
-
}
|
|
434
|
-
.el-button--primary {
|
|
435
|
-
height: 26px;
|
|
436
|
-
background-color: #EE6B6B ;
|
|
437
|
-
border-color: #EE6B6B ;
|
|
438
|
-
}
|
|
439
|
-
.el-button--primary:hover ,.el-button--warning:hover{
|
|
440
|
-
background: #f1706b;
|
|
441
|
-
border-color: #f1706b;
|
|
442
|
-
color: #FFF;
|
|
443
|
-
}
|
|
444
|
-
.el-button--primary:focus {
|
|
445
|
-
background: #de534d;
|
|
446
|
-
border-color: #de534d;
|
|
447
|
-
color: #FFF;
|
|
448
|
-
}
|
|
449
|
-
.el-button--success {
|
|
450
|
-
background-color: #EE6B6B ;
|
|
451
|
-
border-color: #EE6B6B ;
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
.el-button--success:focus {
|
|
455
|
-
background: #de534d;
|
|
456
|
-
border-color: #de534d;
|
|
457
|
-
color: #FFF;
|
|
458
|
-
}
|
|
459
|
-
.el-button--success:hover {
|
|
460
|
-
background: #f1706b;
|
|
461
|
-
border-color: #f1706b;
|
|
462
|
-
color: #FFF;
|
|
463
|
-
}
|
|
464
|
-
/* 工具栏按钮置灰 */
|
|
465
|
-
.ct-tableToolbar button {
|
|
466
|
-
border: 1px solid #ced0d9;
|
|
467
|
-
background-color: #f2f4f7;
|
|
468
|
-
color: #333;
|
|
469
|
-
}
|
|
470
|
-
.ct-tableToolbar button:hover{
|
|
471
|
-
color: #666;
|
|
472
|
-
border: 1px solid #ced0d9;
|
|
473
|
-
background: linear-gradient(#F4F4F5,#DFE3F1);
|
|
474
|
-
}
|
|
475
|
-
.ct-tableToolbar button:focus{
|
|
476
|
-
border: 1px solid #ced0d9;
|
|
477
|
-
background: -webkit-linear-gradient(top, #fff, #f2f4f7);
|
|
478
|
-
color: #333;
|
|
479
|
-
}
|
|
480
|
-
.ct-option.el-tag.el-tag--danger {
|
|
481
|
-
background-color: #fff;
|
|
482
|
-
border-color: #409EFF;
|
|
483
|
-
color: #409EFF;
|
|
484
|
-
}
|
|
485
|
-
.ct-option.el-tag.el-tag--success {
|
|
486
|
-
background-color: #f0f2f5;
|
|
487
|
-
border-color: #ced0d9;
|
|
488
|
-
color: #666;
|
|
489
|
-
}
|
|
490
|
-
.el-select__tags .el-tag.el-tag--info{
|
|
491
|
-
background-color: #fff;
|
|
492
|
-
border-color: none;
|
|
493
|
-
color: #409EFF;
|
|
494
|
-
}
|
|
495
|
-
/*修改删除按钮*/
|
|
496
|
-
.el-table__row .el-tag.el-tag--info {
|
|
497
|
-
background-color: #E0FFE8;
|
|
498
|
-
border-color: #34C759;
|
|
499
|
-
color: #34C759;
|
|
500
|
-
}
|
|
501
|
-
.el-table__row .el-tag.el-tag--danger {
|
|
502
|
-
background-color: #FFF4F3;
|
|
503
|
-
border-color: #FF3B30;
|
|
504
|
-
color: #FF3B30;
|
|
505
|
-
}
|
|
506
|
-
/* .el-row .el-col-24 button{
|
|
507
|
-
margin-right: 5px;
|
|
508
|
-
} */
|
|
509
|
-
/* .el-row .el-col-8 button{
|
|
510
|
-
margin-right: 5px;
|
|
511
|
-
} */
|
|
512
|
-
.el-collapse-item__header{
|
|
513
|
-
border-bottom: 3px solid #e6ebf5;
|
|
514
|
-
}
|
|
515
|
-
.el-collapse-item__wrap{
|
|
516
|
-
border-bottom: 3px solid #e6ebf5;
|
|
517
|
-
}
|
|
518
|
-
.el-collapse{
|
|
519
|
-
border-top: none;
|
|
520
|
-
border-bottom: none;
|
|
521
|
-
}
|
|
522
|
-
.el-collapse-item__header{
|
|
523
|
-
font-weight: bold;
|
|
524
|
-
}
|
|
525
|
-
/* 标题前红图 */
|
|
526
|
-
.sign {
|
|
527
|
-
display: inline;
|
|
528
|
-
vertical-align: 0;
|
|
529
|
-
width: 3px;
|
|
530
|
-
height: 12px;
|
|
531
|
-
margin-right: 5px;
|
|
532
|
-
border-left: 3px solid #ea0000;
|
|
533
|
-
}
|
|
534
|
-
|
|
535
|
-
/* 弹层样式 */
|
|
536
|
-
.ct-dialog_content{
|
|
537
|
-
padding: 0;
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
.ct-dialog_body{
|
|
541
|
-
border-top: 1px solid #e8eaec;
|
|
542
|
-
border-bottom: 1px solid #e8eaec;
|
|
543
|
-
border-bottom-left-radius: 4px;
|
|
544
|
-
border-bottom-right-radius: 4px;
|
|
545
|
-
padding-top: 10px;
|
|
546
|
-
}
|
|
547
|
-
/* 表单属性宽度 */
|
|
548
|
-
.el-input-group__prepend{
|
|
549
|
-
min-width: 113px!important;
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
.ct-search-list {
|
|
553
|
-
width: 100%;
|
|
554
|
-
height: 100%;
|
|
555
|
-
position: inherit;
|
|
556
|
-
background: #eceff2;
|
|
557
|
-
padding: 0px;
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
.st-serach-screen {
|
|
561
|
-
background: #fff;
|
|
562
|
-
width: 100%;
|
|
563
|
-
position: relative;
|
|
564
|
-
border-radius:6px;
|
|
565
|
-
}
|
|
566
|
-
|
|
567
|
-
.ct-searchtable{
|
|
568
|
-
margin-top: 10px;
|
|
569
|
-
padding: 20px 10px 0 0px;
|
|
570
|
-
background: #fff;
|
|
571
|
-
-webkit-box-sizing: border-box;
|
|
572
|
-
border-radius:6px;
|
|
573
|
-
|
|
574
|
-
}
|
|
575
|
-
|
|
576
|
-
.ct-unitname {
|
|
577
|
-
line-height: 26px;
|
|
578
|
-
position: absolute;
|
|
579
|
-
right: 3px;
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
/* 滚动条的宽度 */
|
|
583
|
-
/* ::-webkit-scrollbar {
|
|
584
|
-
width: 6px;
|
|
585
|
-
height: 6px;
|
|
586
|
-
} */
|
|
587
|
-
/* 滚动条的滑块 */
|
|
588
|
-
::-webkit-scrollbar-thumb {
|
|
589
|
-
background-color: #bebebe;
|
|
590
|
-
height: 5px;
|
|
591
|
-
border-radius: 4px;
|
|
592
|
-
}
|
|
593
|
-
::-webkit-scrollbar {
|
|
594
|
-
width: 6px;
|
|
595
|
-
height:6px;
|
|
596
|
-
background-color: #f1f1f1
|
|
597
|
-
}
|
|
598
|
-
|
|
599
|
-
.el-input-group__append, .el-input-group__prepend {
|
|
600
|
-
background-color: initial!important; /*无色*/
|
|
601
|
-
vertical-align: middle;
|
|
602
|
-
display: table-cell;
|
|
603
|
-
position: relative;
|
|
604
|
-
border: 0px solid #DCDFE6!important; /*无边框*/
|
|
605
|
-
border-radius: 4px;
|
|
606
|
-
padding: 0 5px!important;
|
|
607
|
-
width: 1px;
|
|
608
|
-
white-space: nowrap;
|
|
609
|
-
text-align: right;
|
|
610
|
-
}
|
|
611
|
-
.field-label-div {
|
|
612
|
-
width:auto;
|
|
613
|
-
}
|
|
614
|
-
.el-table{
|
|
615
|
-
color: #333;
|
|
616
|
-
}
|
|
617
|
-
.el-table--enable-row-hover .el-table__body tr:hover>td {
|
|
618
|
-
background-color: #fff;
|
|
619
|
-
}
|
|
620
|
-
.el-table--border th, .el-table__fixed-right-patch{
|
|
621
|
-
background-color: #F5F7FA;
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
.ct-Dtd .el-input--prefix .el-input__inner{
|
|
625
|
-
padding: 0 15px;
|
|
626
|
-
}
|
|
627
|
-
.ct-Dtd .el-date-editor.el-input, .ct-Dtd .el-date-editor.el-input__inner{
|
|
628
|
-
width: initial;
|
|
629
|
-
}
|
|
630
|
-
.ct-Dtd .el-input__icon.el-icon-time{
|
|
631
|
-
display: none;
|
|
632
|
-
}
|
|
633
|
-
/* .ct-so .ct-input_inner{
|
|
634
|
-
padding: 0 15px 0 5px;
|
|
635
|
-
} */
|
|
636
|
-
.ct-Seg .ct-radios .el-input__icon.el-icon-circle-close{
|
|
637
|
-
min-height: 25px;
|
|
638
|
-
line-height: 25px;
|
|
639
|
-
|
|
640
|
-
}
|
|
641
|
-
.list-field .el-input-group__append, .list-field .el-input-group__prepend{
|
|
642
|
-
padding: 0 10px 0 0;
|
|
643
|
-
text-align: left;
|
|
644
|
-
|
|
645
|
-
}
|
|
646
|
-
.list-field .el-input-group__prepend {
|
|
647
|
-
min-width: initial!important;
|
|
648
|
-
}
|
|
649
|
-
.ct-ptb5{
|
|
650
|
-
padding: 10px;
|
|
651
|
-
}
|
|
652
|
-
/* 导航栏经过选中时 */
|
|
653
|
-
.el-col .ct-search-list{
|
|
654
|
-
padding: 0;
|
|
655
|
-
}
|
|
656
|
-
.el-col .ct-search-list .ct-searchtable{
|
|
657
|
-
margin-top: 0;
|
|
658
|
-
}
|
|
659
|
-
.el-tabs__nav .el-tabs__item:hover{
|
|
660
|
-
color: #ff503f;
|
|
661
|
-
border-bottom: 3px solid #ff503f;
|
|
662
|
-
}
|
|
663
|
-
.el-tabs__nav .el-tabs__item.is-active{
|
|
664
|
-
color: #ff503f;
|
|
665
|
-
border-bottom: 3px solid #ff503f;
|
|
666
|
-
}
|
|
667
|
-
.el-tabs__active-bar{
|
|
668
|
-
background-color: #ff503f;
|
|
669
|
-
}
|
|
670
|
-
.el-tabs__nav .el-tabs__item{
|
|
671
|
-
font-weight: bold;
|
|
672
|
-
}
|
|
673
|
-
.el-col .ct-searchtable .ct-tr>.ct-td{
|
|
674
|
-
border-right: 1px solid #e7e8eb;
|
|
675
|
-
}
|
|
676
|
-
.el-col .ct-tableToolbar{
|
|
677
|
-
background-color: #fff;
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
.el-button--primary.is-disabled, .el-button--primary.is-disabled:active, .el-button--primary.is-disabled:focus, .el-button--primary.is-disabled:hover {
|
|
681
|
-
color: #FFF;
|
|
682
|
-
background-color: #d6d6d6;
|
|
683
|
-
border-color: #d6d6d6;
|
|
684
|
-
}
|
|
685
|
-
.ct-tableToolbar .is-disabled {
|
|
686
|
-
background: #b1b3bc !important;
|
|
687
|
-
}
|
|
688
|
-
.ct-tableToolbar .is-disabled:hover {
|
|
689
|
-
color: #333 !important;
|
|
690
|
-
background: #b1b3bc !important;
|
|
691
|
-
}
|
|
692
|
-
.ct-dialog_app {
|
|
693
|
-
position: relative
|
|
694
|
-
}
|
|
695
|
-
|
|
696
|
-
.el-date-editor .el-range-input, .el-date-editor .el-range-separator {
|
|
697
|
-
font-size: 12px;
|
|
698
|
-
}
|
|
699
|
-
.ct-text{
|
|
700
|
-
position: relative
|
|
701
|
-
}
|
|
702
|
-
.el-icon-circle-close
|
|
703
|
-
{cursor: pointer;}
|
|
704
|
-
.ct-position-relative{
|
|
705
|
-
position: relative;
|
|
706
|
-
}
|
|
707
|
-
|
|
708
|
-
.ct-right-0{
|
|
709
|
-
right: 0px !important;
|
|
710
|
-
}
|
|
711
|
-
.ct-right-10{
|
|
712
|
-
right: 10px !important;
|
|
713
|
-
}
|
|
714
|
-
.ct-table-content{
|
|
715
|
-
padding: 0 15px;
|
|
716
|
-
}
|
|
717
|
-
.el-card.is-always-shadow {
|
|
718
|
-
border: none;
|
|
719
|
-
box-shadow: none !important;
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
.domDisabled {
|
|
723
|
-
pointer-events: none;
|
|
724
|
-
opacity:0.4;
|
|
725
|
-
}
|
|
726
|
-
.el-radio__label{
|
|
727
|
-
padding-left: 5px!important;
|
|
728
|
-
}
|
|
729
|
-
.el-input--mini .el-input__inner{
|
|
730
|
-
height: 26px!important;
|
|
731
|
-
line-height: 26px!important;
|
|
732
|
-
}
|
|
733
|
-
.ct-rich-text {
|
|
734
|
-
min-height: 26px!important;
|
|
735
|
-
}
|
|
736
|
-
.ct-dialog_body .el-card__body{
|
|
737
|
-
padding: 0px 3px 10px 10px!important;
|
|
738
|
-
}
|
|
739
|
-
.ct-text .ct-font-size-mini{
|
|
740
|
-
padding-left: 5px!important;
|
|
741
|
-
}
|
|
742
|
-
.ct-text .ct-font-size-mini span{
|
|
743
|
-
display: inline-block;
|
|
744
|
-
margin-top: 1px;
|
|
745
|
-
color: #388cd3;
|
|
746
|
-
}
|
|
747
|
-
.lableinput .el-input__inner{
|
|
748
|
-
border: none !important;
|
|
1
|
+
*{
|
|
2
|
+
margin:0px;
|
|
3
|
+
padding:0px;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
html {
|
|
7
|
+
height: 100%;
|
|
8
|
+
box-sizing: border-box;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
#app {
|
|
12
|
+
height: 100%;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
*,
|
|
16
|
+
*:before,
|
|
17
|
+
*:after {
|
|
18
|
+
box-sizing: inherit;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.ct-so {
|
|
22
|
+
font-size: 14px;
|
|
23
|
+
position: relative;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.ct-so .ct-input_inner {
|
|
27
|
+
-webkit-appearance: none;
|
|
28
|
+
background-color: #fff;
|
|
29
|
+
background-image: none;
|
|
30
|
+
border-radius: 4px;
|
|
31
|
+
border: 1px solid #dcdfe6;
|
|
32
|
+
-webkit-box-sizing: border-box;
|
|
33
|
+
box-sizing: border-box;
|
|
34
|
+
color: #606266;
|
|
35
|
+
display: inline-block;
|
|
36
|
+
font-size: inherit;
|
|
37
|
+
line-height: 26px;
|
|
38
|
+
outline: 0;
|
|
39
|
+
padding: 0 15px;
|
|
40
|
+
padding-right: 30px;
|
|
41
|
+
-webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
42
|
+
transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
43
|
+
width: 100%;
|
|
44
|
+
cursor: pointer;
|
|
45
|
+
z-index: 2000;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.ct-so .ct-input_inner::-webkit-input-placeholder, .ct-so .ct-input_inner::-moz-placeholder,
|
|
49
|
+
.ct-so .ct-input_inner:-ms-input-placeholder, .ct-so .ct-input_inner:hover, .ct-tags .ct-input_inner::-webkit-input-placeholder,
|
|
50
|
+
.ct-tags .ct-input_inner::-moz-placeholder, .ct-tags .ct-input_inner:-ms-input-placeholder, .ct-tags .ct-input_inner:hover {
|
|
51
|
+
color: #c0c4cc;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.ct-so.isfocus .ct-input_inner:hover, .ct-so.isfocus .ct-input_inner, .ct-tags.isfocus .ct-input_inner:hover, .ct-tags.isfocus .ct-input_inner,
|
|
55
|
+
.ct-iti .isfocus {
|
|
56
|
+
border-color: #409EFF; /*border-color:#c0c4cc*/
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.ct-so .el-input__suffix, .ct-tags .el-input__suffix {
|
|
60
|
+
right: 10px;
|
|
61
|
+
cursor: pointer;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.ct-so .el-select__caret {
|
|
65
|
+
color: #c0c4cc;
|
|
66
|
+
font-size: inherit;
|
|
67
|
+
-webkit-transition: -webkit-transform .3s;
|
|
68
|
+
transition: -webkit-transform .3s;
|
|
69
|
+
transition: transform .3s;
|
|
70
|
+
transition: transform .3s, -webkit-transform .3s;
|
|
71
|
+
transition: transform .3s,-webkit-transform .3s;
|
|
72
|
+
-webkit-transform: rotateZ(180deg);
|
|
73
|
+
transform: rotateZ(180deg);
|
|
74
|
+
cursor: pointer;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.ct-so .is-reverse {
|
|
78
|
+
-webkit-transform: rotateZ(0deg);
|
|
79
|
+
transform: rotateZ(0deg);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.ct-so .el-tag {
|
|
83
|
+
-webkit-box-sizing: border-box;
|
|
84
|
+
box-sizing: border-box;
|
|
85
|
+
border-color: transparent;
|
|
86
|
+
margin: 2px 0 2px 6px;
|
|
87
|
+
background-color: #f0f2f5;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.ct-option {
|
|
91
|
+
margin: 5px;
|
|
92
|
+
cursor: pointer;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.ct-close{
|
|
96
|
+
cursor: pointer;
|
|
97
|
+
}
|
|
98
|
+
.ct-so .ct-close > .el-select__caret.is-show-close:hover, .ct-tags .ct-close > .el-select__caret.is-show-close:hover {
|
|
99
|
+
color: #909399;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.ct-tags .showLabel .ct-input_inner, .ct-so .showLabel .ct-input_inner, .ct-iti-editor input,
|
|
103
|
+
.ct-date-editor input, .ct-mt .el-input-group--prepend textarea, .ct-text .showLabel input, .ct-Dtd .ct-datepicker.showLabel .el-range-input,
|
|
104
|
+
.ct-Seg .showLabel.ct-radios, .ct-so .showLabel .ct-input_inner,.ct-Dtd .el-input__inner {
|
|
105
|
+
border-top-left-radius: 4px !important;
|
|
106
|
+
border-bottom-left-radius: 4px !important;
|
|
107
|
+
text-align: left !important;
|
|
108
|
+
}
|
|
109
|
+
.ct-Seg .showLabel.ct-radios {
|
|
110
|
+
padding-right: 15px;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.ct-Seg .ct-radios.hasValue .el-input__suffix-inner {
|
|
114
|
+
display:initial;
|
|
115
|
+
}
|
|
116
|
+
.ct-Seg .ct-radios .el-input__suffix-inner {
|
|
117
|
+
float: right;
|
|
118
|
+
display: none;
|
|
119
|
+
}
|
|
120
|
+
.ct-Seg .ct-radios .el-input__suffix-inner .el-icon-circle-close {
|
|
121
|
+
line-height: unset;
|
|
122
|
+
color: #c0c4cc;
|
|
123
|
+
cursor: pointer;
|
|
124
|
+
display:none;
|
|
125
|
+
}
|
|
126
|
+
.ct-Seg .ct-radios:hover .el-input__suffix-inner .el-icon-circle-close {
|
|
127
|
+
display: initial;
|
|
128
|
+
}
|
|
129
|
+
.ct-Seg .ct-radios .el-input__suffix-inner .el-icon-circle-close:hover {
|
|
130
|
+
color: #909399;
|
|
131
|
+
}
|
|
132
|
+
.el-input-group__prepend {
|
|
133
|
+
min-width: 72px;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.ct-dialog_wrapper {
|
|
137
|
+
/*position: absolute;*/
|
|
138
|
+
position: fixed;
|
|
139
|
+
top: 0;
|
|
140
|
+
right: 0;
|
|
141
|
+
bottom: 0;
|
|
142
|
+
left: 0;
|
|
143
|
+
/* overflow: auto; */
|
|
144
|
+
background-color: #000;
|
|
145
|
+
background: rgba(0, 0, 0, 0.5);
|
|
146
|
+
align-items: center;
|
|
147
|
+
display: flex;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.ct-dialog_content {
|
|
151
|
+
margin: auto;
|
|
152
|
+
background: #ffffff;
|
|
153
|
+
opacity: 1;
|
|
154
|
+
border: none;
|
|
155
|
+
border-radius: 4px;
|
|
156
|
+
padding: 10px;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.ct-dialog_content .ct-dialog_header{
|
|
160
|
+
background-color: #ed745f;
|
|
161
|
+
}
|
|
162
|
+
.ct-dialog_content .ct-dialog_header span {
|
|
163
|
+
display: inline-block;
|
|
164
|
+
height: 20px;
|
|
165
|
+
font-size: 18px;
|
|
166
|
+
color: #fff;
|
|
167
|
+
font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
|
|
168
|
+
font-weight: 600;
|
|
169
|
+
-webkit-font-smoothing: antialiased;
|
|
170
|
+
}
|
|
171
|
+
.ct-dialog_content .ct-dialog_body {
|
|
172
|
+
color: #606266;
|
|
173
|
+
font-size: 14px;
|
|
174
|
+
padding: 0px;
|
|
175
|
+
font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
|
|
176
|
+
font-weight: 400;
|
|
177
|
+
-webkit-font-smoothing: antialiased;
|
|
178
|
+
}
|
|
179
|
+
.ct-dialog_content .ct-dialog_header{
|
|
180
|
+
border-top-left-radius: 4px;
|
|
181
|
+
border-top-right-radius: 4px;
|
|
182
|
+
}
|
|
183
|
+
.ct-dialog_content .ct-dialog_header .el-icon-close {
|
|
184
|
+
float: right;
|
|
185
|
+
color: #fff;
|
|
186
|
+
padding: 5px;
|
|
187
|
+
font-weight: bold;
|
|
188
|
+
cursor: pointer;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.ct-dialog_content .ct-dialog_header .el-icon-close:hover {
|
|
192
|
+
background-color: #e4624c;
|
|
193
|
+
color: fff;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.ct-form {
|
|
197
|
+
margin:10px;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.ct-iti.ct-iti-mini, .ct-date.ct-date-mini, .ct-mt-mini, .ct-so.ct-so-mini, .ct-tags.ct-tags-mini, .ct-Dtd.ct-Dtd-mini .el-input-group__prepend,
|
|
201
|
+
.ct-Seg.ct-Seg-mini .ct-radios, .ct-Seg.ct-Seg-mini .ct-radios .el-radio__label,
|
|
202
|
+
.ct-Seg.ct-Seg-mini .el-input-group__prepend,
|
|
203
|
+
.ct-so.ct-so-mini .ct-text-mini .ct-text-mini {
|
|
204
|
+
font-size: 12px;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.ct-iti.ct-iti-small, .ct-date.ct-date-small, .ct-mt-small, .ct-so.ct-so-small, .ct-tags.ct-tags-small, .ct-Dtd.ct-Dtd-small .el-input-group__prepend,
|
|
208
|
+
.ct-Seg.ct-Seg-small .ct-radios, .ct-Seg.ct-Seg-small .ct-radios .el-radio__label, .ct-Seg.ct-Seg-small .el-input-group__prepend,
|
|
209
|
+
.ct-so.ct-so-small-small .ct-text-mini .ct-text-mini {
|
|
210
|
+
font-size: 13px;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.ct-iti.ct-iti-medium, .ct-date.ct-date-medium, .ct-mt-medium, .ct-so.ct-so-medium, .ct-tags.ct-tags-medium, .ct-Dtd.ct-Dtd-medium .el-input-group__prepend,
|
|
214
|
+
.ct-Seg.ct-Seg-medium .ct-radios, .ct-Seg.ct-Seg-medium .ct-radios .el-radio__label, .ct-Seg.ct-Seg-medium .el-input-group__prepend,
|
|
215
|
+
.ct-so.ct-so-medium-medium .ct-text-medium .ct-text-medium {
|
|
216
|
+
font-size: 14px;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.ct-font-size-mini,
|
|
220
|
+
.ct-font-size-mini .el-radio__label,
|
|
221
|
+
.ct-font-size-mini .el-checkbox__label {
|
|
222
|
+
font-size: 12px;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.font-size-small,
|
|
226
|
+
.font-size-small .el-radio__label,
|
|
227
|
+
.font-size-small .el-checkbox__label {
|
|
228
|
+
font-size: 13px;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.font-size-medium,
|
|
232
|
+
.font-size-medium .el-radio__label,
|
|
233
|
+
.font-size-medium .el-checkbox__label {
|
|
234
|
+
font-size: 14px;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.ct-Seg.ct-Seg-mini .ct-radios, .ct-Seg.ct-Seg-mini .ct-radios .el-radio__label {
|
|
238
|
+
min-height: 26px;
|
|
239
|
+
line-height: 26px;
|
|
240
|
+
}
|
|
241
|
+
.ct-Seg.ct-Seg-small .ct-radios, .ct-Seg.ct-Seg-small .ct-radios .el-radio__label {
|
|
242
|
+
height: 32px;
|
|
243
|
+
line-height: 32px;
|
|
244
|
+
}
|
|
245
|
+
.ct-Seg.ct-Seg-medium .ct-radios, .ct-Seg.ct-Seg-medium .ct-radios .el-radio__label {
|
|
246
|
+
height: 36px;
|
|
247
|
+
line-height: 36px;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.ct-iti-editor {
|
|
251
|
+
vertical-align:initial !important;
|
|
252
|
+
display: inline-flex !important;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.ct-tags {
|
|
256
|
+
position:relative;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.ct-tags .ct-input_inner {
|
|
260
|
+
-webkit-appearance: none;
|
|
261
|
+
background-color: #fff;
|
|
262
|
+
background-image: none;
|
|
263
|
+
border-radius: 4px;
|
|
264
|
+
border: 1px solid #dcdfe6;
|
|
265
|
+
-webkit-box-sizing: border-box;
|
|
266
|
+
box-sizing: border-box;
|
|
267
|
+
color: transparent;
|
|
268
|
+
display: inline-block;
|
|
269
|
+
font-size: inherit;
|
|
270
|
+
line-height: 26px;
|
|
271
|
+
outline: 0;
|
|
272
|
+
padding: 0 15px;
|
|
273
|
+
padding-right: 30px;
|
|
274
|
+
-webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
275
|
+
transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
276
|
+
width: 100%;
|
|
277
|
+
cursor: pointer;
|
|
278
|
+
z-index: 2000;
|
|
279
|
+
}
|
|
280
|
+
.ct-is-disabled {
|
|
281
|
+
background-color: #f5f7fa;
|
|
282
|
+
border-color: #e4e7ed;
|
|
283
|
+
color: #c0c4cc!important;
|
|
284
|
+
cursor: not-allowed;
|
|
285
|
+
-webkit-appearance: none;
|
|
286
|
+
border-radius: 4px;
|
|
287
|
+
border: 1px solid #dcdfe6;
|
|
288
|
+
-webkit-box-sizing: border-box;
|
|
289
|
+
box-sizing: border-box;
|
|
290
|
+
display: inline-block;
|
|
291
|
+
font-size: inherit;
|
|
292
|
+
line-height: 26px;
|
|
293
|
+
outline: 0;
|
|
294
|
+
padding: 0 15px;
|
|
295
|
+
padding-right: 30px;
|
|
296
|
+
-webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
297
|
+
transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
298
|
+
width: 100%;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.inputError, .inputError input, .inputError textarea, .inputError .el-input__inner, .inputError .el-input-group__prepend, .inputError .ct-radios, .inputError .ct-input__inner {
|
|
302
|
+
border-color: #ff5b5b !important;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.inputErrorNew {
|
|
306
|
+
border: 1px solid #ff5b5b;
|
|
307
|
+
border-radius: 4px;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
.errorMessage {
|
|
311
|
+
font-size: 12px;
|
|
312
|
+
color: #ff5b5b;
|
|
313
|
+
padding: 3px 5px;
|
|
314
|
+
white-space: nowrap;
|
|
315
|
+
}
|
|
316
|
+
.spanMessage {
|
|
317
|
+
font-size: 12px;
|
|
318
|
+
padding: 2px 2px;
|
|
319
|
+
}
|
|
320
|
+
.el-input__icon {
|
|
321
|
+
height:initial;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
/*两个div在同一行并居中*/
|
|
325
|
+
.div_allinline {
|
|
326
|
+
text-align: center;
|
|
327
|
+
margin: 0 auto;
|
|
328
|
+
padding: 0;
|
|
329
|
+
clear: both;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.subdiv_allinline {
|
|
333
|
+
margin: 0;
|
|
334
|
+
padding: 0;
|
|
335
|
+
display: inline-block;
|
|
336
|
+
_display: inline;
|
|
337
|
+
*display: inline;
|
|
338
|
+
zoom: 1;
|
|
339
|
+
height: 24px;
|
|
340
|
+
line-height: 24px;
|
|
341
|
+
float: left;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.ct-table table {
|
|
345
|
+
font-size: 12px;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.el-collapse-item__content {
|
|
349
|
+
padding-bottom: 25px;
|
|
350
|
+
font-size: 12px !important;
|
|
351
|
+
color: #303133;
|
|
352
|
+
line-height: 1.769230769230769;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.ct-text .ct-text-label-div {
|
|
356
|
+
display: flex;
|
|
357
|
+
justify-content: left;
|
|
358
|
+
align-items: center;
|
|
359
|
+
width: auto;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
.ct-flex-div {
|
|
363
|
+
display: flex;
|
|
364
|
+
width: 100%;
|
|
365
|
+
align-items: center;
|
|
366
|
+
flex: 1 1 0%;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.ct-flex-div .ct-flex-div-input {
|
|
370
|
+
flex: 1;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.ct-flex-div .ct-flex-div-span {
|
|
374
|
+
display: flex;
|
|
375
|
+
justify-content: left;
|
|
376
|
+
align-items: center;
|
|
377
|
+
width: auto;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
@media (max-width:480px) {
|
|
381
|
+
.el-message-box {
|
|
382
|
+
width: 85%;
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
/*输入框重置文字边框颜色*/
|
|
386
|
+
.el-input-group__append, .el-input-group__prepend {
|
|
387
|
+
color: #767A81;
|
|
388
|
+
border-color:#cecece;
|
|
389
|
+
}
|
|
390
|
+
.el-radio__inner, .el-checkbox__inner {
|
|
391
|
+
border-color: #cecece
|
|
392
|
+
}
|
|
393
|
+
/*必填label*/
|
|
394
|
+
.requiredLabel {
|
|
395
|
+
color: #F00!important;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
.ct-dialog .el-main {
|
|
399
|
+
padding: 10px;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
.ct-dialog .el-dialog__body {
|
|
403
|
+
padding: 15px 10px;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.ct-dialog .el-dialog__header {
|
|
407
|
+
padding: 10px 20px 0px;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.ct-dialog .el-dialog__headerbtn {
|
|
411
|
+
top: 15px;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
/*主要按钮*/
|
|
417
|
+
.el-button{
|
|
418
|
+
height:26px
|
|
419
|
+
}
|
|
420
|
+
/*.el-button:active {
|
|
421
|
+
background-color: #b3caf5;
|
|
422
|
+
border: none;
|
|
423
|
+
color: #fff;
|
|
424
|
+
}
|
|
425
|
+
.el-button:hover{
|
|
426
|
+
background-color: #bdcff1;
|
|
427
|
+
border: none;
|
|
428
|
+
color: #fff;
|
|
429
|
+
|
|
430
|
+
} */
|
|
431
|
+
.el-button--mini, .el-button--mini.is-round{
|
|
432
|
+
padding: 0px 19px;
|
|
433
|
+
}
|
|
434
|
+
.el-button--primary {
|
|
435
|
+
height: 26px;
|
|
436
|
+
background-color: #EE6B6B ;
|
|
437
|
+
border-color: #EE6B6B ;
|
|
438
|
+
}
|
|
439
|
+
.el-button--primary:hover ,.el-button--warning:hover{
|
|
440
|
+
background: #f1706b;
|
|
441
|
+
border-color: #f1706b;
|
|
442
|
+
color: #FFF;
|
|
443
|
+
}
|
|
444
|
+
.el-button--primary:focus {
|
|
445
|
+
background: #de534d;
|
|
446
|
+
border-color: #de534d;
|
|
447
|
+
color: #FFF;
|
|
448
|
+
}
|
|
449
|
+
.el-button--success {
|
|
450
|
+
background-color: #EE6B6B ;
|
|
451
|
+
border-color: #EE6B6B ;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.el-button--success:focus {
|
|
455
|
+
background: #de534d;
|
|
456
|
+
border-color: #de534d;
|
|
457
|
+
color: #FFF;
|
|
458
|
+
}
|
|
459
|
+
.el-button--success:hover {
|
|
460
|
+
background: #f1706b;
|
|
461
|
+
border-color: #f1706b;
|
|
462
|
+
color: #FFF;
|
|
463
|
+
}
|
|
464
|
+
/* 工具栏按钮置灰 */
|
|
465
|
+
.ct-tableToolbar button {
|
|
466
|
+
border: 1px solid #ced0d9;
|
|
467
|
+
background-color: #f2f4f7;
|
|
468
|
+
color: #333;
|
|
469
|
+
}
|
|
470
|
+
.ct-tableToolbar button:hover{
|
|
471
|
+
color: #666;
|
|
472
|
+
border: 1px solid #ced0d9;
|
|
473
|
+
background: linear-gradient(#F4F4F5,#DFE3F1);
|
|
474
|
+
}
|
|
475
|
+
.ct-tableToolbar button:focus{
|
|
476
|
+
border: 1px solid #ced0d9;
|
|
477
|
+
background: -webkit-linear-gradient(top, #fff, #f2f4f7);
|
|
478
|
+
color: #333;
|
|
479
|
+
}
|
|
480
|
+
.ct-option.el-tag.el-tag--danger {
|
|
481
|
+
background-color: #fff;
|
|
482
|
+
border-color: #409EFF;
|
|
483
|
+
color: #409EFF;
|
|
484
|
+
}
|
|
485
|
+
.ct-option.el-tag.el-tag--success {
|
|
486
|
+
background-color: #f0f2f5;
|
|
487
|
+
border-color: #ced0d9;
|
|
488
|
+
color: #666;
|
|
489
|
+
}
|
|
490
|
+
.el-select__tags .el-tag.el-tag--info{
|
|
491
|
+
background-color: #fff;
|
|
492
|
+
border-color: none;
|
|
493
|
+
color: #409EFF;
|
|
494
|
+
}
|
|
495
|
+
/*修改删除按钮*/
|
|
496
|
+
.el-table__row .el-tag.el-tag--info {
|
|
497
|
+
background-color: #E0FFE8;
|
|
498
|
+
border-color: #34C759;
|
|
499
|
+
color: #34C759;
|
|
500
|
+
}
|
|
501
|
+
.el-table__row .el-tag.el-tag--danger {
|
|
502
|
+
background-color: #FFF4F3;
|
|
503
|
+
border-color: #FF3B30;
|
|
504
|
+
color: #FF3B30;
|
|
505
|
+
}
|
|
506
|
+
/* .el-row .el-col-24 button{
|
|
507
|
+
margin-right: 5px;
|
|
508
|
+
} */
|
|
509
|
+
/* .el-row .el-col-8 button{
|
|
510
|
+
margin-right: 5px;
|
|
511
|
+
} */
|
|
512
|
+
.el-collapse-item__header{
|
|
513
|
+
border-bottom: 3px solid #e6ebf5;
|
|
514
|
+
}
|
|
515
|
+
.el-collapse-item__wrap{
|
|
516
|
+
border-bottom: 3px solid #e6ebf5;
|
|
517
|
+
}
|
|
518
|
+
.el-collapse{
|
|
519
|
+
border-top: none;
|
|
520
|
+
border-bottom: none;
|
|
521
|
+
}
|
|
522
|
+
.el-collapse-item__header{
|
|
523
|
+
font-weight: bold;
|
|
524
|
+
}
|
|
525
|
+
/* 标题前红图 */
|
|
526
|
+
.sign {
|
|
527
|
+
display: inline;
|
|
528
|
+
vertical-align: 0;
|
|
529
|
+
width: 3px;
|
|
530
|
+
height: 12px;
|
|
531
|
+
margin-right: 5px;
|
|
532
|
+
border-left: 3px solid #ea0000;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
/* 弹层样式 */
|
|
536
|
+
.ct-dialog_content{
|
|
537
|
+
padding: 0;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
.ct-dialog_body{
|
|
541
|
+
border-top: 1px solid #e8eaec;
|
|
542
|
+
border-bottom: 1px solid #e8eaec;
|
|
543
|
+
border-bottom-left-radius: 4px;
|
|
544
|
+
border-bottom-right-radius: 4px;
|
|
545
|
+
padding-top: 10px;
|
|
546
|
+
}
|
|
547
|
+
/* 表单属性宽度 */
|
|
548
|
+
.el-input-group__prepend{
|
|
549
|
+
min-width: 113px!important;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.ct-search-list {
|
|
553
|
+
width: 100%;
|
|
554
|
+
height: 100%;
|
|
555
|
+
position: inherit;
|
|
556
|
+
background: #eceff2;
|
|
557
|
+
padding: 0px;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
.st-serach-screen {
|
|
561
|
+
background: #fff;
|
|
562
|
+
width: 100%;
|
|
563
|
+
position: relative;
|
|
564
|
+
border-radius:6px;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
.ct-searchtable{
|
|
568
|
+
margin-top: 10px;
|
|
569
|
+
padding: 20px 10px 0 0px;
|
|
570
|
+
background: #fff;
|
|
571
|
+
-webkit-box-sizing: border-box;
|
|
572
|
+
border-radius:6px;
|
|
573
|
+
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
.ct-unitname {
|
|
577
|
+
line-height: 26px;
|
|
578
|
+
position: absolute;
|
|
579
|
+
right: 3px;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
/* 滚动条的宽度 */
|
|
583
|
+
/* ::-webkit-scrollbar {
|
|
584
|
+
width: 6px;
|
|
585
|
+
height: 6px;
|
|
586
|
+
} */
|
|
587
|
+
/* 滚动条的滑块 */
|
|
588
|
+
::-webkit-scrollbar-thumb {
|
|
589
|
+
background-color: #bebebe;
|
|
590
|
+
height: 5px;
|
|
591
|
+
border-radius: 4px;
|
|
592
|
+
}
|
|
593
|
+
::-webkit-scrollbar {
|
|
594
|
+
width: 6px;
|
|
595
|
+
height:6px;
|
|
596
|
+
background-color: #f1f1f1
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
.el-input-group__append, .el-input-group__prepend {
|
|
600
|
+
background-color: initial!important; /*无色*/
|
|
601
|
+
vertical-align: middle;
|
|
602
|
+
display: table-cell;
|
|
603
|
+
position: relative;
|
|
604
|
+
border: 0px solid #DCDFE6!important; /*无边框*/
|
|
605
|
+
border-radius: 4px;
|
|
606
|
+
padding: 0 5px!important;
|
|
607
|
+
width: 1px;
|
|
608
|
+
white-space: nowrap;
|
|
609
|
+
text-align: right;
|
|
610
|
+
}
|
|
611
|
+
.field-label-div {
|
|
612
|
+
width:auto;
|
|
613
|
+
}
|
|
614
|
+
.el-table{
|
|
615
|
+
color: #333;
|
|
616
|
+
}
|
|
617
|
+
.el-table--enable-row-hover .el-table__body tr:hover>td {
|
|
618
|
+
background-color: #fff;
|
|
619
|
+
}
|
|
620
|
+
.el-table--border th, .el-table__fixed-right-patch{
|
|
621
|
+
background-color: #F5F7FA;
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
.ct-Dtd .el-input--prefix .el-input__inner{
|
|
625
|
+
padding: 0 15px;
|
|
626
|
+
}
|
|
627
|
+
.ct-Dtd .el-date-editor.el-input, .ct-Dtd .el-date-editor.el-input__inner{
|
|
628
|
+
width: initial;
|
|
629
|
+
}
|
|
630
|
+
.ct-Dtd .el-input__icon.el-icon-time{
|
|
631
|
+
display: none;
|
|
632
|
+
}
|
|
633
|
+
/* .ct-so .ct-input_inner{
|
|
634
|
+
padding: 0 15px 0 5px;
|
|
635
|
+
} */
|
|
636
|
+
.ct-Seg .ct-radios .el-input__icon.el-icon-circle-close{
|
|
637
|
+
min-height: 25px;
|
|
638
|
+
line-height: 25px;
|
|
639
|
+
|
|
640
|
+
}
|
|
641
|
+
.list-field .el-input-group__append, .list-field .el-input-group__prepend{
|
|
642
|
+
padding: 0 10px 0 0;
|
|
643
|
+
text-align: left;
|
|
644
|
+
|
|
645
|
+
}
|
|
646
|
+
.list-field .el-input-group__prepend {
|
|
647
|
+
min-width: initial!important;
|
|
648
|
+
}
|
|
649
|
+
.ct-ptb5{
|
|
650
|
+
padding: 10px;
|
|
651
|
+
}
|
|
652
|
+
/* 导航栏经过选中时 */
|
|
653
|
+
.el-col .ct-search-list{
|
|
654
|
+
padding: 0;
|
|
655
|
+
}
|
|
656
|
+
.el-col .ct-search-list .ct-searchtable{
|
|
657
|
+
margin-top: 0;
|
|
658
|
+
}
|
|
659
|
+
.el-tabs__nav .el-tabs__item:hover{
|
|
660
|
+
color: #ff503f;
|
|
661
|
+
border-bottom: 3px solid #ff503f;
|
|
662
|
+
}
|
|
663
|
+
.el-tabs__nav .el-tabs__item.is-active{
|
|
664
|
+
color: #ff503f;
|
|
665
|
+
border-bottom: 3px solid #ff503f;
|
|
666
|
+
}
|
|
667
|
+
.el-tabs__active-bar{
|
|
668
|
+
background-color: #ff503f;
|
|
669
|
+
}
|
|
670
|
+
.el-tabs__nav .el-tabs__item{
|
|
671
|
+
font-weight: bold;
|
|
672
|
+
}
|
|
673
|
+
.el-col .ct-searchtable .ct-tr>.ct-td{
|
|
674
|
+
border-right: 1px solid #e7e8eb;
|
|
675
|
+
}
|
|
676
|
+
.el-col .ct-tableToolbar{
|
|
677
|
+
background-color: #fff;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
.el-button--primary.is-disabled, .el-button--primary.is-disabled:active, .el-button--primary.is-disabled:focus, .el-button--primary.is-disabled:hover {
|
|
681
|
+
color: #FFF;
|
|
682
|
+
background-color: #d6d6d6;
|
|
683
|
+
border-color: #d6d6d6;
|
|
684
|
+
}
|
|
685
|
+
.ct-tableToolbar .is-disabled {
|
|
686
|
+
background: #b1b3bc !important;
|
|
687
|
+
}
|
|
688
|
+
.ct-tableToolbar .is-disabled:hover {
|
|
689
|
+
color: #333 !important;
|
|
690
|
+
background: #b1b3bc !important;
|
|
691
|
+
}
|
|
692
|
+
.ct-dialog_app {
|
|
693
|
+
position: relative
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
.el-date-editor .el-range-input, .el-date-editor .el-range-separator {
|
|
697
|
+
font-size: 12px;
|
|
698
|
+
}
|
|
699
|
+
.ct-text{
|
|
700
|
+
position: relative
|
|
701
|
+
}
|
|
702
|
+
.el-icon-circle-close
|
|
703
|
+
{cursor: pointer;}
|
|
704
|
+
.ct-position-relative{
|
|
705
|
+
position: relative;
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
.ct-right-0{
|
|
709
|
+
right: 0px !important;
|
|
710
|
+
}
|
|
711
|
+
.ct-right-10{
|
|
712
|
+
right: 10px !important;
|
|
713
|
+
}
|
|
714
|
+
.ct-table-content{
|
|
715
|
+
padding: 0 15px;
|
|
716
|
+
}
|
|
717
|
+
.el-card.is-always-shadow {
|
|
718
|
+
border: none;
|
|
719
|
+
box-shadow: none !important;
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
.domDisabled {
|
|
723
|
+
pointer-events: none;
|
|
724
|
+
opacity:0.4;
|
|
725
|
+
}
|
|
726
|
+
.el-radio__label{
|
|
727
|
+
padding-left: 5px!important;
|
|
728
|
+
}
|
|
729
|
+
.el-input--mini .el-input__inner{
|
|
730
|
+
height: 26px!important;
|
|
731
|
+
line-height: 26px!important;
|
|
732
|
+
}
|
|
733
|
+
.ct-rich-text {
|
|
734
|
+
min-height: 26px!important;
|
|
735
|
+
}
|
|
736
|
+
.ct-dialog_body .el-card__body{
|
|
737
|
+
padding: 0px 3px 10px 10px!important;
|
|
738
|
+
}
|
|
739
|
+
.ct-text .ct-font-size-mini{
|
|
740
|
+
padding-left: 5px!important;
|
|
741
|
+
}
|
|
742
|
+
.ct-text .ct-font-size-mini span{
|
|
743
|
+
display: inline-block;
|
|
744
|
+
margin-top: 1px;
|
|
745
|
+
color: #388cd3;
|
|
746
|
+
}
|
|
747
|
+
.lableinput .el-input__inner{
|
|
748
|
+
border: none !important;
|
|
749
749
|
}
|