html:
<div>姓名</div>

<div>手机号码</div>

<div>验证码</div>

<div>账号</div>

<div>密码</div>

css:

(规范应该加class的)
div {

  margin: 10px 0;

  width: 100px;

  border: 1px solid red;

  text-align-last: justify;

}

效果:

 

 posted on 2019-03-27 14:19  董董董啊  阅读(106)  评论(0编辑  收藏  举报