web.scss 5.8 KB

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