|
@@ -24,15 +24,8 @@
|
|
border-radius: 0 0 4px 4px;
|
|
border-radius: 0 0 4px 4px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .bg-blue-light {
|
|
|
|
- background-color: #58b7ff;
|
|
|
|
- }
|
|
|
|
- .bg-blue,
|
|
|
|
- .bg-info {
|
|
|
|
- background-color: #20a0ff;
|
|
|
|
- }
|
|
|
|
- .bg-blue-dark {
|
|
|
|
- background-color: #1d8ce0;
|
|
|
|
|
|
+ .bg-blue {
|
|
|
|
+ background-color: #1989fa;
|
|
}
|
|
}
|
|
|
|
|
|
.bg-success {
|
|
.bg-success {
|
|
@@ -44,43 +37,38 @@
|
|
.bg-danger {
|
|
.bg-danger {
|
|
background-color: #ff4949;
|
|
background-color: #ff4949;
|
|
}
|
|
}
|
|
-
|
|
|
|
- .bg-black {
|
|
|
|
- background-color: #1f2d3d;
|
|
|
|
- }
|
|
|
|
- .bg-black-light {
|
|
|
|
- background-color: #324057;
|
|
|
|
- }
|
|
|
|
- .bg-black-lighter {
|
|
|
|
- background-color: #475669;
|
|
|
|
|
|
+ .bg-info {
|
|
|
|
+ background-color: #878D99;
|
|
}
|
|
}
|
|
|
|
|
|
- .bg-silver {
|
|
|
|
- background-color: #8492a6;
|
|
|
|
|
|
+ .bg-text-primary {
|
|
|
|
+ background-color: #2d2f33;
|
|
|
|
+ }
|
|
|
|
+ .bg-text-regular {
|
|
|
|
+ background-color: #5a5e66;
|
|
}
|
|
}
|
|
- .bg-silver-light {
|
|
|
|
- background-color: #99a9bf;
|
|
|
|
|
|
+ .bg-text-secondary {
|
|
|
|
+ background-color: #878d99;
|
|
}
|
|
}
|
|
- .bg-silver-lighter {
|
|
|
|
- background-color: #c0ccda;
|
|
|
|
|
|
+ .bg-text-placeholder {
|
|
|
|
+ background-color: #b4bccc;
|
|
}
|
|
}
|
|
|
|
|
|
- .bg-gray {
|
|
|
|
- background-color: #d3dce6;
|
|
|
|
|
|
+ .bg-border-base {
|
|
|
|
+ background-color: #d8dce6;
|
|
}
|
|
}
|
|
- .bg-gray-light {
|
|
|
|
- background-color: #e5e9f2;
|
|
|
|
|
|
+ .bg-border-light {
|
|
|
|
+ background-color: #dfe4ed;
|
|
}
|
|
}
|
|
- .bg-gray-lighter {
|
|
|
|
- background-color: #eff2f7;
|
|
|
|
|
|
+ .bg-border-lighter {
|
|
|
|
+ background-color: #e6ebf5;
|
|
}
|
|
}
|
|
-
|
|
|
|
- .bg-white-dark {
|
|
|
|
- background-color: #f9fafc;
|
|
|
|
|
|
+ .bg-border-extra-light {
|
|
|
|
+ background-color: #edf2fc;
|
|
}
|
|
}
|
|
|
|
|
|
- .color-gray {
|
|
|
|
- color: #5e6d82;
|
|
|
|
|
|
+ [class*=" bg-border-"] {
|
|
|
|
+ color: #5a5e66;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
|
|
|
|
@@ -92,14 +80,8 @@ Element uses a specific set of palettes to specify colors to provide a consisten
|
|
The main color of Element is bright and friendly blue.
|
|
The main color of Element is bright and friendly blue.
|
|
|
|
|
|
<el-row :gutter="12">
|
|
<el-row :gutter="12">
|
|
- <el-col :span="8">
|
|
|
|
- <div class="demo-color-box bg-blue-light">Light Blue<div class="value">#58B7FF</div></div>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="8">
|
|
|
|
- <div class="demo-color-box bg-blue">Blue<div class="value">#20A0FF</div></div>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="8">
|
|
|
|
- <div class="demo-color-box bg-blue-dark">Dark Blue<div class="value">#1D8CE0</div></div>
|
|
|
|
|
|
+ <el-col :span="6">
|
|
|
|
+ <div class="demo-color-box bg-blue">Blue<div class="value">#1989FA</div></div>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
@@ -109,16 +91,16 @@ Besides the main color, you need to use different scene colors in different scen
|
|
|
|
|
|
<el-row :gutter="12">
|
|
<el-row :gutter="12">
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
- <div class="demo-color-box bg-info">Blue<div class="value">#20A0FF</div></div>
|
|
|
|
|
|
+ <div class="demo-color-box bg-success">Success<div class="value">#67C23A</div></div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
- <div class="demo-color-box bg-success">Success<div class="value">#13CE66</div></div>
|
|
|
|
|
|
+ <div class="demo-color-box bg-warning">Warning<div class="value">#EB9E05</div></div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
- <div class="demo-color-box bg-warning">Warning<div class="value">#F7BA2A</div></div>
|
|
|
|
|
|
+ <div class="demo-color-box bg-danger">Danger<div class="value">#FA5555</div></div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
- <div class="demo-color-box bg-danger">Danger<div class="value">#FF4949</div></div>
|
|
|
|
|
|
+ <div class="demo-color-box bg-info">Info<div class="value">#878D99</div></div>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
@@ -129,29 +111,18 @@ Neutral colors are for text, background and border colors. You can use different
|
|
<el-row :gutter="12">
|
|
<el-row :gutter="12">
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
<div class="demo-color-box-group">
|
|
<div class="demo-color-box-group">
|
|
- <div class="demo-color-box bg-black">Black<div class="value">#1F2D3D</div></div>
|
|
|
|
- <div class="demo-color-box bg-black-light">Light Black<div class="value">#324057</div></div>
|
|
|
|
- <div class="demo-color-box bg-black-lighter">Extra Light Black<div class="value">#475669</div></div>
|
|
|
|
|
|
+ <div class="demo-color-box bg-text-primary">Primary Text<div class="value">#2D2F33</div></div>
|
|
|
|
+ <div class="demo-color-box bg-text-regular">Regular Text<div class="value">#5A5E66</div></div>
|
|
|
|
+ <div class="demo-color-box bg-text-secondary">Secondary Text<div class="value">#878D99</div></div>
|
|
|
|
+ <div class="demo-color-box bg-text-placeholder">Placeholder Text<div class="value">#B4BCCC</div></div>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
<div class="demo-color-box-group">
|
|
<div class="demo-color-box-group">
|
|
- <div class="demo-color-box bg-silver">Silver<div class="value">#8492A6</div></div>
|
|
|
|
- <div class="demo-color-box bg-silver-light">Light Silver<div class="value">#99A9BF</div></div>
|
|
|
|
- <div class="demo-color-box bg-silver-lighter">Extra Light Silver<div class="value">#C0CCDA</div></div>
|
|
|
|
- </div>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="6">
|
|
|
|
- <div class="demo-color-box-group">
|
|
|
|
- <div class="demo-color-box color-gray bg-gray">Gray<div class="value">#D3DCE6</div></div>
|
|
|
|
- <div class="demo-color-box color-gray bg-gray-light">Light Gray<div class="value">#E5E9F2</div></div>
|
|
|
|
- <div class="demo-color-box color-gray bg-gray-lighter">Extra Light Gray<div class="value">#EFF2F7</div></div>
|
|
|
|
- </div>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="6">
|
|
|
|
- <div class="demo-color-box-group" style="border: 1px solid #e0e6ed;border-radius: 4px;">
|
|
|
|
- <div class="demo-color-box color-gray bg-white-dark">Dark White<div class="value">#F9FAFC</div></div>
|
|
|
|
- <div class="demo-color-box color-gray bg-white">White<div class="value">#FFFFFF</div></div>
|
|
|
|
|
|
+ <div class="demo-color-box bg-border-base">Base Border<div class="value">#D8DCE6</div></div>
|
|
|
|
+ <div class="demo-color-box bg-border-light">Light Border<div class="value">#DFE4ED</div></div>
|
|
|
|
+ <div class="demo-color-box bg-border-lighter">Lighter Border<div class="value">#E6EBF5</div></div>
|
|
|
|
+ <div class="demo-color-box bg-border-extra-light">Extra Light Border<div class="value">#EDF2FC</div></div>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|