reset

@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    font-family: 宋体;
    font-size: 14px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    zoom: 1;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */
.clear {
    clear: both;
}
/* 滚动条样式 图片
::-webkit-scrollbar
{
     9px;
    height: 6px;
    background-image:url(../images/b2.png);
}
::-webkit-scrollbar-thumb:vertical 
{
    height: 5px;
    background-image:url(../images/b1.png);
    -webkit-border-radius: 6px;
}
::-webkit-scrollbar-button:vertical:decrement {
    background-image: url(../images/vertical-decrement-arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    height:8px;
    }
::-webkit-scrollbar-button:vertical:increment {
    background-image: url(../images/vertical-increment-arrow.png);
    background-repeat: no-repeat;
    background-position:0 0px;
    height:8px;
}
*/
::-webkit-scrollbar {
     8px;
    height: 6px;
}
::-webkit-scrollbar-track-piece {
    background-color: #cccccc;
    -webkit-border-radius: 6px;
     6px;
}
::-webkit-scrollbar-thumb:vertical /* 垂直滚动条 */ {
    height: 5px;
    background-color: #999999;
    -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
     5px;
    background-color: #CCCCCC;
    -webkit-border-radius: 6px;
}
::-webkit-scrollbar-button {
    color: #00f;
}
/* 滚动条样式*/
a {
    text-decoration: none;
    color: #544d47;
}
img {
    border: none;
}
ul li {
    list-style: none;
}
textarea {
    resize: none;
}
原文地址:https://www.cnblogs.com/vincent_ds/p/2804745.html