首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 【UI】前端常用特效

    <button class="<em>button</em> -5" role="button">Button 5</button>
    <style> .button -5:hover, .button-5:focus { background-color: #fb8332; box-shadow : rgba(0, 0, 0, 0.1) 0 4px 12px; } .button-5:hover { transform : translateY(-1px); } .button-5:active { background-color: #

    52410编辑于 2025-12-15
  • 来自专栏AI SPPECH

    2025年Python Tkinter新手入门:环境搭建与基础组件完全指南

    按住鼠标左键移动 <Enter>:鼠标进入控件 <Leave>:鼠标离开控件 <MouseWheel>:鼠标滚轮滚动(在Windows上) <Button-4>:鼠标滚轮向上滚动(在Linux上) <Button 对于Linux系统,使用不同的事件绑定鼠标滚轮 # canvas.bind("<Button-4>", on_mousewheel) # 鼠标滚轮向上(Linux) # canvas.bind("<Button

    78510编辑于 2025-11-13
领券