zoukankan      html  css  js  c++  java
  • 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;
    }
  • 相关阅读:
    js去前后空格
    IE7以上支持Fiddler 监听本地
    IE8 scriptX print 无法使用的bug
    那些相见恨晚的 JavaScript 技巧
    oracle sql
    JS人民币金额转大写程序
    div自适应高度
    .NET Remoting 使用最佳实践,(部分翻译)
    对DataTable 进行Distinct操作
    用财富的眼光看知识管理
  • 原文地址:https://www.cnblogs.com/vincent_ds/p/2804745.html
Copyright © 2011-2022 走看看