摘要: <template> <span>{{hour? hourString+':'+minuteString+':'+secondString : minuteString+':'+secondString}}</span> </template> <script> export default { d 阅读全文
posted @ 2018-12-26 15:42 -vin- 阅读(14343) 评论(2) 推荐(2)
摘要: 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)
摘要: 安卓移动端css动画会有卡顿,解决方法,利用transform $('#uploadLayer').css({'transform':'translateY(-2.5rem)','transition':'transform .4s ease'}) 阅读全文
posted @ 2018-02-24 18:17 -vin- 阅读(798) 评论(0) 推荐(0)
摘要: php 注册 增删改 阅读全文
posted @ 2018-02-24 17:04 -vin- 阅读(261) 评论(0) 推荐(0)