摘要: 自己代码写的一言难尽 阅读全文
posted @ 2022-03-22 17:21 st-159 阅读(64) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> *{ margin: 0; padding: 0; list-style: none; } ul{ width: 阅读全文
posted @ 2022-03-22 16:49 st-159 阅读(85) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> body{ width: 100%; height: 100%; background-color: #e1e1e 阅读全文
posted @ 2022-03-22 15:52 st-159 阅读(263) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> body{ text-align: center; } </style> <script type="text/j 阅读全文
posted @ 2022-02-25 17:02 st-159 阅读(31) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> <style type="text/css"> *{ margin: 0; padding: 0; } #box{ margin: 100px auto; w 阅读全文
posted @ 2022-02-25 17:01 st-159 阅读(136) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> #box { width: 150px; height: 50px; background: #A9A9A9; l 阅读全文
posted @ 2022-02-25 16:54 st-159 阅读(13) 评论(0) 推荐(0)