.unitTest { .searchBand { display: inline-block; font-size: 14px; font-weight: 500; color: #333333; } .cellGroup { margin-bottom: 12px; :global { .van-cell { padding: 12px; font-size: 16px; font-weight: 500; } .van-button--disabled { opacity: 1; background-color: #f2f2f2; color: #aaa; border-color: #f2f2f2; } } .img { width: 18px; height: 18px; margin-right: 6px; } .unitTitle { color: #333333; max-width: 150px; line-height: 22px; } .no-start { color: #f44541; } .pass { color: #4ab78e; } .no-pass { color: #aaaaaa; } } .unitSection { padding-top: 15px !important; padding-bottom: 20px !important; .name { font-size: 15px; font-weight: 500; color: #333333; padding-bottom: 6px; } .endTime { font-size: 13px; color: #777777; } } .unitBtnGroup { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; :global { .van-button { line-height: 40px; height: 40px; & + .van-button { margin-left: 13px; } } } } }