How to achieve the same visual effect between PC and mobile? It can be compressed, not a responsive layout.

such as the title.
detailed description:
1. For example, open Baidu with Google browser Chrome, press F12 at this time to open developer mode;
2. Switch to analog mobile settings mode (click the Toggle Device toobar button to switch);
3. At this point, we see Baidu whose page has been lengthened, and the page at this time is the effect I want;
4. If refreshed at this time, the browser will read the media query and enter the Baidu mobile page;
5. The same is true for other websites, such as www.pconline.com.cn

what I want is the same page as the PC side, compressed and displayed on the phone, how to achieve it?

=

has tested the method of deleting media query < meta > statement . When it is opened on PC or mobile phone, it is zoomed in by default (with scroll bar). Double-click the screen and zoom to display without scroll bar.
< meta data-n-head= "true" name= "viewport" content= "width=device-width, initial-scale=1" >

Nobody knows that

Css
Jul.15,2021
On the

page, don't write < meta data-n-head= "true" name= "viewport" content= "width=device-width, initial-scale=1" > in the head tag.

Menu