From 394e6d81f025dfec726a296374d93d5018c94a34 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Fri, 24 May 2024 10:53:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/style/layout.css | 2 +- components/Pagination.vue | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/common/style/layout.css b/common/style/layout.css index b4ab1ce..b6c7a03 100644 --- a/common/style/layout.css +++ b/common/style/layout.css @@ -23,7 +23,7 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] { .content{ width: 100%; - height: 100%; + min-height: 100%; background: center / 100% auto url(./static/images/page_bg.jpg) no-repeat; background-color: #040d1e; } diff --git a/components/Pagination.vue b/components/Pagination.vue index eaade80..93e17dc 100644 --- a/components/Pagination.vue +++ b/components/Pagination.vue @@ -85,15 +85,15 @@ export default { text,.page_input { display: inline-block; padding: 0 10px; - background-color: #fff; - border: 1px solid #ddd; + background: linear-gradient(180deg, #0E284B, #2D70A3); + border: 1px solid #3274CD; border-radius: 3px; margin-right: 10px; - _font(13px, 26px, #053978,,) + _font(13px, 26px, #fff,,) } text.active { - background-color: #053978; + background: linear-gradient(180deg, #2160D2, #3688DE); color: #fff; } @@ -106,10 +106,6 @@ text.ellipsis { text-align: center; } .page_txt { - background-color: transparent; - border-color: transparent; - color: #fff; - padding: 0; } .mgl10 { margin-left: 20px