批改状态:合格
老师批语:当天的作业,不要分成多次提交, 不方便统计完成情况
<!-- order控制项目顺序 --><div class="container"><div class="item">1</div><div class="item">2</div><div class="item">3</div></div>
<style>.container{width: 300px;display: flex;}.container>.item{width: 60px;}.container > .item:first-of-type{order: 3;}/* 大于现有最大数字,按最大来 */.container > .item:first-of-type{order: 5;}</style>
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号