整理一些css样式

整理一些css样式

渐变文字

span {
background: linear-gradient(360deg, #97E9FF 0%, #FFFFFF 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

文字阴影

p {
text-shadow: 0 0 12px rgba(24, 230, 255, 0.63);
}

适应多种情况的自动换行

p {
word-break: keep-all;
word-wrap: break-word;
white-space: pre-wrap;
}

单行超出内容省略

p {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

小天才的margin呢

.iconfont + .iconfont {
margin-left: 10px;
}
/* 任意两个连续的 `iconfont` 类中后面一个添加 `margin-left` 属性 */

平滑滚动 (直接修改offsetTop都能平滑滚动)

.container {
scroll-behavior:smooth;
}
打赏
  • 版权声明: 本博客所有文章除特别声明外,著作权归作者所有。转载请注明出处!
  • Copyrights © 2020-2021 wiidede
  • 访问人数: | 浏览次数:

请我喝杯咖啡吧~

支付宝
微信