View 标签
<scroll-view class="scroll_list" scroll-x="true"> 标签
设置 scroll-x/y是可以设置 滚动模式到底是x方向还是Y方向
(
需要调整样式,请参考如下
.scroll_list{
border: 1px solid red;
width: 240px;
white-space: nowrap;
height: 130px;
}
.scroll_list view{
display:inline-flex;
justify-content: center;
line-height: 100px;
width: 100px;
height: 100px;
border: 1px solid rgb(20, 135, 202);
}
)
<swiper> 标签
text 标签 (支持长按选中效果)
<rich-text nodes="<h1 style='color:red'> Rich </h1>"/>
支持富文本效果
Button标签
<button type="warn">warn button</button>
<button type="primary">primary button</button>
<button type="primary" size="mini">primary small size button</button>
<button type="primary" size="mini" plain="true">primary plain button</button>
image标签
<image src="/imgs/hanzo.jpg" mode="widthFix"/>