chenMeiFeng

导航

2022年8月8日 #

占位符

摘要: &:after { content: ''; width: calc((100% - 30px) / 2); } 阅读全文

posted @ 2022-08-08 17:53 CV搬运工 阅读(44) 评论(0) 推荐(0)

css文本换行以及出现省略号简单处理

摘要: 超出一行隐藏: overflow:hidden; //超出的文本隐藏 text-overflow:ellipsis; //溢出用省略号显示 white-space:nowrap; //溢出不换行12345但是第三条属性,只能显示一行,不能用在这里,那么如果显示多行呢? 超出两行隐藏: css3解决了 阅读全文

posted @ 2022-08-08 15:39 CV搬运工 阅读(686) 评论(0) 推荐(0)