.manage { display: flex; flex-direction: column; box-sizing: border-box; width: 360Px; overflow-y: auto; // border-radius: 8Px 0 0 8Px; position: absolute; right: 0; height: calc(100% - 54px); z-index: 2; top: 54Px; &-header { padding: 12Px; display: flex; justify-content: space-between; align-items: center; &.currentModel { background: #F8F9FC; border: none; .manage-header-left { width: 100%; } } aside { display: flex; align-items: center; } h1 { font-size: 16Px; } &-left { display: flex; :deep(.n-tab-pane) { padding: 0; } .icon { margin-right: 14Px; background-position: center; } main { display: flex; flex-direction: column; p { padding-top: 8Px; font-size: 12Px; } } } } .main { .userInfo { padding: 0 20Px; display: flex; flex-direction: column; font-size: 14Px; &-header { display: flex; justify-content: space-between; align-items: center; padding: 14Px 0; p { display: flex; align-items: center; } } ol { flex: 1; display: flex; flex-wrap: wrap; padding-bottom: 20Px; dt { text-align: center; margin: 0 auto; } dl { position: relative; flex: 0 0 36Px; display: flex; flex-direction: column; padding-right: 20Px; &:last-child { padding-right: 0; } .more { padding-top: 10Px; } dd { padding-top: 6px; text-align: center; max-width: 50Px; font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .userInfo-mask { position: absolute; z-index: 5; padding: 20Px; left: 100%; li { display: flex; align-items: center; label { width: 60Px; } span { max-width: 200Px; word-break: keep-all; } } } } } } .content { padding: 0 20Px; li { padding: 14Px 0; display: flex; justify-content: space-between; align-items: center; font-size: 14Px; .btn { flex: 1; } article { opacity: 0.6; width: 246Px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .end { align-self: flex-end; margin-bottom: 4Px; } } } .footer { padding: 0 20Px; li { cursor: pointer; width: 100%; font-size: 14Px; padding: 11Px 0; text-align: center; background: #198CFE; border-radius: 8px; color: #fff; margin-bottom: 12px; &:last-child { border: none; } } } } .admin { padding: 20Px 0; &-content { padding: 20Px 20Px 12Px; display: flex; align-items: center; aside { flex: 1; font-size: 14Px; p { font-size: 12Px; } } } &-list { padding: 0 20Px; label { display: inline-block; font-size: 14Px; padding-bottom: 8Px; } } .last { padding-top: 13Px; position: relative; &::before { position: absolute; content: ''; width: calc(100% - 40Px); height: 1Px; top: 0; left: 0; right: 0; margin: 0 auto; } } } ol { flex: 1; display: flex; flex-wrap: wrap; padding-bottom: 20Px; dl { position: relative; flex: 0 0 36Px; display: flex; flex-direction: column; padding-right: 20Px; &:last-child { padding-right: 0; } .more { padding-top: 10Px; } dd { text-align: center; max-width: 36Px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .userInfo-mask { position: fixed; z-index: 5; padding: 20Px; margin-left: 36Px; li { display: flex; align-items: center; label { width: 60Px; } span { max-width: 200Px; word-break: keep-all; } } } } } } .input { border-radius: 4Px; padding: 4Px 16Px; font-size: 14Px; } .groupID { display: flex; flex-direction: row; align-items: center; span { padding-right: 10Px; } .icon { width: 15Px; height: 15Px; cursor: pointer; } } .avatar { width: 36Px; height: 36Px; border-radius: 4Px; font-size: 12Px; display: flex; justify-content: center; align-items: center; } .btn { padding: 4Px 28Px; font-size: 12Px; line-height: 24Px; border-radius: 4Px; } .slider { &-box { display: flex; align-items: center; width: 34Px; height: 20Px; border-radius: 10Px; } &-block { display: inline-block; width: 16Px; height: 16Px; border-radius: 8Px; margin: 0 2Px; } } .space-between { justify-content: space-between; } .delDialog-title { text-align: center; padding: 20Px 0; } .icon-chat-setting { margin-right: 40Px; }