From ffd0af47ee31a9592cfab56a907e9841a9113c52 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期四, 20 七月 2023 10:37:17 +0800
Subject: [PATCH] 代码提交,前端代码打包

---
 Source/UBCS-WEB/dist/src/styles/theme/star.scss |   95 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 95 insertions(+), 0 deletions(-)

diff --git a/Source/UBCS-WEB/dist/src/styles/theme/star.scss b/Source/UBCS-WEB/dist/src/styles/theme/star.scss
new file mode 100644
index 0000000..b05613f
--- /dev/null
+++ b/Source/UBCS-WEB/dist/src/styles/theme/star.scss
@@ -0,0 +1,95 @@
+.theme-star {
+  .avue-main{
+    background: transparent;
+  }
+    .avue-contail {
+        background-image: url("/img/bg/star-squashed.jpg");
+        background-size: 100% 100%;
+    }
+    .avue-logo{
+        color: #fff;
+    }
+    .avue-header,
+    .avue-logo,
+    .tags-container {
+        background-color: transparent;
+    }
+    .el-card,.error-page {
+        opacity: .9;
+    }
+    .avue-tabs {
+        padding: 0 20px ;
+    }
+    .avue-tags{
+        background-color: transparent;
+        border-top: none;
+    }
+    .avue-top{
+        .avue-breadcrumb{
+            color:#fff;
+        }
+        .el-menu-item{
+            i,span{
+                color:#fff;
+            }
+            &.is-active{
+                background-color: rgba(0,0,0,.4)
+            }
+        }
+        .el-dropdown{
+            color:#fff;
+        }
+    }
+    .avue-sidebar{
+        box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
+        background-color:transparent;
+        .el-menu-item,.el-submenu__title{
+        i,span{
+            color:#fff
+        }
+        &:hover{
+            background: transparent;
+            i,span{
+                color:#409EFF;
+            }
+        }
+        &.is-active {
+            background-color: rgba(0,0,0,.4);
+            i,span{
+                color:#fff;
+            }
+        }
+        }
+    }
+
+  .top-search {
+        .el-input__inner{
+        color: #333;
+        }
+        input::-webkit-input-placeholder,
+        textarea::-webkit-input-placeholder {
+            /* WebKit browsers */
+            color: #fff;
+        }
+        input:-moz-placeholder,
+        textarea:-moz-placeholder {
+            /* Mozilla Firefox 4 to 18 */
+            color: #fff;
+        }
+        input::-moz-placeholder,
+        textarea::-moz-placeholder {
+            /* Mozilla Firefox 19+ */
+            color: #fff;
+        }
+        input:-ms-input-placeholder,
+        textarea:-ms-input-placeholder {
+            /* Internet Explorer 10+ */
+            color: #fff;
+        }
+    }
+    .top-bar__item {
+        i {
+            color: #fff;
+        }
+    }
+}
\ No newline at end of file

--
Gitblit v1.9.3