有谁知道我可以用来使这款手机兼容的任何替代样式?我很确定它与高度值有关,但我不能只是摆脱它,因为 php 调用的部分在没有它的情况下会运行到我的文本中。
<section style="width:100%; float:left; height:100px;  clear:both;" >
    <section class="campaign_statistics" style="background-color:#EFEFEF;">
            <?php include('progress_chart.php'); ?>
    </section>
</section>