<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>
指间缘
RayRoad