feat: 增加练题

This commit is contained in:
秋水浮尘
2023-12-17 22:03:08 +08:00
parent 0d4f9226c3
commit d0225795da
79 changed files with 10134 additions and 2742 deletions

View File

@@ -0,0 +1,24 @@
.front-box {
.ant-descriptions-title {
display: flex;
justify-content: space-between;
font-size: 18px;
color: rgba(51, 51, 51, 0.7);
}
.ant-checkbox-wrapper {
font-size: 14px;
color: rgba(51, 51, 51, 0.5);
}
.box{
display: flex;
width: 1439px;
.box1{
flex: 1;
}
.box2{
flex: 1;
// float: right;
text-align: right;
}
}
}