@charset "utf-8"; /*=========================Reset_start==========================*/ body, h1, h2, h3, h4, h5, h6, div, p, dl, dt, dd, ol, ul, li, form, table, th, td, a, img, span, strong, var, em, input, textarea, select, option, button, iframe { margin: 0; padding: 0; border: none; list-style: none; } html, body { width: 100%; height: 100%; margin: 0; padding: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; text-align: left; } ul, ol { list-style: none; } strong, b { font-weight: 600; } img { border: 0; } input, select, textarea { outline: 0; } textarea { resize: none; overflow: auto; padding-left: 10px; padding-top: 3px; box-sizing: border-box; } table { border-collapse: collapse; border-spacing: 0; } th, strong, var, em { font-weight: normal; font-style: normal; } a { text-decoration: none; outline: none; color: #3e3e3e; } a:hover { text-decoration: none; } a:active, input:active { star: expression(this.onFocus=this.blur()); } a:focus, *:focus { noFocusLine: expression(this.onFocus=this.blur()); } table a:hover { color: #f90; } /*可设置奇数行背景*/ /* table tr:nth-child(odd) { background: #fafafa; } */ /*偶数行背景时使用样式 table tr:nth-child(even) { background: #e6ebf4; }*/ /*==========================Reset_End===========================*/ ::-webkit-scrollbar { /*滚动条整体样式*/ width: 4px; /*高宽分别对应横竖滚动条的尺寸*/ height: 1px; } ::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 2px; -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: #535353; } ::-webkit-scrollbar-track { /*滚动条里面轨道*/ -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); border-radius: 2px; background: #EDEDED; } /* 隐藏滚动条 */ ::-webkit-scrollbar { width: 0 !important } .flex { display: flex; /* align-items: center; */ }