小程序组件
https://mp.weixin.qq.com/debug/wxadoc/dev/component/
css背景知识
body->width:100%,height:100%
div/ul/li->width:100%。height默认由内容决定,但可手动设置。
span->width,height默认由内容决定。display:block后可手动设置。
img->width,height默认由内容决定。手动设置width后height随之自动调整。
而在小程序中
<page>=<body>
<view>=<div>
swiper特性
swiper类似于ul,特性在于
swiper的子标签<swiper-item>会100%继承swiper的width和height
swiper的height存在默认max值,可手动设置。