如何實現下圖的效果-—這裏就用到了濾鏡web
#nearStoreContent .popChoose li:before { 1. z-index: 1; 2. position: absolute; 3. content: "123131"; 4. font-size: 18px; 5. color: #000; 6. -webkit-filter: blur(4px); 7. filter: blur(4px); 8. display: block; 9. width: 100%; 10. text-align: center; 11. height: 20px; 12. line-height: 20px; 13. top: 50%; 14. margin-top: -10px; }
下面說說如何使用濾鏡spa
一、什麼是濾鏡:code