微信小程序 (八)View组件详细介绍

前端之家收集整理的这篇文章主要介绍了微信小程序 (八)View组件详细介绍前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

刚看到这个效果的时候还真是和ReactNative的效果一致,属性也基本的一样.

view这个组件就是一个视图组件使用起来非常简单。

主要属性

可选属性 (‘flex-start',‘flex-end',‘center',‘space-between',‘space-around')

可选属性 (‘flex-start',‘center')

wxml

<view class="section">
<view class="section__title">align-items: center
<view class="flex-wrp" style="height: 200px;flex-direction:row;justify-content: center;align-items: flex-start">
<view class="flex-item" style="background: red">
<view class="flex-item" style="background: green">
<view class="flex-item" style="background: blue">

wxss

文章:

原文链接:https://www.f2er.com/weapp/45543.html

猜你在找的微信小程序相关文章