3203ea4379
- cert-apply: .input和.ca-textarea加box-sizing:border-box,修复width:100%+padding溢出卡片
- 全局滚动条隐藏:用*通配符全面覆盖所有元素
- * { scrollbar-width:none; -ms-overflow-style:none; }
- *::-webkit-scrollbar { display:none !important; width:0; height:0; }
- 覆盖所有横向滚动容器(overflow-x:auto)和页面级滚动