摘要: 参考地址: https://blog.csdn.net/weixin_42120767/article/details/107550236 在原生微信小程序中,我们可以设置page{background:#fff}来设置页面背景颜色, 如果你在uniapp上设置了不起作用,是因为标签上加了scope 阅读全文
posted @ 2020-09-02 21:03 何人陪我共长生 阅读(662) 评论(0) 推荐(0)
摘要: scroll-x="true" 出现横向滚动 scroll-with-animation="true" 横向滚动有动画 <scroll-view class="scrool-more" scroll-x="true" scroll-with-animation="true"> <text class 阅读全文
posted @ 2020-09-02 20:50 何人陪我共长生 阅读(2743) 评论(0) 推荐(0)