123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359 |
- .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;
- }
|