.form { width: 100%; height: 450px; .account { padding-top: 20px; box-sizing: border-box; .submit { margin-top: 40px; } } } // 投放账户添加 .launchRefresh { .ant-modal-body { padding: 20px; } .refBts { margin-bottom: 10px; } .refContent { display: flex; justify-content: flex-start; min-height: 100px; border: 1px solid rgb(112, 112, 112); &>.left { width: 300px; // background-color: rgba(245, 245, 245, .5); border-right: 1px solid rgb(235, 235, 235); padding: 5px; h4 { font-weight: 600; } .isp { padding: 10px; background-color: rgba(238, 238, 238, .8); margin-top: 2px; cursor: pointer; } .selectServer { background-color: #e6f7ff; color: #1890ff; border-right: 2px solid #1890ff; } } &>.right { width: 660px; padding: 10px; box-sizing: border-box; min-height: 450px; } } } .refreshNotice { font-size: 12px; text-align: center; color: #1890ff; p { margin-bottom: 0; } } .customListModel .ant-modal-body { height: 660px; overflow: hidden; padding: 0; .content { display: flex; justify-content: flex-start; width: 100%; height: 100%; .left { width: 60%; display: flex; flex-direction: column; .leftSearch { height: 72px; background-color: #fff; box-shadow: inset 0 -1px 0 0 #ebebeb; padding-left: 20px; padding-right: 20px; display: flex; align-items: center; flex: none; border-top-left-radius: 6px; } .dataList { flex: 1; position: relative; padding: 16px 10px 16px 24px; overflow-y: auto; dl:not(:first-child) { margin-top: 12px; } dt { padding-left: 8px; height: 40px; line-height: 40px; margin-bottom: 8px; font-weight: 600; border-bottom: 1px solid #ebebeb; } dd { display: inline-block; box-sizing: border-box; position: relative; width: 50%; border-radius: 2px; padding-left: 8px; box-sizing: border-box; label span { vertical-align: initial; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } } .checkbox { font-size: 12px; .ant-checkbox { transform: scale(.875); } } } } .right { width: 40%; background-color: #f2f2f2; box-shadow: inset 1px 0 0 0 #e0e0e0; display: flex; flex-direction: column; border-bottom-right-radius: 6px; border-top-right-radius: 6px; .rightTitle { flex: none; display: flex; justify-content: space-between; align-items: flex-end; box-sizing: border-box; padding-right: 28px; padding-bottom: 10px; padding-left: 28px; height: 62px; } .rightTitleLeft { font-size: 15px; font-weight: 500; >span { margin-left: 4px; margin-right: 4px; color: #1890ff; font-weight: 700; } } .selectedList { flex: 1; box-sizing: border-box; padding: 10px 28px 20px; font-size: 13px; line-height: 36px; cursor: default; overflow-y: auto; margin: 0; } .rightOperate { flex: none; display: flex; align-items: center; justify-content: space-between; padding-right: 28px; height: 72px; background-color: #fafafa; border-top: 1px solid rgba(0, 0, 0, .08); box-shadow: inset 1px 0 0 0 #e0e0e0; border-bottom-right-radius: 6px; &>div>button { border-radius: 4px; &.confirm { width: 104px; margin-left: 14px; } } } } } } li.liDraw { font-size: 13px; width: 100%; position: relative; padding: 0 12px; border-radius: 2px; height: 36px; background-color: #fff; box-shadow: 0 1px 3px 0 rgba(37, 39, 46, 0.08), 0 1px 2px 0 rgba(158, 158, 158, 0.16), 0 0 0 1px #e3e4e6; z-index: 99999; display: flex; align-items: center; justify-content: space-between; .draw { user-select: none; cursor: move; cursor: -webkit-grab; margin-right: 8px; &:active { cursor: move; cursor: -webkit-grabbing; } } .lileft { display: flex; align-items: center; flex: 1; overflow: hidden; >div { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } } .clear { cursor: pointer; flex: none; width: 15px; } &:not(:last-child) { margin-bottom: 8px; } }