H5 responsive development content page (2)
Add the right column
We only need to copy the right column from the information industry before Yes, there is no need to re-write the code.
<div class="col-md-4 info-right"> <blockquote> <h2>資訊列表</h2> </blockquote> <div class="container-fluid"> <div class="row"> <div class="col-md-5 col-sm-5 col-xs-5" style="margin: 12px 0;padding: 0;"> <img src="/upload/course/000/000/004/581b047e152ad666.jpg" class="img-responsive" alt=""> </div> <div class="col-md-7 col-sm-7 col-xs-7"> <h4>高通宣布470億美元收購(gòu)NXP 將幫其拓展汽車芯片市場(chǎng)</h4> <p >用戶 16/11/2 瀏覽數(shù):</p> </div> </div> <div class="row"> <div class="col-md-5 col-sm-5 col-xs-5" style="margin: 12px 0;padding: 0;"> <img src="/upload/course/000/000/004/581b049cad458310.jpg" class="img-responsive" alt=""> </div> <div class="col-md-7 col-sm-7 col-xs-7"> <h4>小米Note2全球首賣 小米雙11促銷全面開啟</h4> <p >用戶 16/11/2 瀏覽數(shù):</p> </div> </div> <div class="row"> <div class="col-md-5 col-sm-5 col-xs-5" style="margin: 12px 0;padding: 0;"> <img src="/upload/course/000/000/004/581b04ae8a2f0453.jpg" class="img-responsive" alt=""> </div> <div class="col-md-7 col-sm-7 col-xs-7"> <h4>高告別單打獨(dú)斗,美國(guó)網(wǎng)件Orbi多路由系統(tǒng)告訴你什么叫走到哪都有網(wǎng)</h4> <p >用戶 16/11/2 瀏覽數(shù):</p> </div> </div> <div class="row"> <div class="col-md-5 col-sm-5 col-xs-5" style="margin: 12px 0;padding: 0;"> <img src="/upload/course/000/000/004/581b047e152ad666.jpg" class="img-responsive" alt=""> </div> <div class="col-md-7 col-sm-7 col-xs-7"> <h4>高通宣布470億美元收購(gòu)NXP 將幫其拓展汽車芯片市場(chǎng)</h4> <p >用戶 16/11/2 瀏覽數(shù):</p> </div> </div> <div class="row"> <div class="col-md-5 col-sm-5 col-xs-5" style="margin: 12px 0;padding: 0;"> <img src="/upload/course/000/000/004/581b049cad458310.jpg" class="img-responsive" alt=""> </div> <div class="col-md-7 col-sm-7 col-xs-7"> <h4>小米Note2全球首賣 小米雙11促銷全面開啟</h4> <p >用戶 16/11/2 瀏覽數(shù):</p> </div> </div> <div class="row"> <div class="col-md-5 col-sm-5 col-xs-5" style="margin: 12px 0;padding: 0;"> <img src="/upload/course/000/000/004/581b047e152ad666.jpg" class="img-responsive" alt=""> </div> <div class="col-md-7 col-sm-7 col-xs-7"> <h4>高告別單打獨(dú)斗,美國(guó)網(wǎng)件Orbi多路由系統(tǒng)告訴你什么叫走到哪都有網(wǎng)</h4> <p >用戶 16/11/2 瀏覽數(shù):</p> </div> </div> </div> </div>
This is the right column, just put it into the left column div, the effect is as shown in the picture
In this way, our content page is completed.