首页 前端知识 css display 左右对齐 技巧

css display 左右对齐 技巧

2024-02-04 11:02:52 前端知识 前端哥 627 954 我要收藏

.list_number{   display: flex; }
.list_name_number{ width:100px; } //左边固定width
.list_name_type{  //右边给flex:2 自动撑开
        flex:2;
    }

转载请注明出处或者链接地址:https://www.qianduange.cn//article/1240.html
标签
评论
会员中心 联系我 留言建议 回顶部
复制成功!