Giter Site home page Giter Site logo

flex's Introduction

flex

移动端flex布局神器,兼容微信,UC,webview等移动端主流浏览器 下载后,使用谷歌浏览器打开

必看问题:移动端不能完整的支持flex布局?
flex是一个非常好的css3布局,但是在移动端很多浏览器不支持display: flex,仅支持display: -webkit-box,所以flex.css写了三种语法:
display: -webkit-box;
display: -webkit-flex;
display: flex;
只需要调用flex.css相关的class,就能保证兼容移动端各种主流浏览器,微信端和webview上完美运行。

flex's People

Contributors

lzxb avatar

Watchers

west_blue_flower avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.