不积跬步无以至千里
1.常用按钮样式
.las_btn{
width:100%;
line-height: 3rem;
text-align: center;
}
.las_btn p{
width: 50%;
background-color: #ff9933;
margin :0 auto;
margin-bottom: 1rem;
border-radius: 50px;
}
.las_btn a{
color: white;
font-size: 16px;
font-weight: bold;
}
前端代码
<div class="las_btn">
<p>
<a href="{:U('Bmorder/order')}">
立即预约
</a>
</p>
</div>