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