上一页 1 ··· 7 8 9 10 11 12 13 下一页
摘要: border-radius圆角边框 border-radius:10px,20px,40px,80px 阅读全文
posted @ 2022-05-12 10:17 hi123hi159 阅读(38) 评论(0) 推荐(0)
摘要: 基线对齐 居中: vertical-align: middle; 顶部: vertical-align: top; 阅读全文
posted @ 2022-05-12 09:51 hi123hi159 阅读(1549) 评论(0) 推荐(0)
摘要: /*相对定位*/ position: relative; width: 200px; height: 200px; /*绝对定位*/ position: absolute; left: 0; top: 200px; /*固定定位*/ position: fixed; 阅读全文
posted @ 2022-05-12 09:30 hi123hi159 阅读(19) 评论(0) 推荐(0)
摘要: transform:translate(-50%,-50%); 位移 阅读全文
posted @ 2022-05-12 09:02 hi123hi159 阅读(54) 评论(0) 推荐(0)
摘要: 添加盒子下边缘阴影 box-shadow:0px 2px 3px 0px rgba(118,118,118,0.2); 阅读全文
posted @ 2022-05-12 04:39 hi123hi159 阅读(250) 评论(0) 推荐(0)
摘要: text-align: center; /*40为整个行高*/ line-height: 40px; 水平垂直居中 阅读全文
posted @ 2022-05-11 19:35 hi123hi159 阅读(27) 评论(0) 推荐(0)
摘要: 字体加粗 font-weight: 700; 阅读全文
posted @ 2022-05-11 19:32 hi123hi159 阅读(184) 评论(0) 推荐(0)
摘要: font-family改变字体 font-family:宋体; 阅读全文
posted @ 2022-05-11 11:59 hi123hi159 阅读(67) 评论(0) 推荐(0)
摘要: a:hover时a标签实现鼠标悬停效果 a:hover{ background-color: #CEEDCE; } 鼠标悬停a标签显示背景颜色 阅读全文
posted @ 2022-05-11 11:53 hi123hi159 阅读(539) 评论(0) 推荐(0)
摘要: 标签转换成行内块 display:inline-block; 可以使标签获得宽和高 阅读全文
posted @ 2022-05-10 16:42 hi123hi159 阅读(42) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 下一页