摘要: <!DOCTYPE HTML> <html> <head> <meta charset=UTF-8 /> <title>Nothing</title> <style type="text/css"> #post{ width: 500px; height: 500px; overflow: hidd 阅读全文
posted @ 2022-01-21 10:59 李昂唐 阅读(340) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>懒加载图片三种方式</title> <style type="text/css"> body{ margin: 0; padding: 0 20%; } .contain{ wid 阅读全文
posted @ 2021-12-07 15:11 李昂唐 阅读(246) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style> body>div{ float: left; } #box{ width: 330px; height: 240px; overflow: hid 阅读全文
posted @ 2021-11-27 14:17 李昂唐 阅读(90) 评论(0) 推荐(0)
摘要: <!DOCTYPE HTML> <html> <head> <meta charset="UTF-8" /> <title>首頁</title> <style> body{ margin: 0; padding: 0; } #css1{ position: absolute; width: 6.25 阅读全文
posted @ 2021-11-24 10:11 李昂唐 阅读(27) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <script type="text/javascript"> var arr1 = [1,1,2,3,4,100] console 阅读全文
posted @ 2021-11-24 10:08 李昂唐 阅读(30) 评论(0) 推荐(0)
摘要: <style><!-- body{ background-color: greenyellow; } ul{ margin-top: 100px; } ul li{ list-style: none; position: relative; } img{ width: 6.25rem; height 阅读全文
posted @ 2021-11-20 11:48 李昂唐 阅读(55) 评论(0) 推荐(0)
摘要: <!DOCTYPE HTML> <html> <head> <meta charset=UTF-8 /> <title>Nothing</title> <style type="text/css"> #post{ position: relative; } input{ height: 2rem; 阅读全文
posted @ 2021-11-01 18:19 李昂唐 阅读(306) 评论(0) 推荐(0)