flexbox在微信上面和电脑上面的显示不一样 求求大师们帮帮小白我谢谢您了

<style>
.main
{
 display:-ms-flexbox;
	display:-webkit-flex;
	-ms-flex-flow:row nowrap;
	-webkit-flex-flow:row nowrap;
}
</style>
</head>

<body>
<div class="main">
<div style="background:red;width:600px;height:300px;margin-left:30px;"><h1>第一个页面</h1></div>
<div style="background:blue;width:600px;height:300px;margin-left:30px;"><h1>第一个页面</h1></div>
<div style="background:green;width:600px;height:300px;margin-left:30px;"><h1>第一个页面</h1></div>
</div>
</body>

54cb0ee400019d9204490538.jpg54cb0ee400015dfe03330592.jpg


气功炮
浏览 5406回答 2
2回答

指间缘

display:-webkit-box

RayRoad

亲测可行!3Q
打开App,查看更多内容
随时随地看视频慕课网APP