.analysis-wrap {
|
--icon-width: 24rpx;
|
border-radius: var(--td-border-radius);
|
background-color: var(--td-bg-color-block);
|
padding: var(--td-spacer-1);
|
margin-bottom: var(--td-spacer);
|
font-size: var(--td-font-size-base);
|
}
|
|
.analysis-title {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
font-size: var(--td-font-size-m);
|
/* background-color: var(--td-bg-color-block); */
|
}
|
|
.flex-h {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
|
.analysis-problem {
|
font-size: var(--td-font-size-l);
|
color: var(--td-warning-color-10);
|
}
|
|
.analysis-tag {
|
color: var(--td-text-color-secondary);
|
}
|
|
.analysis-subtask {
|
/* background-color: aliceblue; */
|
font-size: var(--td-font-size-m);
|
padding: var(--td-spacer) 0;
|
}
|