HarmonyOS tripartite Component Development Guide (18)-Flexbox streaming layout component

catalog: 1. Introduction 2. VideoCache User Guide 3. VideoCache Development Guide 4. Collection of articles in the "HarmonyOS tripartite component development guide" introduction In the previous article, I introduced the component use and development guide of the bottom navigation bar. This article will bring you another impleme ...

Added by BoukeBuffel on Fri, 04 Mar 2022 01:38:10 +0200

CSS3--Flex elastic box layout: properties of flex items

1. Attributes of flex items The following six properties are set on the project. orderflex-growflex-shrinkflex-basisflexalign-self 1.1 order attribute The order attribute defines the order in which items are arranged. The smaller the value, the higher the arrangement. The default value is 0. .item { order: <integer>; } Exampl ...

Added by petersro on Sat, 29 Jan 2022 03:14:07 +0200