| | |
| | | @import './btn.scss';
|
| | | @import './ruoyi.scss';
|
| | |
|
| | | body {
|
| | | height: 100%;
|
| | | margin: 0;
|
| | | body { |
| | | height: 100%; |
| | | margin: 0; |
| | | -moz-osx-font-smoothing: grayscale;
|
| | | -webkit-font-smoothing: antialiased;
|
| | | text-rendering: optimizeLegibility;
|
| | | font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
|
| | | }
|
| | | text-rendering: optimizeLegibility; |
| | | font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; |
| | | background: |
| | | radial-gradient(circle at 9% -6%, rgba(59, 130, 246, 0.14), transparent 36%), |
| | | radial-gradient(circle at 88% -8%, rgba(56, 189, 248, 0.12), transparent 30%), |
| | | linear-gradient(165deg, #f3f7fc 0%, #eef5ff 54%, #f8fbff 100%); |
| | | color: var(--text-primary); |
| | | } |
| | |
|
| | | label {
|
| | | font-weight: 700;
|
| | | font-weight: 600;
|
| | | color: var(--text-secondary);
|
| | | }
|
| | |
|
| | | html {
|
| | |
| | | #app {
|
| | | height: 100%;
|
| | | }
|
| | |
|
| | | html, |
| | | body, |
| | | #app { |
| | | background-color: var(--app-bg); |
| | | } |
| | |
|
| | | *,
|
| | | *:before,
|
| | |
| | | }
|
| | | }
|
| | |
|
| | | aside {
|
| | | background: #eef1f6;
|
| | | padding: 8px 24px;
|
| | | margin-bottom: 20px;
|
| | | border-radius: 2px;
|
| | | aside { |
| | | background: rgba(255, 255, 255, 0.84); |
| | | padding: 8px 24px; |
| | | margin-bottom: 20px; |
| | | border-radius: 12px; |
| | | border: 1px solid var(--surface-border); |
| | | display: block;
|
| | | line-height: 32px;
|
| | | font-size: 16px;
|
| | | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
| | | color: #2c3e50;
|
| | | color: var(--text-secondary); |
| | | -webkit-font-smoothing: antialiased;
|
| | | -moz-osx-font-smoothing: grayscale;
|
| | |
|
| | |
| | |
|
| | | //main-container全局样式
|
| | | .app-container {
|
| | | padding: 20px;
|
| | | padding: 20px 24px 24px;
|
| | | }
|
| | | .search_form {
|
| | | .search_form { |
| | | display: flex;
|
| | | align-items: center;
|
| | | justify-content: space-between;
|
| | | .search_title {
|
| | | .search_title { |
| | | font-size: 14px;
|
| | | font-weight: 700;
|
| | | color: #333333;
|
| | | }
|
| | | }
|
| | | .table_list {
|
| | | height: calc(100vh - 11em);
|
| | | margin-top: 20px;
|
| | | background: #fff;
|
| | | padding: 18px
|
| | | }
|
| | | font-weight: 600;
|
| | | letter-spacing: 0.04em;
|
| | | color: var(--text-secondary); |
| | | } |
| | | } |
| | | .table_list { |
| | | background: var(--panel-mask); |
| | | border: 1px solid var(--surface-border); |
| | | border-radius: var(--radius-md); |
| | | box-shadow: var(--shadow-sm); |
| | | backdrop-filter: blur(12px); |
| | | padding: 18px; |
| | | } |
| | | .components-container {
|
| | | margin: 30px 50px;
|
| | | position: relative;
|
| | |
| | | }
|
| | | }
|
| | |
|
| | | .link-type,
|
| | | .link-type:focus {
|
| | | color: #337ab7;
|
| | | cursor: pointer;
|
| | |
|
| | | &:hover {
|
| | | color: rgb(32, 160, 255);
|
| | | }
|
| | | }
|
| | | .link-type, |
| | | .link-type:focus { |
| | | color: var(--accent-light); |
| | | cursor: pointer; |
| | | |
| | | &:hover { |
| | | color: #2563eb; |
| | | } |
| | | } |
| | |
|
| | | .filter-container {
|
| | | padding-bottom: 10px;
|
| | |
| | | margin-bottom: 10px;
|
| | | }
|
| | | }
|
| | |
|
| | | .app-container,
|
| | | .table_list,
|
| | | .components-container {
|
| | | .el-card,
|
| | | .el-dialog,
|
| | | .el-drawer,
|
| | | .el-table,
|
| | | .el-descriptions,
|
| | | .el-collapse-item__wrap,
|
| | | .el-tabs__content {
|
| | | border-radius: var(--radius-md);
|
| | | }
|
| | | }
|