由于B站更新 现在解决办法就是把我原来写的东西最外层修改为
<div style="width:1193px; height:300px; overflow:hidden; position:absolute; top:-80px; left:-20px;"> </div> <p style="display:block; width:1px; height:200px;">.</p>
这个是对原来1993*300的大小的简介的修改方法
也就最开始的
top:-60px改为top:-80px;
原来的
<p style="display:block; width:1px; height:220px;">.</p>
修改为
<p style="display:block; width:1px; height:200px;">.</p>