增加了首页轮播的图片

This commit is contained in:
Li Jianxuan 2012-06-06 06:44:27 +00:00
parent 032f70ea6e
commit 97139a1120
8 changed files with 7 additions and 5 deletions

View File

@ -20,12 +20,14 @@
<div class="dmad" style="margin:10px 0px;overflow:hidden;width:660px;height:120px;">
<div id="slides">
<div class="slides_container">
<?php
for($i=0;$i<=6;$i++)
{?>
<div class="slide">
<img src="/static/images/dmad.jpg" />
</div>
<div class="slide">
<img src="/static/images/dmad1.png" />
<img src="/static/images/dmad<?= $i; ?>.jpg" />
</div>
<?php }?>
</div>
</div>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB