2026年6月26日

摘要: 设置2种不同的超级链接样式 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>设置2种不同的超级链接样式</title> <style type="text/css"> a{ color: black; text-decorati 阅读全文

posted @ 2026-06-26 10:31 福寿桃呐 阅读(2) 评论(0) 推荐(0)

摘要: 固定定位+锚记 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>固定定位+锚记</title> <style type="text/css"> .main{ height: 3000px; /*padding: 1500px 0 阅读全文

posted @ 2026-06-26 10:31 福寿桃呐 阅读(2) 评论(0) 推荐(0)

摘要: 求最大值、最小值 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>求最大值、最小值</title> </head> <body> <script type="text/javascript"> var arr=[4,-20,3, 阅读全文

posted @ 2026-06-26 10:22 福寿桃呐 阅读(3) 评论(0) 推荐(0)

摘要: 一、布局的原则 先分大块,再分小块;先横再竖 二、几个1→n的问题 1.文本折叠 (1)单行折叠 white-space: nowrap; overflow: hidden; text-overflow: ellipsis; (2)多行折叠 display: -webkit-box; -webkit 阅读全文

posted @ 2026-06-26 10:13 福寿桃呐 阅读(3) 评论(0) 推荐(0)

摘要: 伊贝主页 <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>亿贝首页</title> <link rel="stylesheet" type="text/css" href="css/style.css"/> </head> 阅读全文

posted @ 2026-06-26 10:13 福寿桃呐 阅读(1) 评论(0) 推荐(0)

摘要: 标签选择器 div{ } 类选择器 .class{ } id选择器 id{ } 并集选择器 div,.class{ } 标签指定选择器 div.class{ } 后代选择器 div .class{ } 阅读全文

posted @ 2026-06-26 10:13 福寿桃呐 阅读(2) 评论(0) 推荐(0)

摘要: 伊贝子页 <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>亿贝通讯录</title> <link rel="stylesheet" type="text/css" href="css/ziye_style.css"/> </ 阅读全文

posted @ 2026-06-26 10:13 福寿桃呐 阅读(1) 评论(0) 推荐(0)

摘要: 文字折叠 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>文本折叠</title> <style type="text/css"> div.text1,div.text2{ width: 200px; padding: 10px 阅读全文

posted @ 2026-06-26 10:13 福寿桃呐 阅读(1) 评论(0) 推荐(0)

摘要: CSS3简介 一、CSS3 基础概念 定义 CSS3 是层叠样式表第三代标准(Cascading Style Sheets Level 3),是 CSS2.1 的升级与扩展,用于控制网页布局、样式、美化、动画交互,负责网页的视觉呈现,搭配 HTML 结构、JavaScript 行为,构成网页前端三大 阅读全文

posted @ 2026-06-26 10:13 福寿桃呐 阅读(2) 评论(0) 推荐(0)

摘要: fiex弹性布局justify-content <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>fiex弹性布局justify-content</title> <style type="text/css"> .box1{ wid 阅读全文

posted @ 2026-06-26 09:25 福寿桃呐 阅读(2) 评论(0) 推荐(0)


博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3