zoukankan      html  css  js  c++  java
  • 水平垂直居中的几种方式

    方法居中元素定宽高固定PC兼容性移动端兼容性
    absolute + 负margin ie6+, chrome4+, firefox2+ 安卓2.3+, iOS6+
    absolute + margin auto ie6+, chrome4+, firefox2+ 安卓2.3+, iOS6+
    absolute + calc ie9+, chrome19+, firefox4+ 安卓4.4+, iOS6+
    absolute + transform ie9+, chrome4+, firefox3.5+ 安卓3+, iOS6+
    writing-mode ie6+, chrome4+, firefox3.5+ 安卓2.3+, iOS5.1+
    lineheight ie6+, chrome4+, firefox2+ 安卓2.3+, iOS6+
    table ie6+, chrome4+, firefox2+ 安卓2.3+, iOS6+
    css-table ie8+, chrome4+, firefox2+ 安卓2.3+, iOS6+
    flex ie10+, chrome4+, firefox2+ 安卓2.3+, iOS6+
    grid ie10+, chrome57+, firefox52+ 安卓6+, iOS10.3+
  • 相关阅读:
    spark
    mongdb
    redis
    mysql
    kylin
    kafka
    hadoop+hive+hbase+kylin
    git
    elasticsearch
    clickhouse
  • 原文地址:https://www.cnblogs.com/shirleysblog/p/13451913.html
Copyright © 2011-2022 走看看