参考链接
1、wxml代码
<view class="getinput">
<view class="the_first">
<input name="suibian" class="password" auto-focus placeholder="请输入"/>
</view>
</view>
2、wxss代码
.getinput{
border:1px solid gray;
margin:100px;
text-align: center;
}
效果图:
理解:根据浏览器渲染的盒子模型,我们可以设置其属性
content相当于这里的view标签,我们可以通过设置一下属性来进行规范