首页
学习
活动
专区
圈层
工具
发布
  • 您找到你想要的搜索结果了吗?
    是的
    没有找到

    计算机毕业设计HTML+CSS+JavaScript——基于HTML花店购物网站项目的设计与实现

    原始HTML+CSS+JS页面设计, web大学生网页设计作业源码,画面精明,排版整洁,内容丰富,主题鲜明,非常适合初学者学习使用。...---------*/ @media only screen and (min-width: 1500px) { .col-xlg-1 { position: relative; min-height...flex: 0 0 8.33333%; max-width: 8.33333%; } .col-xlg-2 { position: relative; min-height...25%; flex: 0 0 25%; max-width: 25%; } .col-xlg-4 { position: relative; min-height...页脚四大部分;undefined 所有页面相互超链接,可到三级页面,有5-10个页面组成; 页面样式风格统一布局显示正常,不错乱,使用Div+Css技术; 菜单美观、醒目,二级菜单可正常弹出与跳转; 要有JS

    1.1K20

    第三方库兼容坑:某 UI 组件在移动端的适配问题及修复

    第三方库兼容坑:某 UI 组件在移动端的适配问题及修复 文章概览 一次第三方 UI 组件在移动端表现异常的兼容性复盘 从现象、排查、根因到应急与正式修复的完整路径 提供通用的 CSS 与 JS 适配策略...行为异常 滚动锁定实现不一致,背景滚动与弹层滚动冲突导致回弹 未考虑安全区,底部操作区被遮挡 文本采用 line-height: 1 使触控区过窄与基线不匹配,出现垂直错位 应急处理 将弹层容器高度改为 min-height...display: flex; flex-direction: column; } @supports not (height: 100dvh) { .modal-root { min-height...modal-content { flex: 1 1 auto; overflow: auto; -webkit-overflow-scrolling: touch; } .tap-area { min-height...: 44px; display: flex; align-items: center; } .text { line-height: normal; } JS 适配 function getViewportHeight

    22910
    领券