微型课程优化

This commit is contained in:
zhanglipeng
2021-08-12 21:57:39 +08:00
parent 4efdee0ea1
commit a89cf3ce01
2 changed files with 115 additions and 119 deletions

View File

@ -152,30 +152,12 @@ export default {
margin: 10px 0;
}
}
.box-card-case {
margin: 0;
font-size: 14px;
font-weight: 700;
display: flex;
align-items: center;
&::before {
content: "";
margin-right: 8px;
width: 4px;
height: 14px;
background: #2c3e50;
}
&.mr {
margin: 10px 0;
}
}
.box-card-info {
font-size: 14px;
font-weight: 700;
}
.pad-left {
padding-left: 15px;
text-align: center;
font-size: 20px;
font-weight: 700;
line-height: 40px;
}
// 禁止复制
div {
@ -192,6 +174,6 @@ div {
}
.tree {
overflow:auto;
max-height: 300px;
max-height: 600px;
}
</style>