想移动一下这个网易云播放器的位置
但是具体不知道在代码的何处进行修改。
这里是部分代码截图
这里贴出了网易云音乐的代码
<!-- 网易云音乐插件 -->
<% if (theme.music && theme.music.enable)
{ %>
<div style="position:absolute; bottom:80px left:auto; widows: 80%">
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width="240" height="52" src="//music.163.com/outchain/player?type=2&id=416892296&auto=0&height=66"></iframe>
</div>
<%
} %>