css自适应布局

左右固定,中自适应布局 利用弹性布局,代码以下css <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <style> .box{ display: flex; } .left { width: 200px; height: 100px;
相关文章
相关标签/搜索