Notes icon indicating copy to clipboard operation
Notes copied to clipboard

css的import支持横/竖屏判断

Open any86 opened this issue 3 years ago • 0 comments

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

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

any86 avatar May 11 '22 02:05 any86