.analysis-List { &-head { margin-top: 12px; display: flex; padding: 0 2px; justify-content: space-between; background-color: rgba(230, 228, 234, 0.64); &-col1 { width: 22px; padding: 4px; } &-col2 { flex: 2; padding: 4px; } &-orange { color: #ff5b1f; } &-blue { color: #007fff; } &-img1 { top: 0; width: 8px; height: 8px; position: absolute; } &-img2 { bottom: 0; width: 8px; height: 8px; position: absolute; } &-small-size { font-size: 12px; line-height: 20px; } } &-flex { display: flex; flex-direction: column; position: relative; height: 12px; width: 8px; } &-item { display: flex; padding: 0 2px; align-items: center; &-col1 { width: 22px; padding: 4px; } &-col2 { flex: 2; padding: 6px 4px; } &-more { margin-top: 8px; background-color: rgba(230, 228, 234, 0.64); padding: 6px; text-align: center; color: rgba(23, 26, 29, 0.85); border-radius: 2px; } } }