随笔分类 - bootStrap
摘要:一. @media 格式 @media all and (min-width:xxx) and (max-width:xxx) (亦可以写成@media all and (min-width:xxx) and (max-width:xxx)) {/*这段查询的all是针对所有设备(有些设备不一定是屏
阅读全文
摘要:环境:ubuntu eclipse maven springboot 一. 官网下载bootStrap https://v3.bootcss.com/getting-started/#download 二.在项目中添加bootstrap,以及jquery 三新建测试页面index.jsp,以下引用的
阅读全文