How does the width of Wechat's built-in browser reach 100%?

is working on a service number project, in which some web pages have backgrounds close to the bottom or side, but there will be some blank seams, as shown in figure

how to solve this problem?

Css
Oct.09,2021

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
Menu