这个问题现在解决了吗?
小程序中打开微信公众号文章再打开文章内的h5链接问题在小程序中打开微信公众号文章如下 是在小程序中显示的 [图片] 点击此处购买会跳到公众号文章内的h5页面,但是此时有两种显示形式,一种是在小程序中打开的,一种是从原来的小程序跳到了普通的链接页面 如下图 [图片] [图片] 第二种形式出现的比较频繁,偶尔也会出现第一种形式,不知道哪位大神知道这是什么情况吗,或者微信官方能给解释一下吗?
2019-09-03[图片]可以这样搞一下,只不过会小一点
头像设置小程序头像设置 [图片] [图片] 默认是圆形,可以设置成方块吗? @官方
2019-04-30.icon3{ position: absolute; top: 150rpx; left: 0; right: 0; bottom: 0; width: 100px; height: 100px; border-radius: 50%; }这样可好? [图片]
求教样式大佬,被难住了[图片] .icon3{ display: flex; align-items: center; justify-content: center; width: 100px; height: 100px; /* margin-left: -8%; */ margin-top: 150rpx; border-radius: 500px; float: left; } .shuxian{ width: 8px; height: 200px; float: left; margin-left: 40rpx; margin-top: 40rpx; } .ziti1{ color: black; font-size: large; margin-left: 30rpx; margin-top: 20rpx; float: left; } <view> <image class='shuxian' src='../images/shuxian.png'></image> <text class='ziti1'>上班时间 8:30</text> <button type='primary' class='icon3'>上班打卡8:30</button> </view> 这是代码,想实现“上班打卡”这个按钮水平居中,但是一直没有效果
2018-12-28