.addUnitItem { min-height: 100vh; overflow: hidden; :global { .van-dialog__message { font-size: 16px; color: #333; padding-top: 18px } } .disabled { opacity: 0.6; cursor: not-allowed; pointer-events: none; } } .dialogDelete { display: flex; align-items: center; padding-left: var(--van-dialog-message-padding); &::before { content: ''; display: inline-block; width: 4px; height: 14px; background: #FF8057; border-radius: 2px; margin-right: 6px; } } .addBtn { display: block; padding: 0 48px; font-size: 15px; font-family: PingFangSC, PingFang SC; font-weight: 500; color: #F67146; background: #FFF5F2; border-radius: 20px; border: 1px solid #FFB39B; height: 39px; margin: 15px auto; :global { .van-icon { font-size: 16px; font-weight: bold; margin-left: 6px; } } } .cellGroup { margin: 12px 13px; border-radius: 10px; overflow: hidden; .iconMusic { font-size: 18px; margin-right: 6px; } .iconDelete { font-size: 20px; } .title { font-size: 16px; font-weight: 600; color: #333333; line-height: 22px; } :global { .van-cell { padding: 16px 12px; font-size: 15px; } .van-field__label { color: #777777; } } .inputControl { :global { .van-field__body { justify-content: flex-end; margin-right: 8px; } .van-field__control { width: 58px; height: 33px; background: #F4F4F4; border-radius: 8px; text-align: center; } } } } .partPopup { :global { .van-popup__close-icon { font-size: 19px; top: 23px; right: 20px; } } } .partContainer { .partTitle { font-size: 18px; font-weight: 500; color: #131415; line-height: 25px; text-align: center; padding: 20px 0; } .activeCell { .partContent { span { color: #131415; } } :global { .van-cell__title { color: #F67146; } .van-stepper__input { text-align: center; color: #131415; } } } :global { .van-cell { padding: 20px 15px; } .van-radio { align-items: flex-start; margin-top: 3px; img { width: 18px; height: 18px; } } .van-cell__title { font-size: 16px; font-weight: 500; color: #AAAAAA; margin-left: 10px; } .van-cell__label { padding-top: 8px; } .van-field__control, .van-stepper__input { text-align: center; color: #AAAAAA; } } .partInput { display: inline-block; padding: 0; width: 63px; height: 36px; line-height: 36px; background: #F4F4F4; border-radius: 6px; text-align: center !important; } .partContent { display: flex; align-items: center; span { padding: 0 20px; font-size: 16px; font-weight: 500; color: #AAAAAA; } } .partBtn { margin: 0 25px calc(20px + env(safe-area-inset-bottom)); width: calc(100% - 50px); font-size: 18px; font-weight: 500; } }