flex-flow.uvue 5.4 KB
Newer Older
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
1
<template>
DCloud-WZF's avatar
DCloud-WZF 已提交
2 3 4 5 6 7 8 9 10
  <!-- #ifdef APP -->
  <scroll-view style="flex: 1">
    <!-- #endif -->
    <view style="flex-grow: 1">
      <view>
        <text>flex-flow: row nowrap</text>
        <view class="common" style="flex-flow: row nowrap">
          <view
            style="
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
11 12
              width: 50px;
              height: 50px;
DCloud-WZF's avatar
DCloud-WZF 已提交
13 14 15 16 17 18
              background-color: red;
              flex-shrink: 0;
            "
          ></view>
          <view
            style="
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
19 20
              width: 50px;
              height: 50px;
DCloud-WZF's avatar
DCloud-WZF 已提交
21 22 23 24 25 26
              background-color: green;
              flex-shrink: 0;
            "
          ></view>
          <view
            style="
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
27 28
              width: 50px;
              height: 50px;
DCloud-WZF's avatar
DCloud-WZF 已提交
29 30 31 32 33 34
              background-color: blue;
              flex-shrink: 0;
            "
          ></view>
          <view
            style="
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
35 36
              width: 50px;
              height: 50px;
DCloud-WZF's avatar
DCloud-WZF 已提交
37 38 39 40 41 42
              background-color: red;
              flex-shrink: 0;
            "
          ></view>
          <view
            style="
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
43 44
              width: 50px;
              height: 50px;
DCloud-WZF's avatar
DCloud-WZF 已提交
45 46 47 48 49 50
              background-color: green;
              flex-shrink: 0;
            "
          ></view>
          <view
            style="
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
51 52
              width: 50px;
              height: 50px;
DCloud-WZF's avatar
DCloud-WZF 已提交
53 54 55 56 57 58
              background-color: blue;
              flex-shrink: 0;
            "
          ></view>
        </view>
      </view>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
59

DCloud-WZF's avatar
DCloud-WZF 已提交
60 61 62 63 64
      <view>
        <text>flex-flow: row wrap</text>
        <view class="common" style="flex-flow: row wrap">
          <view
            style="
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
65 66
              width: 50px;
              height: 50px;
DCloud-WZF's avatar
DCloud-WZF 已提交
67 68 69 70 71 72
              background-color: red;
              flex-shrink: 0;
            "
          ></view>
          <view
            style="
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
73 74
              width: 50px;
              height: 50px;
DCloud-WZF's avatar
DCloud-WZF 已提交
75 76 77 78 79 80
              background-color: green;
              flex-shrink: 0;
            "
          ></view>
          <view
            style="
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
81 82
              width: 50px;
              height: 50px;
DCloud-WZF's avatar
DCloud-WZF 已提交
83 84 85 86 87 88
              background-color: blue;
              flex-shrink: 0;
            "
          ></view>
          <view
            style="
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
89 90
              width: 50px;
              height: 50px;
DCloud-WZF's avatar
DCloud-WZF 已提交
91 92 93 94 95 96
              background-color: red;
              flex-shrink: 0;
            "
          ></view>
          <view
            style="
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
97 98
              width: 50px;
              height: 50px;
DCloud-WZF's avatar
DCloud-WZF 已提交
99 100 101 102 103 104
              background-color: green;
              flex-shrink: 0;
            "
          ></view>
          <view
            style="
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
105 106
              width: 50px;
              height: 50px;
DCloud-WZF's avatar
DCloud-WZF 已提交
107 108 109 110 111 112
              background-color: blue;
              flex-shrink: 0;
            "
          ></view>
        </view>
      </view>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
113

DCloud-WZF's avatar
DCloud-WZF 已提交
114 115 116 117 118
      <view>
        <text>flex-flow: column nowrap</text>
        <view class="common" style="flex-flow: column nowrap">
          <view
            style="
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
119 120
              width: 50px;
              height: 50px;
DCloud-WZF's avatar
DCloud-WZF 已提交
121 122 123 124 125 126
              background-color: red;
              flex-shrink: 0;
            "
          ></view>
          <view
            style="
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
127 128
              width: 50px;
              height: 50px;
DCloud-WZF's avatar
DCloud-WZF 已提交
129 130 131 132 133 134
              background-color: green;
              flex-shrink: 0;
            "
          ></view>
          <view
            style="
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
135 136
              width: 50px;
              height: 50px;
DCloud-WZF's avatar
DCloud-WZF 已提交
137 138 139 140 141 142
              background-color: blue;
              flex-shrink: 0;
            "
          ></view>
          <view
            style="
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
143 144
              width: 50px;
              height: 50px;
DCloud-WZF's avatar
DCloud-WZF 已提交
145 146 147 148 149 150
              background-color: red;
              flex-shrink: 0;
            "
          ></view>
          <view
            style="
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
151 152
              width: 50px;
              height: 50px;
DCloud-WZF's avatar
DCloud-WZF 已提交
153 154 155 156 157 158
              background-color: green;
              flex-shrink: 0;
            "
          ></view>
          <view
            style="
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
159 160
              width: 50px;
              height: 50px;
DCloud-WZF's avatar
DCloud-WZF 已提交
161 162 163 164 165 166
              background-color: blue;
              flex-shrink: 0;
            "
          ></view>
        </view>
      </view>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
167

DCloud-WZF's avatar
DCloud-WZF 已提交
168 169 170 171 172
      <view>
        <text>flex-flow: column wrap</text>
        <view class="common" style="flex-flow: column wrap">
          <view
            style="
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
173 174
              width: 50px;
              height: 50px;
DCloud-WZF's avatar
DCloud-WZF 已提交
175 176 177 178 179 180
              background-color: red;
              flex-shrink: 0;
            "
          ></view>
          <view
            style="
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
181 182
              width: 50px;
              height: 50px;
DCloud-WZF's avatar
DCloud-WZF 已提交
183 184 185 186 187 188
              background-color: green;
              flex-shrink: 0;
            "
          ></view>
          <view
            style="
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
189 190
              width: 50px;
              height: 50px;
DCloud-WZF's avatar
DCloud-WZF 已提交
191 192 193 194 195 196
              background-color: blue;
              flex-shrink: 0;
            "
          ></view>
          <view
            style="
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
197 198
              width: 50px;
              height: 50px;
DCloud-WZF's avatar
DCloud-WZF 已提交
199 200 201 202 203 204
              background-color: red;
              flex-shrink: 0;
            "
          ></view>
          <view
            style="
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
205 206
              width: 50px;
              height: 50px;
DCloud-WZF's avatar
DCloud-WZF 已提交
207 208 209 210 211 212
              background-color: green;
              flex-shrink: 0;
            "
          ></view>
          <view
            style="
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
213 214
              width: 50px;
              height: 50px;
DCloud-WZF's avatar
DCloud-WZF 已提交
215 216 217 218 219 220 221 222 223 224
              background-color: blue;
              flex-shrink: 0;
            "
          ></view>
        </view>
      </view>
    </view>
    <!-- #ifdef APP -->
  </scroll-view>
  <!-- #endif -->
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
225 226 227
</template>

<style>
DCloud-WZF's avatar
DCloud-WZF 已提交
228
.common {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
229 230
  width: 250px;
  height: 250px;
DCloud-WZF's avatar
DCloud-WZF 已提交
231 232 233
  background-color: gray;
}
</style>