减少ioslides中文本块后的空间

问题描述

我想通过减少文本的边距来减少幻灯片中图像和文本之间的距离。我已经看到减少标题和文本之间的空白的解决方案,但我不确定如何为幻灯片中的主要文本块执行此操作。

## Mechanical Bar Splice Types

1.  Threaded couplers (TC)
2.  Headed bar couplers (HBC)
3.  Bar-grip (swaged) couplers (BSC)
4.  Shear screw couplers (SSC)
5.  Grouted sleeve couplers (GSC)

<center>
![Coupler Types](couplers.jpg){width=80%}
</center>

结果显示:

enter image description here

这是我看到的标题间距:

## My Title {#slideID1} 

<style> 
  #slideID1 > p { 
    margin-top: -50px; 
  } 
</style>

我尝试对正文做同样的事情,但似乎不起作用:

<style>
ul {margin-bottom: -100px;}
</style>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)