

小主我也是入行小丑,经不起大风大浪,只求得新手点选关注即可,有不懂的请大家关注下留言,待我一一回复!

淘宝C店全屏代码如下:
<div style="height:500px;">/*定义模块高度*/
<div class="footer-more-trigger" style="left:50%;top:auto;border:none;padding:0;">
<div class="footer-more-trigger" style="left:-960px;top:auto;border:none;padding:0;">
<a href="#" target="_blank" style="width:1920px;height:500px;display:block;">
<img src="#" border="0" alt="" /></a>
</div>
</div>
</div>

正常我们使用中只需要改:height值,left值就OK了。。。。。
天猫全屏代码如下:
<div style="height:500px;">
<div class="sn-simple-logo" style="padding:0px;left:50%;top:auto;">
<div class="sn-simple-logo" style="padding:0px;left:-960px;top:auto;">
<a href="#" style="width:1920px;height:500px;display:block;" target="_blank">
<img alt="全屏海报" border="0" src="#" /></a>
</div>
</div>
</div>
拍拍全屏代码:
<div style="width:950px; height:全屏高度px; margin:0px auto">
<div style="width:1920px; height:全屏高度px; background:none; position:absolute; margin-left:-485px; top:auto; left:auto; position:absolute; margin-top:-10px; z-index:99" class="switch l_wcag">
<img src="全屏图片地址" />
</div>
</div>
苏宁全屏代码:
<style type="text/css"><!--
.template {position:static; width:990px;}body{overflow:none;overflow-x: hidden; }.template div {overflow:visible;}
</style>
<!--使用方法:
1、替换图片地址<img src="...">
2、修改div对应的图片高度
-->
<div style="width: 1920px; margin: 0 auto; height: 938px;">
<div style="height: 938px; position: absolute; margin-left: -465px;"><img src="
" alt="" width="1920" height="938" /></div>
</div>
当当全屏代码:
<div style="width: 100%; overflow: hidden;" class="shop_topbanner">
<div style="width: 980px; height: 529px;">
<div style="position: absolute; margin-top: -5px; width: 1440px; height: 529px; margin-left: -230px;">
<table id="__01" border="0" cellspacing="0" cellpadding="0" width="1440" height="529">
<tbody>
<tr>
<td><img style="border: 0px;" src="#
" /></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
京东全屏代码:
京东不用全屏代码,自定义1920模块即可完成全屏
