From 5475d53c5e5393376c3ed0ab9765132de86e7e7f Mon Sep 17 00:00:00 2001 From: liweikun <1920346024@qq.com> Date: Wed, 28 Feb 2024 18:09:06 +0800 Subject: [PATCH] .. --- jwtech-pc-page/src/views/enterpriseInformation/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jwtech-pc-page/src/views/enterpriseInformation/index.vue b/jwtech-pc-page/src/views/enterpriseInformation/index.vue index 4a796151..5e44c8a9 100644 --- a/jwtech-pc-page/src/views/enterpriseInformation/index.vue +++ b/jwtech-pc-page/src/views/enterpriseInformation/index.vue @@ -98,6 +98,9 @@ export default { } } } + .certification-list { + background: linear-gradient(180deg, #005eb7 0%, #edf7ff 60% #edf7ff 100%); + padding: 20px 0; .list-wrap { width: 1200px; @@ -173,5 +176,6 @@ export default { } } } + } }