zoukankan      html  css  js  c++  java
  • 移动端base.css的内容,

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      -webkit-tap-highlight-color: transparent;
    }
    
    input {
      border: none;
      outline: none;
    }
    
    ul, ol {
      list-style: none;
    }
    
    a {
      text-decoration: none;
    }
    
    .fl {
      float: left;
    }
    
    .fr {
      float: right;
    }
    
    .clearfix::before,
    .clearfix::after {
      content: '';
      display: block;
      line-height: 0;
      height: 0;
      clear: both;
      visibility: hidden;
    }
    
    .clearfix {
      zoom: 1;
    }
    

      

    * {  margin: 0;  padding: 0;  box-sizing: border-box;  -webkit-tap-highlight-color: transparent;}
    input {  border: none;  outline: none;}
    ul, ol {  list-style: none;}
    a {  text-decoration: none;}
    .fl {  float: left;}
    .fr {  float: right;}
    .clearfix::before,.clearfix::after {  content: '';  display: block;  line-height: 0;  height: 0;  clear: both;  visibility: hidden;}
    .clearfix {  zoom: 1;}

  • 相关阅读:
    爬虫-requests-html
    pillow
    bs4-mysql-豌豆荚
    代理池-豆瓣电影
    Codeforces 1373D
    Codeforces 1365D
    AtCoder "NOMURA Programming Competition 2020" C
    Codeforces 1359D
    Codeforces 1359C
    Codeforces 1358D
  • 原文地址:https://www.cnblogs.com/wade1220/p/7384950.html
Copyright © 2011-2022 走看看