Files
jc-club-front/src/views/practise/practice-questions/components/front-end/index.less
2023-12-17 22:03:08 +08:00

25 lines
488 B
Plaintext

.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;
}
}
}