// html <div>姓名</div> <div>手機號碼</div> <div>帳號</div> <div>密碼</div> // css div { margin: 10px 0; width: 100px; border: 1px solid red; text-align: justify; text-align-last:justify } div:after{ content: ''; display: inline-block; width: 100%; }
轉載 http://www.javashuo.com/article/p-mcbkexjv-g.htmlcss