feat/task1-c-wallet
parent
7931073f9d
commit
9b114366e8
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue