上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 61 下一页
摘要: // 1 写入 cookie // document.cookie = 'username=zs' // document.cookie = 'age=18' // 读取cookie (读取的是全部的cookie) // console.log(document.cookie); // userna 阅读全文
posted @ 2022-01-24 21:54 13522679763-任国强 阅读(70) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2021-12-26 23:04 13522679763-任国强 阅读(76) 评论(0) 推荐(0)
摘要: <!-- 返回顶部按钮 --> <a href="javascript:;" class="backtotop" id="backtotop"> 返回<br>顶部 </a> (function(){ var backtotop = document.getElementById('backtotop 阅读全文
posted @ 2021-12-19 14:15 13522679763-任国强 阅读(55) 评论(0) 推荐(0)
摘要: <section class="banner" id="banner"> <ul id="carousel_list" class="carousel_list"> <li> <img src="images/banner1.jpg" alt=""> </li> <li> <img src="ima 阅读全文
posted @ 2021-12-19 14:05 13522679763-任国强 阅读(53) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2021-12-18 23:18 13522679763-任国强 阅读(25) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2021-12-18 20:12 13522679763-任国强 阅读(35) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2021-12-18 19:34 13522679763-任国强 阅读(24) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2021-12-18 19:34 13522679763-任国强 阅读(91) 评论(0) 推荐(0)
摘要: /* padding-bottom 撑开图片防止页面抖动 图片宽/图片高 百分比 */ .banner{ height: 0; overflow: hidden; padding-bottom: 25.4%; .banner__img{ width: 100%; } } 阅读全文
posted @ 2021-12-17 11:15 13522679763-任国强 阅读(59) 评论(0) 推荐(0)
摘要: .docker__title { font-size: 20px; transform: scale(.5,.5); transform-origin: center top; } 阅读全文
posted @ 2021-12-16 17:31 13522679763-任国强 阅读(317) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 61 下一页