|
|
| 第1行: |
第1行: |
| /* 默认光标 */
| |
| body, div, span, p, h1, h2, h3, h4, h5, h6, td, th, li, ul, ol, table, section, article, header, footer, nav, main, aside, figure, blockquote, pre, code, hr {
| |
| cursor: url('https://new.pvzhe.wiki/images/1/10/%E5%85%89%E6%A0%87.png'), auto;
| |
| }
| |
|
| |
|
| /* 有链接时 */
| |
| a, button, .pvzhe-card, input[type="submit"], .mw-ui-button, #back-to-top, .wiki-pet, .pet-switch-btn, .random-plant-btn, .random-zombie-btn, .friend-btn, .msg-send-btn, .comment-submit {
| |
| cursor: url('https://new.pvzhe.wiki/images/4/42/%E5%85%89%E6%A0%87%E6%9C%89%E9%93%BE%E6%8E%A5.png'), pointer;
| |
| }
| |
|
| |
| /* 输入框 */
| |
| input[type="text"], input[type="search"], textarea, input[type="number"], input[type="password"] {
| |
| cursor: url('https://new.pvzhe.wiki/images/7/78/%E5%85%89%E6%A0%87%E8%BE%93%E5%85%A5.png'), text;
| |
| }
| |
|
| |
| /* 拖拽 */
| |
| .formation-plant, .wiki-pet, [draggable="true"] {
| |
| cursor: url('https://new.pvzhe.wiki/images/4/42/%E5%85%89%E6%A0%87%E6%9C%89%E9%93%BE%E6%8E%A5.png'), move;
| |
| }
| |