/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 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-family: Microsoft YaHei, PingFang SC, Helvetica Neue, Helvetica, Hiragino Sans GB, SimSun, sans-serif !important; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { width: 100%; height: 100%; line-height: 1; background: #201753; } 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; } a { text-decoration: none; } /* 滚动轨道 */ tbody::-webkit-scrollbar { width: 6px; height: 100%; background: #f8f8f8; border-radius: 10px; } /* 滚动块 */ tbody::-webkit-scrollbar-thumb { background: #ddd; border-radius: 10px; } /* 上下按钮 */ tbody::-webkit-scrollbar-button { display: none; } /* 广告 */ .header-code { position: absolute; top: 5%; right: 50px; z-index: 20; border-radius: 6px; } .header-code .code-item:nth-child(2) { margin-top: 20px; } .header-code .img { position: relative; } .header-code .img .code-close { position: absolute; top: -10px; right: -10px; width: 20px; height: 20px; background: #fff; border-radius: 50%; border: 1px solid #d6d2d2; font-size: 18px; text-align: center; color: #999; transform: rotateZ(45deg); cursor: pointer; } .header-code .img img { width: 110px!important; height: 110px !important; border-radius: 6px 6px 0px 0px!important; } .header-code .text { line-height: 50px; color: #fff; background: #008CE9; font-size: 14px; font-weight: bold; text-align: center; border-radius: 0px 0px 6px 6px!important; }