|
@@ -1,6 +1,43 @@
|
|
|
<!-- 首页的默认UI层 -->
|
|
|
<div id="home">
|
|
|
- <h1>首页的默认UI层</h1>
|
|
|
- <h1>首页的默认UI层</h1>
|
|
|
- <h1>首页的默认UI层</h1>
|
|
|
+ <div class="title"><img src="UI/img/logo_imgtee.svg" alt=""></div>
|
|
|
+ <div class="input">
|
|
|
+ <p>
|
|
|
+ <input type="text" placeholder="What t-shirt do you like?" />
|
|
|
+ <span></span>
|
|
|
+ </p>
|
|
|
+ <div class="hot">
|
|
|
+ <p class="tit">Hot Search:</p>
|
|
|
+ <p class="word">
|
|
|
+ <a href="">game of thrones</a>
|
|
|
+ <a href="">TBBT</a>
|
|
|
+ <a href="">Sheldon</a>
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="carousel">
|
|
|
+ <p class="tit">Some T-shirts You May Like:</p>
|
|
|
+ <div class="main">
|
|
|
+ <span class="glyphicon glyphicon-menu-left"></span>
|
|
|
+ <ul>
|
|
|
+ <li>
|
|
|
+ <img src="" alt="">
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <img src="" alt="">
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <img src="" alt="">
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <img src="" alt="">
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <img src="" alt="">
|
|
|
+ </li>
|
|
|
+ <div style="clear:both;"></div>
|
|
|
+ </ul>
|
|
|
+ <span class="glyphicon glyphicon-menu-right"></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|