Mobile-Elastic Box

Source: Internet
Author: User

1.

    /* Parent Level */     Display:box;    Display:-moz-box;    Display:-webkit-box;    Box-orient:horizontal;    -moz-box-orient:horizontal;    -webkit-box-orient:horizontal; /* horizontal table transverse, vertical table vertical */    /* sub-level */      width:0;    Box-sizing:border-box;    box-flex:1;    -moz-box-flex:1;    -webkit-box-flex:1;    position:relative;

The 1th seed-level width is set to 0, resolving unequal child-width assignments

2.

      /* Parent Level */     display:-webkit-flex;    Display:-moz-flex;    Display:-ms-flex;    Display:flex;     /* sub-level */      -webkit-flex:1;    -moz-flex:1;    -ms-flex:1;    flex:1;

The 2nd can adjust the child allocation scale to achieve animation effect.

Mobile-Elastic Box

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.