1/** 2 * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 */ 15 16html, body, div, span, object, iframe, 17h1, h2, h3, h4, h5, h6, p, blockquote, pre, 18abbr, address, cite, code, 19del, dfn, em, img, ins, kbd, q, samp, 20small, strong, sub, sup, var, 21b, i, 22dl, dt, dd, ol, ul, li, 23fieldset, form, label, legend, 24table, caption, tbody, tfoot, thead, tr, th, td, 25article, aside, canvas, details, figcaption, figure, 26footer, header, hgroup, menu, nav, section, summary, 27time, mark, audio, video { 28 margin:0; 29 padding:0; 30 border:0; 31 outline:0; 32 font-size:100%; 33 vertical-align:baseline; 34 background:transparent; 35} 36body { 37 font-family: verdana, Arial; 38 font-size: 12px; 39 line-height:1; 40 background: #fff; 41} 42article,aside,details,figcaption,figure, 43footer,header,hgroup,menu,nav,section { 44 display:block; 45} 46ul { 47 list-style:none; 48} 49blockquote, q { 50 quotes:none; 51} 52blockquote:before, blockquote:after, 53q:before, q:after { 54 content:''; 55 content:none; 56} 57a { 58 margin:0; 59 padding:0; 60 text-decoration: none; 61 font-size:100%; 62 vertical-align:baseline; 63 background:transparent; 64 color: #6c6c6c; 65} 66a:hover{ 67 color: #f40; 68 transition: color .2s ease-in-out; 69} 70/* change colours to suit your needs */ 71ins { 72 background-color:#ff9; 73 color:#000; 74 text-decoration:none; 75} 76/* change colours to suit your needs */ 77mark { 78 background-color:#ff9; 79 color:#000; 80 font-style:italic; 81 font-weight:bold; 82} 83del { 84 text-decoration: line-through; 85} 86abbr[title], dfn[title] { 87 border-bottom:1px dotted; 88 cursor:help; 89} 90table { 91 border-collapse:collapse; 92 border-spacing:0; 93} 94/* change border colour to suit your needs */ 95hr { 96 display:block; 97 height:1px; 98 border:0; 99 border-top:1px solid #cccccc; 100 margin:1em 0; 101 padding:0; 102} 103input, select { 104 vertical-align:middle; 105}