wxml
<view class="btn">
下一步
</view>
wxss
.btn {
height: 40px;
width: 89%;
text-align: center;
margin: 0 auto;
background-color:rgb(255,0,0);
border-radius: 5px;
font-size: 1;
line-height: 40px;
color:white;
margin-bottom: 40px;
}