zivenday / learning

知识点脑图,js实现,算法实现。
MIT License
1 stars 1 forks source link

在页面上隐藏元素的方法有哪些? #8

Open zivenday opened 5 years ago

zivenday commented 5 years ago

display: none opacity: 0 visibility: hidden z-index: -9999999999999 transform: scale(0) skew(0 90deg) margin-left: -100% position: relative; left: -100% width: 0; height: 0;