这个页面的页面路径是多少 有人知道吗
个人小程序添加腾讯出行服务小程序里面的各地出行防疫政策查询能通过审核吗?我感觉很多人需要这个在我的个人小程序里面添加这个跳转,能通过审核吗? [图片]
2021-01-29解决了吗,楼主出来聊聊
自定义组件内如何修改radio样式在自定义组件中修改radio的选中及默认状态下的样式失败,但是如果在 page 界面内修改却正常,请问如何在自定义组件内修改radio的样式 样式代码: radio .wx-radio-input { margin-right: 15rpx ; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: none; border-radius: 6rpx; box-sizing: border-box; } radio .wx-radio-input.wx-radio-input-checked { background-color: transparent; border-color: #2cc078; overflow: hidden; box-sizing: border-box; } radio .wx-radio-input.wx-radio-input-checked::before { content: url(http://www.lutao.com/front/images2014/common/tick.svg); background-size: 20rpx 20rpx; font-family: "iconfont" !important; font-size: 10rpx; color: #2cc078; top: auto; left: auto; right: -4rpx; bottom: -4rpx; transform: translate(0, 0) scale(1); -webkit-transform: translate(0, 0) scale(1); }
2020-09-12