Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 CSS 很陌生。 我在看网站,上面说我应该编写这样的代码。 但我必须将其更改为 CSS 样式。但我不知道怎么做。
ul.ui-complete li :display none li.ui-menu-item :display block
谁能告诉我这应该是CSS样式吗?谢谢。
ul.ui-complete li { display: none; } ul.ui-complete li.ui-menu-item{ display: block; }