摘要: 阅读全文
posted @ 2022-04-20 23:58 夏前波大帅B 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 网站效果: 总结 1、 表单分为三个部分每个部分结构为: <section> <p class="step">第一步,详细信息</p> <p class="form-line"> <span>姓名</span> <input type="text" placeholder="请输入姓名" id="" 阅读全文
posted @ 2022-01-09 22:58 夏前波大帅B 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 1. 对象 1) 什么是对象? 对象是由属性和方法组成的实例 2) 对象分类 内置对象(系统对象) 自定义对象 3) 创建对象 a. 实例化方式 let obj=new Object(); b. 字面量方式 let obj={}; let obj={ 属性名:值, 属性名2:值2, ... } 4) 阅读全文
posted @ 2022-01-09 22:58 夏前波大帅B 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 网页效果: 鼠标划入时 总结 鼠标划入时的效果设置: .test:hover{ background-color: pink; } .info:hover{ text-decoration: underline; background-color: palegreen; } 阅读全文
posted @ 2022-01-07 15:03 夏前波大帅B 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 网页效果 总结 .container .subject a{ text-decoration: none; background-color: #045899; color: white; font-size: 12px; width: 150px; height: 50px; line-heigh 阅读全文
posted @ 2022-01-07 00:17 夏前波大帅B 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 背景: 可以省略其中一个属性 边框: 只有边框颜色能省略 字体: 可以省略一些属性,但是要注意顺序 边框 不能省略,省略了意思就变了,margin:10px(上) 15px(左右)15px(下);margin:10px(上下)20px(左右);margin:10px(上下左右) padding: 同 阅读全文
posted @ 2022-01-06 23:22 夏前波大帅B 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 网页效果: 分析: 1、定位坐标是可以取负数的 style{ #banner-warapper{ position:absolute; left:80px;top:-15; } } 2、固定定位position=fixed 网页效果: 总结: 当c元素设置为position:absolute,不管B 阅读全文
posted @ 2022-01-06 23:08 夏前波大帅B 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 网页效果: 阅读全文
posted @ 2022-01-06 22:57 夏前波大帅B 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 网页效果 总结 1、 2、 阅读全文
posted @ 2022-01-06 22:45 夏前波大帅B 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 网页效果 聊天对话框布局练习 网页效果 总结 清楚浮动影响的办法: 1、 2、 阅读全文
posted @ 2022-01-05 23:11 夏前波大帅B 阅读(54) 评论(0) 推荐(0) 编辑