123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307 |
- .r-view{
- position: absolute;
- z-index: 100;
- top: 61px;
- bottom: 0;
- right: -250px;
- width: 250px;
- background-color: #eeeeee;
- padding-left: 20px;
- box-sizing: border-box;
- border-left: 1px solid #d6d6d6;
- overflow: auto;
- padding-bottom: 20px;
- transition: .4s all ease-in-out;
- box-sizing: border-box;
- &.move-left{
- right: 0;
- }
- }
- .setting-top{
- padding: 20px 0 0 0;
- border-bottom: 1px solid #d6d6d6;
- margin-bottom: 20px;
- }
- .search-input{
- position: relative;
- font-size: 0;
- margin-right: 12px;
- input{
- display: block;
- width: 100%;
- background-color: #d6d6d6;
- border: none;
- height: 30px;
- line-height: 30px;
- padding-left: 40px;
- box-sizing: border-box;
- outline: none;
- font-size: 12px;
- color: #333333;
- border-radius: 2px;
- }
- }
- .el-icon-search{
- position: absolute;
- width: 30px;
- height: 30px;
- line-height: 30px;
- top: 0;
- left: 10px;
- font-size: 20px;
- color: #666666;
- }
- .notice{
- line-height: 1.6;
- }
- .user-list{
- margin-top: 10px;
- display: flex;
- flex-wrap: wrap;
- max-height: 362px;
- overflow: auto;
- &.height-limit{
- height: 140px;
- overflow: hidden;
- }
- .list-item{
- width: 40px;
- margin-right: 16px;
- margin-bottom: 16px;
- &:nth-child(4n) {
- margin-right: 0;
- }
- }
- img.avatar{
- background: #ccc;
- }
- .avatar{
- display: block;
- width: 40px;
- height: 40px;
- margin-bottom: 6px;
- border-radius: 2px;
- cursor: pointer;
- position: relative;
- &:hover{
- opacity: .8;
- }
- }
- .btn{
- box-sizing: border-box;
- border: 1px solid #c0c0c0;
- display: flex;
- justify-content: center;
- align-items: center;
- cursor: pointer;
- i{
- font-size: 22px;
- color: #5e5e5e;
- }
- }
- .name{
- @include ellipsis();
- font-size: 12px;
- color: #333333;
- display: block;
- text-align: center;
- }
- }
- .show-all-btn{
- color: #999999;
- font-size: 12px;
- text-align: center;
- padding: 10px 0;
- cursor: pointer;
- i{
- display: inline-block;
- margin-left: 6px;
- }
- }
- .setting-item{
- font-size: 14px;
- color: #999999;
- margin-bottom: 20px;
- margin-right: 20px;
- .title{
- margin-bottom: 12px;
- }
- .text{
- color: #333333;
- font-size: 12px;
- line-height: 24px;
- @include wrap;
- word-break: break-all;
- i{
- display: inline-block;
- margin-left: 6px;
- color: #999999;
- }
- }
- .team-avatar{
- width: 40px;
- height: 40px;
- border-radius: 2px;
- cursor: pointer;
- }
- .el-icon-arrow-right{
- float: right;
- }
- .el-icon-edit{
- cursor: pointer;
- }
- .team-arrow-icon{
- margin-top: 12px;
- }
- .cursor{
- cursor: pointer;
- }
- &.ext-group-admin{
- cursor: pointer;
- .team-arrow-icon{
- margin-top: 0;
- }
- }
- }
- .setting-bottom{
- margin-right: 20px;
- border-top: 1px solid #d6d6d6;
- button{
- display: block;
- width: 100%;
- height: 36px;
- line-height: 36px;
- text-align: center;
- font-size: 14px;
- color: #f65e5e;
- background-color: transparent;
- border: 1px solid #c0c0c0;
- margin-top: 12px;
- border-radius: 2px;
- }
- }
- .invite-editBtn{
- width: 30px;
- cursor: pointer;
- display: inline-block;
- }
- .edit-name-path{
- font-size: 12px;
- color: #333333;
- }
- .edit-full-input{
- display: block;
- width: 100%;
- background-color: rgba($color: #000000, $alpha: .1);
- border: none;
- height: 26px;
- line-height: 26px;
- padding-left: 12px;
- box-sizing: border-box;
- outline: none;
- font-size: 12px;
- color: #333333;
- border-radius: 2px;
- }
- .edit-name-input{
- display: inline-block;
- width: 60px;
- background-color: rgba($color: #000000, $alpha: .1);
- border: none;
- height: 26px;
- line-height: 26px;
- padding: 0 5px;
- margin-left: 5px;
- box-sizing: border-box;
- outline: none;
- font-size: 12px;
- color: #333333;
- border-radius: 2px;
- }
- .link-change{
- float: right;
- font-size: 12px;
- color: #ffffff;
- background-color: #cdcdcd;
- border-radius: 2px;
- padding: 0 15px;
- line-height: 20px;
- height: 20px;
- cursor: pointer;
- }
- .invite-link{
- @include wrap;
- color: #1d93ed;
- font-size: 12px;
- line-height: 24px;
- }
- .notice-modal{
- textarea{
- width: 100%;
- height: 100px;
- font-size: 14px;
- color: #333333;
- border: none;
- resize: none;
- padding: 10px;
- box-sizing: border-box;
- &::-webkit-input-placeholder {
- color: #999999;
- }
- }
- }
- .modal-fd{
- margin-top: 10px;
- text-align: right;
- }
- .no-avatar{
- display: inline-block;
- width: 40px;
- height: 40px;
- border-radius: 2px;
- cursor: pointer;
- border: 1px solid #c0c0c0;
- text-align: center;
- line-height: 40px;
- i{
- vertical-align: middle;
- font-size: 20px;
- margin-left: 0 !important;
- }
- }
- .avatar-box{
- position: relative;
- }
- .admin-icon{
- position: absolute;
- left: 0;
- bottom: 0;
- width: 18px;
- height: 18px;
- line-height: 18px;
- background-color: rgba($color: #000000, $alpha: .4);
- border-radius: 2px;
- text-align: center;
- font-size: 14px;
- color: #f5ab5c;
- }
- .creator-icon{
- position: absolute;
- left: 0;
- bottom: 0;
- background: url('../../assets/icon-creater.png') center center no-repeat;
- background-size: 12px 11px;
- background-color: rgba($color: #000000, $alpha: .6);
- width: 18px;
- height: 18px;
- }
|