如何使两个div的高度相同,因为一个div有小文本,一个有更多文本内容

时间:2016-05-24 06:22:10

标签: html css responsive-design

我遇到了修复高度的问题。我正在尝试修复具有不同内容长度的两列的高度。我正在使用bootstrap并且不想使用媒体查询来修复高度问题。我给了填充但是当宽度减小时,高度开始增加。

<div class="row">
        <div class="col-md-6 col-sm-6 news">
        <h3 style="font-weight:bold; font-size:18px;color:#172975;">NEWS</h3>
            <p style="font-size:16px; color:#162875;"> Whatsapp Drugs and Dental Authorisations >><br>
                2016 Payments And Billing Calendar >><br>
                January 2016 Newsletter >><br>
                Pharmacies Accepting Cimas >><br>
                Special Edition Pulse Magazine >><br>
                December 2015 Newletter >><br>
                Dependant Cell Numbers Registration >><br>
                Providers Accepting CIMAS Cards >><br>
                September 2014 Newsletter >><br>
                Commissioning Ceremony of the CIMAS donated<br> 
                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Optometry Equipment at Sekuru Kaguvi Eye Unit >><br>
                EBOLA Haemorrhagic Fever Alert >><br>
                New Dental Treatment Policy >><br>
                Submission of Tax Clearance Certficate >><br>
                Payment of Contribution Rates >><br>
                CIMAS Air Ambulance in Pictures >><br>
                CIMAS Laboratories ISO 15189 Accreditation >><br>
                Contribution Rates >></p>
        </div>
        <div class="col-md-5 col-sm-5 linkinfo">
            <div class="text-mainbox">
                <div class="text-box1">
                    <i class="fa fa-twitter" aria-hidden="true"></i>

                </div>
                <div class="text-box2">
                    <p><span class="text">CIMAS</span>&nbsp;&nbsp;&nbsp;&nbsp;An enduring contribution.<br>We're proud of the value we create<br> through our tax and economic<br> contribution.Learn more.<br><a href="https://t.co.EvXuvPbNRL">https://t.co.EvXuvPbNRL</a></p>
                    <p class="refresh"><a href="#"><i class="fa fa-refresh" aria-hidden="true" style="color:#172976;font-size:25px;"></i>&nbsp;&nbsp;&nbsp;<i class="fa fa-reply" aria-hidden="true" style="color:#172976;font-size:25px;"></i></a></p>
                </div>
            </div>
            <p style="font-size:16px;color:#8d8d8d;">Join the conversation by sending us a message or question on twitter</p>
            <form>
                <div class="form-group">
                    <textarea class="form-control" rows="5" placeholder="@CIMAS"></textarea>
                </div>

            </form>
            <button class="btn btn-info">Talk to us</button>

        </div>
    </div>

1 个答案:

答案 0 :(得分:0)