From 332c1bb031588171f22e502481cedde60363f078 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Fri, 24 Aug 2018 15:08:51 +0800 Subject: [PATCH] detail --- service/Application/Home/View/Default/Detail/Index.html | 4 ++-- service/Public/Home/Default/Css/Detail.css | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/service/Application/Home/View/Default/Detail/Index.html b/service/Application/Home/View/Default/Detail/Index.html index 8561127c2..b1063c97b 100644 --- a/service/Application/Home/View/Default/Detail/Index.html +++ b/service/Application/Home/View/Default/Detail/Index.html @@ -139,8 +139,8 @@
-
确认
-
取消
+ 确认 + 取消
diff --git a/service/Public/Home/Default/Css/Detail.css b/service/Public/Home/Default/Css/Detail.css index ae479166d..1780601d3 100644 --- a/service/Public/Home/Default/Css/Detail.css +++ b/service/Public/Home/Default/Css/Detail.css @@ -57,7 +57,7 @@ input{font-size:12px;font-size:100%;outline:none;line-height:normal;color:#444;} @media only screen and (min-width:640px) { .theme-span{height:0px;background:#fff ;} -.theme-popover{box-shadow:0 0 10px #666;position:absolute;top:20%;left:20%;width:auto;bottom:auto;border:solid 2px #e4e4e4;border-radius:5px;} +.theme-popover{box-shadow:0 0 10px #666;position:fixed;top:20%;left:calc(50% - 130px);width:260px;bottom:auto;border:solid 2px #e4e4e4;border-radius:5px;} .theme-poptit{display: none;} @@ -82,10 +82,11 @@ input{font-size:12px;font-size:100%;outline:none;line-height:normal;color:#444;} .text-info span#Stock {float:left;font-size: 12px;} /*操作*/ -.btn-op{overflow: hidden;padding:10px ;margin-left:45px ;position: static;} -.theme-signin .btn {width:auto;float: left;font-size:12px ;padding:5px 15px ;border-radius:0 ;margin-right: 10px;} +.btn-op{overflow: hidden;padding:10px 20%; position: static;} +.theme-signin .btn {width:auto; font-size:12px ;padding:5px 15px ;border-radius:0;} .btn.close {display:block;float: left;position: static;} i.theme-login{display: inline-block;} +.btn.confirm { float: right; } } @media only screen and (min-width:1025px)