摘要: 背景: 可以省略其中一个属性 边框: 只有边框颜色能省略 字体: 可以省略一些属性,但是要注意顺序 边框 不能省略,省略了意思就变了,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) 编辑