自适应 ——居中—— css实现的方法(flex)

.title{ display:flex; width:80%; margin:0 auto; } .title .line{ flex:1;position:relative; top:-11px; border-bottom: 2px solid #000; } .title .text{ padding:0 12px; font-size: 20px; }                                                 
居中

你可能感兴趣的:(自适应 ——居中—— css实现的方法(flex))