Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css] 第212天 举例说明常用的cursor取值有哪些? #1517

Open
haizhilin2013 opened this issue Nov 13, 2019 · 3 comments
Open

[css] 第212天 举例说明常用的cursor取值有哪些? #1517

haizhilin2013 opened this issue Nov 13, 2019 · 3 comments
Labels
css css

Comments

@haizhilin2013
Copy link
Collaborator

第212天 举例说明常用的cursor取值有哪些?

我也要出题

@haizhilin2013 haizhilin2013 added the css css label Nov 13, 2019
@ZedCoding
Copy link

自己常用的有两个 cursor: not-allowed(禁止) / pointer(手指)

@everast2015
Copy link

1、cursor: move; (移动)
2、cursor: pointer;(手型)
3、cursor: not-allowed;(禁用)

@EvilsCos
Copy link

EvilsCos commented Nov 14, 2019

https://www.w3school.com.cn/cssref/pr_class_cursor.asp

把这个背熟,需要的时候才可以逢场作戏,题目让你说说你常用的,其实你在保证正确的情况下多回答几个是没错的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css css
Projects
None yet
Development

No branches or pull requests

4 participants