【发布时间】:2018-01-27 11:14:50
【问题描述】:
<table class="row">
<tbody>
<tr>
<td class="small-5 large-7 column">
<p class="heading-text">ITEM</p>
</td>
<td class="small-3 large-2 columns space" align="center">
<p class="heading-text text-center">QTY</p>
</td>
<td class="small-4 large-3 columns">
<p class="heading-text text-right">TOTAL</p>
</td>
</tr>
<tr>
<td class="small-5 large-7 columns space">
<h6>1613 | <span class="memo-text">Out</span></h6>
<p class="desc">The framework includes two typographic scalesone uses a narrow range of sizes.</p>
</td>
<td class="small-2 large-2 columns space" align="center">
<h6 class="text-center">15.00</h6>
</td>
<td class="small-5 large-3 columns space" align="center">
<h6 class="text-right">$394,567.00</h6>
<p class="desc text-right">10.00%</p>
<p class="desc text-right">$39,800.00</p>
</td>
</tr>
</tbody>
</table>
这两行在 mozilla firefox 的移动视图中无法正确显示。最后一列<p class="heading-text text-right">TOTAL</p> 移动下一行。
任何帮助将不胜感激。
【问题讨论】:
-
你用的是哪个版本?
-
空间类有什么作用?
-
Mozilla 版本 41.0.2
-
.space{ padding-bottom : 0px !important; margin-bottom : 0px !important; padding-left : 4px !important; padding-right : 4px !important; }
-
我使用 Zurb css 文件。
标签: html css zurb-foundation html-email