From 7d83e5cd4c804539b66eb090e99b0569a128e365 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期三, 03 六月 2026 16:32:33 +0800
Subject: [PATCH] aaa

---
 company_admin/src/views/business/pageConfiguration.vue |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/company_admin/src/views/business/pageConfiguration.vue b/company_admin/src/views/business/pageConfiguration.vue
index 73d2ffa..3f519c6 100644
--- a/company_admin/src/views/business/pageConfiguration.vue
+++ b/company_admin/src/views/business/pageConfiguration.vue
@@ -781,7 +781,6 @@
           bgColor: '#f7f7f7',
           alpha: '100'
         },
-
         bgImg: {
           isShow: 0,  // 0闅愯棌 1鏄剧ず
           type: 0,
@@ -1004,7 +1003,6 @@
             align-items: center;
             background: rgba(0, 224, 255, 0.34) linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(0, 0, 0, 0.21) 100%);
             border-radius: 8px 8px 0px 0px;
-
             .productPage_head_item {
               flex: 1;
               height: 100%;
@@ -1015,23 +1013,18 @@
               position: relative;
               color: #fff;
               font-size: 12px;
-
               img {
                 width: 14px;
                 margin-left: 3px;
               }
-
-
               &:hover img {
                 transform: rotate(180deg);
               }
-
               &:hover .productPage_xl {
                 transform: translate(0%, 100%);
                 display: block;
                 animation: move 0.5s 0s;
               }
-
               @keyframes move {
                 0% {
                   opacity: 0;
@@ -1041,18 +1034,15 @@
                   opacity: 1;
                 }
               }
-
               .productPage_xl::-webkit-scrollbar {
                 width: 6px;
                 background: rgba(255, 255, 255, 0.5);
                 border-radius: 4px;
               }
-
               .productPage_xl::-webkit-scrollbar-thumb {
                 box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
                 background: rgba(255, 255, 255, 0.8);
               }
-
               .productPage_xl {
                 transition: .3s;
                 position: absolute;
@@ -1070,7 +1060,6 @@
                 background: linear-gradient(180deg, #518198 0%, #033B58 100%);
                 box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.19);
                 border-radius: 0px 0px 8px 8px;
-
                 .productPage_xl_iten {
                   width: 100%;
                   height: 40px;
@@ -1079,13 +1068,11 @@
                   cursor: pointer;
                   padding: 0 10px;
                   box-sizing: border-box;
-
                   &:hover {
                     text {
                       color: #FFF200;
                     }
                   }
-
                   text {
                     width: 100%;
                     text-align: center;
@@ -1099,14 +1086,12 @@
                   }
                 }
               }
-
               text {
                 font-size: 16px;
                 font-family: SourceHanSansSC-Regular, SourceHanSansSC;
                 font-weight: 400;
                 color: #FFFFFF;
               }
-
               image {
                 transition: .3s;
                 width: 14px;
@@ -1117,20 +1102,17 @@
               }
             }
           }
-
           .productPage_pk {
             width: 100%;
             margin-bottom: 32px;
             display: flex;
             align-items: center;
-
             .productPage_pk_shop {
               flex: 1;
               display: flex;
               justify-content: center;
               align-items: center;
               flex-direction: column;
-
               .productPage_pk_shop_sp {
                 width: 100px;
                 height: 100px;
@@ -1143,7 +1125,6 @@
                   height: 100%;
                 }
               }
-
               .productPage_pk_shop_sp1 {
                 width: 184px;
                 height: 200px;

--
Gitblit v1.9.3