|
@@ -0,0 +1,109 @@
|
|
|
+
|
|
|
+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 {
|
|
|
+ font-family: "Microsoft YaHei","Microsoft JhengHei";;
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+ border: 0;
|
|
|
+ font-size: 100%;
|
|
|
+ vertical-align: baseline;
|
|
|
+}
|
|
|
+*{
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+/* HTML5 display-role reset for older browsers */
|
|
|
+article, aside, details, figcaption, figure,
|
|
|
+footer, header, hgroup, menu, nav, section, main {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+html{
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+body {
|
|
|
+ line-height: 1;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+html,body{
|
|
|
+ font-size: 16px;
|
|
|
+}
|
|
|
+ol, ul {
|
|
|
+ list-style: none;
|
|
|
+}
|
|
|
+blockquote, q {
|
|
|
+ quotes: none;
|
|
|
+}
|
|
|
+blockquote:before, blockquote:after,
|
|
|
+q:before, q:after {
|
|
|
+ content: '';
|
|
|
+ content: none;
|
|
|
+}
|
|
|
+table {
|
|
|
+ border-collapse: collapse;
|
|
|
+ border-spacing: 0;
|
|
|
+}
|
|
|
+button{outline:none; border: none;}
|
|
|
+input, button, select, textarea {
|
|
|
+outline: none;
|
|
|
+appearance: none;
|
|
|
+-webkit-appearance: none;
|
|
|
+border-radius: 0;
|
|
|
+-webkit-appearance: textfield;
|
|
|
+ background-color: white;
|
|
|
+ -webkit-rtl-ordering: logical;
|
|
|
+ cursor: text;
|
|
|
+ padding: 1px;
|
|
|
+ border-color: initial;
|
|
|
+ border-image: initial;
|
|
|
+}
|
|
|
+input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
|
|
|
+ -webkit-appearance:textfield;
|
|
|
+}
|
|
|
+input[type="number"]{
|
|
|
+ -moz-appearance:textfield;
|
|
|
+}
|
|
|
+input:focus { outline: none; }
|
|
|
+select::-ms-expand {
|
|
|
+display: none;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+::-webkit-scrollbar-track-piece {
|
|
|
+ background-color:#ffffff;
|
|
|
+}
|
|
|
+::-webkit-scrollbar {
|
|
|
+ width:0;
|
|
|
+ height:10px;
|
|
|
+}
|
|
|
+::-webkit-scrollbar-thumb {
|
|
|
+ background-color:#e5e5e5;
|
|
|
+ background-clip:padding-box;
|
|
|
+ min-height:20px;
|
|
|
+ border-radius: 3px;
|
|
|
+}
|
|
|
+::-webkit-scrollbar-thumb:hover {
|
|
|
+ background-color:#929292;
|
|
|
+}
|
|
|
+
|
|
|
+table th,
|
|
|
+table td {
|
|
|
+ text-align: center !important;
|
|
|
+}
|
|
|
+
|
|
|
+table th > .cell{
|
|
|
+ color: #000;
|
|
|
+}
|
|
|
+
|
|
|
+textarea{
|
|
|
+ height: 8rem!important;
|
|
|
+}
|