style.scss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. .r-view{
  2. position: absolute;
  3. z-index: 100;
  4. top: 61px;
  5. bottom: 0;
  6. right: -250px;
  7. width: 250px;
  8. background-color: #eeeeee;
  9. padding-left: 20px;
  10. box-sizing: border-box;
  11. border-left: 1px solid #d6d6d6;
  12. overflow: auto;
  13. padding-bottom: 20px;
  14. transition: .4s all ease-in-out;
  15. box-sizing: border-box;
  16. &.move-left{
  17. right: 0;
  18. }
  19. }
  20. .setting-top{
  21. padding: 20px 0 0 0;
  22. border-bottom: 1px solid #d6d6d6;
  23. margin-bottom: 10px;
  24. }
  25. .search-input{
  26. position: relative;
  27. font-size: 0;
  28. margin-right: 12px;
  29. input{
  30. display: block;
  31. width: 100%;
  32. background-color: #d6d6d6;
  33. border: none;
  34. height: 30px;
  35. line-height: 30px;
  36. padding-left: 40px;
  37. box-sizing: border-box;
  38. outline: none;
  39. font-size: 12px;
  40. color: #333333;
  41. border-radius: 2px;
  42. }
  43. }
  44. .el-icon-search{
  45. position: absolute;
  46. width: 30px;
  47. height: 30px;
  48. line-height: 30px;
  49. top: 0;
  50. left: 10px;
  51. font-size: 20px;
  52. color: #666666;
  53. }
  54. .notice{
  55. line-height: 1.6;
  56. }
  57. .user-list{
  58. margin-top: 10px;
  59. display: flex;
  60. flex-wrap: wrap;
  61. max-height: 362px;
  62. overflow: auto;
  63. &.height-limit{
  64. height: 140px;
  65. overflow: hidden;
  66. }
  67. .list-item{
  68. width: 40px;
  69. margin-right: 16px;
  70. margin-bottom: 16px;
  71. &:nth-child(4n) {
  72. margin-right: 0;
  73. }
  74. }
  75. img.avatar{
  76. background: #ccc;
  77. }
  78. .avatar{
  79. display: block;
  80. width: 40px;
  81. height: 40px;
  82. margin-bottom: 6px;
  83. border-radius: 2px;
  84. cursor: pointer;
  85. position: relative;
  86. &:hover{
  87. opacity: .8;
  88. }
  89. }
  90. .btn{
  91. box-sizing: border-box;
  92. border: 1px solid #c0c0c0;
  93. display: flex;
  94. justify-content: center;
  95. align-items: center;
  96. cursor: pointer;
  97. i{
  98. font-size: 22px;
  99. color: #5e5e5e;
  100. }
  101. }
  102. .name{
  103. @include ellipsis();
  104. font-size: 12px;
  105. color: #333333;
  106. display: block;
  107. text-align: center;
  108. }
  109. }
  110. .show-all-btn{
  111. color: #999999;
  112. font-size: 12px;
  113. text-align: center;
  114. padding: 10px 0;
  115. cursor: pointer;
  116. i{
  117. display: inline-block;
  118. margin-left: 6px;
  119. }
  120. }
  121. .setting-item{
  122. font-size: 14px;
  123. color: #999999;
  124. margin-right: 20px;
  125. padding: 10px 0;
  126. .title{
  127. margin-bottom: 12px;
  128. }
  129. .text{
  130. color: #333333;
  131. font-size: 12px;
  132. line-height: 24px;
  133. @include wrap;
  134. word-break: break-all;
  135. i{
  136. display: inline-block;
  137. margin-left: 6px;
  138. color: #999999;
  139. }
  140. }
  141. .team-avatar{
  142. width: 40px;
  143. height: 40px;
  144. border-radius: 2px;
  145. cursor: pointer;
  146. }
  147. .el-icon-arrow-right{
  148. float: right;
  149. }
  150. .el-icon-edit{
  151. cursor: pointer;
  152. }
  153. &.cursor,.cursor{
  154. cursor: pointer;
  155. }
  156. &.ext-avatar{
  157. .team-arrow-icon{
  158. margin-top: 12px;
  159. }
  160. }
  161. }
  162. .setting-bottom{
  163. margin-right: 20px;
  164. border-top: 1px solid #d6d6d6;
  165. button{
  166. display: block;
  167. width: 100%;
  168. height: 36px;
  169. line-height: 36px;
  170. text-align: center;
  171. font-size: 14px;
  172. color: #f65e5e;
  173. background-color: transparent;
  174. border: 1px solid #c0c0c0;
  175. margin-top: 12px;
  176. border-radius: 2px;
  177. }
  178. }
  179. .invite-editBtn{
  180. width: 30px;
  181. cursor: pointer;
  182. display: inline-block;
  183. }
  184. .edit-name-path{
  185. font-size: 12px;
  186. color: #333333;
  187. }
  188. .edit-full-input{
  189. display: block;
  190. width: 100%;
  191. background-color: rgba($color: #000000, $alpha: .1);
  192. border: none;
  193. height: 26px;
  194. line-height: 26px;
  195. padding-left: 12px;
  196. box-sizing: border-box;
  197. outline: none;
  198. font-size: 12px;
  199. color: #333333;
  200. border-radius: 2px;
  201. }
  202. .edit-name-input{
  203. display: inline-block;
  204. width: 60px;
  205. background-color: rgba($color: #000000, $alpha: .1);
  206. border: none;
  207. height: 26px;
  208. line-height: 26px;
  209. padding: 0 5px;
  210. margin-left: 5px;
  211. box-sizing: border-box;
  212. outline: none;
  213. font-size: 12px;
  214. color: #333333;
  215. border-radius: 2px;
  216. }
  217. .link-change{
  218. float: right;
  219. font-size: 12px;
  220. color: #ffffff;
  221. background-color: #cdcdcd;
  222. border-radius: 2px;
  223. padding: 0 15px;
  224. line-height: 20px;
  225. height: 20px;
  226. cursor: pointer;
  227. }
  228. .invite-link{
  229. @include wrap;
  230. color: #1d93ed;
  231. font-size: 12px;
  232. line-height: 24px;
  233. }
  234. .notice-modal{
  235. textarea{
  236. width: 100%;
  237. height: 100px;
  238. font-size: 14px;
  239. color: #333333;
  240. border: none;
  241. resize: none;
  242. padding: 10px;
  243. box-sizing: border-box;
  244. &::-webkit-input-placeholder {
  245. color: #999999;
  246. }
  247. }
  248. }
  249. .modal-fd{
  250. margin-top: 10px;
  251. text-align: right;
  252. }
  253. .no-avatar{
  254. display: inline-block;
  255. width: 40px;
  256. height: 40px;
  257. border-radius: 2px;
  258. cursor: pointer;
  259. border: 1px solid #c0c0c0;
  260. text-align: center;
  261. line-height: 40px;
  262. i{
  263. vertical-align: middle;
  264. font-size: 20px;
  265. margin-left: 0 !important;
  266. }
  267. }
  268. .avatar-box{
  269. position: relative;
  270. }
  271. .admin-icon{
  272. position: absolute;
  273. left: 0;
  274. bottom: 0;
  275. width: 18px;
  276. height: 18px;
  277. line-height: 18px;
  278. background-color: rgba($color: #000000, $alpha: .4);
  279. border-radius: 2px;
  280. text-align: center;
  281. font-size: 14px;
  282. color: #f5ab5c;
  283. }
  284. .creator-icon{
  285. position: absolute;
  286. left: 0;
  287. bottom: 0;
  288. background: url('../../assets/icon-creater.png') center center no-repeat;
  289. background-size: 12px 11px;
  290. background-color: rgba($color: #000000, $alpha: .6);
  291. width: 18px;
  292. height: 18px;
  293. }