This commit is contained in:
mubai
2023-12-23 22:32:52 +08:00
parent d85dbe915c
commit b48e53a637
151 changed files with 12451 additions and 1382 deletions

View File

@@ -13,9 +13,24 @@
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
/*公共颜色*/
--bg-light: #ffffff;
--content-text-color: #888888;
--paging-parmary-color: #9b49e7d6;
--border-gray-color: #0000001f;
--btn-primary-color: #9b49e7;
--btn-pink-color: #d942bf;
--btn-bg-linght: #fff;
--bg-fill-light: #8d00fb1a;
}
a {
font-weight: 500;
color: #646cff;
@@ -134,6 +149,15 @@ button:focus-visible {
margin-right: 0!important;
}
.el-dialog__headerbtn{
outline: none!important;
border: none;
}
/*分页插件颜色*/
.el-popper {
--el-color-primary: var(--paging-parmary-color);
}