失眠网,内容丰富有趣,生活中的好帮手!
失眠网 > css 鼠标滚轮滚动样式

css 鼠标滚轮滚动样式

时间:2021-05-31 04:05:40

相关推荐

css 鼠标滚轮滚动样式

div 鼠标以及滚轮

<div class="mouse-icon"><div class="scroll"></div></div>

scss样式

.mouse-icon {position: absolute;border: 2px solid #2f2f2f;background: #ffffff;opacity: 0.8;border-radius: 13px;height: 35px;width: 25px;margin: 0 auto;display: block;left: 0;right: 0;bottom: 30px;z-index: 100;.scroll {animation-name: scrolling;animation-duration: 1s;animation-timing-function: linear;animation-delay: 0s;animation-iteration-count: infinite;animation-play-state: running;position: relative;border-radius: 10px;background: #2f2f2f;width: 4px;height: 8px;top: 4px;margin-left: auto;margin-right: auto;}@keyframes scrolling {0% {top: 2px;opacity: 0;}30% {top: 8px;opacity: 1;}100% {top: 16px;opacity: 0;}}}

如果觉得《css 鼠标滚轮滚动样式》对你有帮助,请点赞、收藏,并留下你的观点哦!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。