摘要: 控制样式 <style> .d1{ border: 1px solid green; width: 100px; height: 100px; } .d2{ border: 2px solid yellowgreen; width: 200px; height: 200px; } </style> 阅读全文
posted @ 2021-02-26 17:09 withLevi 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 动态表格 学生信息表 编号姓名性别操作 1 令狐冲 男 删除 2 任我行 男 删除 3 岳不群 ? 删除 阅读全文
posted @ 2021-02-26 16:52 withLevi 阅读(140) 评论(0) 推荐(0) 编辑
摘要: ` 动态表格 <style> table{ border: 1px solid; margin: auto; width: 500px; } td,th{ text-align: center; border: 1px solid; } div{ text-align: center; margin 阅读全文
posted @ 2021-02-26 15:38 withLevi 阅读(53) 评论(0) 推荐(0) 编辑