div+css一行三列

來源:互聯網
上載者:User

 <style>
#1
{
    float: left;
    border: 1px solid black;
    text-align: center;
    width: 180px;
    height: 26px;
    padding-top: 3px;
}
#2
{
    float: left;
    border-top: 1px solid black;
    border-bottom: 1px solid black; 
    text-align: center;
    width: 180px;
    height: 26px;
    padding-top: 3px;
}
#3
{
    float:left;
    border: 1px solid black;
    text-align:center;
    width:120px;
    height:26px;
    padding-top: 3px;
}
.bg_color
{
    background-color: #CCFFFF;
}

</style>
<div id="1" class="bg_color">1、填寫綁定資訊</div>
<div id="2">2、傳送簡訊確認碼</div>
<div id="3">3、完成綁定</div>

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.