beetl 模板和media冲突导致页面消失

复制代码
\@media print {
    .nav div.active {
	    background-color: #0bf;
	}
	.title-blue1{ background-color: #0bf;}
	.echarts-head{ background-color: #def4fd;}
	.gd_tman1 p{ background-color: #06d0fe;}
	.gd-table th{ background-color: #aef4fe;}
}  
//在media前面加上斜杠即可
相关推荐
小小测试开发18 小时前
安装 Python 3.10+
开发语言·人工智能·python
KaMeidebaby18 小时前
卡梅德生物技术快报|PD1 单克隆抗体定制配套 N 糖全谱质控开发
前端·人工智能·算法·数据挖掘·数据分析
nuIl19 小时前
实现一个 Coding Agent(3):工具调用
前端·agent·cursor
nuIl19 小时前
实现一个 Coding Agent(4):ReAct 循环
前端·agent·cursor
AAA大运重卡何师傅(专跑国道)19 小时前
【无标题】
开发语言·c#
nuIl19 小时前
实现一个 Coding Agent(1):一次 LLM 调用
前端·agent·cursor
nuIl19 小时前
实现一个 Coding Agent(2):让 LLM 流式响应
前端·agent·cursor
copyer_xyf19 小时前
Python 异常处理
前端·后端·python
sugar__salt20 小时前
从栈队列数据结构到JS原型面向对象全解
前端·javascript·数据结构
XBodhi.20 小时前
Visual Studio C++ 语法错误: 缺少“;”(在“return”的前面)
开发语言·c++·visual studio