
css
这次最后一次熬夜
热爱生活
展开
-
vue中遮罩层阻止鼠标滚动及页面滚动
vue提供一个简易的事件 @touchmove.prevent ——阻止页面滚动 @mousewheel.prevent——阻止鼠标滚动原创 2021-08-19 11:17:31 · 708 阅读 · 0 评论 -
css样式匹配苹果个型号手机
/*适配苹果X*/ @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) { .header_nav { top: 44px; } } /*适配苹果X smart Max*/ @media only screen and (device-width: 414px) and (device-height: 896px转载 2021-07-22 10:45:11 · 802 阅读 · 0 评论