自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 微信小程序 图片轮播 视频

index wxml<!--视频标签--><view><viewclass="top"style="margin-top:{{navTop*2}}rpx;"><!--轮播图组件--><swiperwx:if="{{seeShow}}"bindchange="goodsDetailIndex"class="swiper":indicator-dots="true":autop...

2021-10-29 18:53:53 847

原创 小程序 封装的商品规格选择器

index wxml<buttonclass="btn"bindtap="popup"data-position="bottom">选择商品</button><page-container // 微信自己退出的底部弹出show="{{show}}"duration="200"position="{{position}}"close-on-slide-down="{{false}}"><vie...

2021-10-28 11:09:53 1201

原创 小程序 自定义导航头部

indexindex wxml<navnavBG="{{navBG}}"></nav><view>home页面</view>index json"usingComponents":{"nav":"/components/nav/nav"},"navigationStyle":"custom", // 开启自定义导航头部"navigationBarTextStyle":"white" // ...

2021-10-26 18:35:55 171

原创 小程序自定义 分享图片

自定义分享内容制图用的 原生的canvasjs 部分Page({/***页面的初始数据*/data:{canvasList:null,CodeUrlbg:'../../status/image/1@2x.png',//背景图片destMinWidth:500,//背景宽度maxHeight:400,//背景高度destMul:2,//画布写出倍数...

2021-10-22 14:47:40 1149

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除