zoukankan      html  css  js  c++  java
  • PC初始化

    @charset "utf-8";
    /* CSS Document */
    html{100%;font-size:62.5%;} body{font-size: 12px;color: #999;font-family: "Microsoft yahei", "微软雅黑", Helvetica, sans-serif, Arial;background-color:#fff;} *{margin: 0;padding: 0;} a{color:#666;text-decoration:none;-webkit-transition:All 0.2s ease-in-out;-moz-transition:All 0.2s ease-in-out;-o-transition:All 0.2s ease-in-out;transition:All 0.2s ease-in-out;} a:hover{color:#336600;text-decoration: none;} input:focus{outline:none;} :-moz-placeholder { color: #c3c3c3; } ::-moz-placeholder { color: #c3c3c3; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #c3c3c3; } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #c3c3c3; } -webkit-text-size-adjust: none; select:focus{outline:none;} textarea:focus{outline:none;} img{border:0 none;} ul,li{list-style: none;} .clear{clear:both;} .clearfix:after{clear:both;content:"";display:table;} .clearfix{*zoom:1;} em{font-style:normal} table{border-collapse: collapse;} .hide{display:none;}
    日常所遇,随手而记。
  • 相关阅读:
    lldb
    错误记录
    越狱后
    c#学习
    26python类
    day01
    第二冲刺阶段第四天
    第二冲刺阶段第三天
    第五周课后作业
    结对作业
  • 原文地址:https://www.cnblogs.com/zhihou/p/8375941.html
Copyright © 2011-2022 走看看