@import "../../../../src/theme.less"; ::ng-deep .executeTime, ::ng-deep .executeTime[nzplaceholder="请选择定时发送时间"] .ant-calendar-picker { width: 100% !important; } .save { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index: 99; .modalBody { width: 350px; height: 220px; background: #fff; border-radius: 5px; padding: 10px 20px; color: #333; .title { width: 100%; text-align: center; font-size: 18px; position: relative; i { position: absolute; right: 0; top: 0; font-size: 20px; color: #666; cursor: pointer; padding: 0 5px; } } .content { width: 310px; height: 117px; background: #f9fafb; border: 1px solid #e5e9ed; border-radius: 5px; overflow: hidden; margin-top: 12px; & > div { text-align: center; margin: 0; &.icon { margin-top: 17px; i { color: #34b349; font-size: 30px !important; &.transport-wenhao { color: #f5a523; } &.transport-shibai { color: #ff3a52; } } } &.defeat { color: #333; font-size: 18px; } &:nth-child(3) { font-size: 14px; color: #666; } } .timingMessageSendingTips { font-size: 12px; } } button { margin-top: 10px; &.btn { margin-left: 8px; } } } // 新增 &.add { .modalBody { width: 480px; height: auto; .content { width: 100%; height: auto; padding: 18px 14px 0 14px; max-height: 497px; overflow-y: auto; .addForm { .ant-form-item { margin-bottom: 15px; .ant-form-item-label { line-height: 14px; text-align: left; } .desc { margin-top: 5px; } } .datesControl { margin-top: -16px; .ant-form-item-label { line-height: 40px; } } .timer { .ant-form-item-label { width: 100%; text-align: left; } .numInp { margin-right: 5px; } .line { margin-right: 5px; } } .timer2 { .ant-form-item-label { line-height: 20px; } } } .editForm { .ant-form-item { margin-bottom: 15px; .ant-form-item-label { line-height: 14px; text-align: left; } } } } button { &:nth-child(1) { margin-right: 20px; } } } } }