mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 21:03:27 +08:00
优化
This commit is contained in:
@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user