123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- /****************************************************************
- * *
- * 代码库 *
- * www.dmaku.com *
- * 努力创建完善、持续更新插件以及模板 *
- * *
- ****************************************************************/
- @charset "utf-8";*{word-wrap: break-word;}
- html{-webkit-text-size-adjust: none;}
- body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,span{padding:0;margin:0;}
- body{font:normal 14px/24px "Microsoft Yahei","冬青黑体简体中文 w3","宋体";}
- fieldset,img,html,body,iframe{border:0;}
- table{border-collapse:collapse;border-spacing:0;}
- ol,ul{list-style:none;}
- address,caption,cite,code,dfn,em,strong,th,var{font-weight:normal;font-style:normal;}
- caption,th{text-align:left;}
- em,i,small,caption,th{font-weight:normal;font-style:normal;font-size:100%;}
- q:before,q:after{content:'';}
- .clearfix{*zoom:1;}
- .clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
- a{color: #2f333b;text-decoration: none;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}
- a:hover{color:#9bb7d5;}
- a img{border: none;}
- a,button{outline:none;border:0;}
- input,select{border:1px solid #e1e1e1;}
- input[type='radio']{border:0px;}
- button::-moz-focus-inner{border:0;padding:0;margin:0;}
- textarea,input,button,select{outline:0;font-size:inherit;line-height:inherit;color:inherit;font-family:inherit;}
- textarea{overflow:auto;resize:none;}
- .hide,.none{display: none;}
- .hidden{visibility: hidden;}
- .show,.block{display: block;}
- img{vertical-align:middle;}
- input:disabled,select:disabled,textarea:disabled{background:#f7f7f7;}
- .fl{float: left;}
- .fr{float: right;}
- ::-webkit-scrollbar{width:8px;height:6px;background:#eee;}
- ::-webkit-scrollbar-button{background-color:#eee;}
- ::-webkit-scrollbar-track{background:#eee;}
- ::-webkit-scrollbar-track-piece{background:#eee}
- ::-webkit-scrollbar-thumb{background:#aaaaaa;}
- ::-webkit-scrollbar-corner{background:#82AFFF;}
- ::-webkit-scrollbar-resizer{background:#FF0BEE;}
- scrollbar{-moz-appearance:none !important;background:rgb(0,255,0) !important;}
- scrollbarbutton{-moz-appearance:none !important;background-color:rgb(0,0,255) !important;}
- scrollbarbutton:hover{-moz-appearance:none !important;background-color:rgb(255,0,0) !important;}
- scrollbarbutton{display:none !important;}
- scrollbar[orient="vertical"]{min-width:8px !important;}
|