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;
    }
  • 相关阅读:
    案例(用封装的ajax加载数据库的数据到页面)
    案例(用封装的ajax函数检查用户名)
    Verilog中的UDP
    FPGA中的“门”
    反馈的基础概述
    集成运放四种组态
    阻抗匹配处理方式
    关于阻抗匹配的理解
    关于输入阻抗和输出阻抗的理解
    电压跟随器的一点理解
  • 原文地址:https://www.cnblogs.com/vincent_ds/p/2804745.html
Copyright © 2011-2022 走看看