多少钱
0谁能帮助我把我注册的小程序制作开发发布出来?谁能帮助我把我注册的小程序制作开发发布出来?
2021-01-08在mp后台可以看到,好像是五个来着吧 记不大清了
request合法域名可以配置的个数有限制吗?最多能配置多少个合法域名
2021-01-03在h5上也是这样子的?
HbuilderX的样式在小程序端没有作用?Hbuilder X预览的结果 [图片] 微信开发者工具的结果 [图片] 样式代码 <style scoped lang="scss"> .my-order .header { height: 260rpx; padding: 0 30rpx; } .my-order .header .picTxt { height: 190rpx; } .my-order .header .picTxt .text { color: rgba(255, 255, 255, 0.8); font-size: 26rpx; font-family: 'Guildford Pro'; } .my-order .header .picTxt .text .name { font-size: 34rpx; font-weight: bold; color: #fff; margin-bottom: 20rpx; } .my-order .header .picTxt .pictrue { width: 122rpx; height: 109rpx; } .my-order .header .picTxt .pictrue image { width: 100%; height: 100%; } .my-order .nav { background-color: #fff; width: 690rpx; height: 140rpx; border-radius: 6rpx; margin: -73rpx auto 0 auto; } .my-order .nav .item { text-align: center; font-size: 26rpx; color: #282828; padding: 29rpx 0; } .my-order .nav .item.on { font-weight: bold; border-bottom: 5rpx solid #e93323; } .my-order .nav .item .num { margin-top: 18rpx; } .my-order .list { width: 690rpx; margin: 14rpx auto 0 auto; } .my-order .list .item { background-color: #fff; border-radius: 6rpx; margin-bottom: 14rpx; } .my-order .list .item .title { height: 84rpx; padding: 0 30rpx; border-bottom: 1rpx solid #eee; font-size: 28rpx; color: #282828; } .my-order .list .item .title .sign { font-size: 24rpx; padding: 0 7rpx; height: 36rpx; margin-right: 15rpx; } .my-order .list .item .item-info { padding: 0 30rpx; margin-top: 22rpx; } .my-order .list .item .item-info .pictrue { width: 120rpx; height: 120rpx; } .my-order .list .item .item-info .pictrue image { width: 100%; height: 100%; border-radius: 6rpx; } .my-order .list .item .item-info .text { width: 486rpx; font-size: 28rpx; color: #999; margin-top: 6rpx; } .my-order .list .item .item-info .text .name { width: 306rpx; color: #282828; } .my-order .list .item .item-info .text .money { text-align: right; } .my-order .list .item .totalPrice { font-size: 26rpx; color: #282828; text-align: right; margin: 27rpx 0 0 30rpx; padding: 0 30rpx 30rpx 0; border-bottom: 1rpx solid #eee; } .my-order .list .item .totalPrice .money { font-size: 28rpx; font-weight: bold; } .my-order .list .item .bottom { height: 107rpx; padding: 0 30rpx; } .my-order .list .item .bottom .bnt { width: 176rpx; height: 60rpx; text-align: center; line-height: 60rpx; color: #fff; border-radius: 50rpx; font-size: 27rpx; } .my-order .list .item .bottom .bnt.cancelBnt { border: 1rpx solid #ddd; color: #aaa; } .my-order .list .item .bottom .bnt~.bnt { margin-left: 17rpx; } .noCart { margin-top: 171rpx; padding-top: 0.1rpx; } .noCart .pictrue { width: 414rpx; height: 336rpx; margin: 78rpx auto 56rpx auto; } .noCart .pictrue image { width: 100%; height: 100%; } </style> 望解答 谢谢!
2021-01-02可
小程序授权登陆问题,有没有技术开发兼职的?有偿帮我修改下[图片]
2021-01-02不能涉政
提示国家机关和工作人员表述不严谨,请问是哪里有问题?中共贺州市八步区水利局机关委员会召开党员大会补选机关党委委员并选出新一届机关纪委委员
2020-12-26办理人力资源服务许可证呗
公司自主招聘的小程序,被审核要求提供《人力资源服务许可证》?呃
2020-12-26打开调试??
进入小程序卡死在加载页面,进不去[图片]
2020-12-26换个版本 最新版 稳定版 开发版总有一款适合你
页面路径为空,已重编译重下载重安装,都不瓜农,项目运行不了?[图片]
2020-12-26不校验合法链接 图片地址添加合法域名
rich-text里面渲染网络图片不显示但手机预览可以显示是什么问题?[图片][图片]
2020-12-23swiper-item给宽高 图片也记得给宽高
为什么display:flex; align-items:center;不是能实现图片居中?新手提问,为什么这里display:flex; align-items:center;不是能实现图片居中? <!--pages/homePage/homePage.wxml--> <text>pages/homePage/homePage.wxml</text> <view class="container"> <swiper class="homeSwiper" indicator-dots="false" autoplay="true" duration="1000"> <swiper-item wx:for="{{HomePageImage}}" class="HomePageImage"> <text class="homeSwiperNote">{{item.note}}</text> <image class="HomePageImage" src="{{item.imagePath}}"></image> </swiper-item> </swiper> </view> 页面wxss /* pages/homePage/homePage.wxss */ .homeSwiper { height:40vh; width:100vw; } .homeSwiperNote{ position: absolute; line-height: 1.5em; font-size: small; right: 50rpx; } .homeSwiperImage{ display:flex; align-items:center; } app.wxss /**app.wxss**/ .container { position: absolute; display: flex; flex-direction: column; align-items: stretch; justify-content: space-between; padding: 10rpx 5rpx; /* box-sizing: border-box; */
2020-12-23