From 1bbd7061dac79cacf5513234a04cac8ba0be5c6f Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 21 三月 2025 09:15:36 +0800 Subject: [PATCH] feat: 接口对接 --- apps/bMiniApp/src/pages/mine/index.scss | 20 -------------------- 1 files changed, 0 insertions(+), 20 deletions(-) diff --git a/apps/bMiniApp/src/pages/mine/index.scss b/apps/bMiniApp/src/pages/mine/index.scss index a42a18d..428f289 100644 --- a/apps/bMiniApp/src/pages/mine/index.scss +++ b/apps/bMiniApp/src/pages/mine/index.scss @@ -163,26 +163,6 @@ .mine-content-service-list { display: flex; - - .mine-content-service--list-item { - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - margin-right: 60px; - - .mine-content-service--list-item-icon { - width: 72px; - height: 72px; - margin-bottom: 24px; - } - - .mine-content-service--list-item-text { - font-size: 24px; - line-height: 36px; - color: boleGetCssVar('text-color', 'regular'); - } - } } } -- Gitblit v1.9.1