04 2021 档案
微信小程序---自定义顶部导航栏
摘要:状态栏高度 40rpx=20px 导航栏高度 88rpx=44px 1.xxx.json "navigationStyle"设为"custom" { "usingComponents": {}, "navigationBarTitleText": "", "navigationStyle": "cu 阅读全文
posted @ 2021-04-30 17:01 天空中的云~飞起来了 阅读(499) 评论(0) 推荐(0)
小程序---公共的样式(后续还有则继续添加)
摘要:/* 字体颜色 */ .color-white { background-color: #ffffff; } .color-grey { background-color: #eeeeee; } /* 背景颜色 */ .bg-color-white { background-color: #ffff 阅读全文
posted @ 2021-04-30 14:56 天空中的云~飞起来了 阅读(150) 评论(0) 推荐(0)
轮播图之两边小中间大
摘要:<template> <view class=""> <swiper :indicator-dots="true" :current="currentIndex" :autoplay="true" circular="true" :interval="3000" :duration="1000" p 阅读全文
posted @ 2021-04-20 13:45 天空中的云~飞起来了 阅读(425) 评论(0) 推荐(0)
微信小程序——wxParse使用方法
摘要:wxParse是一个微信小程序富文本解析组件。简单的富文本也可以使用小程序里面自带的<rich-text>组件。 wxParse git下载地址:wxParse.zip 微信开放文档:https://developers.weixin.qq.com/miniprogram/dev/component 阅读全文
posted @ 2021-04-20 09:01 天空中的云~飞起来了 阅读(1350) 评论(0) 推荐(0)
uniapp
摘要:编辑器字体 courier new 阅读全文
posted @ 2021-04-13 18:32 天空中的云~飞起来了