-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
54 lines (50 loc) · 794 Bytes
/
style.css
File metadata and controls
54 lines (50 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
@import url("https://cdn.bootcdn.net/ajax/libs/element-plus/1.0.2-beta.53/theme-chalk/index.css");
.el-row {
margin-bottom: 20px;
}
.el-row:last-child {
margin-bottom: 0;
}
.el-col {
border-radius: 4px;
}
.bg-purple-dark {
background: #99a9bf;
}
.bg-purple {
background: #d3dce6;
}
.bg-purple-light {
background: #e5e9f2;
}
.grid-content {
border-radius: 4px;
min-height: 36px;
}
.row-bg {
padding: 10px 0;
background-color: #f9fafc;
}
.card-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.main {
width: 995px;
margin: auto;
}
.el-header {
background: white;
border-bottom: 1px solid #dcdfe6;
}
.el-main {
background: whitesmoke;
}
.el-aside {
background: #badfdf;
}
.el-footer {
margin-top: 20px;
color: #606266;
}