加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 创业 > C语言 > 正文

css各种手型集合(css禁止手型)

发布时间:2020-12-15 00:23:55 所属栏目:C语言 来源:网络整理
导读:table class="text"gt;tbodytr class="li1"gt; td class="ln"pre class="de1"1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
                                            <table class="text"&gt;<tbody><tr class="li1"&gt;

<td class="ln"><pre class="de1">1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79

? ?
? ?
? ?
? ?
? ?
? ?
? ?
? ?
? ?
? ?
? ?
? ?
? ?
? ?
? ?
? ?
? ?
? ?
? ?
? ?
? ?
? ?
? ?
? ?
? ?
? ?
? ?
? ?
? ?
? ?
? ?
? css代码如下: ? ? ? ? .auto ? ? ? ? ? ?{ cursor: auto; } ? ? .deafult ? ? ? ? { cursor: default; } ? ? .none ? ? ? ? ? ?{ cursor: none; } ? ? .context-menu ? ?{ cursor: context-menu; } ? ? .help ? ? ? ? ? ?{ cursor: help; } ? ? .pointer ? ? ? ? { cursor: pointer; } ? ? .progress ? ? ? ?{ cursor: progress; } ? ? .wait ? ? ? ? ? ?{ cursor: wait; } ? ? .cell ? ? ? ? ? ?{ cursor: cell; } ? ? .crosshair ? ? ? { cursor: crosshair; } ? ? .text ? ? ? ? ? ?{ cursor: text; } ? ? .vertical-text ? { cursor: vertical-text; } ? ? .alias ? ? ? ? ? { cursor: alias; } ? ? .copy ? ? ? ? ? ?{ cursor: copy; } ? ? .move ? ? ? ? ? ?{ cursor: move; } ? ? .no-drop ? ? ? ? { cursor: no-drop; } ? ? .not-allowed ? ? { cursor: not-allowed; } ? ? .all-scroll ? ? ?{ cursor: all-scroll; } ? ? .col-resize ? ? ?{ cursor: col-resize; } ? ? .row-resize ? ? ?{ cursor: row-resize; } ? ? .n-resize ? ? ? ?{ cursor: n-resize; } ? ? .e-resize ? ? ? ?{ cursor: e-resize; } ? ? .s-resize ? ? ? ?{ cursor: s-resize; } ? ? .w-resize ? ? ? ?{ cursor: w-resize; } ? ? .ns-resize ? ? ? { cursor: ns-resize; } ? ? .ew-resize ? ? ? { cursor: ew-resize; } ? ? .ne-resize ? ? ? { cursor: ne-resize; } ? ? .nw-resize ? ? ? { cursor: nw-resize; } ? ? .se-resize ? ? ? { cursor: se-resize; } ? ? .sw-resize ? ? ? { cursor: sw-resize; } ? ? .nesw-resize ? ? { cursor: nesw-resize; } ? ? .nwse-resize ? ? { cursor: nwse-resize; } ? ? ? .cursors > div { ? ? ?float: left; ? ? ?box-sizing: border-box; ? ? ?width: 20%; ? ? ?padding: 10px 2px; ? ? ?text-align: center; ? ? ?white-space: nowrap; ? ? } ? 出处:http://buluo.qq.com/p/detail.html?bid=208664&pid=1336870-1476076603&from=share_qq(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读