摘要: 先看效果: 实现: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" c 阅读全文
posted @ 2020-04-05 16:55 LeeHua 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 先查看效果: 实现: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" 阅读全文
posted @ 2020-04-05 16:52 LeeHua 阅读(533) 评论(0) 推荐(0) 编辑
摘要: 先查看效果: 该导航条可以适应不同尺寸的页面(如手机屏幕、电脑屏幕) 实现: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=e 阅读全文
posted @ 2020-04-05 16:50 LeeHua 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 不使用BootStrap 之 CSS全局样式中的表单,自己也不定义CSS样式 <form> <div> <label>Email address</label> <input type="email" placeholder="Email"> </div> <div> <label>Password 阅读全文
posted @ 2020-04-05 03:32 LeeHua 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 不使用BootStrap 之 CSS全局样式中的表格,自己也不定义CSS样式 <table> <caption>学生信息表</caption> <tr> <th>编号</th> <th>姓名</th> <th>性别</th> <th>操作</th> </tr> <tr> <td>1</td> <td 阅读全文
posted @ 2020-04-05 01:54 LeeHua 阅读(361) 评论(0) 推荐(0) 编辑