style.scss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. .r-view{
  2. position: absolute;
  3. z-index: 100;
  4. top: 62px;
  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: 20px;
  24. margin-right: 12px;
  25. }
  26. .search-input{
  27. position: relative;
  28. font-size: 0;
  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. &.height-limit{
  62. height: 140px;
  63. overflow: hidden;
  64. }
  65. .list-item{
  66. width: 40px;
  67. margin-right: 16px;
  68. margin-bottom: 16px;
  69. &:nth-child(4n) {
  70. margin-right: 0;
  71. }
  72. }
  73. .avatar{
  74. display: block;
  75. width: 40px;
  76. height: 40px;
  77. margin-bottom: 6px;
  78. border-radius: 2px;
  79. cursor: pointer;
  80. &:hover{
  81. opacity: .8;
  82. }
  83. }
  84. .btn{
  85. box-sizing: border-box;
  86. border: 1px solid #c0c0c0;
  87. display: flex;
  88. justify-content: center;
  89. align-items: center;
  90. cursor: pointer;
  91. i{
  92. font-size: 22px;
  93. color: #5e5e5e;
  94. }
  95. }
  96. .name{
  97. @include ellipsis();
  98. font-size: 12px;
  99. color: #333333;
  100. display: block;
  101. text-align: center;
  102. }
  103. }
  104. .show-all-btn{
  105. color: #999999;
  106. font-size: 12px;
  107. text-align: center;
  108. padding-bottom: 10px;
  109. cursor: pointer;
  110. i{
  111. display: inline-block;
  112. margin-left: 6px;
  113. }
  114. }
  115. .setting-item{
  116. font-size: 14px;
  117. color: #999999;
  118. margin-bottom: 20px;
  119. margin-right: 20px;
  120. .title{
  121. margin-bottom: 12px;
  122. }
  123. .text{
  124. color: #333333;
  125. font-size: 12px;
  126. line-height: 24px;
  127. @include wrap;
  128. word-break: break-all;
  129. i{
  130. display: inline-block;
  131. margin-left: 6px;
  132. color: #999999;
  133. }
  134. }
  135. .team-avatar{
  136. width: 40px;
  137. height: 40px;
  138. border-radius: 2px;
  139. cursor: pointer;
  140. }
  141. .el-icon-arrow-right{
  142. float: right;
  143. }
  144. .el-icon-edit{
  145. cursor: pointer;
  146. }
  147. .team-arrow-icon{
  148. margin-top: 12px;
  149. }
  150. .cursor{
  151. cursor: pointer;
  152. }
  153. }
  154. .setting-bottom{
  155. margin-right: 20px;
  156. border-top: 1px solid #d6d6d6;
  157. button{
  158. display: block;
  159. width: 100%;
  160. height: 36px;
  161. line-height: 36px;
  162. text-align: center;
  163. font-size: 14px;
  164. color: #f65e5e;
  165. background-color: transparent;
  166. border: 1px solid #c0c0c0;
  167. margin-top: 12px;
  168. border-radius: 2px;
  169. }
  170. }
  171. .invite-editBtn{
  172. width: 30px;
  173. cursor: pointer;
  174. display: inline-block;
  175. }
  176. .edit-name-path{
  177. font-size: 12px;
  178. color: #333333;
  179. }
  180. .edit-full-input{
  181. display: block;
  182. width: 100%;
  183. background-color: rgba($color: #000000, $alpha: .1);
  184. border: none;
  185. height: 26px;
  186. line-height: 26px;
  187. padding-left: 12px;
  188. box-sizing: border-box;
  189. outline: none;
  190. font-size: 12px;
  191. color: #333333;
  192. border-radius: 2px;
  193. }
  194. .edit-name-input{
  195. display: inline-block;
  196. width: 60px;
  197. background-color: rgba($color: #000000, $alpha: .1);
  198. border: none;
  199. height: 26px;
  200. line-height: 26px;
  201. padding: 0 5px;
  202. margin-left: 5px;
  203. box-sizing: border-box;
  204. outline: none;
  205. font-size: 12px;
  206. color: #333333;
  207. border-radius: 2px;
  208. }
  209. .link-change{
  210. float: right;
  211. font-size: 12px;
  212. color: #ffffff;
  213. background-color: #cdcdcd;
  214. border-radius: 2px;
  215. padding: 0 15px;
  216. line-height: 20px;
  217. height: 20px;
  218. cursor: pointer;
  219. }
  220. .invite-link{
  221. @include wrap;
  222. color: #1d93ed;
  223. font-size: 12px;
  224. line-height: 24px;
  225. }
  226. .notice-modal{
  227. textarea{
  228. width: 100%;
  229. height: 100px;
  230. font-size: 14px;
  231. color: #333333;
  232. border: none;
  233. resize: none;
  234. padding: 10px;
  235. box-sizing: border-box;
  236. &::-webkit-input-placeholder {
  237. color: #999999;
  238. }
  239. }
  240. }
  241. .modal-fd{
  242. margin-top: 10px;
  243. text-align: right;
  244. }
  245. .no-avatar{
  246. display: inline-block;
  247. width: 40px;
  248. height: 40px;
  249. border-radius: 2px;
  250. cursor: pointer;
  251. border: 1px solid #c0c0c0;
  252. text-align: center;
  253. line-height: 40px;
  254. i{
  255. vertical-align: middle;
  256. font-size: 20px;
  257. margin-left: 0 !important;
  258. }
  259. }