zoukankan      html  css  js  c++  java
  • css 控制鼠标显示样式

    <span style="cursor:*">文本</span> 

    然后*换成下面的一种就行:

    hand                     手型
    crosshair              十字型
    text                       移动到文本上的那种效果
    wait                      等待的那种效果
    default                  默认效果
    help                      问号
    e-size                    向右的箭头
    ne-resize               向右上的箭头
    n-resize                 向上的箭头
    nw-resize              向左上的箭头
    w-resize                向左的箭头
    sw-resize               左下的箭头
    s-resize                 向下的箭头
    se-resize               向右下的箭头
    auto                      由系统自动给出效果
  • 相关阅读:
    HIFU控制器的显示板
    风扇控制板
    直流源控制板
    HIFU的心脏
    强劲的全桥驱动
    脑电模块
    另一个12导联心电模块
    数据处理,pandas方面遇到的问题
    6.13 django
    python 零基础学习之路-06 常用模块
  • 原文地址:https://www.cnblogs.com/wyang0126/p/5039942.html
Copyright © 2011-2022 走看看