.modal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .4); z-index: 999999; .modalBody { width: 350px; min-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; min-height: 117px; max-height: 50vh; background: #f9fafb; border: 1px solid #e5e9ed; border-radius: 5px; overflow: auto; 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: 14px; } &:nth-child(3) { font-size: 14px; color: #666; padding-bottom: 10px; } } } button { margin-top: 10px; &.btn { margin-left: 8px; } } } // 新增 &.add { .modalBody { width: 480px; height: auto; .content { width: 100%; height: auto; padding: 18px 14px 0 14px; .addForm { .ant-form-item { margin-bottom: 15px; .ant-form-item-label { line-height: 0; } } } .editForm { .ant-form-item { margin-bottom: 15px; .ant-form-item-label { line-height: 0; } } } } button { &:nth-child(1) { margin-right: 20px; } } } } }