|
@@ -3,89 +3,111 @@
|
|
|
License: none (public domain)
|
|
|
*/
|
|
|
|
|
|
-html, body, div, span, applet, object, iframe,
|
|
|
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
|
-a, abbr, acronym, address, big, cite, code,
|
|
|
-del, dfn, em, img, ins, kbd, q, s, samp,
|
|
|
-small, strike, strong, sub, sup, tt, var,
|
|
|
-b, u, i, center,
|
|
|
-dl, dt, dd, ol, ul, li,
|
|
|
-fieldset, form, label, legend,
|
|
|
-table, caption, tbody, tfoot, thead, tr, th, td,
|
|
|
-article, aside, canvas, details, embed,
|
|
|
-figure, figcaption, footer, header, hgroup,
|
|
|
-menu, nav, output, ruby, section, summary,
|
|
|
-time, mark, audio, video {
|
|
|
- margin: 0;
|
|
|
- padding: 0;
|
|
|
- border: 0;
|
|
|
- font-size: 100%;
|
|
|
- vertical-align: baseline;
|
|
|
- font-family: "Microsoft YaHei";
|
|
|
+html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+ border: 0;
|
|
|
+ font-size: 100%;
|
|
|
+ vertical-align: baseline;
|
|
|
+ font-family: "Microsoft YaHei";
|
|
|
}
|
|
|
+
|
|
|
/* HTML5 display-role reset for older browsers */
|
|
|
-article, aside, details, figcaption, figure,
|
|
|
-footer, header, hgroup, menu, nav, section, main {
|
|
|
- display: block;
|
|
|
+
|
|
|
+article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
|
|
|
+ display: block;
|
|
|
}
|
|
|
+
|
|
|
body {
|
|
|
- line-height: 1;
|
|
|
+ line-height: 1;
|
|
|
}
|
|
|
+
|
|
|
ol, ul {
|
|
|
- list-style: none;
|
|
|
+ list-style: none;
|
|
|
}
|
|
|
+
|
|
|
blockquote, q {
|
|
|
- quotes: none;
|
|
|
+ quotes: none;
|
|
|
}
|
|
|
-blockquote:before, blockquote:after,
|
|
|
-q:before, q:after {
|
|
|
- content: '';
|
|
|
- content: none;
|
|
|
+
|
|
|
+blockquote:before, blockquote:after, q:before, q:after {
|
|
|
+ content: '';
|
|
|
+ content: none;
|
|
|
}
|
|
|
+
|
|
|
table {
|
|
|
- border-collapse: collapse;
|
|
|
- border-spacing: 0;
|
|
|
+ border-collapse: collapse;
|
|
|
+ border-spacing: 0;
|
|
|
}
|
|
|
-button{outline:none; border: none;}
|
|
|
-input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
|
|
|
- -webkit-appearance:textfield;
|
|
|
+
|
|
|
+button {
|
|
|
+ outline: none;
|
|
|
+ border: none;
|
|
|
}
|
|
|
-input[type="number"]{
|
|
|
- -moz-appearance:textfield;
|
|
|
+
|
|
|
+input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
|
|
|
+ -webkit-appearance: textfield;
|
|
|
+}
|
|
|
+
|
|
|
+input[type="number"] {
|
|
|
+ -moz-appearance: textfield;
|
|
|
}
|
|
|
+
|
|
|
input:-webkit-autofill {
|
|
|
-webkit-box-shadow: 0 0 0px 1000px white inset;
|
|
|
-webkit-text-fill-color: #333;
|
|
|
}
|
|
|
+
|
|
|
a {
|
|
|
- text-decoration: none;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+a:link, a:visited, a:hover, a:active {
|
|
|
+ color: #409eff
|
|
|
}
|
|
|
-a:link,a:visited,a:hover,a:active {color: #409eff}
|
|
|
|
|
|
*, *::after, *::before {
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
-.fl{float: left;}
|
|
|
-.fr{float: right;}
|
|
|
-.clearfix:after{content: "";display: block;clear: both;}
|
|
|
-.clearfix{zoom: 1;}
|
|
|
-
|
|
|
-::-webkit-scrollbar-track-piece {
|
|
|
- background-color:#ffffff;
|
|
|
-}
|
|
|
-::-webkit-scrollbar {
|
|
|
- width:8px;
|
|
|
- height:13px;
|
|
|
-}
|
|
|
-::-webkit-scrollbar-thumb {
|
|
|
- background-color:#e5e5e5;
|
|
|
- background-clip:padding-box;
|
|
|
- min-height:20px;
|
|
|
- border-radius: 3px;
|
|
|
-}
|
|
|
-::-webkit-scrollbar-thumb:hover {
|
|
|
- background-color:#929292;
|
|
|
-}
|
|
|
+
|
|
|
+.fl {
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+
|
|
|
+.fr {
|
|
|
+ float: right;
|
|
|
+}
|
|
|
+
|
|
|
+.clearfix:after {
|
|
|
+ content: "";
|
|
|
+ display: block;
|
|
|
+ clear: both;
|
|
|
+}
|
|
|
+
|
|
|
+.clearfix {
|
|
|
+ zoom: 1;
|
|
|
+}
|
|
|
+
|
|
|
+::-webkit-scrollbar-track-piece {
|
|
|
+ background-color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
+::-webkit-scrollbar {
|
|
|
+ width: 8px;
|
|
|
+ height: 13px;
|
|
|
+}
|
|
|
+
|
|
|
+::-webkit-scrollbar-thumb {
|
|
|
+ background-color: #e5e5e5;
|
|
|
+ background-clip: padding-box;
|
|
|
+ min-height: 20px;
|
|
|
+ border-radius: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+::-webkit-scrollbar-thumb:hover {
|
|
|
+ background-color: #929292;
|
|
|
+}
|
|
|
+
|
|
|
/*html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
|
|
|
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
|
|
|
table{border-collapse:collapse;border-spacing:0;}
|
|
@@ -108,7 +130,7 @@ body{background:#fff;}
|
|
|
a,a:hover{color:#fff;}
|
|
|
*{box-sizing: border-box}*/
|
|
|
|
|
|
-.el-input.is-active .el-input__inner, .el-input__inner:focus {
|
|
|
+/* .el-input.is-active .el-input__inner, .el-input__inner:focus {
|
|
|
border-color: #09e1c0 !important;
|
|
|
}
|
|
|
.el-pager li.active {
|
|
@@ -129,7 +151,7 @@ a,a:hover{color:#fff;}
|
|
|
|
|
|
.el-loading-spinner .path {
|
|
|
stroke: #09e1c0 !important
|
|
|
-}
|
|
|
+} */
|
|
|
|
|
|
.table {
|
|
|
border: none !important;
|
|
@@ -140,21 +162,22 @@ a,a:hover{color:#fff;}
|
|
|
border-right: none !important;
|
|
|
background-color: #fff !important;
|
|
|
}
|
|
|
-table th,
|
|
|
-table td {
|
|
|
+
|
|
|
+table th, table td {
|
|
|
border-left: none !important;
|
|
|
border-right: none !important;
|
|
|
text-align: center !important;
|
|
|
}
|
|
|
+
|
|
|
.table.el-table--enable-row-hover .el-table__body tr:hover>td {
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
+
|
|
|
.el-table--border::after, .el-table--group::after {
|
|
|
display: none !important
|
|
|
}
|
|
|
|
|
|
-.table.el-table thead.is-group th,
|
|
|
-.table.el-table thead th {
|
|
|
+.table.el-table thead.is-group th, .table.el-table thead th {
|
|
|
background-color: #fff;
|
|
|
color: #999999;
|
|
|
font-weight: bold;
|
|
@@ -180,4 +203,16 @@ table td {
|
|
|
color: #fff !important;
|
|
|
border-color: #09e1c0 !important;
|
|
|
background-color: #09e1c0 !important;
|
|
|
-}*/
|
|
|
+}*/
|
|
|
+
|
|
|
+input, input::-webkit-input-placeholder {
|
|
|
+ color: #999999;
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: "微软雅黑";
|
|
|
+}
|
|
|
+
|
|
|
+textarea,textarea::-webkit-input-placeholder {
|
|
|
+ color: #999999;
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: "微软雅黑";
|
|
|
+}
|