
css3
autm许
这个作者很懒,什么都没留下…
展开
-
css 滚动样式
::-webkit-scrollbar {width : 8px;height: 8px;overflow: visible;}::-webkit-scrollbar-thumb {border-radius: 10px;background: #d4d4d4;min-height: 25px;min-width: 25px;cursor: pointer;}::-webkit-scrollbar-track {background : #f7f7f7;}原创 2020-12-01 09:33:29 · 126 阅读 · 0 评论 -
css 改变网页所选中的文字,背景色为红色
body ::selection {color:#fff;background-color:#f45947;text-shadow:none;}原创 2020-12-01 09:32:15 · 738 阅读 · 0 评论 -
css loading动效
css loading动效css代码.components-animate-loading { display: flex; height: 60px; align-items: center; justify-content: center; } .components-animate-loading .bor { display: inline-flex; margin-right: 8px; wi原创 2020-07-17 13:59:57 · 185 阅读 · 0 评论 -
css音频动效
html代码<div class="components-animaite-play"> <div class="line"></div> <div class="line"></div> <div class="line"></div></div>css代码/* 音频动效 */.components-animaite-play { background: rgba(255, 255, 25原创 2020-07-17 13:53:16 · 1034 阅读 · 1 评论