|
@@ -163,11 +163,11 @@
|
|
|
|
|
|
.class_ls { padding: 10px 20px; background: #fff; }
|
|
|
.class_ls .juli { display: inline-block; margin-bottom: 5px; padding: 5px 10px; color: #314b69; background: #f1fbf8; border-radius: 5px; }
|
|
|
-.class_ls .lanse-first { color: #02b77e;font-family: "Times New Roman", Times, serif; }
|
|
|
-.class_ls .second_line .lanse-first { color: #E156A2;font-family: "Times New Roman", Times, serif; }
|
|
|
-.new-roman{font-family: "Times New Roman", Times, serif;}
|
|
|
+.class_ls .lanse-first { color: #02b77e; font-family: "Times New Roman", Times, serif; }
|
|
|
+.class_ls .second_line .lanse-first { color: #E156A2; font-family: "Times New Roman", Times, serif; }
|
|
|
+.class_ls .new-roman { font-family: "Times New Roman", Times, serif; }
|
|
|
|
|
|
-.export { display: block; position: relative; top: 0; right: auto; margin: 0 0 10px; padding: 0px 7px 0px 15px; height: 32px; line-height: 32px; overflow: hidden; border-radius: 4px; background-color: #007EFF; }
|
|
|
+.export { display: block; position: relative; top: 0; right: auto; margin: 5px 0; padding: 0px 7px 0px 15px; height: 32px; line-height: 32px; overflow: hidden; border-radius: 4px; background-color: #007EFF; }
|
|
|
.export img { margin-right: 3px; filter: drop-shadow(#fff 100px 0); transform: translateX(-100px); }
|
|
|
|
|
|
.export-item > button { cursor: pointer; }
|
|
@@ -208,4 +208,7 @@
|
|
|
.tab-group .btn.active { font-weight: bold; color: #007EFF; background: linear-gradient(180deg, #BFDDFF 0%, #FFFFFF 100%); border: none; }
|
|
|
.tab-group .layui-btn-normal { margin: 5px 5px 0 0; padding: 3px 10px; background: #007EFF; color: #fff; border-radius: 5px; line-height: 24px; height: auto; }
|
|
|
|
|
|
+.is-full { overflow: hidden; }
|
|
|
+.is-full .layui-layer-content { height: calc(100% - 50px) !important; }
|
|
|
+
|
|
|
/*# sourceMappingURL=style_new.css.map */
|