• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
wangkaixuan1121
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页

2025年2月16日

2.8
摘要: 设置容器上下 padding 相同实现垂直居中和使用 line-height=height 实现垂直居中仅对单行文本有效,当文本行数超过单行时: 1)padding:文本仍然处于容器垂直居中的位置,但是容器的 height 会随着文本行数的增加而增大; 2)line-height=height:容器 阅读全文
posted @ 2025-02-16 22:24 睡觉的时候不困, 阅读(4) 评论(0) 推荐(0)
 
2.7
摘要: postion: 1、absolute(绝对定位),其位置相对于最近已定位的父元素,如果元素没有已定位的父元素那么它的位置相对于 2、static(默认的静态定位),即没有定位,遵循正常的文档流对象,静态定位的元素不受top、left、right、bottom影响。 3、relative(相对定位) 阅读全文
posted @ 2025-02-16 22:23 睡觉的时候不困, 阅读(7) 评论(0) 推荐(0)
 
2.6
摘要: 对于 CSS 里的 visibility 属性,通常其值被设置成 visible 或 hidden。 visibility: hidden 相当于 display:none,能把元素隐藏起来,但两者的区别在于: 1、display:none 元素不再占用空间。 2、visibility: hidde 阅读全文
posted @ 2025-02-16 22:22 睡觉的时候不困, 阅读(22) 评论(0) 推荐(0)
 
2.5
摘要: 旅游回来了。。 阅读全文
posted @ 2025-02-16 22:17 睡觉的时候不困, 阅读(3) 评论(0) 推荐(0)
 
1.30
摘要: 跟家人去云南玩了。 阅读全文
posted @ 2025-02-16 22:17 睡觉的时候不困, 阅读(5) 评论(0) 推荐(0)
 
1.29
摘要: 今天春节休息一天! 阅读全文
posted @ 2025-02-16 22:16 睡觉的时候不困, 阅读(6) 评论(0) 推荐(0)
 
1.28
摘要: 文本格式化 字体属性: 1.字体大小 font-size: px 、rem 、 pt 2.字体系列 font-family:系列1,系列2,…… 3.字体加粗 font-weight: lighter 300 normal 400 bold 600 bolder 700 字体样式 font-styl 阅读全文
posted @ 2025-02-16 22:14 睡觉的时候不困, 阅读(6) 评论(0) 推荐(0)
 
1.27
摘要: 背景 1.背景颜色 background-color : 合法颜色值; 背景颜色 background-image : url(img/02.png); 背景图片 background-repeat: repeat; 背景图片的平铺 no-repeat 不平铺 repeat-x 设置x轴平铺 rep 阅读全文
posted @ 2025-02-16 22:11 睡觉的时候不困, 阅读(4) 评论(0) 推荐(0)
 
1.26
摘要: 边框: 1.单属性设置 border-width: 100px; border-style: solid; border-color: #CCFF00; 2.单边单属性 border-top-width: 上边框宽度 border-top-style: 上边框样式 border-top-color: 阅读全文
posted @ 2025-02-16 22:08 睡觉的时候不困, 阅读(4) 评论(0) 推荐(0)
 
1.25
摘要: 边框: 1.简写方式: 同时设置4个方向的边框 border: width style color; width- - - - 边框的粗细 style - - - -边框样式 solid 实线 dotted 小圆点虚线 dashed 短线虚线 doubel 双实线 color - - - -合法颜色 阅读全文
posted @ 2025-02-16 22:02 睡觉的时候不困, 阅读(20) 评论(0) 推荐(0)
 
 
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页

公告


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