From af71edb12746058d7685c92aed4552397a411efa Mon Sep 17 00:00:00 2001 From: Jmysy <854085467@qq.com> Date: Fri, 26 Jun 2020 05:03:55 +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 --- admin/css/pearFrame.css | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/admin/css/pearFrame.css b/admin/css/pearFrame.css index bf504a2..817e50c 100644 --- a/admin/css/pearFrame.css +++ b/admin/css/pearFrame.css @@ -16,10 +16,25 @@ display: inline-block; } - + .pear-frame .title{ + position: absolute; + margin-top: 0px; + margin-left: 12px; + color: dimgray; + display: inline-block; + letter-spacing:2px; + } + + .pear-frame .pear-frame-title{ + height: 40px; + line-height: 40px; + background-color: white; + border: whitesmoke 1px solid; + } + .pear-frame .pear-frame-content{ width: 100%; - height: 100%!important; + height: calc(100% - 45px)!important; } .pear-frame-loading { @@ -27,6 +42,7 @@ display: none; width: 100%; height: 100%; + top: 0px; z-index: 19; background-color: #fff }