From 9b114366e89ed43f436fb87991e2a8ed14bf46e3 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Mon, 17 Sep 2018 11:07:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/Application/Home/View/Default/Cart/Index.html | 2 +- service/Public/Home/Default/Css/Common.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/service/Application/Home/View/Default/Cart/Index.html b/service/Application/Home/View/Default/Cart/Index.html index 6c1f2d090..f097f797a 100644 --- a/service/Application/Home/View/Default/Cart/Index.html +++ b/service/Application/Home/View/Default/Cart/Index.html @@ -104,7 +104,7 @@
-

您的购物车还是空的,赶紧行动吧!您可以

+

您的购物车还是空的,您可以

  • 看看 diff --git a/service/Public/Home/Default/Css/Common.css b/service/Public/Home/Default/Css/Common.css index aa7a1661f..3e111e4de 100755 --- a/service/Public/Home/Default/Css/Common.css +++ b/service/Public/Home/Default/Css/Common.css @@ -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; }