Tcode平台改造升级-系统菜单框架完成、首页页面开发

This commit is contained in:
fmk1023
2025-12-04 10:14:46 +08:00
parent e76110239d
commit 9e86d1e6bc
65 changed files with 2661 additions and 1625 deletions

View File

@@ -366,28 +366,6 @@ body::-webkit-scrollbar-corner {
border: none !important;
}
input {
background-color: transparent !important;
// appearance: none;
&:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
-webkit-text-fill-color: inherit !important;
background-color: transparent !important;
background-image: none;
transition: background-color 36000s ease-in-out 0s; //背景色透明 生效时长 过渡效果 启用时延迟的时间
}
&:-moz-autofill,
textarea:-moz-autofill,
select:-moz-autofill {
-webkit-text-fill-color: inherit !important;
background-color: transparent !important;
background-image: none;
transition: background-color 36000s ease-in-out 0s; //背景色透明 生效时长 过渡效果 启用时延迟的时间
}
}
@media screen and (max-width: 1536px) {
.g-padding-x {
padding: 0 32px;