style
This commit is contained in:
@@ -629,10 +629,10 @@ export default {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.el-card {
|
.el-card {
|
||||||
border-color: #2e296a;
|
border-color: rgb(0, 12, 57);
|
||||||
color: white;
|
color: white;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
background-color: #2e296a;
|
background-color: rgb(0, 12, 57);
|
||||||
}
|
}
|
||||||
span{
|
span{
|
||||||
margin: 10px 0 10px 10px;
|
margin: 10px 0 10px 10px;
|
||||||
@@ -648,15 +648,15 @@ export default {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
.bold-font .el-table td{
|
.bold-font .el-table td{
|
||||||
background-color: #2e296a!important;
|
background-color: rgb(0, 12, 57)!important;
|
||||||
}
|
}
|
||||||
.bold-font .el-table th{
|
.bold-font .el-table th{
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #2e296a!important;
|
background-color: rgb(0, 12, 57)!important;
|
||||||
}
|
}
|
||||||
.bold-font .el-table div{
|
.bold-font .el-table div{
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #2e296a!important;
|
background-color: rgb(0, 12, 57)!important;
|
||||||
}
|
}
|
||||||
.bold-font{
|
.bold-font{
|
||||||
color: ghostwhite;
|
color: ghostwhite;
|
||||||
|
|||||||
@@ -543,17 +543,17 @@ export default {
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
.el-card {
|
.el-card {
|
||||||
border-color: #2e296a;
|
border-color: rgb(0, 12, 57);
|
||||||
color: white;
|
color: white;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
background-color: #2e296a;
|
background-color: rgb(0, 12, 57);
|
||||||
}
|
}
|
||||||
.word{
|
.word{
|
||||||
border: 1px solid #ebeef5;
|
border: 1px solid #ebeef5;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
line-height: 60px;
|
line-height: 60px;
|
||||||
/*height: 50px;*/
|
/*height: 50px;*/
|
||||||
background-color: #2e296a;
|
background-color: rgb(0, 12, 57);
|
||||||
}
|
}
|
||||||
span{
|
span{
|
||||||
margin: 10px 0 10px 10px;
|
margin: 10px 0 10px 10px;
|
||||||
@@ -575,15 +575,15 @@ export default {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
.bold-font .el-table td{
|
.bold-font .el-table td{
|
||||||
background-color: #2e296a!important;
|
background-color: rgb(0, 12, 57)!important;
|
||||||
}
|
}
|
||||||
.bold-font .el-table th{
|
.bold-font .el-table th{
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #2e296a!important;
|
background-color: rgb(0, 12, 57)!important;
|
||||||
}
|
}
|
||||||
.bold-font .el-table div{
|
.bold-font .el-table div{
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #2e296a!important;
|
background-color: rgb(0, 12, 57)!important;
|
||||||
}
|
}
|
||||||
.bold-font{
|
.bold-font{
|
||||||
color: ghostwhite;
|
color: ghostwhite;
|
||||||
|
|||||||
Reference in New Issue
Block a user