diff --git a/service/Public/Home/Default/Css/Common.css b/service/Public/Home/Default/Css/Common.css index 1439c0990..7b7894881 100755 --- a/service/Public/Home/Default/Css/Common.css +++ b/service/Public/Home/Default/Css/Common.css @@ -131,8 +131,7 @@ color: #F5F5F2;font-size: 14px;cursor:pointer;border-radius:0px 0px ;} @media only screen and (max-width: 640px) { - .am-footer { margin-bottom: 45px; } - body { padding-top: 55px; } + } @media only screen and (min-width: 640px) diff --git a/service/Public/Home/Default/Css/Detail.css b/service/Public/Home/Default/Css/Detail.css index b639c75dc..305b8bdc2 100644 --- a/service/Public/Home/Default/Css/Detail.css +++ b/service/Public/Home/Default/Css/Detail.css @@ -448,9 +448,6 @@ li.am-comment{ width:100%} @media only screen and (max-width:640px) { .nav.white { display: none; } - body { - padding-top: 0px; - } .detail { padding: 0px; } .detail-title, .tb-detail-price, .detail-attr { padding: 0px 5px; } ul.tm-ind-panel li { border-left: 0px; } diff --git a/service/Public/Home/Default/Css/Index.css b/service/Public/Home/Default/Css/Index.css index da021bc44..635badf35 100755 --- a/service/Public/Home/Default/Css/Index.css +++ b/service/Public/Home/Default/Css/Index.css @@ -222,6 +222,8 @@ text-align: center;float:none} .flood .text-one { background-color: transparent !important; } .items-nav-title{ padding: 0 10%;} .marqueen-title{line-height: 30px; height: 30px;} + .banner { margin-top: 50px; } + .am-footer { margin-bottom: 45px; } }