From 5ac09bf3806a82c71d4592a7f8145a0b8147dcce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <2449271624@qq.com> Date: Tue, 28 Nov 2023 16:14:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=A80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/static/web/css/admin.css | 4 ++-- src/static/web/css/style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index 8479b394..3e67ddac 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -22,7 +22,7 @@ select{padding:0.375rem 0.75rem;height:30px;color:var(--gray);background:var(--w select[multiple=yes]{height:180px} option{padding:0;height:30px} textarea{padding:0.375rem 0.75rem;color:var(--gray);background:var(--white);border:1px solid var(--gray-300);vertical-align:middle} -input:focus,select:focus,textarea:focus{color:var(--gray);background:var(--white);border-color:var(--blue-300);box-shadow:0 0 0 0.2rem rgba(0,123,255,.25);outline:0} +input:focus,select:focus,textarea:focus{color:var(--gray);background:var(--white);border-color:var(--blue-300);box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25);outline:0} .install-box{margin:0 auto;width:800px} .install-box .card-header,.install-box .card-body{padding:1.25rem} .install-box h2,.install-box legend{margin:0;line-height:1.2;font-size:18px;font-weight:600;color:var(--gray-dark)} @@ -99,7 +99,7 @@ body.menu-show .body-right{left:220px;transition:all 0.5s} .nw{float:left;width:160px} .cls{clear:both} .helpinfo{float:left;display:none;padding:10px;width:100%;background:var(--bg);border:1px solid var(--gray-300);border-radius:0.5rem} -.tips-box{margin:70px auto 0;width:500px;height:auto;background:var(--white);border-radius:0.5rem;box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075)} +.tips-box{margin:70px auto 0;width:500px;height:auto;background:var(--white);border-radius:0.5rem;box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075)} .tips-head{margin:0 20px;padding:18px 0;border-bottom:1px solid var(--bg)} .tips-head p{margin:0;padding-left:10px;line-height:16px;color:var(--gray-dark);text-align:left;border-left:3px solid var(--yellow)} .tips-body{padding:20px;min-height:160px;color:var(--gray);word-break:break-all;word-wrap:break-word} diff --git a/src/static/web/css/style.css b/src/static/web/css/style.css index 602ead3d..eb8ba93d 100644 --- a/src/static/web/css/style.css +++ b/src/static/web/css/style.css @@ -29,7 +29,7 @@ input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkb .item-theme-img img{width:100%;height:250px} .item-theme p,.item-news p{color:var(--gray-500);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical} .item-news{margin-bottom:2rem;padding:1.5rem} -.item-theme:hover,.item-news:hover{box-shadow:0 14px 30px -16px rgba(0,36,100,.25);transform:translateY(-5px);transition:all 0.5s} +.item-theme:hover,.item-news:hover{box-shadow:0 14px 30px -16px rgba(0,36,100,0.25);transform:translateY(-5px);transition:all 0.5s} .item-news .title{margin:20px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap} .item-news-img img{width:100%;height:200px} .item-vote .table,.article-theme-body p:last-child,.article-hot:last-child{margin-bottom:0}