会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
-vin-
星辰大海
博客园
首页
新随笔
联系
订阅
管理
2018年12月26日
vue倒计时(时分秒)组件
摘要: <template> <span>{{hour? hourString+':'+minuteString+':'+secondString : minuteString+':'+secondString}}</span> </template> <script> export default { d
阅读全文
posted @ 2018-12-26 15:42 -vin-
阅读(14343)
评论(2)
推荐(2)
2018年8月13日
jq消息滚动,无缝拼接
摘要: css <style> body { margin: 0; padding: 0; overflow: hidden; } .wdt-container .headerNotice-wrap { height: 50px; border-bottom: solid 1px #f0f0f0; back
阅读全文
posted @ 2018-08-13 14:46 -vin-
阅读(273)
评论(0)
推荐(0)
2018年2月24日
安卓移动端css3动画卡顿解决方法
摘要: 安卓移动端css动画会有卡顿,解决方法,利用transform $('#uploadLayer').css({'transform':'translateY(-2.5rem)','transition':'transform .4s ease'})
阅读全文
posted @ 2018-02-24 18:17 -vin-
阅读(798)
评论(0)
推荐(0)
PDO方法实现增删改查
摘要: php 注册 增删改
阅读全文
posted @ 2018-02-24 17:04 -vin-
阅读(261)
评论(0)
推荐(0)
公告