小程序之轮播 导航滚动 按钮 表单

149 阅读1分钟

一、小程序swiper轮播

swiper组件的常用属性

属性     类型 默认值 说明

indicator-dots     boolean false 是否显示面板指示点

indicator-color    color rgba(0,0,0,.3) 指示点颜色

indicator-active-color   color #O000oo 当前选中的指示点颜色

autoplay     boolean false 是否自动切换

interval      number 5000    自动切换时间间隔

circular     boolean false    是否采用衔接滑动`

image.png

image.png

主色调按钮

警告按钮 复制代码

image.png

image.png

image.png

image.png

image.png

size="mini" 小尺寸按钮同一行

<button size="mini">普通按钮</button>

<button type="primary" size="mini">主色调按钮</button>

<button type="warn" size="mini">警告按钮</button>
复制代码

plain 镂空按钮

<button plain>普通按钮</button>

<button type="primary" plain>主色调按钮</button>

<button type="warn" plain>警告按钮</button>
复制代

著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。