easy3wui 1.5.65-beta.1 → 1.5.65
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/assets/flow.css +200 -200
- package/assets/formPage.css +26 -26
- package/assets/index.css +226 -226
- package/lib/Easy3wFlow/index.js +10 -10
- package/lib/Easy3wFormPage/index.js +38 -38
- package/lib/Easy3wUpload/index.js +1 -1
- package/lib/Easy3wUploadB/index.js +2 -2
- package/lib/Easy3wUploadM/index.js +1 -1
- package/package.json +1 -1
package/assets/flow.css
CHANGED
|
@@ -860,7 +860,7 @@
|
|
|
860
860
|
left: 50%;
|
|
861
861
|
margin-left: -75px;
|
|
862
862
|
}
|
|
863
|
-
.
|
|
863
|
+
.Easy3wFlowTight {
|
|
864
864
|
/*index为1时*/
|
|
865
865
|
/*index为1时*/
|
|
866
866
|
/*index为1时*/
|
|
@@ -927,15 +927,15 @@
|
|
|
927
927
|
/*一个节点*/
|
|
928
928
|
/* 流程图状态颜色 */
|
|
929
929
|
}
|
|
930
|
-
.
|
|
930
|
+
.Easy3wFlowTight .flowmain {
|
|
931
931
|
margin: auto;
|
|
932
932
|
width: 100%;
|
|
933
933
|
background: #fff;
|
|
934
934
|
}
|
|
935
|
-
.
|
|
935
|
+
.Easy3wFlowTight .flowtop {
|
|
936
936
|
width: 100%;
|
|
937
937
|
}
|
|
938
|
-
.
|
|
938
|
+
.Easy3wFlowTight .flowtop .floatcenter {
|
|
939
939
|
width: 90%;
|
|
940
940
|
margin: 0 auto;
|
|
941
941
|
/*
|
|
@@ -954,424 +954,424 @@
|
|
|
954
954
|
线宽: (100% / n -22px) / 2
|
|
955
955
|
*/
|
|
956
956
|
}
|
|
957
|
-
.
|
|
957
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp2:first-child {
|
|
958
958
|
width: calc((100% / 2 - 22px) / 2 * 3 + 22px);
|
|
959
959
|
padding-left: calc((100% / 2 - 22px) / 2);
|
|
960
960
|
}
|
|
961
|
-
.
|
|
961
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp2 {
|
|
962
962
|
width: calc(100% / 2);
|
|
963
963
|
float: left;
|
|
964
964
|
}
|
|
965
|
-
.
|
|
965
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp2 .flowline2 {
|
|
966
966
|
float: left;
|
|
967
967
|
margin-top: 15px;
|
|
968
968
|
height: 4px;
|
|
969
969
|
width: calc(100% - 22px);
|
|
970
970
|
}
|
|
971
|
-
.
|
|
971
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp2:last-child {
|
|
972
972
|
width: calc((100% / 2 - 22px) / 2 + 22px);
|
|
973
973
|
padding-right: calc((100% / 2 - 22px) / 2);
|
|
974
974
|
}
|
|
975
|
-
.
|
|
975
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp3:first-child {
|
|
976
976
|
width: calc((100% / 3 - 22px) / 2 * 3 + 22px);
|
|
977
977
|
padding-left: calc((100% / 3 - 22px) / 2);
|
|
978
978
|
}
|
|
979
|
-
.
|
|
979
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp3 {
|
|
980
980
|
width: calc(100% / 3);
|
|
981
981
|
float: left;
|
|
982
982
|
}
|
|
983
|
-
.
|
|
983
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp3 .flowline3 {
|
|
984
984
|
float: left;
|
|
985
985
|
margin-top: 15px;
|
|
986
986
|
height: 4px;
|
|
987
987
|
width: calc(100% - 22px);
|
|
988
988
|
}
|
|
989
|
-
.
|
|
989
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp3:last-child {
|
|
990
990
|
width: calc((100% / 3 - 22px) / 2 + 22px);
|
|
991
991
|
padding-right: calc((100% / 3 - 22px) / 2);
|
|
992
992
|
}
|
|
993
|
-
.
|
|
993
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp4:first-child {
|
|
994
994
|
width: calc((100% / 4 - 22px) / 2 * 3 + 22px);
|
|
995
995
|
padding-left: calc((100% / 4 - 22px) / 2);
|
|
996
996
|
}
|
|
997
|
-
.
|
|
997
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp4 {
|
|
998
998
|
width: calc(100% / 4);
|
|
999
999
|
float: left;
|
|
1000
1000
|
}
|
|
1001
|
-
.
|
|
1001
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp4 .flowline4 {
|
|
1002
1002
|
float: left;
|
|
1003
1003
|
margin-top: 15px;
|
|
1004
1004
|
height: 4px;
|
|
1005
1005
|
width: calc(100% - 22px);
|
|
1006
1006
|
}
|
|
1007
|
-
.
|
|
1007
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp4:last-child {
|
|
1008
1008
|
width: calc((100% / 4 - 22px) / 2 + 22px);
|
|
1009
1009
|
padding-right: calc((100% / 4 - 22px) / 2);
|
|
1010
1010
|
}
|
|
1011
|
-
.
|
|
1011
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp5:first-child {
|
|
1012
1012
|
width: calc((100% / 5 - 22px) / 2 * 3 + 22px);
|
|
1013
1013
|
padding-left: calc((100% / 5 - 22px) / 2);
|
|
1014
1014
|
}
|
|
1015
|
-
.
|
|
1015
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp5 {
|
|
1016
1016
|
width: calc(100% / 5);
|
|
1017
1017
|
float: left;
|
|
1018
1018
|
}
|
|
1019
|
-
.
|
|
1019
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp5 .flowline5 {
|
|
1020
1020
|
float: left;
|
|
1021
1021
|
margin-top: 15px;
|
|
1022
1022
|
height: 4px;
|
|
1023
1023
|
width: calc(100% - 22px);
|
|
1024
1024
|
}
|
|
1025
|
-
.
|
|
1025
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp5:last-child {
|
|
1026
1026
|
width: calc((100% / 5 - 22px) / 2 + 22px);
|
|
1027
1027
|
padding-right: calc((100% / 5 - 22px) / 2);
|
|
1028
1028
|
}
|
|
1029
|
-
.
|
|
1029
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp6:first-child {
|
|
1030
1030
|
width: calc((100% / 6 - 22px) / 2 * 3 + 22px);
|
|
1031
1031
|
padding-left: calc((100% / 6 - 22px) / 2);
|
|
1032
1032
|
}
|
|
1033
|
-
.
|
|
1033
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp6 {
|
|
1034
1034
|
width: calc(100% / 6);
|
|
1035
1035
|
float: left;
|
|
1036
1036
|
}
|
|
1037
|
-
.
|
|
1037
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp6 .flowline6 {
|
|
1038
1038
|
float: left;
|
|
1039
1039
|
margin-top: 15px;
|
|
1040
1040
|
height: 4px;
|
|
1041
1041
|
width: calc(100% - 22px);
|
|
1042
1042
|
}
|
|
1043
|
-
.
|
|
1043
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp6:last-child {
|
|
1044
1044
|
width: calc((100% / 6 - 22px) / 2 + 22px);
|
|
1045
1045
|
padding-right: calc((100% / 6 - 22px) / 2);
|
|
1046
1046
|
}
|
|
1047
|
-
.
|
|
1047
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp7:first-child {
|
|
1048
1048
|
width: calc((100% / 7 - 22px) / 2 * 3 + 22px);
|
|
1049
1049
|
padding-left: calc((100% / 7 - 22px) / 2);
|
|
1050
1050
|
}
|
|
1051
|
-
.
|
|
1051
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp7 {
|
|
1052
1052
|
width: calc(100% / 7);
|
|
1053
1053
|
float: left;
|
|
1054
1054
|
}
|
|
1055
|
-
.
|
|
1055
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp7 .flowline7 {
|
|
1056
1056
|
float: left;
|
|
1057
1057
|
margin-top: 15px;
|
|
1058
1058
|
height: 4px;
|
|
1059
1059
|
width: calc(100% - 22px);
|
|
1060
1060
|
}
|
|
1061
|
-
.
|
|
1061
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp7:last-child {
|
|
1062
1062
|
width: calc((100% / 7 - 22px) / 2 + 22px);
|
|
1063
1063
|
padding-right: calc((100% / 7 - 22px) / 2);
|
|
1064
1064
|
}
|
|
1065
|
-
.
|
|
1065
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp8:first-child {
|
|
1066
1066
|
width: calc((100% / 8 - 22px) / 2 * 3 + 22px);
|
|
1067
1067
|
padding-left: calc((100% / 8 - 22px) / 2);
|
|
1068
1068
|
}
|
|
1069
|
-
.
|
|
1069
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp8 {
|
|
1070
1070
|
width: calc(100% / 8);
|
|
1071
1071
|
float: left;
|
|
1072
1072
|
}
|
|
1073
|
-
.
|
|
1073
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp8 .flowline8 {
|
|
1074
1074
|
float: left;
|
|
1075
1075
|
margin-top: 15px;
|
|
1076
1076
|
height: 4px;
|
|
1077
1077
|
width: calc(100% - 22px);
|
|
1078
1078
|
}
|
|
1079
|
-
.
|
|
1079
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp8:last-child {
|
|
1080
1080
|
width: calc((100% / 8 - 22px) / 2 + 22px);
|
|
1081
1081
|
padding-right: calc((100% / 8 - 22px) / 2);
|
|
1082
1082
|
}
|
|
1083
|
-
.
|
|
1083
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp9:first-child {
|
|
1084
1084
|
width: calc((100% / 9 - 22px) / 2 * 3 + 22px);
|
|
1085
1085
|
padding-left: calc((100% / 9 - 22px) / 2);
|
|
1086
1086
|
}
|
|
1087
|
-
.
|
|
1087
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp9 {
|
|
1088
1088
|
width: calc(100% / 9);
|
|
1089
1089
|
float: left;
|
|
1090
1090
|
}
|
|
1091
|
-
.
|
|
1091
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp9 .flowline9 {
|
|
1092
1092
|
float: left;
|
|
1093
1093
|
margin-top: 15px;
|
|
1094
1094
|
height: 4px;
|
|
1095
1095
|
width: calc(100% - 22px);
|
|
1096
1096
|
}
|
|
1097
|
-
.
|
|
1097
|
+
.Easy3wFlowTight .flowtop .floatcenter .renderTopTemp9:last-child {
|
|
1098
1098
|
width: calc((100% / 9 - 22px) / 2 + 22px);
|
|
1099
1099
|
padding-right: calc((100% / 9 - 22px) / 2);
|
|
1100
1100
|
}
|
|
1101
|
-
.
|
|
1101
|
+
.Easy3wFlowTight .flowmid {
|
|
1102
1102
|
width: 100%;
|
|
1103
1103
|
height: 34px;
|
|
1104
1104
|
}
|
|
1105
|
-
.
|
|
1105
|
+
.Easy3wFlowTight .flowmid .floatcenter {
|
|
1106
1106
|
width: 90%;
|
|
1107
1107
|
margin: 0 auto;
|
|
1108
1108
|
}
|
|
1109
|
-
.
|
|
1109
|
+
.Easy3wFlowTight .flowmid .floatcenter div.flowtext2 {
|
|
1110
1110
|
width: calc(100% / 2);
|
|
1111
1111
|
float: left;
|
|
1112
1112
|
}
|
|
1113
|
-
.
|
|
1113
|
+
.Easy3wFlowTight .flowmid .floatcenter div.flowtext3 {
|
|
1114
1114
|
width: calc(100% / 3);
|
|
1115
1115
|
float: left;
|
|
1116
1116
|
}
|
|
1117
|
-
.
|
|
1117
|
+
.Easy3wFlowTight .flowmid .floatcenter div.flowtext4 {
|
|
1118
1118
|
width: calc(100% / 4);
|
|
1119
1119
|
float: left;
|
|
1120
1120
|
}
|
|
1121
|
-
.
|
|
1121
|
+
.Easy3wFlowTight .flowmid .floatcenter div.flowtext5 {
|
|
1122
1122
|
width: calc(100% / 5);
|
|
1123
1123
|
float: left;
|
|
1124
1124
|
}
|
|
1125
|
-
.
|
|
1125
|
+
.Easy3wFlowTight .flowmid .floatcenter div.flowtext6 {
|
|
1126
1126
|
width: calc(100% / 6);
|
|
1127
1127
|
float: left;
|
|
1128
1128
|
}
|
|
1129
|
-
.
|
|
1129
|
+
.Easy3wFlowTight .flowmid .floatcenter div.flowtext7 {
|
|
1130
1130
|
width: calc(100% / 7);
|
|
1131
1131
|
float: left;
|
|
1132
1132
|
}
|
|
1133
|
-
.
|
|
1133
|
+
.Easy3wFlowTight .flowmid .floatcenter div.flowtext8 {
|
|
1134
1134
|
width: calc(100% / 8);
|
|
1135
1135
|
float: left;
|
|
1136
1136
|
}
|
|
1137
|
-
.
|
|
1137
|
+
.Easy3wFlowTight .flowmid .floatcenter div.flowtext9 {
|
|
1138
1138
|
width: calc(100% / 9);
|
|
1139
1139
|
float: left;
|
|
1140
1140
|
}
|
|
1141
|
-
.
|
|
1141
|
+
.Easy3wFlowTight .floatcenter2_1 {
|
|
1142
1142
|
position: absolute;
|
|
1143
1143
|
left: 0;
|
|
1144
1144
|
height: 36px;
|
|
1145
1145
|
}
|
|
1146
|
-
.
|
|
1146
|
+
.Easy3wFlowTight .floatcenter2_2 {
|
|
1147
1147
|
position: absolute;
|
|
1148
1148
|
left: 35%;
|
|
1149
1149
|
height: 36px;
|
|
1150
1150
|
}
|
|
1151
|
-
.
|
|
1151
|
+
.Easy3wFlowTight .floatcenter3_1 {
|
|
1152
1152
|
position: absolute;
|
|
1153
1153
|
left: 0;
|
|
1154
1154
|
height: 36px;
|
|
1155
1155
|
}
|
|
1156
|
-
.
|
|
1156
|
+
.Easy3wFlowTight .floatcenter3_2 {
|
|
1157
1157
|
position: absolute;
|
|
1158
1158
|
left: 33%;
|
|
1159
1159
|
height: 36px;
|
|
1160
1160
|
}
|
|
1161
|
-
.
|
|
1161
|
+
.Easy3wFlowTight .floatcenter3_3 {
|
|
1162
1162
|
position: absolute;
|
|
1163
1163
|
right: 0;
|
|
1164
1164
|
height: 36px;
|
|
1165
1165
|
}
|
|
1166
|
-
.
|
|
1166
|
+
.Easy3wFlowTight .floatcenter4_1 {
|
|
1167
1167
|
position: absolute;
|
|
1168
1168
|
left: 0;
|
|
1169
1169
|
height: 36px;
|
|
1170
1170
|
}
|
|
1171
|
-
.
|
|
1171
|
+
.Easy3wFlowTight .floatcenter4_2 {
|
|
1172
1172
|
position: absolute;
|
|
1173
1173
|
left: 22%;
|
|
1174
1174
|
height: 36px;
|
|
1175
1175
|
}
|
|
1176
|
-
.
|
|
1176
|
+
.Easy3wFlowTight .floatcenter4_3 {
|
|
1177
1177
|
position: absolute;
|
|
1178
1178
|
right: 23%;
|
|
1179
1179
|
height: 36px;
|
|
1180
1180
|
}
|
|
1181
|
-
.
|
|
1181
|
+
.Easy3wFlowTight .floatcenter4_4 {
|
|
1182
1182
|
position: absolute;
|
|
1183
1183
|
right: 0;
|
|
1184
1184
|
height: 36px;
|
|
1185
1185
|
}
|
|
1186
|
-
.
|
|
1186
|
+
.Easy3wFlowTight .floatcenter5_1 {
|
|
1187
1187
|
position: absolute;
|
|
1188
1188
|
left: 0;
|
|
1189
1189
|
height: 36px;
|
|
1190
1190
|
}
|
|
1191
|
-
.
|
|
1191
|
+
.Easy3wFlowTight .floatcenter5_2 {
|
|
1192
1192
|
position: absolute;
|
|
1193
1193
|
left: 16.5%;
|
|
1194
1194
|
height: 36px;
|
|
1195
1195
|
}
|
|
1196
|
-
.
|
|
1196
|
+
.Easy3wFlowTight .floatcenter5_3 {
|
|
1197
1197
|
position: absolute;
|
|
1198
1198
|
left: 32.5%;
|
|
1199
1199
|
height: 36px;
|
|
1200
1200
|
}
|
|
1201
|
-
.
|
|
1201
|
+
.Easy3wFlowTight .floatcenter5_3_1 {
|
|
1202
1202
|
position: absolute;
|
|
1203
1203
|
left: 45%;
|
|
1204
1204
|
height: 36px;
|
|
1205
1205
|
}
|
|
1206
|
-
.
|
|
1206
|
+
.Easy3wFlowTight .floatcenter5_4 {
|
|
1207
1207
|
position: absolute;
|
|
1208
1208
|
right: 20%;
|
|
1209
1209
|
height: 36px;
|
|
1210
1210
|
}
|
|
1211
|
-
.
|
|
1211
|
+
.Easy3wFlowTight .floatcenter5_5 {
|
|
1212
1212
|
position: absolute;
|
|
1213
1213
|
right: 0;
|
|
1214
1214
|
height: 36px;
|
|
1215
1215
|
}
|
|
1216
|
-
.
|
|
1216
|
+
.Easy3wFlowTight .floatcenter6_1 {
|
|
1217
1217
|
position: absolute;
|
|
1218
1218
|
left: 0;
|
|
1219
1219
|
height: 36px;
|
|
1220
1220
|
}
|
|
1221
|
-
.
|
|
1221
|
+
.Easy3wFlowTight .floatcenter6_2 {
|
|
1222
1222
|
position: absolute;
|
|
1223
1223
|
left: 13%;
|
|
1224
1224
|
height: 36px;
|
|
1225
1225
|
}
|
|
1226
|
-
.
|
|
1226
|
+
.Easy3wFlowTight .floatcenter6_3 {
|
|
1227
1227
|
position: absolute;
|
|
1228
1228
|
left: 26.25%;
|
|
1229
1229
|
height: 36px;
|
|
1230
1230
|
}
|
|
1231
|
-
.
|
|
1231
|
+
.Easy3wFlowTight .floatcenter6_4 {
|
|
1232
1232
|
position: absolute;
|
|
1233
1233
|
left: 39.5%;
|
|
1234
1234
|
height: 36px;
|
|
1235
1235
|
}
|
|
1236
|
-
.
|
|
1236
|
+
.Easy3wFlowTight .floatcenter6_5 {
|
|
1237
1237
|
position: absolute;
|
|
1238
1238
|
right: 18%;
|
|
1239
1239
|
height: 36px;
|
|
1240
1240
|
}
|
|
1241
|
-
.
|
|
1241
|
+
.Easy3wFlowTight .floatcenter6_6 {
|
|
1242
1242
|
position: absolute;
|
|
1243
1243
|
right: 0;
|
|
1244
1244
|
height: 36px;
|
|
1245
1245
|
}
|
|
1246
|
-
.
|
|
1246
|
+
.Easy3wFlowTight .floatcenter7_1 {
|
|
1247
1247
|
position: absolute;
|
|
1248
1248
|
left: 0;
|
|
1249
1249
|
height: 36px;
|
|
1250
1250
|
}
|
|
1251
|
-
.
|
|
1251
|
+
.Easy3wFlowTight .floatcenter7_2 {
|
|
1252
1252
|
position: absolute;
|
|
1253
1253
|
left: 10.8%;
|
|
1254
1254
|
height: 36px;
|
|
1255
1255
|
}
|
|
1256
|
-
.
|
|
1256
|
+
.Easy3wFlowTight .floatcenter7_3 {
|
|
1257
1257
|
position: absolute;
|
|
1258
1258
|
left: 21.6%;
|
|
1259
1259
|
height: 36px;
|
|
1260
1260
|
}
|
|
1261
|
-
.
|
|
1261
|
+
.Easy3wFlowTight .floatcenter7_4 {
|
|
1262
1262
|
position: absolute;
|
|
1263
1263
|
left: 32.5%;
|
|
1264
1264
|
height: 36px;
|
|
1265
1265
|
}
|
|
1266
|
-
.
|
|
1266
|
+
.Easy3wFlowTight .floatcenter7_5 {
|
|
1267
1267
|
position: absolute;
|
|
1268
1268
|
left: 43.3%;
|
|
1269
1269
|
height: 36px;
|
|
1270
1270
|
}
|
|
1271
|
-
.
|
|
1271
|
+
.Easy3wFlowTight .floatcenter7_6 {
|
|
1272
1272
|
position: absolute;
|
|
1273
1273
|
right: 16%;
|
|
1274
1274
|
height: 36px;
|
|
1275
1275
|
}
|
|
1276
|
-
.
|
|
1276
|
+
.Easy3wFlowTight .floatcenter7_7 {
|
|
1277
1277
|
position: absolute;
|
|
1278
1278
|
right: 0;
|
|
1279
1279
|
height: 36px;
|
|
1280
1280
|
}
|
|
1281
|
-
.
|
|
1281
|
+
.Easy3wFlowTight .floatcenter8_1 {
|
|
1282
1282
|
position: absolute;
|
|
1283
1283
|
left: 0;
|
|
1284
1284
|
height: 36px;
|
|
1285
1285
|
}
|
|
1286
|
-
.
|
|
1286
|
+
.Easy3wFlowTight .floatcenter8_2 {
|
|
1287
1287
|
position: absolute;
|
|
1288
1288
|
left: 9.3%;
|
|
1289
1289
|
height: 36px;
|
|
1290
1290
|
}
|
|
1291
|
-
.
|
|
1291
|
+
.Easy3wFlowTight .floatcenter8_3 {
|
|
1292
1292
|
position: absolute;
|
|
1293
1293
|
left: 18.6%;
|
|
1294
1294
|
height: 36px;
|
|
1295
1295
|
}
|
|
1296
|
-
.
|
|
1296
|
+
.Easy3wFlowTight .floatcenter8_4 {
|
|
1297
1297
|
position: absolute;
|
|
1298
1298
|
left: 27.9%;
|
|
1299
1299
|
height: 36px;
|
|
1300
1300
|
}
|
|
1301
|
-
.
|
|
1301
|
+
.Easy3wFlowTight .floatcenter8_5 {
|
|
1302
1302
|
position: absolute;
|
|
1303
1303
|
left: 37.2%;
|
|
1304
1304
|
height: 36px;
|
|
1305
1305
|
}
|
|
1306
|
-
.
|
|
1306
|
+
.Easy3wFlowTight .floatcenter8_6 {
|
|
1307
1307
|
position: absolute;
|
|
1308
1308
|
left: 46.5%;
|
|
1309
1309
|
height: 36px;
|
|
1310
1310
|
}
|
|
1311
|
-
.
|
|
1311
|
+
.Easy3wFlowTight .floatcenter8_7 {
|
|
1312
1312
|
position: absolute;
|
|
1313
1313
|
right: 14%;
|
|
1314
1314
|
height: 36px;
|
|
1315
1315
|
}
|
|
1316
|
-
.
|
|
1316
|
+
.Easy3wFlowTight .floatcenter8_8 {
|
|
1317
1317
|
position: absolute;
|
|
1318
1318
|
right: 0;
|
|
1319
1319
|
height: 36px;
|
|
1320
1320
|
}
|
|
1321
|
-
.
|
|
1321
|
+
.Easy3wFlowTight .floatcenter9_1 {
|
|
1322
1322
|
position: absolute;
|
|
1323
1323
|
left: 0;
|
|
1324
1324
|
height: 36px;
|
|
1325
1325
|
}
|
|
1326
|
-
.
|
|
1326
|
+
.Easy3wFlowTight .floatcenter9_2 {
|
|
1327
1327
|
position: absolute;
|
|
1328
1328
|
left: 8.5%;
|
|
1329
1329
|
height: 36px;
|
|
1330
1330
|
}
|
|
1331
|
-
.
|
|
1331
|
+
.Easy3wFlowTight .floatcenter9_3 {
|
|
1332
1332
|
position: absolute;
|
|
1333
1333
|
left: 16.5%;
|
|
1334
1334
|
height: 36px;
|
|
1335
1335
|
}
|
|
1336
|
-
.
|
|
1336
|
+
.Easy3wFlowTight .floatcenter9_4 {
|
|
1337
1337
|
position: absolute;
|
|
1338
1338
|
left: 24.5%;
|
|
1339
1339
|
height: 36px;
|
|
1340
1340
|
}
|
|
1341
|
-
.
|
|
1341
|
+
.Easy3wFlowTight .floatcenter9_5 {
|
|
1342
1342
|
position: absolute;
|
|
1343
1343
|
left: 32.5%;
|
|
1344
1344
|
height: 36px;
|
|
1345
1345
|
}
|
|
1346
|
-
.
|
|
1346
|
+
.Easy3wFlowTight .floatcenter9_6 {
|
|
1347
1347
|
position: absolute;
|
|
1348
1348
|
left: 40.5%;
|
|
1349
1349
|
height: 36px;
|
|
1350
1350
|
}
|
|
1351
|
-
.
|
|
1351
|
+
.Easy3wFlowTight .floatcenter9_7 {
|
|
1352
1352
|
position: absolute;
|
|
1353
1353
|
left: 48.5%;
|
|
1354
1354
|
height: 36px;
|
|
1355
1355
|
}
|
|
1356
|
-
.
|
|
1356
|
+
.Easy3wFlowTight .floatcenter9_8 {
|
|
1357
1357
|
position: absolute;
|
|
1358
1358
|
right: 10%;
|
|
1359
1359
|
height: 36px;
|
|
1360
1360
|
}
|
|
1361
|
-
.
|
|
1361
|
+
.Easy3wFlowTight .floatcenter9_9 {
|
|
1362
1362
|
position: absolute;
|
|
1363
1363
|
right: 0;
|
|
1364
1364
|
height: 36px;
|
|
1365
1365
|
}
|
|
1366
|
-
.
|
|
1366
|
+
.Easy3wFlowTight .center {
|
|
1367
1367
|
float: left;
|
|
1368
1368
|
position: relative;
|
|
1369
1369
|
left: 50%;
|
|
1370
1370
|
}
|
|
1371
|
-
.
|
|
1371
|
+
.Easy3wFlowTight .flowmain .flowtop {
|
|
1372
1372
|
height: 28px;
|
|
1373
1373
|
}
|
|
1374
|
-
.
|
|
1374
|
+
.Easy3wFlowTight .flowmain .flowcircle {
|
|
1375
1375
|
float: left;
|
|
1376
1376
|
margin-top: 5px;
|
|
1377
1377
|
width: 22px;
|
|
@@ -1383,7 +1383,7 @@
|
|
|
1383
1383
|
/*浮动区块居中,必须配合.float-center使用*/
|
|
1384
1384
|
position: relative;
|
|
1385
1385
|
}
|
|
1386
|
-
.
|
|
1386
|
+
.Easy3wFlowTight .flowmain .flowcircle-active-haierblue {
|
|
1387
1387
|
float: left;
|
|
1388
1388
|
margin-top: 5px;
|
|
1389
1389
|
width: 22px;
|
|
@@ -1395,7 +1395,7 @@
|
|
|
1395
1395
|
/*浮动区块居中,必须配合.float-center使用*/
|
|
1396
1396
|
position: relative;
|
|
1397
1397
|
}
|
|
1398
|
-
.
|
|
1398
|
+
.Easy3wFlowTight .flowmain .flowcircle-active-haierblue::before {
|
|
1399
1399
|
border-bottom: 2px solid #5867ad;
|
|
1400
1400
|
content: '';
|
|
1401
1401
|
height: 2px;
|
|
@@ -1404,7 +1404,7 @@
|
|
|
1404
1404
|
bottom: -4px;
|
|
1405
1405
|
right: 0;
|
|
1406
1406
|
}
|
|
1407
|
-
.
|
|
1407
|
+
.Easy3wFlowTight .flowmain .flowcircle-active-haierorange {
|
|
1408
1408
|
float: left;
|
|
1409
1409
|
margin-top: 5px;
|
|
1410
1410
|
width: 22px;
|
|
@@ -1416,7 +1416,7 @@
|
|
|
1416
1416
|
/*浮动区块居中,必须配合.float-center使用*/
|
|
1417
1417
|
position: relative;
|
|
1418
1418
|
}
|
|
1419
|
-
.
|
|
1419
|
+
.Easy3wFlowTight .flowmain .flowcircle-active-haierorange::before {
|
|
1420
1420
|
border-bottom: 2px solid #ad7c59;
|
|
1421
1421
|
content: '';
|
|
1422
1422
|
height: 2px;
|
|
@@ -1425,31 +1425,31 @@
|
|
|
1425
1425
|
bottom: -4px;
|
|
1426
1426
|
right: 0;
|
|
1427
1427
|
}
|
|
1428
|
-
.
|
|
1428
|
+
.Easy3wFlowTight .flowmid .floawt1 {
|
|
1429
1429
|
text-align: center;
|
|
1430
1430
|
height: 24px;
|
|
1431
1431
|
line-height: 32px;
|
|
1432
1432
|
font-size: 14px;
|
|
1433
1433
|
}
|
|
1434
|
-
.
|
|
1434
|
+
.Easy3wFlowTight .flowmid .floawt1detail {
|
|
1435
1435
|
text-align: center;
|
|
1436
1436
|
height: 24px;
|
|
1437
1437
|
line-height: 18px;
|
|
1438
1438
|
font-size: 14px;
|
|
1439
1439
|
}
|
|
1440
|
-
.
|
|
1440
|
+
.Easy3wFlowTight .flowmid .floawt2 {
|
|
1441
1441
|
text-align: center;
|
|
1442
1442
|
height: 20px;
|
|
1443
1443
|
line-height: 26px;
|
|
1444
1444
|
font-size: 12px;
|
|
1445
1445
|
}
|
|
1446
|
-
.
|
|
1446
|
+
.Easy3wFlowTight .flowbottom {
|
|
1447
1447
|
position: relative;
|
|
1448
1448
|
margin-top: 5px;
|
|
1449
1449
|
height: 35px;
|
|
1450
1450
|
margin-left: 32px;
|
|
1451
1451
|
}
|
|
1452
|
-
.
|
|
1452
|
+
.Easy3wFlowTight .flowbottom .flowdocfirst {
|
|
1453
1453
|
float: left;
|
|
1454
1454
|
margin-left: 10px;
|
|
1455
1455
|
height: 35px;
|
|
@@ -1459,7 +1459,7 @@
|
|
|
1459
1459
|
position: relative;
|
|
1460
1460
|
left: -50%;
|
|
1461
1461
|
}
|
|
1462
|
-
.
|
|
1462
|
+
.Easy3wFlowTight .flowbottom .flowdoc {
|
|
1463
1463
|
display: inline-block;
|
|
1464
1464
|
margin: 0 2px;
|
|
1465
1465
|
height: 30px;
|
|
@@ -1467,114 +1467,114 @@
|
|
|
1467
1467
|
/*浮动区块居中,必须配合.float-center使用*/
|
|
1468
1468
|
position: relative;
|
|
1469
1469
|
}
|
|
1470
|
-
.
|
|
1470
|
+
.Easy3wFlowTight .flowbottom .flowdoc .flowdoct1 {
|
|
1471
1471
|
margin-top: 6px;
|
|
1472
1472
|
}
|
|
1473
|
-
.
|
|
1473
|
+
.Easy3wFlowTight .flowbottom .flowdoc .flowdoct1 a {
|
|
1474
1474
|
color: #00ccff;
|
|
1475
1475
|
text-decoration: none;
|
|
1476
1476
|
font-weight: bold;
|
|
1477
1477
|
}
|
|
1478
|
-
.
|
|
1478
|
+
.Easy3wFlowTight .flowbottom .flowdoc .flowdoct1 a:hover {
|
|
1479
1479
|
color: #ad7c59;
|
|
1480
1480
|
}
|
|
1481
|
-
.
|
|
1481
|
+
.Easy3wFlowTight .flowmain .projectinfo {
|
|
1482
1482
|
margin-top: 30px;
|
|
1483
1483
|
margin-left: 10px;
|
|
1484
1484
|
height: 108px;
|
|
1485
1485
|
}
|
|
1486
|
-
.
|
|
1486
|
+
.Easy3wFlowTight .flowmain .projectinfo .projectcontent {
|
|
1487
1487
|
margin-top: 10px;
|
|
1488
1488
|
width: 960px;
|
|
1489
1489
|
height: 68px;
|
|
1490
1490
|
background: #f2f2f2;
|
|
1491
1491
|
}
|
|
1492
|
-
.
|
|
1492
|
+
.Easy3wFlowTight .flowmain .projectinfo .projectcontent div {
|
|
1493
1493
|
float: left;
|
|
1494
1494
|
margin-left: 10px;
|
|
1495
1495
|
width: 470px;
|
|
1496
1496
|
height: 34px;
|
|
1497
1497
|
line-height: 34px;
|
|
1498
1498
|
}
|
|
1499
|
-
.
|
|
1499
|
+
.Easy3wFlowTight .flowmain .moudleprovider {
|
|
1500
1500
|
margin-top: 10px;
|
|
1501
1501
|
margin-left: 10px;
|
|
1502
1502
|
}
|
|
1503
|
-
.
|
|
1503
|
+
.Easy3wFlowTight .flowmain .businesslog {
|
|
1504
1504
|
margin-top: 10px;
|
|
1505
1505
|
margin-left: 10px;
|
|
1506
1506
|
}
|
|
1507
|
-
.
|
|
1507
|
+
.Easy3wFlowTight .flowmain .fasttrack {
|
|
1508
1508
|
margin-top: 10px;
|
|
1509
1509
|
margin-left: 10px;
|
|
1510
1510
|
height: 40px;
|
|
1511
1511
|
}
|
|
1512
|
-
.
|
|
1512
|
+
.Easy3wFlowTight .flowmain .fasttrack .fasttrackl input {
|
|
1513
1513
|
width: 84px;
|
|
1514
1514
|
height: 22px;
|
|
1515
1515
|
}
|
|
1516
|
-
.
|
|
1516
|
+
.Easy3wFlowTight .flowmain .fasttrack .fasttrackl button {
|
|
1517
1517
|
width: 56px;
|
|
1518
1518
|
height: 26px;
|
|
1519
1519
|
}
|
|
1520
|
-
.
|
|
1520
|
+
.Easy3wFlowTight .flowmain .fasttrack .fasttrackr a {
|
|
1521
1521
|
color: #26619d;
|
|
1522
1522
|
}
|
|
1523
|
-
.
|
|
1523
|
+
.Easy3wFlowTight .flowmain .fasttrack .fasttrackr a:hover {
|
|
1524
1524
|
text-decoration: none;
|
|
1525
1525
|
color: #ad7c59;
|
|
1526
1526
|
}
|
|
1527
|
-
.
|
|
1527
|
+
.Easy3wFlowTight .flowmain .workbench {
|
|
1528
1528
|
margin-top: 10px;
|
|
1529
1529
|
margin-left: 10px;
|
|
1530
1530
|
}
|
|
1531
|
-
.
|
|
1531
|
+
.Easy3wFlowTight .flowmain .workbench .hd {
|
|
1532
1532
|
height: 30px;
|
|
1533
1533
|
width: 960px;
|
|
1534
1534
|
background: #fafafa;
|
|
1535
1535
|
border-bottom: 1px solid #dbdee1;
|
|
1536
1536
|
}
|
|
1537
|
-
.
|
|
1537
|
+
.Easy3wFlowTight .flowmain .workbench .hd li {
|
|
1538
1538
|
float: left;
|
|
1539
1539
|
width: 100px;
|
|
1540
1540
|
height: 28px;
|
|
1541
1541
|
line-height: 26px;
|
|
1542
1542
|
text-align: center;
|
|
1543
1543
|
}
|
|
1544
|
-
.
|
|
1544
|
+
.Easy3wFlowTight .flowmain .workbench .hd li.on {
|
|
1545
1545
|
border: 1px solid #ececec;
|
|
1546
1546
|
border-top: 2px solid #038edd;
|
|
1547
1547
|
border-bottom: 1px solid #fff;
|
|
1548
1548
|
font-weight: bold;
|
|
1549
1549
|
}
|
|
1550
|
-
.
|
|
1550
|
+
.Easy3wFlowTight .flowmain .projectquery {
|
|
1551
1551
|
margin-top: 10px;
|
|
1552
1552
|
margin-left: 10px;
|
|
1553
1553
|
}
|
|
1554
|
-
.
|
|
1554
|
+
.Easy3wFlowTight .flowmain .projectquery .querycondition {
|
|
1555
1555
|
width: 960px;
|
|
1556
1556
|
height: 210px;
|
|
1557
1557
|
margin-bottom: 10px;
|
|
1558
1558
|
background: #f2f2f2;
|
|
1559
1559
|
}
|
|
1560
|
-
.
|
|
1560
|
+
.Easy3wFlowTight .flowmain .projectquery .querycondition table td {
|
|
1561
1561
|
border: none;
|
|
1562
1562
|
}
|
|
1563
|
-
.
|
|
1563
|
+
.Easy3wFlowTight .flowmain .projectquery .querycondition table span {
|
|
1564
1564
|
float: right;
|
|
1565
1565
|
text-align: right;
|
|
1566
1566
|
font-weight: bold;
|
|
1567
1567
|
width: 120px;
|
|
1568
1568
|
}
|
|
1569
|
-
.
|
|
1569
|
+
.Easy3wFlowTight .flowmain .projectquery .querycondition table input {
|
|
1570
1570
|
float: left;
|
|
1571
1571
|
width: 220px;
|
|
1572
1572
|
}
|
|
1573
|
-
.
|
|
1573
|
+
.Easy3wFlowTight .flowmain .projectquery .querycondition table select {
|
|
1574
1574
|
float: left;
|
|
1575
1575
|
width: 224px;
|
|
1576
1576
|
}
|
|
1577
|
-
.
|
|
1577
|
+
.Easy3wFlowTight .flowmain .projectquery .querycondition button {
|
|
1578
1578
|
margin-top: 10px;
|
|
1579
1579
|
margin-left: 430px;
|
|
1580
1580
|
width: 100px;
|
|
@@ -1586,121 +1586,121 @@
|
|
|
1586
1586
|
vertical-align: middle;
|
|
1587
1587
|
background: #075c9a;
|
|
1588
1588
|
}
|
|
1589
|
-
.
|
|
1589
|
+
.Easy3wFlowTight .flowmain .historyProj {
|
|
1590
1590
|
margin-top: 10px;
|
|
1591
1591
|
margin-left: 10px;
|
|
1592
1592
|
}
|
|
1593
|
-
.
|
|
1593
|
+
.Easy3wFlowTight .flowmain .historyProj .choose {
|
|
1594
1594
|
margin-top: 20px;
|
|
1595
1595
|
height: 40px;
|
|
1596
1596
|
}
|
|
1597
|
-
.
|
|
1597
|
+
.Easy3wFlowTight .flowmain .historyProj .choose button {
|
|
1598
1598
|
width: 80px;
|
|
1599
1599
|
height: 30px;
|
|
1600
1600
|
border: none;
|
|
1601
1601
|
border-radius: 6px;
|
|
1602
1602
|
}
|
|
1603
|
-
.
|
|
1603
|
+
.Easy3wFlowTight .flowmain .haierblue {
|
|
1604
1604
|
background: #5867ad;
|
|
1605
1605
|
}
|
|
1606
|
-
.
|
|
1606
|
+
.Easy3wFlowTight .flowmain .haierdeepblue {
|
|
1607
1607
|
background: #5867ad;
|
|
1608
1608
|
}
|
|
1609
|
-
.
|
|
1609
|
+
.Easy3wFlowTight .flowmain .haierorange {
|
|
1610
1610
|
background: #ad7c59;
|
|
1611
1611
|
}
|
|
1612
|
-
.
|
|
1612
|
+
.Easy3wFlowTight .flowmain .haierlightgrey {
|
|
1613
1613
|
background: #f2f2f2;
|
|
1614
1614
|
}
|
|
1615
|
-
.
|
|
1615
|
+
.Easy3wFlowTight .flowmain .haiergrey {
|
|
1616
1616
|
background: #c9c9c9;
|
|
1617
1617
|
}
|
|
1618
|
-
.
|
|
1618
|
+
.Easy3wFlowTight .flowmain .haierdeepgrey {
|
|
1619
1619
|
background: #666;
|
|
1620
1620
|
}
|
|
1621
|
-
.
|
|
1621
|
+
.Easy3wFlowTight .flowmain .textblue {
|
|
1622
1622
|
color: #5867ad;
|
|
1623
1623
|
}
|
|
1624
|
-
.
|
|
1624
|
+
.Easy3wFlowTight .flowmain .textorange {
|
|
1625
1625
|
color: #ad7c59;
|
|
1626
1626
|
}
|
|
1627
|
-
.
|
|
1627
|
+
.Easy3wFlowTight .flowmain .textgrey {
|
|
1628
1628
|
color: #999999;
|
|
1629
1629
|
}
|
|
1630
|
-
.
|
|
1630
|
+
.Easy3wFlowTight .flowmain .textgrey a {
|
|
1631
1631
|
color: #999999;
|
|
1632
1632
|
}
|
|
1633
|
-
.
|
|
1633
|
+
.Easy3wFlowTight .flowmain .textgrey a:hover {
|
|
1634
1634
|
color: #ad7c59;
|
|
1635
1635
|
}
|
|
1636
|
-
.
|
|
1636
|
+
.Easy3wFlowTight .flowmain .bold {
|
|
1637
1637
|
font-weight: bold;
|
|
1638
1638
|
}
|
|
1639
|
-
.
|
|
1639
|
+
.Easy3wFlowTight .flowmain .w1 {
|
|
1640
1640
|
width: 960px;
|
|
1641
1641
|
}
|
|
1642
|
-
.
|
|
1642
|
+
.Easy3wFlowTight .flowmain .w2 {
|
|
1643
1643
|
width: 480px;
|
|
1644
1644
|
}
|
|
1645
|
-
.
|
|
1645
|
+
.Easy3wFlowTight .flowmain .w3 {
|
|
1646
1646
|
padding: 0 21px;
|
|
1647
1647
|
}
|
|
1648
|
-
.
|
|
1648
|
+
.Easy3wFlowTight .flowmain .w4 {
|
|
1649
1649
|
width: 232px;
|
|
1650
1650
|
}
|
|
1651
|
-
.
|
|
1651
|
+
.Easy3wFlowTight .flowmain .w5 {
|
|
1652
1652
|
width: 184px;
|
|
1653
1653
|
}
|
|
1654
|
-
.
|
|
1654
|
+
.Easy3wFlowTight .flowmain .w6 {
|
|
1655
1655
|
width: 151px;
|
|
1656
1656
|
}
|
|
1657
|
-
.
|
|
1657
|
+
.Easy3wFlowTight .flowmain .w7 {
|
|
1658
1658
|
width: 128px;
|
|
1659
1659
|
}
|
|
1660
|
-
.
|
|
1660
|
+
.Easy3wFlowTight .flowmain .w8 {
|
|
1661
1661
|
width: 116px;
|
|
1662
1662
|
}
|
|
1663
|
-
.
|
|
1663
|
+
.Easy3wFlowTight .flowmain .w9 {
|
|
1664
1664
|
width: 97px;
|
|
1665
1665
|
}
|
|
1666
|
-
.
|
|
1666
|
+
.Easy3wFlowTight .flowmain .w10 {
|
|
1667
1667
|
width: 87px;
|
|
1668
1668
|
}
|
|
1669
|
-
.
|
|
1669
|
+
.Easy3wFlowTight .flowmain .toplineblue {
|
|
1670
1670
|
border-top: 5px solid #5867ad;
|
|
1671
1671
|
}
|
|
1672
|
-
.
|
|
1672
|
+
.Easy3wFlowTight .flowmain .toplineorange {
|
|
1673
1673
|
border-top: 5px solid #ad7c59;
|
|
1674
1674
|
}
|
|
1675
|
-
.
|
|
1675
|
+
.Easy3wFlowTight .flowmain .toplinegray {
|
|
1676
1676
|
border-top: 5px solid #ccc;
|
|
1677
1677
|
}
|
|
1678
|
-
.
|
|
1678
|
+
.Easy3wFlowTight .flowmain .borderblue {
|
|
1679
1679
|
border: 1px solid #5867ad;
|
|
1680
1680
|
border-radius: 4px;
|
|
1681
1681
|
}
|
|
1682
|
-
.
|
|
1682
|
+
.Easy3wFlowTight .flowmain .borderorange {
|
|
1683
1683
|
border: 1px solid #ad7c59;
|
|
1684
1684
|
}
|
|
1685
|
-
.
|
|
1685
|
+
.Easy3wFlowTight .flowmain .borderblueDashed {
|
|
1686
1686
|
border: 1px dashed #5867ad;
|
|
1687
1687
|
border-radius: 4px;
|
|
1688
1688
|
}
|
|
1689
|
-
.
|
|
1689
|
+
.Easy3wFlowTight .flowmain .borderorangeDashed {
|
|
1690
1690
|
border: 1px dashed #ad7c59;
|
|
1691
1691
|
}
|
|
1692
|
-
.
|
|
1692
|
+
.Easy3wFlowTight .flowmain .bordergrayDashed {
|
|
1693
1693
|
border: 1px dashed #ccc;
|
|
1694
1694
|
}
|
|
1695
|
-
.
|
|
1695
|
+
.Easy3wFlowTight .flowmain .bordergray {
|
|
1696
1696
|
border: 1px solid #ccc;
|
|
1697
1697
|
}
|
|
1698
|
-
.
|
|
1698
|
+
.Easy3wFlowTight .flowmain .flowbottomtextblue {
|
|
1699
1699
|
text-align: center;
|
|
1700
1700
|
line-height: 30px;
|
|
1701
1701
|
color: #5867ad;
|
|
1702
1702
|
}
|
|
1703
|
-
.
|
|
1703
|
+
.Easy3wFlowTight .flowmain .flowdoc img {
|
|
1704
1704
|
display: inline-block;
|
|
1705
1705
|
position: absolute;
|
|
1706
1706
|
right: -1px;
|
|
@@ -1709,30 +1709,30 @@
|
|
|
1709
1709
|
width: 21px;
|
|
1710
1710
|
border-bottom-right-radius: 4px;
|
|
1711
1711
|
}
|
|
1712
|
-
.
|
|
1712
|
+
.Easy3wFlowTight .flowmain .flowbottomtextorange {
|
|
1713
1713
|
text-align: center;
|
|
1714
1714
|
line-height: 30px;
|
|
1715
1715
|
border-radius: 4px;
|
|
1716
1716
|
}
|
|
1717
|
-
.
|
|
1717
|
+
.Easy3wFlowTight .flowmain .flowbottomtextorange a {
|
|
1718
1718
|
color: #ad7c59;
|
|
1719
1719
|
font-weight: bold;
|
|
1720
1720
|
}
|
|
1721
|
-
.
|
|
1721
|
+
.Easy3wFlowTight .flowmain .flowbottomtextgrey {
|
|
1722
1722
|
text-align: center;
|
|
1723
1723
|
line-height: 30px;
|
|
1724
1724
|
color: #999999;
|
|
1725
1725
|
border-radius: 4px;
|
|
1726
1726
|
}
|
|
1727
|
-
.
|
|
1727
|
+
.Easy3wFlowTight .flowmain .flowbottomtextgrey a {
|
|
1728
1728
|
text-align: center;
|
|
1729
1729
|
line-height: 35px;
|
|
1730
1730
|
color: #999999;
|
|
1731
1731
|
}
|
|
1732
|
-
.
|
|
1732
|
+
.Easy3wFlowTight .flowmain .hide {
|
|
1733
1733
|
display: none;
|
|
1734
1734
|
}
|
|
1735
|
-
.
|
|
1735
|
+
.Easy3wFlowTight .hint {
|
|
1736
1736
|
position: relative;
|
|
1737
1737
|
z-index: 1;
|
|
1738
1738
|
top: 14px;
|
|
@@ -1745,25 +1745,25 @@
|
|
|
1745
1745
|
-webkit-border-radius: 8px;
|
|
1746
1746
|
border-radius: 8px;
|
|
1747
1747
|
}
|
|
1748
|
-
.
|
|
1748
|
+
.Easy3wFlowTight .hint ul li {
|
|
1749
1749
|
text-align: left;
|
|
1750
1750
|
margin-left: 6px;
|
|
1751
1751
|
line-height: 30px;
|
|
1752
1752
|
font-size: 14px;
|
|
1753
1753
|
}
|
|
1754
|
-
.
|
|
1754
|
+
.Easy3wFlowTight .flowmain .square {
|
|
1755
1755
|
float: left;
|
|
1756
1756
|
width: 6px;
|
|
1757
1757
|
height: 18px;
|
|
1758
1758
|
}
|
|
1759
|
-
.
|
|
1759
|
+
.Easy3wFlowTight .flowmain .title {
|
|
1760
1760
|
height: 22px;
|
|
1761
1761
|
}
|
|
1762
|
-
.
|
|
1762
|
+
.Easy3wFlowTight .flowmain .title .title-text {
|
|
1763
1763
|
float: left;
|
|
1764
1764
|
margin-left: 5px;
|
|
1765
1765
|
}
|
|
1766
|
-
.
|
|
1766
|
+
.Easy3wFlowTight .flowmain table {
|
|
1767
1767
|
margin: 0;
|
|
1768
1768
|
padding: 0;
|
|
1769
1769
|
margin-top: 6px;
|
|
@@ -1771,26 +1771,26 @@
|
|
|
1771
1771
|
border-spacing: 0;
|
|
1772
1772
|
width: 960px;
|
|
1773
1773
|
}
|
|
1774
|
-
.
|
|
1774
|
+
.Easy3wFlowTight .flowmain tr {
|
|
1775
1775
|
line-height: 30px;
|
|
1776
1776
|
text-align: center;
|
|
1777
1777
|
vertical-align: middle;
|
|
1778
1778
|
}
|
|
1779
|
-
.
|
|
1779
|
+
.Easy3wFlowTight .flowmain td {
|
|
1780
1780
|
border: 1px solid #e5e5e5;
|
|
1781
1781
|
}
|
|
1782
|
-
.
|
|
1782
|
+
.Easy3wFlowTight .flowmain .table-title {
|
|
1783
1783
|
background: #f2f2f2;
|
|
1784
1784
|
font-weight: bold;
|
|
1785
1785
|
}
|
|
1786
|
-
.
|
|
1786
|
+
.Easy3wFlowTight .flowmain .table-page {
|
|
1787
1787
|
margin-top: 10px;
|
|
1788
1788
|
height: 36px;
|
|
1789
1789
|
}
|
|
1790
|
-
.
|
|
1790
|
+
.Easy3wFlowTight .flowmain .table-page .table-page-r {
|
|
1791
1791
|
margin-right: 30px;
|
|
1792
1792
|
}
|
|
1793
|
-
.
|
|
1793
|
+
.Easy3wFlowTight .flowmain .table-page .table-page-r a {
|
|
1794
1794
|
float: left;
|
|
1795
1795
|
margin-left: 5px;
|
|
1796
1796
|
width: 20px;
|
|
@@ -1801,71 +1801,71 @@
|
|
|
1801
1801
|
font-size: 12px;
|
|
1802
1802
|
color: #333333;
|
|
1803
1803
|
}
|
|
1804
|
-
.
|
|
1804
|
+
.Easy3wFlowTight .flowmain .table-page .table-page-r a:hover {
|
|
1805
1805
|
background: #038edd;
|
|
1806
1806
|
}
|
|
1807
|
-
.
|
|
1807
|
+
.Easy3wFlowTight .flowmain .table-page .choose-on {
|
|
1808
1808
|
background: #038edd;
|
|
1809
1809
|
}
|
|
1810
|
-
.
|
|
1810
|
+
.Easy3wFlowTight .flowmain .table-page .table-page-r a.page-change {
|
|
1811
1811
|
width: 50px;
|
|
1812
1812
|
}
|
|
1813
|
-
.
|
|
1813
|
+
.Easy3wFlowTight .flowmain .left {
|
|
1814
1814
|
text-align: left;
|
|
1815
1815
|
}
|
|
1816
|
-
.
|
|
1816
|
+
.Easy3wFlowTight .flowmain .right {
|
|
1817
1817
|
text-align: right;
|
|
1818
1818
|
}
|
|
1819
|
-
.
|
|
1819
|
+
.Easy3wFlowTight .flowmain .center {
|
|
1820
1820
|
text-align: center;
|
|
1821
1821
|
}
|
|
1822
|
-
.
|
|
1822
|
+
.Easy3wFlowTight .flowmain .fl {
|
|
1823
1823
|
float: left;
|
|
1824
1824
|
}
|
|
1825
|
-
.
|
|
1825
|
+
.Easy3wFlowTight .flowmain .fr {
|
|
1826
1826
|
float: right;
|
|
1827
1827
|
}
|
|
1828
|
-
.
|
|
1828
|
+
.Easy3wFlowTight .marAuto3 {
|
|
1829
1829
|
position: absolute;
|
|
1830
1830
|
left: 50%;
|
|
1831
1831
|
margin-left: -225px;
|
|
1832
1832
|
}
|
|
1833
|
-
.
|
|
1833
|
+
.Easy3wFlowTight .marAuto2 {
|
|
1834
1834
|
position: absolute;
|
|
1835
1835
|
left: 50%;
|
|
1836
1836
|
margin-left: -150px;
|
|
1837
1837
|
}
|
|
1838
|
-
.
|
|
1838
|
+
.Easy3wFlowTight .marAuto1 {
|
|
1839
1839
|
position: absolute;
|
|
1840
1840
|
left: 50%;
|
|
1841
1841
|
margin-left: -75px;
|
|
1842
1842
|
}
|
|
1843
|
-
.
|
|
1843
|
+
.Easy3wFlowTight .common {
|
|
1844
1844
|
height: 12px;
|
|
1845
1845
|
width: 12px;
|
|
1846
1846
|
}
|
|
1847
|
-
.
|
|
1847
|
+
.Easy3wFlowTight .planDate-style {
|
|
1848
1848
|
color: #000000;
|
|
1849
1849
|
font-weight: normal;
|
|
1850
1850
|
margin-left: 12px;
|
|
1851
1851
|
}
|
|
1852
|
-
.
|
|
1852
|
+
.Easy3wFlowTight .planDate-style .wait-style sup {
|
|
1853
1853
|
height: 12px;
|
|
1854
1854
|
width: 12px;
|
|
1855
1855
|
background-color: #bfbfbf;
|
|
1856
1856
|
}
|
|
1857
|
-
.
|
|
1857
|
+
.Easy3wFlowTight .planDate-style .delay-style sup {
|
|
1858
1858
|
height: 12px;
|
|
1859
1859
|
width: 12px;
|
|
1860
1860
|
background-color: #fa8c16;
|
|
1861
1861
|
}
|
|
1862
|
-
.
|
|
1862
|
+
.Easy3wFlowTight .planDate-style .normal-style sup {
|
|
1863
1863
|
height: 12px;
|
|
1864
1864
|
width: 12px;
|
|
1865
1865
|
background-color: #52c41a;
|
|
1866
1866
|
}
|
|
1867
|
-
.
|
|
1868
|
-
.
|
|
1869
|
-
.
|
|
1867
|
+
.Easy3wFlowTight .planDate-style .normal-style :global .ant-scroll-number,
|
|
1868
|
+
.Easy3wFlowTight .planDate-style .delay-style :global .ant-scroll-number,
|
|
1869
|
+
.Easy3wFlowTight .planDate-style .wait-style :global .ant-scroll-number {
|
|
1870
1870
|
transform: translate(2px, -2px);
|
|
1871
1871
|
}
|