web.scss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. .manage {
  2. display: flex;
  3. flex-direction: column;
  4. box-sizing: border-box;
  5. width: 360Px;
  6. overflow-y: auto;
  7. // border-radius: 8Px 0 0 8Px;
  8. position: absolute;
  9. right: 0;
  10. height: calc(100% - 54px);
  11. z-index: 2;
  12. top: 54Px;
  13. &-header {
  14. padding: 12Px;
  15. display: flex;
  16. justify-content: space-between;
  17. align-items: center;
  18. aside {
  19. display: flex;
  20. align-items: center;
  21. }
  22. h1 {
  23. font-size: 16Px;
  24. }
  25. &-left {
  26. display: flex;
  27. .icon {
  28. margin-right: 14Px;
  29. }
  30. main {
  31. display: flex;
  32. flex-direction: column;
  33. p {
  34. padding-top: 8Px;
  35. font-size: 12Px;
  36. }
  37. }
  38. }
  39. }
  40. .main {
  41. .userInfo {
  42. padding: 0 20Px;
  43. display: flex;
  44. flex-direction: column;
  45. font-size: 14Px;
  46. &-header {
  47. display: flex;
  48. justify-content: space-between;
  49. align-items: center;
  50. padding: 14Px 0;
  51. p {
  52. display: flex;
  53. align-items: center;
  54. }
  55. }
  56. ol {
  57. flex: 1;
  58. display: flex;
  59. flex-wrap: wrap;
  60. padding-bottom: 20Px;
  61. dl {
  62. position: relative;
  63. flex: 0 0 36Px;
  64. display: flex;
  65. flex-direction: column;
  66. padding-right: 20Px;
  67. &:last-child {
  68. padding-right: 0;
  69. }
  70. .more {
  71. padding-top: 10Px;
  72. }
  73. dd {
  74. text-align: center;
  75. max-width: 36Px;
  76. overflow: hidden;
  77. text-overflow: ellipsis;
  78. white-space: nowrap;
  79. }
  80. .userInfo-mask {
  81. position: absolute;
  82. z-index: 5;
  83. padding: 20Px;
  84. left: 100%;
  85. li {
  86. display: flex;
  87. align-items: center;
  88. label {
  89. width: 60Px;
  90. }
  91. span {
  92. max-width: 200Px;
  93. word-break: keep-all;
  94. }
  95. }
  96. }
  97. }
  98. }
  99. }
  100. .content {
  101. padding: 0 20Px;
  102. li {
  103. padding: 14Px 0;
  104. display: flex;
  105. justify-content: space-between;
  106. align-items: center;
  107. font-size: 14Px;
  108. .btn {
  109. flex: 1;
  110. }
  111. article {
  112. opacity: 0.6;
  113. width: 246Px;
  114. overflow: hidden;
  115. text-overflow: ellipsis;
  116. white-space: nowrap;
  117. }
  118. .end {
  119. align-self: flex-end;
  120. margin-bottom: 4Px;
  121. }
  122. }
  123. }
  124. .footer {
  125. padding: 0 20Px;
  126. li {
  127. cursor: pointer;
  128. width: 100%;
  129. font-size: 14Px;
  130. padding: 14Px 0;
  131. text-align: center;
  132. &:last-child {
  133. border: none;
  134. }
  135. }
  136. }
  137. }
  138. .admin {
  139. padding: 20Px 0;
  140. &-content {
  141. padding: 20Px 20Px 12Px;
  142. display: flex;
  143. align-items: center;
  144. aside {
  145. flex: 1;
  146. font-size: 14Px;
  147. p {
  148. font-size: 12Px;
  149. }
  150. }
  151. }
  152. &-list {
  153. padding: 0 20Px;
  154. label {
  155. display: inline-block;
  156. font-size: 14Px;
  157. padding-bottom: 8Px;
  158. }
  159. }
  160. .last {
  161. padding-top: 13Px;
  162. position: relative;
  163. &::before {
  164. position: absolute;
  165. content: '';
  166. width: calc(100% - 40Px);
  167. height: 1Px;
  168. top: 0;
  169. left: 0;
  170. right: 0;
  171. margin: 0 auto;
  172. }
  173. }
  174. }
  175. ol {
  176. flex: 1;
  177. display: flex;
  178. flex-wrap: wrap;
  179. padding-bottom: 20Px;
  180. dl {
  181. position: relative;
  182. flex: 0 0 36Px;
  183. display: flex;
  184. flex-direction: column;
  185. padding-right: 20Px;
  186. &:last-child {
  187. padding-right: 0;
  188. }
  189. .more {
  190. padding-top: 10Px;
  191. }
  192. dd {
  193. text-align: center;
  194. max-width: 36Px;
  195. overflow: hidden;
  196. text-overflow: ellipsis;
  197. white-space: nowrap;
  198. }
  199. .userInfo-mask {
  200. position: fixed;
  201. z-index: 5;
  202. padding: 20Px;
  203. margin-left: 36Px;
  204. li {
  205. display: flex;
  206. align-items: center;
  207. label {
  208. width: 60Px;
  209. }
  210. span {
  211. max-width: 200Px;
  212. word-break: keep-all;
  213. }
  214. }
  215. }
  216. }
  217. }
  218. }
  219. .input {
  220. border-radius: 4Px;
  221. padding: 4Px 16Px;
  222. font-size: 14Px;
  223. }
  224. .groupID {
  225. display: flex;
  226. flex-direction: row;
  227. align-items: center;
  228. span {
  229. padding-right: 10Px;
  230. }
  231. .icon {
  232. width: 15Px;
  233. height: 15Px;
  234. cursor: pointer;
  235. }
  236. }
  237. .avatar {
  238. width: 36Px;
  239. height: 36Px;
  240. border-radius: 4Px;
  241. font-size: 12Px;
  242. display: flex;
  243. justify-content: center;
  244. align-items: center;
  245. }
  246. .btn {
  247. padding: 4Px 28Px;
  248. font-size: 12Px;
  249. line-height: 24Px;
  250. border-radius: 4Px;
  251. }
  252. .slider {
  253. &-box {
  254. display: flex;
  255. align-items: center;
  256. width: 34Px;
  257. height: 20Px;
  258. border-radius: 10Px;
  259. }
  260. &-block {
  261. display: inline-block;
  262. width: 16Px;
  263. height: 16Px;
  264. border-radius: 8Px;
  265. margin: 0 2Px;
  266. }
  267. }
  268. .space-between {
  269. justify-content: space-between;
  270. }
  271. .delDialog-title {
  272. text-align: center;
  273. padding: 20Px 0;
  274. }
  275. .icon-chat-setting {
  276. margin-right: 40Px;
  277. }