2022年2月7日
摘要: 精灵图 用ps测量的像素值才对得上。 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0 阅读全文
posted @ 2022-02-07 11:14 cookie的笔记簿 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 隐藏层 <title>仿土豆网显示隐藏遮罩案例</title> <style> .tudou { position: relative; width: 444px; height: 320px; background-color: pink; margin: 30px auto; } .tudou 阅读全文
posted @ 2022-02-07 10:42 cookie的笔记簿 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 浮动是用来做文字环绕的 <style> .box { /* 1.浮动的元素不会压住下面标准流的文字 */ float: left; /* 2. 绝对定位(固定定位) 会压住下面标准流所有的内容。 */ width: 150px; height: 150px; background-color: pi 阅读全文
posted @ 2022-02-07 10:39 cookie的笔记簿 阅读(43) 评论(0) 推荐(0) 编辑