摘要: 示例代码: <template> <div class="it-bottom-button" :style="{ right: bottomBarRight }"> <slot></slot> </div> </template> <script> export default { name: "i 阅读全文
posted @ 2024-09-13 21:15 风雨后见彩虹 阅读(23) 评论(0) 推荐(0) 编辑
摘要: IntersectionObserver (自动监听元素是否进入了设备的可视区域之内) 示例: const io = new IntersectionObserver(callback, option); // 获取元素 const target = document.getElementById( 阅读全文
posted @ 2024-09-13 21:08 风雨后见彩虹 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 参考代码: <template> <div class="spinner"> <div class="dot1"></div> <div class="dot2"></div> </div> </template> <style scoped> .spinner { margin: 100px au 阅读全文
posted @ 2024-09-13 08:41 风雨后见彩虹 阅读(23) 评论(0) 推荐(0) 编辑