zoukankan      html  css  js  c++  java
  • 鼠标样式大全

    <!doctype html>
    <html>
    <head>
        <meta charset="utf-8">
        <title>无标题文档</title>
    
        <style>
            ul,li{padding:10px;list-style:none;}
            li{border:1px solid red;}
    
            /*li{ cursor:pointer; }*/
        </style>
    
    </head>
    
    <body>
    
    <ul>
        <li style="cursor:auto">auto</li>
        <li style="cursor:crosshair">Crosshair</li>
        <li style="cursor:default"> Default</li>
        <li style="cursor:pointer"> Pointer</li>
        <li style="cursor:move"> Move</li>
        <li style="cursor:e-resize"> e-resize</li>
        <li style="cursor:ne-resize"> ne-resize</li>
        <li style="cursor:nw-resize"> nw-resize</li>
        <li style="cursor:n-resize"> n-resize</li>
        <li style="cursor:se-resize"> se-resize</li>
        <li style="cursor:sw-resize"> sw-resize</li>
        <li style="cursor:s-resize"> s-resize</li>
        <li style="cursor:w-resize"> w-resize</li>
        <li style="cursor:text"> text</li>
        <li style="cursor:wait"> wait</li>
        <li style="cursor:help"> help</li>
    </ul>
    </body>
    </html>

    原文:https://www.cnblogs.com/hangzhou728/p/11157586.html

  • 相关阅读:
    erl_0012 timer:tc 测试模块函数调用运行耗时
    erl_0011 erlang 定时器相关
    erl0010
    erl0009
    erl0008
    erl0007
    erl0006
    erl0005
    开开心心过生活、踏踏实实做技术
    Android-理解Intent
  • 原文地址:https://www.cnblogs.com/onlywu/p/14168640.html
Copyright © 2011-2022 走看看