feat/task1-c-wallet
devil_gong 2018-09-17 11:07:53 +08:00
parent 7931073f9d
commit 9b114366e8
2 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@
<div class="mixed-tips">
<i class="am-icon-cart-plus am-fl icon"></i>
<div class="mixed-tips-content am-fl">
<h1>您的购物车还是空的,赶紧行动吧!您可以</h1>
<h1>您的购物车还是空的,您可以</h1>
<ul>
<li>
<span>看看</span>

View File

@ -448,8 +448,8 @@ background:url(../Images/ibar_sprites.png) no-repeat;background-position:0px -23
/**
*
*/
.mixed-tips { width: 360px; overflow: hidden; margin:0 auto; margin-top: 5%; margin-bottom: 10%; }
.mixed-tips .icon { font-size: 68px; color: #ccc; margin-right: 20px; }
.mixed-tips { width: 280px; overflow: hidden; margin:0 auto; margin-top: 5%; margin-bottom: 10%; }
.mixed-tips .icon { font-size: 68px; color: #ccc; margin-right: 15px; }
.mixed-tips-content { margin-top: 10px; }
.mixed-tips-content h1 { font-size: 14px; font-weight: 500; }
.mixed-tips-content ul { margin-top: 5px; }