mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-06-07 12:38:11 +08:00
同步 v8 运行所需的公开静态资源与主题样式,保留目标仓库中需要跟踪的发布产物。 主要内容: - 更新登录页、控制台主题、布局变量和短工具类样式。 - 同步 layui、ckeditor、editor、jquery area 等前端依赖文件。 - 移除 v6 admin/require 静态入口,改为 v8 static/system 资源组织。 - 保留测试依赖的 public/static/theme 编译结果,确保目标仓库可直接验证。
110 lines
2.0 KiB
Plaintext
110 lines
2.0 KiB
Plaintext
@charset "UTF-8";
|
|
@import "_config.less";
|
|
|
|
// +----------------------------------------------------------------------
|
|
|
|
::selection {
|
|
color: #fff !important;
|
|
background-color: #ec494e !important
|
|
}
|
|
|
|
::-moz-selection {
|
|
color: #fff !important;
|
|
background-color: #ec494e !important
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
background: #ccc !important
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background-color: #666 !important
|
|
}
|
|
|
|
::-webkit-input-placeholder {
|
|
color: #aaa
|
|
}
|
|
|
|
:-webkit-autofill {
|
|
&, &:hover, &:focus, &:active {
|
|
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset !important;
|
|
-webkit-transition: color 9999s ease-out, background-color 9999s ease-out !important;
|
|
-webkit-transition-delay: 9999s !important;
|
|
-webkit-text-fill-color: #333 !important
|
|
}
|
|
}
|
|
|
|
body {
|
|
color: #333;
|
|
font-size: 12px;
|
|
|
|
a {
|
|
color: #06C;
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
color: #039;
|
|
}
|
|
}
|
|
|
|
input::-ms-clear {
|
|
display: none
|
|
}
|
|
}
|
|
|
|
.layui-layout-body {
|
|
#themePalette(
|
|
#009688,
|
|
#F4F7FB,
|
|
#FFFFFF,
|
|
#F7FBFB,
|
|
#DCE8E5,
|
|
#1F2937,
|
|
#64748B,
|
|
rgba(15, 23, 42, 0.10)
|
|
);
|
|
}
|
|
|
|
.layui-layout-theme-default {
|
|
#themePalette(
|
|
#009688,
|
|
#F4F7FB,
|
|
#FFFFFF,
|
|
#F7FBFB,
|
|
#DCE8E5,
|
|
#1F2937,
|
|
#64748B,
|
|
rgba(15, 23, 42, 0.10)
|
|
);
|
|
}
|
|
|
|
@import '_custom.less';
|
|
@import '_display.less';
|
|
@import '_layout.less';
|
|
|
|
@import '_layout_1_red.less';
|
|
@import '_layout_1_blue.less';
|
|
@import '_layout_1_black.less';
|
|
@import '_layout_1_green.less';
|
|
@import '_layout_1_navy.less';
|
|
@import '_layout_1_amber.less';
|
|
@import '_layout_1_violet.less';
|
|
@import '_layout_1_rose.less';
|
|
@import '_layout_1_lime.less';
|
|
@import '_layout_1_indigo.less';
|
|
@import '_layout_1_glacier.less';
|
|
|
|
@import '_layout_2_red.less';
|
|
@import '_layout_2_blue.less';
|
|
@import '_layout_2_black.less';
|
|
@import '_layout_2_green.less';
|
|
@import '_layout_2_slate.less';
|
|
@import '_layout_2_ocean.less';
|
|
@import '_layout_2_sunset.less';
|
|
@import '_layout_2_rose.less';
|
|
@import '_layout_2_lime.less';
|
|
@import '_layout_2_indigo.less';
|
|
@import '_layout_2_glacier.less';
|
|
|
|
@import '_layout_white.less';
|