index.module.less 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506
  1. .wrap {
  2. width: 100vw;
  3. height: 100vh;
  4. display: flex;
  5. flex-direction: row;
  6. background: #f1f5ff;
  7. overflow: hidden;
  8. .WrapcoreView {
  9. // .WrapcoreViewInfo {
  10. // border-radius: 20px;
  11. // background-color: #fff;
  12. // }
  13. padding: 20px 32px 32px;
  14. height: calc(100vh - 64px);
  15. overflow-y: auto;
  16. // overflow: hidden;
  17. }
  18. }
  19. .silder {
  20. width: 100px;
  21. background: #3044ca;
  22. min-height: 100vh;
  23. display: flex;
  24. flex-direction: column;
  25. align-items: center;
  26. flex: 1;
  27. .logoWrap {
  28. margin-top: 22px;
  29. .logo {
  30. img {
  31. width: 62px;
  32. height: 60px;
  33. }
  34. }
  35. }
  36. .sliderList {
  37. margin-top: 10px;
  38. }
  39. }
  40. .silderItem {
  41. position: relative;
  42. width: 84px;
  43. height: 80px;
  44. display: flex;
  45. flex-direction: column;
  46. align-items: center;
  47. margin-bottom: 18px;
  48. justify-content: center;
  49. border-radius: 20px;
  50. .radiusIcon {
  51. img {
  52. width: 26px;
  53. height: 137px;
  54. }
  55. position: absolute;
  56. right: -10px;
  57. top: -29px;
  58. }
  59. p {
  60. margin-top: 4px;
  61. font-size: 14px;
  62. font-weight: 600;
  63. color: #ffffff;
  64. line-height: 20px;
  65. }
  66. &:hover {
  67. background-color: rgba(255, 255, 255, 0.1);
  68. }
  69. }
  70. .silderItem.isActiveItem {
  71. background-color: #f1f5ff;
  72. border-radius: 20px 0px 0px 20px;
  73. p {
  74. color: #21225d;
  75. }
  76. }
  77. .Wrapcore {
  78. height: 100%;
  79. flex: 1;
  80. .layoutTop {
  81. height: 64px;
  82. background-color: #fff;
  83. line-height: 64px;
  84. padding: 0 50px 0 32px;
  85. display: flex;
  86. flex-direction: row;
  87. align-items: center;
  88. justify-content: space-between;
  89. .layoutLeft {
  90. display: flex;
  91. flex-direction: row;
  92. align-items: center;
  93. .schoolIcon {
  94. margin-right: 8px;
  95. img {
  96. width: 32px;
  97. height: 32px;
  98. }
  99. }
  100. p {
  101. font-size: max(18px, 14Px);
  102. font-weight: 600;
  103. color: #131415;
  104. }
  105. }
  106. .layoutRight {
  107. display: flex;
  108. flex-direction: row;
  109. align-items: center;
  110. .messageBadge {
  111. margin-right: 24px;
  112. .messageIcon {
  113. width: 32px;
  114. height: 32px;
  115. cursor: pointer;
  116. &.animation {
  117. -webkit-animation: Tada 1s 2s both infinite;
  118. -moz-animation: Tada 1s 2s both infinite;
  119. -ms-animation: Tada 1s 2s both infinite;
  120. animation: Tada 1s 2s both infinite;
  121. }
  122. }
  123. }
  124. .messageBadgeNo,
  125. .messageBadgeHide {
  126. :global {
  127. .n-badge-sup {
  128. visibility: hidden;
  129. }
  130. }
  131. }
  132. @keyframes Tada {
  133. 0% {
  134. transform: scale(1);
  135. transform: scale(1);
  136. }
  137. 10%,
  138. 20% {
  139. transform: scale(0.9) rotate(-3deg);
  140. transform: scale(0.9) rotate(-3deg);
  141. }
  142. 30%,
  143. 50%,
  144. 70%,
  145. 90% {
  146. transform: scale(1.1) rotate(3deg);
  147. transform: scale(1.1) rotate(3deg);
  148. }
  149. 40%,
  150. 60%,
  151. 80% {
  152. transform: scale(1.1) rotate(-3deg);
  153. transform: scale(1.1) rotate(-3deg);
  154. }
  155. 100% {
  156. transform: scale(1) rotate(0);
  157. transform: scale(1) rotate(0);
  158. }
  159. }
  160. .line {
  161. width: 1px;
  162. height: 18px;
  163. background-color: #dfdfdf;
  164. margin-right: 24px;
  165. }
  166. .mesgWrap {
  167. display: flex;
  168. flex-direction: row;
  169. align-items: center;
  170. .teacherIcon {
  171. width: 32px;
  172. height: 32px;
  173. border-radius: 50%;
  174. overflow: hidden;
  175. }
  176. flex: 1;
  177. .rotueLeft {
  178. transform: rotate(-90deg);
  179. transition: 0.2s;
  180. margin-left: 10px;
  181. }
  182. .rotueRight {
  183. transform: rotate(90deg);
  184. margin-left: 10px;
  185. transition: 0.2s;
  186. }
  187. }
  188. .optons {
  189. margin-top: 18px;
  190. margin-bottom: 14px;
  191. width: 32px;
  192. height: 32px;
  193. margin-right: 24px;
  194. display: flex;
  195. flex-direction: row;
  196. align-items: center;
  197. cursor: pointer;
  198. img {
  199. width: 100%;
  200. height: 100%;
  201. }
  202. }
  203. }
  204. }
  205. }
  206. :global {
  207. .nameTool.n-popover {
  208. background-color: #000 !important;
  209. color: #fff;
  210. }
  211. }
  212. :global {
  213. .n-popover {
  214. // overflow: hidden;
  215. border-radius: 16px;
  216. }
  217. }
  218. .propWrap {
  219. background-color: var(--n-color);
  220. border-radius: 16px;
  221. width: 300px;
  222. overflow-y: auto;
  223. background: #ffffff;
  224. box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.08);
  225. padding: 20px !important;
  226. .teacherInfo {
  227. display: flex;
  228. flex-direction: row;
  229. align-items: center;
  230. border-bottom: 1px solid #f2f2f2;
  231. padding-bottom: 20px;
  232. .teacherIcon {
  233. width: 48px;
  234. height: 48px;
  235. border-radius: 50%;
  236. border: 1px solid #ffffff;
  237. overflow: hidden;
  238. }
  239. .teacherName {
  240. flex: 1;
  241. font-size: 22px;
  242. font-weight: 600;
  243. color: #333333;
  244. margin-left: 16px;
  245. overflow: hidden;
  246. text-overflow: ellipsis;
  247. white-space: nowrap;
  248. }
  249. }
  250. .propWrapList {
  251. padding-bottom: 17px;
  252. border-bottom: 1px solid #f2f2f2;
  253. margin-top: 16px;
  254. }
  255. .propWrapItem {
  256. display: flex;
  257. flex-direction: row;
  258. align-items: center;
  259. height: 50px;
  260. line-height: 50px;
  261. cursor: pointer;
  262. &:hover {
  263. background: #f5f6fa;
  264. border-radius: 10px;
  265. }
  266. }
  267. .smallIcon {
  268. width: 22px;
  269. height: 23px;
  270. margin-right: 21px;
  271. margin-left: 10px;
  272. }
  273. .smallTitle {
  274. font-size: 18px;
  275. font-weight: 600;
  276. color: #333333;
  277. }
  278. .logoutInfo {
  279. margin-top: 16px;
  280. }
  281. }
  282. :global {
  283. .fade-slide-leave-active,
  284. .fade-slide-enter-active {
  285. transition: all 0.3s;
  286. }
  287. .fade-slide-enter-from {
  288. opacity: 0;
  289. transform: translateX(-30px);
  290. }
  291. .fade-slide-leave-to {
  292. opacity: 0;
  293. transform: translateX(30px);
  294. }
  295. }
  296. .toolboxImg {
  297. width: 83px;
  298. height: 83px;
  299. position: absolute;
  300. right: 32px;
  301. bottom: 84px;
  302. cursor: pointer;
  303. z-index: 1000;
  304. }
  305. .isDragIng {
  306. width: 83px;
  307. height: 83px;
  308. }
  309. // .toolClassImg {
  310. // width: 100px;
  311. // height: 100px;
  312. // // position: absolute;
  313. // // right: 32px;
  314. // // bottom: 160px;
  315. // // cursor: pointer;
  316. // // z-index: 1000;
  317. // }
  318. :global {
  319. .moveable-control-box {
  320. --moveable-color: transparent !important;
  321. }
  322. .n-popover {
  323. background-color: transparent;
  324. }
  325. }
  326. .booxToolWrap {
  327. // width: 286px;
  328. // height: 95px;
  329. background: #ffffff;
  330. box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  331. border-radius: 20px;
  332. display: flex;
  333. flex-direction: column;
  334. // flex-direction: row;
  335. // align-items: center;
  336. padding: 16px 20px;
  337. justify-content: space-between;
  338. &>div {
  339. display: flex;
  340. &:last-child {
  341. margin-top: 16px;
  342. }
  343. }
  344. .booxToolItem {
  345. margin: 0 12px;
  346. display: flex;
  347. flex-direction: column;
  348. align-items: center;
  349. font-size: 12px;
  350. cursor: pointer;
  351. text-align: center;
  352. &:hover {
  353. opacity: 0.8;
  354. }
  355. img {
  356. width: 56px;
  357. height: 56px;
  358. margin-bottom: 4px;
  359. }
  360. }
  361. }
  362. .setTimeImage {
  363. cursor: pointer;
  364. img {
  365. width: 792px;
  366. }
  367. }
  368. .beatImage {
  369. cursor: pointer;
  370. img {
  371. width: 698px;
  372. }
  373. }
  374. .changePwdModal {
  375. border-radius: 16px;
  376. }
  377. .imChatModal {
  378. border-radius: 20px;
  379. }
  380. .modeWrap {
  381. overflow: hidden;
  382. border-radius: 16px;
  383. background-color: #fff;
  384. }
  385. .imGroupContainer,
  386. .container {
  387. background-color: #fff;
  388. width: 968Px;
  389. height: 640Px;
  390. border-radius: 15px;
  391. }
  392. .hideModal {
  393. visibility: hidden;
  394. }
  395. .showClass {
  396. width: 800px;
  397. border-radius: 16px;
  398. overflow: hidden;
  399. }
  400. .showModalTone {
  401. width: 500px;
  402. .studentRemove {
  403. padding: 32px 40px 46px;
  404. p {
  405. font-size: 18px;
  406. color: #777777;
  407. line-height: 30px;
  408. text-align: center;
  409. span {
  410. color: #EA4132;
  411. }
  412. }
  413. }
  414. }