当前位置:网站首页>Set the print page style by modifying style
Set the print page style by modifying style
2022-07-06 06:20:00 【mojocube】
HTML We usually need to modify the style in printing , To meet the printing requirements , For example, hide some controls , Modify some styles, etc , We can modify style style , To achieve the desired effect :
<style>
@media print {
.print{display:block !important;}
.box{border-top:0px !important}
.box-header,.box-title,.box-footer,.main-footer{display:none !important}
}
</style>边栏推荐
- B - The Suspects
- 职场进阶指南:大厂人必看书籍推荐
- selenium源码通读·9 |DesiredCapabilities类分析
- 技术分享 | 常见接口协议解析
- CoordinatorLayout+NestedScrollView+RecyclerView 上拉底部显示不全
- LeetCode 732. 我的日程安排表 III
- Simulation volume leetcode [general] 1219 Golden Miner
- LeetCode 1200. 最小绝对差
- Is the test cycle compressed? Teach you 9 ways to deal with it
- leetcode 24. Exchange the nodes in the linked list in pairs
猜你喜欢

Play video with Tencent video plug-in in uni app

oscp raven2靶机渗透过程

The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower

Summary of anomaly detection methods
![[C language] string left rotation](/img/5f/66bcc8f992108bf3b7e455709d3174.png)
[C language] string left rotation

10M25DCF484C8G(FPGA) AMY-6M-0002 BGA GPS模块

SourceInsight Chinese garbled

Coordinatorlayout+nestedscrollview+recyclerview pull up the bottom display is incomplete

Understanding of processes and threads

B - The Suspects
随机推荐
[postman] test script writing and assertion details
CoordinatorLayout+NestedScrollView+RecyclerView 上拉底部显示不全
GTSAM中李群的運用
Redis core technology and basic architecture of actual combat: what does a key value database contain?
一文揭开,测试外包公司的真 相
[C language] string left rotation
Play video with Tencent video plug-in in uni app
黑猫带你学UFS协议第18篇:UFS如何配置逻辑单元(LU Management)
Database - current read and snapshot read
Simulation volume leetcode [general] 1218 Longest definite difference subsequence
On weak network test of special test
php使用redis实现分布式锁
模拟卷Leetcode【普通】1296. 划分数组为连续数字的集合
B - The Suspects
模拟卷Leetcode【普通】1109. 航班预订统计
模拟卷Leetcode【普通】1447. 最简分数
测试周期被压缩?教你9个方法去应对
「 WEB测试工程师 」岗位一面总结
[no app push general test plan
还在为如何编写Web自动化测试用例而烦恼嘛?资深测试工程师手把手教你Selenium 测试用例编写