html IF_03_27_Grid_Responsive

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html IF_03_27_Grid_Responsive相关的知识,希望对你有一定的参考价值。

<ion-grid>
    <ion-row>
      <ion-col size="12" size-sm="6" size-md="4" size-lg="3" size-xl="2">
        This column takes 12/12 column width on the smallest (xs) screens. It takes 6/12 column width on small screens. It takes
        4/12 column width on medium sized screens. It takes 3/12 column width on large sized screens and it takes 2/12 column
        width on extra-large screens.
      </ion-col>
      <ion-col size="12" size-sm="6" size-md="4" size-lg="3" size-xl="2">
        This column takes 12/12 column width on the smallest (xs) screens. It takes 6/12 column width on small screens. It takes
        4/12 column width on medium sized screens. It takes 3/12 column width on large sized screens and it takes 2/12 column
        width on extra-large screens.
      </ion-col>
      <ion-col size="12" size-sm="6" size-md="4" size-lg="3" size-xl="2">
        This column takes 12/12 column width on the smallest (xs) screens. It takes 6/12 column width on small screens. It takes
        4/12 column width on medium sized screens. It takes 3/12 column width on large sized screens and it takes 2/12 column
        width on extra-large screens.
      </ion-col>
      <ion-col size="12" size-sm="6" size-md="4" size-lg="3" size-xl="2">
        This column takes 12/12 column width on the smallest (xs) screens. It takes 6/12 column width on small screens. It takes
        4/12 column width on medium sized screens. It takes 3/12 column width on large sized screens and it takes 2/12 column
        width on extra-large screens.
      </ion-col>
      <ion-col size="12" size-sm="6" size-md="4" size-lg="3" size-xl="2">
        This column takes 12/12 column width on the smallest (xs) screens. It takes 6/12 column width on small screens. It takes
        4/12 column width on medium sized screens. It takes 3/12 column width on large sized screens and it takes 2/12 column
        width on extra-large screens.
      </ion-col>
      <ion-col size="12" size-sm="6" size-md="4" size-lg="3" size-xl="2">
        This column takes 12/12 column width on the smallest (xs) screens. It takes 6/12 column width on small screens. It takes
        4/12 column width on medium sized screens. It takes 3/12 column width on large sized screens and it takes 2/12 column
        width on extra-large screens.
      </ion-col>
      <ion-col size="12" size-sm="6" size-md="4" size-lg="3" size-xl="2">
        This column takes 12/12 column width on the smallest (xs) screens. It takes 6/12 column width on small screens. It takes
        4/12 column width on medium sized screens. It takes 3/12 column width on large sized screens and it takes 2/12 column
        width on extra-large screens.
      </ion-col>
    </ion-row>
  </ion-grid>

以上是关于html IF_03_27_Grid_Responsive的主要内容,如果未能解决你的问题,请参考以下文章

html IF_03_18_Selects

html IF_03_17_Radiobuttons

html IF_03_16_Checkboxes

html IF_03_11_FABs

html IF_04_03_Radio_Binding_HTML

html IF_04_03_Input_Binding_HTML