摘要: Content-Encoding":"gzip","X-APP-ID":"Xcross","X-CHANNEL":"EB-XCross","X-REQUEST-ID":"63e4d056-32db-49b9-a231-1a88454f4f4a","X-UID":"6441187666","X-CID 阅读全文
posted @ 2023-02-08 17:17 -vin- 阅读(3) 评论(0) 推荐(0) 编辑
摘要: <template> <span>{{hour? hourString+':'+minuteString+':'+secondString : minuteString+':'+secondString}}</span> </template> <script> export default { d 阅读全文
posted @ 2018-12-26 15:42 -vin- 阅读(14272) 评论(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- 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 安卓移动端css动画会有卡顿,解决方法,利用transform $('#uploadLayer').css({'transform':'translateY(-2.5rem)','transition':'transform .4s ease'}) 阅读全文
posted @ 2018-02-24 18:17 -vin- 阅读(775) 评论(0) 推荐(0) 编辑
摘要: php 注册 增删改 阅读全文
posted @ 2018-02-24 17:04 -vin- 阅读(247) 评论(0) 推荐(0) 编辑