随笔分类 - CSS探索
摘要:<style> main { width: 100%; display: flex; flex-direction: column; align-items: center; } p { width: 329px; text-align: justify; hyphens: auto; overfl
阅读全文
摘要:利用元素向左移动的同时,宽度变长,实现两边延伸效果。 react代码: <ul className="tab"> { moduleList.map((item: any, index: number) => { return (<li key={item.mkId} data-index={inde
阅读全文