摘要: ``` html部分 此问题必须填写 js部分 const inputs = document.querySelectorAll('.form-group input[type="text"]'); const bubble = document.querySelector('.bubble') i 阅读全文
posted @ 2023-06-21 14:11 yjxQWQ 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ``` function loadCSS(url) { // Remove existing stylesheets var head = document.head; var existingStylesheets = head.getElementsByTagName('link'); for 阅读全文
posted @ 2023-06-21 14:09 yjxQWQ 阅读(128) 评论(0) 推荐(0) 编辑
摘要: ``` Click me ``` 阅读全文
posted @ 2023-06-16 10:05 yjxQWQ 阅读(124) 评论(0) 推荐(0) 编辑
摘要: ``` ``` 阅读全文
posted @ 2023-06-15 15:20 yjxQWQ 阅读(187) 评论(0) 推荐(0) 编辑
摘要: /双重弹跳加载动画 */ 效果如同页面 https://codepen.io/yjx123/pen/zYMvbML ``` ``` 阅读全文
posted @ 2023-06-14 15:09 yjxQWQ 阅读(60) 评论(0) 推荐(0) 编辑
摘要: ``` {{ t("Login") }} {{ t("welcome") }} Email Password Forgot Password ? Continue Please wait... ``` ``` ``` css 背景色是中心往两侧渐变的半圆 先上下渐变 再中心像左右渐变 也就是 背景从 阅读全文
posted @ 2023-06-08 16:58 yjxQWQ 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 传递函数 ``` const chartOptions = ( t: Function, color: string = "warning", height: string = "auto" ): ApexOptions => { return { // Rest of your chart opt 阅读全文
posted @ 2023-06-05 11:17 yjxQWQ 阅读(48) 评论(0) 推荐(0) 编辑
摘要: ``` 花费 ``` 阅读全文
posted @ 2023-06-01 11:22 yjxQWQ 阅读(141) 评论(0) 推荐(0) 编辑
摘要: ``` ``` ``` ``` 阅读全文
posted @ 2023-06-01 09:27 yjxQWQ 阅读(15) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2023.cnblogs.com/blog/3004543/202305/3004543-20230529143439912-181429053.png) 阅读全文
posted @ 2023-05-29 14:34 yjxQWQ 阅读(15) 评论(0) 推荐(0) 编辑