zoukankan      html  css  js  c++  java
  • 移动端base.css

    /*
    * @Author: LuYing
    * @Date: 2016-09-09 13:48:42
    * @Last Modified by: Administrator
    * @Last Modified time: 2016-09-09 13:48:42
    */
    *,
    ::before,
    ::after {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    }
    body {
    font-size: 14px;
    font-family: "Microsoft YaHei",sans-serif;
    color: #333;
    }
    a {
    color: #333;
    }
    a:hover {
    text-decoration: none;
    }

    ul,ol {

    list-style: none;
    }

    input {
    border: none;
    outline: none;
    -webkit-appearance: none; /* 清除默认的表单样式 */
    }
    .fl {
    float: left;
    }
    .fr {
    float: right;
    }
    .clearfix:after{
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: both;
    }

  • 相关阅读:
    python_day_5:20180720
    python_day_4:20180719
    2018悦读
    2018生活
    心理画
    js 策略模式
    js 单例模式
    js 模板方法模式
    C语言-数据类型
    js 观察者模式
  • 原文地址:https://www.cnblogs.com/luyingying/p/5856428.html
Copyright © 2011-2022 走看看