any86 / Notes

:rocket: 笔记
https://github.com/any86/Notes/issues
28 stars 9 forks source link

css的import支持横/竖屏判断 #93

Open any86 opened 2 years ago

any86 commented 2 years ago
/*横屏*/
@import url('landscape.css') screen and (orientation:landscape);

/*竖屏*/
@import url('portrait.css') screen and (orientation:portrait);