.selectTimer { padding: 12px 13px 14px; font-size: 14px; font-weight: 500; color: #333333; line-height: 20px; } .cellGroup { margin: 0 13px 12px; border-radius: 8px; overflow: hidden; .cellTitle { font-size: 16px; font-weight: 400; } .cellIcon { font-size: 18px; margin-right: 6px; } .cellTimers { h3 { font-size: 16px; font-weight: 500; color: #333333; padding-bottom: 6px; } span { padding-top: 6px; display: inline-block; width: 35%; font-size: 14px; font-weight: 500; color: #777777; line-height: 20px; } } :global { .van-cell { padding: 18px 12px; font-size: 14px; font-weight: 500; color: #333333; line-height: 20px; } .van-cell__value { color: #333; } } .noTime { color: #aaaaaa; :global { .van-cell__value { color: #aaaaaa; } } } }