02 2023 档案
摘要:1. 效果(移动端展示,PC端屏幕太宽,tab item数量少滚动不起来) 默认选中第一个 点击话费直充,被激活的item会自动居中 2. 原理 这里我没有使用a标签加 **href="#xxid"**这种形式,因为浏览器地址会带上hash 我使用了scrollIntoView,但是默认元素滚动到视
阅读全文
摘要:// ios底部安全距离-padding .savepadding{ padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); box-sizing: content-
阅读全文
摘要:1. 代码 正常情况,两个图片的高度一致,宽度也一致,这时候没有什么问题 <view class="container"> <image class="icon" src="1.png" alt="" /> <image class="icon" src="2.png" alt="" /> </vi
阅读全文