摘要: HTML: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, us 阅读全文
posted @ 2020-06-23 16:41 YJUI 阅读(190) 评论(0) 推荐(0)
摘要: HTML: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, us 阅读全文
posted @ 2020-06-23 13:56 YJUI 阅读(172) 评论(0) 推荐(0)
摘要: HTML <a href="javascript:void(0)" class="go-top" @click="goTop"></a> index.js methods:{ goTop: function () { $('html,body').animate({ scrollTop: '0px' 阅读全文
posted @ 2020-06-23 11:38 YJUI 阅读(156) 评论(0) 推荐(0)
摘要: HTML: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, us 阅读全文
posted @ 2020-06-23 11:28 YJUI 阅读(493) 评论(0) 推荐(0)