This commit is contained in:
chenjianan
2019-04-10 14:52:19 +08:00
parent 0d0781ec91
commit a22d9f069b
3 changed files with 89 additions and 35 deletions

View File

@@ -539,15 +539,21 @@ export default {
</script>
<style scoped>
.el-card{
margin-bottom: 10px;
.el-pagination{
background-color: white;
}
.el-card {
border-color: #2e296a;
color: white;
margin-bottom: 5px;
background-color: #2e296a;
}
.word{
border: 1px solid #ebeef5;
margin-top: 0;
line-height: 60px;
/*height: 50px;*/
background-color: white;
background-color: #2e296a;
}
span{
margin: 10px 0 10px 10px;
@@ -559,12 +565,29 @@ export default {
color: red;
}
.black{
color: black;
color: white;
}
</style>
<style>
.bold-font .el-table{
font: bold 18px arial!important;
margin: 0 0 10px 0;
color: white;
}
.bold-font .el-table td{
background-color: #2e296a!important;
}
.bold-font .el-table th{
color: white;
background-color: #2e296a!important;
}
.bold-font .el-table div{
color: white;
background-color: #2e296a!important;
}
.bold-font{
color: ghostwhite;
font: bold 22px arial!important;
padding: 5px;
}
</style>