
笔记
草字
点点关注点点赞,私信问答先回复。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
css 音乐文字颜色的过渡效果(从左到右)
效果图:<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <style> .container原创 2020-08-21 12:16:44 · 917 阅读 · 0 评论 -
微信小程序 音乐播放代码(播放方式,歌词滚动) (更新优化版:添加文字颜色过渡)
效果图:wxml:<view class="container flex-align"> <view style="text-align:center;position:relative;" class="box"> <view style="color:white;">{{songs.name}}</view> <view style="color:#ddd;" class="f12">{{songs.ar[0].name}}&l原创 2020-08-21 12:16:37 · 6996 阅读 · 7 评论 -
微信小程序 音乐播放代码(播放方式,歌词滚动)
部分资源:dayjs:https://download.csdn.net/download/qq_42740797/12728688animate:https://download.csdn.net/download/qq_42740797/12728700wxml:<view class="container flex-align"> <view style="text-align:center;position:relative;" class="box">原创 2020-08-19 16:48:22 · 8718 阅读 · 12 评论 -
Vue 代码模板,用户片段(常用型和完整型)
用户片段常用型:在这里插入代码片用户片段完整型:{ "Print to console": { "prefix": "vue", "body": [ "<template>", " <div class=''></div>", "</template>", "<script>",原创 2020-07-25 22:23:27 · 5658 阅读 · 0 评论 -
Vue 组件的属性作用,用户片段说明
activated原创 2020-07-25 22:47:15 · 319 阅读 · 0 评论 -
vue 页面一加载直接让输入框获得焦点,或者失去焦点的方法
输入框有两个方法:focus():获得焦点。blur():失去焦点。原创 2020-08-01 23:15:59 · 5316 阅读 · 0 评论 -
vue 自定义右击弹出层(跟随鼠标位置),包含如何隐藏
效果图:<div @contextmenu.prevent="pop($event)">首页</div><div v-if="isPop" class="pop" :style="{'left':mouse.left+'px','top':mouse.top+'px'}"> <div @click="delOur">关闭其他</div> <div @click="delLeft">关闭左侧</div&原创 2020-09-01 16:39:55 · 2433 阅读 · 0 评论 -
js replace函数替换,替换所有的正则表达式
js的replace函数替换的内容是匹配的第一个元素被替换,其他的匹配的就不处理了。如果需要匹配全部,就要加上“g”修饰符。let str=“azc azc azc”;let str2=str.replace(/z/g,“b”);console.log(str2);//结果:abc abc abc...原创 2020-07-25 14:09:16 · 652 阅读 · 0 评论 -
vue 组件库资源的网上位置
所有资源:https://awesomejs.dev/for/vue/pkg/254637146160235018/推荐:表格:https://xuliangzhan_admin.gitee.io/vxe-table/#/table/grid/edit原创 2020-09-22 09:02:49 · 308 阅读 · 0 评论 -
html,css 最全grid网格布局教程
网址:http://www.ruanyifeng.com/blog/2019/03/grid-layout-tutorial.html原创 2020-07-23 21:53:07 · 878 阅读 · 0 评论 -
js Object.defineProperty方法(vue源码解析)
我用#CSDN#这个app发现了有技术含量的博客,小伙伴们求同去《理解Object.defineProperty的作用》, 一起来围观吧 https://blog.csdn.net/qq_37288477/article/details/87949027?utm_source=app原创 2020-07-25 20:37:49 · 389 阅读 · 0 评论 -
uni-app的坑
推荐文章:https://blog.csdn.net/qq_40299140/article/details/99634596原创 2020-10-30 08:37:58 · 316 阅读 · 0 评论 -
微信小程序兼容性问题
推荐文章:https://www.jianshu.com/p/0eabd560b5a8?tdsourcetag=s_pctim_aiomsg原创 2020-10-29 20:08:53 · 439 阅读 · 0 评论 -
html div上的属性没有值实现方法“<div f14>文字</div>”
html:<div f14></div>css:[f14]{ font-size:14px;}原创 2020-10-15 11:04:31 · 369 阅读 · 0 评论 -
css样式不行,试试这几个网站
五个学习网站。1.codepen https://codepen.io2.awwwards https://www.awwwards.com3.csslayout https://csslayout.io有很多布局的样式可以参考,基本上都是内联样式。4. css inspiration https://chokcoco.github.io/CSS-Inspiration5. animista https://animista.net可以手动调整动画的方向和速度等等属性,最后直接生成代码。原创 2020-09-25 23:14:44 · 1612 阅读 · 0 评论 -
vscode 前端的常用插件
vscode前端插件Html• HTML Snippets• HTML CSS Support• IntelliSense for CSS class names in HTML• HTML PreviewCss• Css Peek• Beautify css/sass/scss/lessJavaScript• JavaScript (ES6) snippets• StandardJS - JavaScript Standard StyleAuto• Auto Rename Tag原创 2020-08-04 09:43:41 · 259 阅读 · 0 评论 -
前端 各种API网站,教程网站,素材网站,工具网站,非常好用
API接口网站聚合API(多种类型接口):各种网络请求接口,有免费的,也有付费的。短信验证码,手机归属地,天气预报,ip地址,星座配对,二维码生成,笑话大全,汇率,身份证查询,图书电商数据,新华词典,周公解梦,蔬果类食材识别,图片鉴黄,植物识别,菜谱大全。https://www.juhe.cn/高德地图API:作用就是定位。http://lbs.amap.com/人脸识别:http://www.faceplusplus.com.cn/蜻蜓:广播。FMhttp://open.qingting.fm原创 2020-07-23 21:42:54 · 1128 阅读 · 0 评论