在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
view是小程序中的视图容器之一,似于html中的<div>标签 <view class="section"> <view class="section__title">flex-direction: row</view> <view class="flex-wrp" style="flex-direction:row;"> <view class="flex-item bc_green">1</view> <view class="flex-item bc_red">2</view> <view class="flex-item bc_blue">3</view> </view> </view>
image是小程序中的媒体组件,顾名思义就是图片,类似于html中的<image>标签 <view class="section__ctn"> <image style="width: 200px; height: 200px; src="../../demo.png"></image> </view>
text是小程序基础内容中的文本,在小程序中除了该节点外其他节点均无法长按选中。 <view> <text>Hello world</text> </view>
swiper是小程序中的滑块视图容器, <swiper indicator-dots="true" autoplay="true" interval="5000">
|
请发表评论