springboot怎么把数据传给前端:springboot 如何引入前端 bootstrap?
这种问题网上一搜一大堆,你可以具体找一篇文章试试,遇到问题可以针对相关问题去提问。springboot通过jar包方式引入bootstrap_个人文章 - SegmentFault 思否 这不是查查就
顺晟科技
2022-10-19 14:09:56
175
代码:
/* Header Height Adjustment*/
#ct-header-wrap.ct-header-layout9 .ct-main-menu > li > a {line-height: 89px;}
工作正常,但在移动版菜单箭头中做了小的调整。
https://i.imgur.com/bh796lz.jpeg
当试图仅包含对笔记本电脑版本的此更改时,通过添加/或/代码--行将变为红色,并且特定代码将中断/重置。
/* Header Height Adjustment*/
#ct-header-wrap.ct-header-layout9 .ct-main-menu > li > a {line-height: 89px;}
https://i.imgur.com/ey6Ugbv.jpeg
这里有什么我错过的吗?
非常感谢您的任何反馈
顺晟科技:
媒体查询不是注释,从外观上看,我假设您有Java背景。
媒体查询封装要应用的规则,如果规则匹配。
所以而不是
/* Header Height Adjustment*/
#ct-header-wrap.ct-header-layout9 .ct-main-menu > li > a {line-height: 89px;}
必须
/* Header Height Adjustment*/
#ct-header-wrap.ct-header-layout9 .ct-main-menu > li > a {line-height: 89px;}
注意语法,请尝试
/* Header Height Adjustment*/
#ct-header-wrap.ct-header-layout9 .ct-main-menu > li > a {line-height: 89px;}
05
2022-12
02
2022-12
02
2022-12
29
2022-11
29
2022-11
24
2022-11