摘要: 这个作业属于哪个课程 至诚软工实践F班 (福州大学至诚学院 - 计算机工程系) 杨仕金 212106790 翁铭 212106780 这个作业要求在哪里 第一次结对作业:原型设计 这个作业的目标 根据客户需求来快速构建原型模型,锻炼团队合作能力,避免出现‘拍脑袋’和‘拍胸脯’的情况 原型作业链接 《 阅读全文
posted @ 2022-03-25 13:07 枫渡帆 阅读(55) 评论(1) 推荐(0) 编辑
#navCategory { position: fixed; right: 0; top: 100px; list-style: none; z-index: 99999; } #navCategory > #mylist { position: absolute; background-color: white; width: 32px; left: -32px; font-size: 30px; font-weight: bold; border-radius: 5px; opacity: 0.8; } #navCategory > #myul { background-color: white; height: 400px; width: 230px; padding-top: 5px; overflow: auto; display: none; } #navCategory ul, #navCategory li { list-style: none !important; margin: 5px !important; }