bhd-components 0.6.2 → 0.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/dist/{9eaa797e.esm.es5.development.js → 9674e68c.esm.es5.development.js} +1 -1
  2. package/dist/{587f2764.esm.es5.production.js → a57a24b2.esm.es5.production.js} +1 -1
  3. package/dist/index.esm.es5.development.css +1690 -809
  4. package/dist/index.esm.es5.development.js +495 -370
  5. package/dist/index.esm.es5.production.css +1 -1
  6. package/dist/index.esm.es5.production.js +1 -1
  7. package/es2017/bhdSelect/index.module.less +4 -0
  8. package/es2017/customerService/{contactsList/index.js → contactsList.js} +92 -76
  9. package/es2017/customerService/function.d.ts +1 -1
  10. package/es2017/customerService/function.js +10 -2
  11. package/es2017/customerService/{historyFun/index.d.ts → historyFun.d.ts} +0 -1
  12. package/es2017/customerService/{historyFun/index.js → historyFun.js} +62 -16
  13. package/es2017/customerService/index.d.ts +3 -3
  14. package/es2017/customerService/index.js +143 -82
  15. package/es2017/customerService/index.module.less +496 -6
  16. package/es2017/customerService/index2.module.less +1282 -0
  17. package/es2017/typings.d.ts +12 -0
  18. package/esm/bhdSelect/index.module.less +4 -0
  19. package/esm/customerService/{contactsList/index.js → contactsList.js} +83 -65
  20. package/esm/customerService/function.d.ts +1 -1
  21. package/esm/customerService/function.js +10 -1
  22. package/esm/customerService/{historyFun/index.d.ts → historyFun.d.ts} +0 -1
  23. package/esm/customerService/{historyFun/index.js → historyFun.js} +63 -16
  24. package/esm/customerService/index.d.ts +3 -3
  25. package/esm/customerService/index.js +173 -112
  26. package/esm/customerService/index.module.less +496 -6
  27. package/esm/customerService/index2.module.less +1282 -0
  28. package/esm/typings.d.ts +12 -0
  29. package/package.json +1 -1
  30. package/es2017/customerService/contactsList/index.module.less +0 -208
  31. package/es2017/customerService/historyFun/index.module.less +0 -223
  32. package/esm/customerService/contactsList/index.module.less +0 -208
  33. package/esm/customerService/historyFun/index.module.less +0 -223
  34. /package/es2017/customerService/{contactsList/index.d.ts → contactsList.d.ts} +0 -0
  35. /package/esm/customerService/{contactsList/index.d.ts → contactsList.d.ts} +0 -0
@@ -6386,49 +6386,49 @@
6386
6386
  "description": "图标,六级填充色"
6387
6387
  }
6388
6388
  */
6389
- .index_module_service_ChatWindow_Drawer__f2a3e8be,
6390
- .index_module_ChatWindow_Modal__f2a3e8be {
6389
+ .index2_module_service_ChatWindow_Drawer__c27610f4,
6390
+ .index2_module_ChatWindow_Modal__c27610f4 {
6391
6391
  width: 100% !important;
6392
6392
  }
6393
- .index_module_service_ChatWindow_Drawer__f2a3e8be .bhd-drawer-mask,
6394
- .index_module_ChatWindow_Modal__f2a3e8be .bhd-drawer-mask {
6393
+ .index2_module_service_ChatWindow_Drawer__c27610f4 .bhd-drawer-mask,
6394
+ .index2_module_ChatWindow_Modal__c27610f4 .bhd-drawer-mask {
6395
6395
  background-color: rgba(0, 0, 0, 0.15) !important;
6396
6396
  }
6397
- .index_module_ChatWindow_Drawer__f2a3e8be,
6398
- .index_module_ChatWindow_Modal__f2a3e8be {
6397
+ .index2_module_ChatWindow_Drawer__c27610f4,
6398
+ .index2_module_ChatWindow_Modal__c27610f4 {
6399
6399
  /* 全局修改滚动条样式 */
6400
6400
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1) !important;
6401
6401
  }
6402
- .index_module_ChatWindow_Drawer__f2a3e8be textarea::-webkit-scrollbar,
6403
- .index_module_ChatWindow_Modal__f2a3e8be textarea::-webkit-scrollbar {
6402
+ .index2_module_ChatWindow_Drawer__c27610f4 textarea::-webkit-scrollbar,
6403
+ .index2_module_ChatWindow_Modal__c27610f4 textarea::-webkit-scrollbar {
6404
6404
  background-color: #eaedf1;
6405
6405
  background-color: transparent;
6406
6406
  width: 4px;
6407
6407
  height: 4px;
6408
6408
  }
6409
- .index_module_ChatWindow_Drawer__f2a3e8be textarea::-webkit-scrollbar-thumb,
6410
- .index_module_ChatWindow_Modal__f2a3e8be textarea::-webkit-scrollbar-thumb {
6409
+ .index2_module_ChatWindow_Drawer__c27610f4 textarea::-webkit-scrollbar-thumb,
6410
+ .index2_module_ChatWindow_Modal__c27610f4 textarea::-webkit-scrollbar-thumb {
6411
6411
  border-radius: 4px;
6412
6412
  background-color: rgba(0, 0, 0, 0.25);
6413
6413
  }
6414
- .index_module_ChatWindow_Drawer__f2a3e8be pre::-webkit-scrollbar,
6415
- .index_module_ChatWindow_Modal__f2a3e8be pre::-webkit-scrollbar {
6414
+ .index2_module_ChatWindow_Drawer__c27610f4 pre::-webkit-scrollbar,
6415
+ .index2_module_ChatWindow_Modal__c27610f4 pre::-webkit-scrollbar {
6416
6416
  background-color: #eaedf1;
6417
6417
  background-color: transparent;
6418
6418
  width: 4px;
6419
6419
  height: 4px;
6420
6420
  }
6421
- .index_module_ChatWindow_Drawer__f2a3e8be pre::-webkit-scrollbar-thumb,
6422
- .index_module_ChatWindow_Modal__f2a3e8be pre::-webkit-scrollbar-thumb {
6421
+ .index2_module_ChatWindow_Drawer__c27610f4 pre::-webkit-scrollbar-thumb,
6422
+ .index2_module_ChatWindow_Modal__c27610f4 pre::-webkit-scrollbar-thumb {
6423
6423
  border-radius: 4px;
6424
6424
  background-color: rgba(0, 0, 0, 0.25);
6425
6425
  }
6426
- .index_module_ChatWindow_Drawer__f2a3e8be .bhd-drawer-body,
6427
- .index_module_ChatWindow_Modal__f2a3e8be .bhd-drawer-body {
6426
+ .index2_module_ChatWindow_Drawer__c27610f4 .bhd-drawer-body,
6427
+ .index2_module_ChatWindow_Modal__c27610f4 .bhd-drawer-body {
6428
6428
  padding: 0 !important;
6429
6429
  }
6430
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_header_wrap__f2a3e8be .index_module_top__f2a3e8be,
6431
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_header_wrap__f2a3e8be .index_module_top__f2a3e8be {
6430
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4,
6431
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 {
6432
6432
  display: flex;
6433
6433
  padding: 16px 24px;
6434
6434
  justify-content: space-between;
@@ -6436,25 +6436,26 @@
6436
6436
  background-color: #fff;
6437
6437
  line-height: 1;
6438
6438
  }
6439
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_header_wrap__f2a3e8be .index_module_top__f2a3e8be .index_module_user__f2a3e8be,
6440
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_header_wrap__f2a3e8be .index_module_top__f2a3e8be .index_module_user__f2a3e8be {
6439
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 .index2_module_user__c27610f4,
6440
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 .index2_module_user__c27610f4 {
6441
6441
  color: #000;
6442
6442
  font-size: 16px;
6443
6443
  font-weight: 600;
6444
6444
  position: relative;
6445
6445
  padding-left: 36px;
6446
6446
  }
6447
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_header_wrap__f2a3e8be .index_module_top__f2a3e8be .index_module_user__f2a3e8be i,
6448
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_header_wrap__f2a3e8be .index_module_top__f2a3e8be .index_module_user__f2a3e8be i {
6447
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 .index2_module_user__c27610f4 i,
6448
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 .index2_module_user__c27610f4 i {
6449
6449
  padding-right: 16px;
6450
6450
  color: #111;
6451
6451
  position: absolute;
6452
6452
  font-size: 20px;
6453
6453
  top: -2px;
6454
6454
  left: 0;
6455
+ cursor: pointer;
6455
6456
  }
6456
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_header_wrap__f2a3e8be .index_module_top__f2a3e8be .index_module_user__f2a3e8be .index_module_count__f2a3e8be,
6457
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_header_wrap__f2a3e8be .index_module_top__f2a3e8be .index_module_user__f2a3e8be .index_module_count__f2a3e8be {
6457
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 .index2_module_user__c27610f4 .index2_module_count__c27610f4,
6458
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 .index2_module_user__c27610f4 .index2_module_count__c27610f4 {
6458
6459
  position: absolute;
6459
6460
  top: -6px;
6460
6461
  right: 5px;
@@ -6465,19 +6466,19 @@
6465
6466
  font-size: 12px;
6466
6467
  line-height: 1.2;
6467
6468
  }
6468
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_header_wrap__f2a3e8be .index_module_top__f2a3e8be .index_module_operate__f2a3e8be,
6469
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_header_wrap__f2a3e8be .index_module_top__f2a3e8be .index_module_operate__f2a3e8be {
6469
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 .index2_module_operate__c27610f4,
6470
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 .index2_module_operate__c27610f4 {
6470
6471
  display: flex;
6471
6472
  height: 16px;
6472
6473
  }
6473
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_header_wrap__f2a3e8be .index_module_top__f2a3e8be .index_module_operate__f2a3e8be i,
6474
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_header_wrap__f2a3e8be .index_module_top__f2a3e8be .index_module_operate__f2a3e8be i {
6474
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 .index2_module_operate__c27610f4 i,
6475
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 .index2_module_operate__c27610f4 i {
6475
6476
  font-size: 16px;
6476
6477
  margin-left: 23px;
6477
6478
  cursor: pointer;
6478
6479
  }
6479
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_header_wrap__f2a3e8be .index_module_top__f2a3e8be .index_module_operate__f2a3e8be .index_module_line__f2a3e8be,
6480
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_header_wrap__f2a3e8be .index_module_top__f2a3e8be .index_module_operate__f2a3e8be .index_module_line__f2a3e8be {
6480
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 .index2_module_operate__c27610f4 .index2_module_line__c27610f4,
6481
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 .index2_module_operate__c27610f4 .index2_module_line__c27610f4 {
6481
6482
  display: inline-block;
6482
6483
  width: 1px;
6483
6484
  height: 16px;
@@ -6485,40 +6486,40 @@
6485
6486
  margin: 0 4px;
6486
6487
  margin-left: 23px;
6487
6488
  }
6488
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_header_wrap_newlabo__f2a3e8be .index_module_top__f2a3e8be,
6489
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_header_wrap_newlabo__f2a3e8be .index_module_top__f2a3e8be {
6489
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_header_wrap_newlabo__c27610f4 .index2_module_top__c27610f4,
6490
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_header_wrap_newlabo__c27610f4 .index2_module_top__c27610f4 {
6490
6491
  background-color: #f5f5f5;
6491
6492
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
6492
6493
  }
6493
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_header_wrap_newlabo__f2a3e8be .index_module_top__f2a3e8be .index_module_user__f2a3e8be,
6494
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_header_wrap_newlabo__f2a3e8be .index_module_top__f2a3e8be .index_module_user__f2a3e8be {
6494
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_header_wrap_newlabo__c27610f4 .index2_module_top__c27610f4 .index2_module_user__c27610f4,
6495
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_header_wrap_newlabo__c27610f4 .index2_module_top__c27610f4 .index2_module_user__c27610f4 {
6495
6496
  padding-left: 0;
6496
6497
  font-weight: 400;
6497
6498
  }
6498
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be,
6499
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be {
6499
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4,
6500
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 {
6500
6501
  max-height: calc(100vh - 110px);
6501
6502
  overflow: auto;
6502
6503
  background: #f5f5f5;
6503
6504
  min-height: 500px;
6504
6505
  }
6505
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_loading__f2a3e8be,
6506
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_loading__f2a3e8be {
6506
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_loading__c27610f4,
6507
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_loading__c27610f4 {
6507
6508
  text-align: center;
6508
6509
  margin: 10px 0;
6509
6510
  }
6510
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_loading__f2a3e8be img,
6511
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_loading__f2a3e8be img {
6511
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_loading__c27610f4 img,
6512
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_loading__c27610f4 img {
6512
6513
  width: 30px;
6513
6514
  height: 30px;
6514
6515
  }
6515
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be,
6516
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be {
6516
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4,
6517
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 {
6517
6518
  padding: 16px;
6518
6519
  padding-top: 0;
6519
6520
  }
6520
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_left__f2a3e8be .index_module_head_sculpture__f2a3e8be,
6521
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_left__f2a3e8be .index_module_head_sculpture__f2a3e8be {
6521
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_left__c27610f4 .index2_module_head_sculpture__c27610f4,
6522
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_left__c27610f4 .index2_module_head_sculpture__c27610f4 {
6522
6523
  width: 32px;
6523
6524
  height: 32px;
6524
6525
  margin-top: 24px;
@@ -6527,13 +6528,19 @@
6527
6528
  vertical-align: top;
6528
6529
  overflow: hidden;
6529
6530
  }
6530
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_left__f2a3e8be .index_module_head_sculpture__f2a3e8be img,
6531
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_left__f2a3e8be .index_module_head_sculpture__f2a3e8be img {
6531
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_left__c27610f4 .index2_module_head_sculpture__c27610f4 img,
6532
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_left__c27610f4 .index2_module_head_sculpture__c27610f4 img {
6532
6533
  width: 100%;
6533
6534
  height: 100%;
6534
6535
  }
6535
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_right__f2a3e8be .index_module_head_sculpture__f2a3e8be,
6536
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_right__f2a3e8be .index_module_head_sculpture__f2a3e8be {
6536
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_left__c27610f4 .index2_module_main_content__c27610f4,
6537
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_left__c27610f4 .index2_module_main_content__c27610f4 {
6538
+ display: flex;
6539
+ flex-direction: column;
6540
+ align-items: flex-end;
6541
+ }
6542
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_right__c27610f4 .index2_module_head_sculpture__c27610f4,
6543
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_right__c27610f4 .index2_module_head_sculpture__c27610f4 {
6537
6544
  width: 32px;
6538
6545
  height: 32px;
6539
6546
  margin-top: 24px;
@@ -6544,75 +6551,75 @@
6544
6551
  overflow: hidden;
6545
6552
  text-align: center;
6546
6553
  }
6547
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_right__f2a3e8be .index_module_head_sculpture__f2a3e8be i,
6548
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_right__f2a3e8be .index_module_head_sculpture__f2a3e8be i {
6554
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_right__c27610f4 .index2_module_head_sculpture__c27610f4 i,
6555
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_right__c27610f4 .index2_module_head_sculpture__c27610f4 i {
6549
6556
  color: #fff;
6550
6557
  }
6551
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_right__f2a3e8be .index_module_head_sculpture__f2a3e8be img,
6552
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_right__f2a3e8be .index_module_head_sculpture__f2a3e8be img {
6558
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_right__c27610f4 .index2_module_head_sculpture__c27610f4 img,
6559
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_right__c27610f4 .index2_module_head_sculpture__c27610f4 img {
6553
6560
  width: 100%;
6554
6561
  height: 100%;
6555
6562
  }
6556
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li,
6557
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li {
6563
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li,
6564
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li {
6558
6565
  position: relative;
6559
6566
  display: flex;
6560
6567
  width: 100%;
6561
6568
  }
6562
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be,
6563
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be {
6569
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4,
6570
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 {
6564
6571
  max-width: 80%;
6565
6572
  }
6566
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_main_content__f2a3e8be,
6567
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_main_content__f2a3e8be {
6573
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4,
6574
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 {
6568
6575
  position: relative;
6569
6576
  }
6570
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_main_content__f2a3e8be:hover .index_module_operate_modal__f2a3e8be,
6571
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_main_content__f2a3e8be:hover .index_module_operate_modal__f2a3e8be {
6577
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4:hover .index2_module_operate_modal__c27610f4,
6578
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4:hover .index2_module_operate_modal__c27610f4 {
6572
6579
  visibility: visible;
6573
6580
  }
6574
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_main_content__f2a3e8be .index_module_content__f2a3e8be,
6575
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_main_content__f2a3e8be .index_module_content__f2a3e8be {
6581
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4,
6582
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 {
6576
6583
  max-width: 100%;
6577
6584
  }
6578
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_main_content__f2a3e8be .index_module_content__f2a3e8be .index_module_content_child__f2a3e8be,
6579
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_main_content__f2a3e8be .index_module_content__f2a3e8be .index_module_content_child__f2a3e8be {
6585
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 .index2_module_content_child__c27610f4,
6586
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 .index2_module_content_child__c27610f4 {
6580
6587
  padding: 0;
6581
6588
  line-height: 1;
6582
6589
  }
6583
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_main_content__f2a3e8be .index_module_content__f2a3e8be .index_module_content_child__f2a3e8be p,
6584
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_main_content__f2a3e8be .index_module_content__f2a3e8be .index_module_content_child__f2a3e8be p,
6585
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_main_content__f2a3e8be .index_module_content__f2a3e8be .index_module_content_child__f2a3e8be li,
6586
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_main_content__f2a3e8be .index_module_content__f2a3e8be .index_module_content_child__f2a3e8be li {
6590
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 .index2_module_content_child__c27610f4 p,
6591
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 .index2_module_content_child__c27610f4 p,
6592
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 .index2_module_content_child__c27610f4 li,
6593
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 .index2_module_content_child__c27610f4 li {
6587
6594
  line-height: 1.5;
6588
6595
  color: rgba(0, 0, 0, 0.85);
6589
6596
  }
6590
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_main_content__f2a3e8be .index_module_content__f2a3e8be .index_module_content_child__f2a3e8be > h3,
6591
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_main_content__f2a3e8be .index_module_content__f2a3e8be .index_module_content_child__f2a3e8be > h3 {
6597
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 .index2_module_content_child__c27610f4 > h3,
6598
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 .index2_module_content_child__c27610f4 > h3 {
6592
6599
  font-size: 16px;
6593
6600
  font-weight: 600;
6594
6601
  padding: 10px 0;
6595
6602
  }
6596
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_main_content__f2a3e8be .index_module_content__f2a3e8be .index_module_content_child__f2a3e8be ol li p,
6597
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_main_content__f2a3e8be .index_module_content__f2a3e8be .index_module_content_child__f2a3e8be ol li p {
6603
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 .index2_module_content_child__c27610f4 ol li p,
6604
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 .index2_module_content_child__c27610f4 ol li p {
6598
6605
  padding: 4px 0;
6599
6606
  font-size: 14px;
6600
6607
  font-weight: 600;
6601
6608
  }
6602
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_main_content__f2a3e8be .index_module_content__f2a3e8be .index_module_content_child__f2a3e8be ol li > ul li,
6603
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_main_content__f2a3e8be .index_module_content__f2a3e8be .index_module_content_child__f2a3e8be ol li > ul li {
6609
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 .index2_module_content_child__c27610f4 ol li > ul li,
6610
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 .index2_module_content_child__c27610f4 ol li > ul li {
6604
6611
  list-style: inside;
6605
6612
  color: rgba(0, 0, 0, 0.65);
6606
6613
  }
6607
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_main_content__f2a3e8be .index_module_content__f2a3e8be pre,
6608
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_main_content__f2a3e8be .index_module_content__f2a3e8be pre {
6614
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 pre,
6615
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 pre {
6609
6616
  background: rgba(0, 0, 0, 0.05);
6610
6617
  padding: 12px;
6611
6618
  line-height: 1.5;
6612
6619
  margin: 4px 0;
6613
6620
  }
6614
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal__f2a3e8be,
6615
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal__f2a3e8be {
6621
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4,
6622
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 {
6616
6623
  visibility: hidden;
6617
6624
  height: 24px;
6618
6625
  white-space: nowrap;
@@ -6622,8 +6629,8 @@
6622
6629
  z-index: 99999;
6623
6630
  text-align: right;
6624
6631
  }
6625
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal__f2a3e8be .index_module_operate__f2a3e8be,
6626
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal__f2a3e8be .index_module_operate__f2a3e8be {
6632
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4,
6633
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 {
6627
6634
  display: inline-flex;
6628
6635
  align-items: center;
6629
6636
  padding: 8px 0;
@@ -6633,30 +6640,30 @@
6633
6640
  line-height: 1;
6634
6641
  color: rgba(0, 0, 0, 0.45);
6635
6642
  }
6636
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal__f2a3e8be .index_module_operate__f2a3e8be i,
6637
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal__f2a3e8be .index_module_operate__f2a3e8be i {
6643
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 i,
6644
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 i {
6638
6645
  color: rgba(0, 0, 0, 0.45);
6639
6646
  font-size: 16px;
6640
6647
  cursor: pointer;
6641
6648
  }
6642
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal__f2a3e8be .index_module_operate__f2a3e8be i svg,
6643
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal__f2a3e8be .index_module_operate__f2a3e8be i svg {
6649
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 i svg,
6650
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 i svg {
6644
6651
  color: rgba(0, 0, 0, 0.65);
6645
6652
  }
6646
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal__f2a3e8be .index_module_operate__f2a3e8be i:hover svg,
6647
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal__f2a3e8be .index_module_operate__f2a3e8be i:hover svg {
6648
- color: #f4523b;
6653
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 i:hover svg,
6654
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 i:hover svg {
6655
+ color: #5991ef;
6649
6656
  }
6650
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal__f2a3e8be .index_module_operate__f2a3e8be .index_module_active__f2a3e8be svg,
6651
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal__f2a3e8be .index_module_operate__f2a3e8be .index_module_active__f2a3e8be svg {
6652
- color: #f4523b;
6657
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 .index2_module_active__c27610f4 svg,
6658
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 .index2_module_active__c27610f4 svg {
6659
+ color: #5991ef;
6653
6660
  }
6654
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal__f2a3e8be .index_module_operate__f2a3e8be span,
6655
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal__f2a3e8be .index_module_operate__f2a3e8be span {
6661
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 span,
6662
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 span {
6656
6663
  margin: 0 8px;
6657
6664
  }
6658
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal__f2a3e8be .index_module_operate__f2a3e8be .index_module_ask_question__f2a3e8be,
6659
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal__f2a3e8be .index_module_operate__f2a3e8be .index_module_ask_question__f2a3e8be {
6665
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 .index2_module_ask_question__c27610f4,
6666
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 .index2_module_ask_question__c27610f4 {
6660
6667
  cursor: pointer;
6661
6668
  color: rgba(0, 0, 0, 0.45);
6662
6669
  font-size: 12px;
@@ -6665,52 +6672,56 @@
6665
6672
  background-color: rgba(0, 0, 0, 0.04);
6666
6673
  margin-right: 16px;
6667
6674
  }
6668
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be,
6669
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be {
6675
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 .index2_module_ask_question__c27610f4:hover,
6676
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 .index2_module_ask_question__c27610f4:hover {
6677
+ color: #5991ef;
6678
+ }
6679
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4,
6680
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 {
6670
6681
  display: flex;
6671
6682
  justify-content: space-between;
6672
6683
  align-items: center;
6673
6684
  }
6674
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_operate__f2a3e8be,
6675
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_operate__f2a3e8be {
6685
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_operate__c27610f4,
6686
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_operate__c27610f4 {
6676
6687
  display: inline-block;
6677
6688
  padding: 8px;
6678
6689
  line-height: 1;
6679
6690
  color: rgba(0, 0, 0, 0.45);
6680
6691
  }
6681
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_operate__f2a3e8be i,
6682
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_operate__f2a3e8be i {
6692
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_operate__c27610f4 i,
6693
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_operate__c27610f4 i {
6683
6694
  color: rgba(0, 0, 0, 0.45);
6684
6695
  font-size: 16px;
6685
6696
  cursor: pointer;
6686
6697
  }
6687
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_operate__f2a3e8be i svg,
6688
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_operate__f2a3e8be i svg {
6698
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_operate__c27610f4 i svg,
6699
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_operate__c27610f4 i svg {
6689
6700
  color: rgba(0, 0, 0, 0.65);
6690
6701
  }
6691
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_operate__f2a3e8be i:hover svg,
6692
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_operate__f2a3e8be i:hover svg {
6693
- color: #f4523b;
6702
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_operate__c27610f4 i:hover svg,
6703
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_operate__c27610f4 i:hover svg {
6704
+ color: #5991ef;
6694
6705
  }
6695
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_operate__f2a3e8be .index_module_active__f2a3e8be svg,
6696
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_operate__f2a3e8be .index_module_active__f2a3e8be svg {
6697
- color: #f4523b;
6706
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_operate__c27610f4 .index2_module_active__c27610f4 svg,
6707
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_operate__c27610f4 .index2_module_active__c27610f4 svg {
6708
+ color: #5991ef;
6698
6709
  }
6699
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_operate__f2a3e8be span,
6700
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_operate__f2a3e8be span {
6710
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_operate__c27610f4 span,
6711
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_operate__c27610f4 span {
6701
6712
  margin: 0 8px;
6702
6713
  cursor: pointer;
6703
6714
  }
6704
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_stop_generate__f2a3e8be,
6705
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_stop_generate__f2a3e8be {
6715
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_generate__c27610f4,
6716
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_generate__c27610f4 {
6706
6717
  font-size: 12px;
6707
6718
  color: rgba(0, 0, 0, 0.45);
6708
6719
  display: inline-block;
6709
6720
  padding: 8px 0;
6710
6721
  cursor: pointer;
6711
6722
  }
6712
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_stop_generate__f2a3e8be .index_module_icon__f2a3e8be,
6713
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_stop_generate__f2a3e8be .index_module_icon__f2a3e8be {
6723
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_generate__c27610f4 .index2_module_icon__c27610f4,
6724
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_generate__c27610f4 .index2_module_icon__c27610f4 {
6714
6725
  display: inline-block;
6715
6726
  width: 10px;
6716
6727
  height: 10px;
@@ -6718,8 +6729,8 @@
6718
6729
  background-color: rgba(0, 0, 0, 0.45);
6719
6730
  margin-right: 4px;
6720
6731
  }
6721
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_stop_generate__f2a3e8be .index_module_find_teacher__f2a3e8be,
6722
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_stop_generate__f2a3e8be .index_module_find_teacher__f2a3e8be {
6732
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_generate__c27610f4 .index2_module_find_teacher__c27610f4,
6733
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_generate__c27610f4 .index2_module_find_teacher__c27610f4 {
6723
6734
  padding: 2px 8px;
6724
6735
  border-radius: 2px;
6725
6736
  background-color: rgba(0, 0, 0, 0.04);
@@ -6727,71 +6738,71 @@
6727
6738
  font-size: 12px;
6728
6739
  line-height: 1;
6729
6740
  }
6730
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_stop_generate__f2a3e8be .index_module_find_teacher__f2a3e8be:hover,
6731
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_stop_generate__f2a3e8be .index_module_find_teacher__f2a3e8be:hover {
6732
- color: #f4523b;
6741
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_generate__c27610f4 .index2_module_find_teacher__c27610f4:hover,
6742
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_generate__c27610f4 .index2_module_find_teacher__c27610f4:hover {
6743
+ color: #5991ef;
6733
6744
  }
6734
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_stop_generate__f2a3e8be:hover,
6735
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_stop_generate__f2a3e8be:hover {
6736
- color: #f4523b;
6745
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_generate__c27610f4:hover,
6746
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_generate__c27610f4:hover {
6747
+ color: #5991ef;
6737
6748
  }
6738
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_stop_generate__f2a3e8be:hover span,
6739
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_stop_generate__f2a3e8be:hover span {
6740
- color: #f4523b;
6749
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_generate__c27610f4:hover span,
6750
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_generate__c27610f4:hover span {
6751
+ color: #5991ef;
6741
6752
  }
6742
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_stop_findTeacher__f2a3e8be,
6743
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_stop_findTeacher__f2a3e8be {
6753
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_findTeacher__c27610f4,
6754
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_findTeacher__c27610f4 {
6744
6755
  font-size: 12px;
6745
6756
  color: rgba(0, 0, 0, 0.45);
6746
6757
  display: inline-block;
6747
6758
  padding: 8px 0;
6748
6759
  cursor: pointer;
6749
6760
  }
6750
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_stop_findTeacher__f2a3e8be span,
6751
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_stop_findTeacher__f2a3e8be span {
6752
- padding: 2px 8px;
6761
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_findTeacher__c27610f4 span,
6762
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_findTeacher__c27610f4 span {
6763
+ padding: 0px 8px;
6753
6764
  background-color: rgba(0, 0, 0, 0.04);
6754
6765
  color: rgba(0, 0, 0, 0.45);
6755
6766
  }
6756
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_stop_findTeacher__f2a3e8be span:hover,
6757
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_main__f2a3e8be .index_module_operate_modal_bottom__f2a3e8be .index_module_stop_findTeacher__f2a3e8be span:hover {
6758
- color: #f4523b;
6767
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_findTeacher__c27610f4 span:hover,
6768
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_findTeacher__c27610f4 span:hover {
6769
+ color: #5991ef;
6759
6770
  }
6760
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_content__f2a3e8be,
6761
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be > li .index_module_content__f2a3e8be {
6771
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_content__c27610f4,
6772
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_content__c27610f4 {
6762
6773
  padding: 12px 16px;
6763
6774
  display: inline-block;
6764
6775
  font-size: 14px;
6765
6776
  }
6766
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_left__f2a3e8be,
6767
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_left__f2a3e8be {
6777
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_left__c27610f4,
6778
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_left__c27610f4 {
6768
6779
  justify-content: flex-end;
6769
6780
  }
6770
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_left__f2a3e8be .index_module_main__f2a3e8be,
6771
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_left__f2a3e8be .index_module_main__f2a3e8be {
6781
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_left__c27610f4 .index2_module_main__c27610f4,
6782
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_left__c27610f4 .index2_module_main__c27610f4 {
6772
6783
  text-align: right;
6773
6784
  }
6774
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be li.index_module_left__f2a3e8be .index_module_content__f2a3e8be,
6775
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be li.index_module_left__f2a3e8be .index_module_content__f2a3e8be {
6785
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 li.index2_module_left__c27610f4 .index2_module_content__c27610f4,
6786
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 li.index2_module_left__c27610f4 .index2_module_content__c27610f4 {
6776
6787
  border-radius: 20px 2px 20px 20px;
6777
6788
  background: #d1e4ff;
6778
6789
  text-align: left;
6779
6790
  }
6780
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be li.index_module_right__f2a3e8be .index_module_content__f2a3e8be,
6781
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be li.index_module_right__f2a3e8be .index_module_content__f2a3e8be {
6791
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 li.index2_module_right__c27610f4 .index2_module_content__c27610f4,
6792
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 li.index2_module_right__c27610f4 .index2_module_content__c27610f4 {
6782
6793
  border-radius: 2px 20px 20px 20px;
6783
6794
  background: #fff;
6784
6795
  }
6785
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be li .index_module_content__f2a3e8be .index_module_association_problem__f2a3e8be li,
6786
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be li .index_module_content__f2a3e8be .index_module_association_problem__f2a3e8be li {
6796
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 li .index2_module_content__c27610f4 .index2_module_association_problem__c27610f4 li,
6797
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 li .index2_module_content__c27610f4 .index2_module_association_problem__c27610f4 li {
6787
6798
  color: #5991ef;
6788
6799
  font-size: 14px;
6789
6800
  font-weight: 400;
6790
6801
  line-height: 1.8;
6791
6802
  cursor: pointer;
6792
6803
  }
6793
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_time__f2a3e8be,
6794
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_time__f2a3e8be {
6804
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_time__c27610f4,
6805
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_time__c27610f4 {
6795
6806
  display: block;
6796
6807
  margin: 40px 0;
6797
6808
  margin-bottom: 16px;
@@ -6800,8 +6811,8 @@
6800
6811
  color: rgba(0, 0, 0, 0.25);
6801
6812
  position: relative;
6802
6813
  }
6803
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_time__f2a3e8be::before,
6804
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_time__f2a3e8be::before {
6814
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_time__c27610f4::before,
6815
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_time__c27610f4::before {
6805
6816
  content: "";
6806
6817
  width: 100px;
6807
6818
  display: inline-block;
@@ -6811,8 +6822,8 @@
6811
6822
  top: -3px;
6812
6823
  right: 16px;
6813
6824
  }
6814
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_time__f2a3e8be::after,
6815
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_time__f2a3e8be::after {
6825
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_time__c27610f4::after,
6826
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_time__c27610f4::after {
6816
6827
  content: "";
6817
6828
  width: 100px;
6818
6829
  display: inline-block;
@@ -6822,16 +6833,16 @@
6822
6833
  top: -3px;
6823
6834
  left: 16px;
6824
6835
  }
6825
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_citation_content__f2a3e8be,
6826
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_citation_content__f2a3e8be {
6836
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_citation_content__c27610f4,
6837
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_citation_content__c27610f4 {
6827
6838
  display: table;
6828
6839
  margin-top: 4px;
6829
6840
  padding: 8px;
6830
6841
  border-radius: 2px;
6831
6842
  background: #e7e7e7;
6832
6843
  }
6833
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_citation_content__f2a3e8be p,
6834
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_citation_content__f2a3e8be p {
6844
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_citation_content__c27610f4 p,
6845
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_citation_content__c27610f4 p {
6835
6846
  color: rgba(0, 0, 0, 0.65);
6836
6847
  font-size: 12px;
6837
6848
  line-height: 1.5;
@@ -6845,89 +6856,100 @@
6845
6856
  cursor: pointer;
6846
6857
  text-align: left;
6847
6858
  }
6848
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_popover_content__f2a3e8be,
6849
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_message_con__f2a3e8be .index_module_popover_content__f2a3e8be {
6859
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_citation_content__c27610f4 .index2_module_text_exceed__c27610f4,
6860
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_citation_content__c27610f4 .index2_module_text_exceed__c27610f4 {
6861
+ padding-right: 16px;
6862
+ position: relative;
6863
+ }
6864
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_citation_content__c27610f4 .index2_module_text_exceed__c27610f4 > span,
6865
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_citation_content__c27610f4 .index2_module_text_exceed__c27610f4 > span {
6866
+ position: absolute;
6867
+ top: 20px;
6868
+ right: 0;
6869
+ }
6870
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_popover_content__c27610f4,
6871
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_popover_content__c27610f4 {
6850
6872
  max-width: 400px;
6851
6873
  }
6852
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be::-webkit-scrollbar,
6853
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be::-webkit-scrollbar {
6874
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4::-webkit-scrollbar,
6875
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4::-webkit-scrollbar {
6854
6876
  background-color: #eff0f7;
6855
6877
  background-color: transparent;
6856
6878
  width: 6px;
6857
6879
  height: 4px;
6858
6880
  }
6859
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main__f2a3e8be::-webkit-scrollbar-thumb,
6860
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be::-webkit-scrollbar-thumb {
6881
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4::-webkit-scrollbar-thumb,
6882
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4::-webkit-scrollbar-thumb {
6861
6883
  border-radius: 4px;
6862
6884
  background-color: rgba(181, 184, 198, 0.8);
6863
6885
  }
6864
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main_newlabo__f2a3e8be pre,
6865
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main_newlabo__f2a3e8be pre {
6886
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main_newlabo__c27610f4 pre,
6887
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main_newlabo__c27610f4 pre {
6866
6888
  background: #2b303b !important;
6867
6889
  color: #fff;
6868
6890
  overflow: auto;
6869
6891
  }
6870
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main_newlabo__f2a3e8be pre pre::-webkit-scrollbar,
6871
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main_newlabo__f2a3e8be pre pre::-webkit-scrollbar {
6892
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main_newlabo__c27610f4 pre pre::-webkit-scrollbar,
6893
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main_newlabo__c27610f4 pre pre::-webkit-scrollbar {
6872
6894
  background-color: #eaedf1;
6873
6895
  background-color: transparent;
6874
6896
  width: 4px;
6875
6897
  height: 4px;
6876
6898
  }
6877
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main_newlabo__f2a3e8be pre pre::-webkit-scrollbar-thumb,
6878
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main_newlabo__f2a3e8be pre pre::-webkit-scrollbar-thumb {
6899
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main_newlabo__c27610f4 pre pre::-webkit-scrollbar-thumb,
6900
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main_newlabo__c27610f4 pre pre::-webkit-scrollbar-thumb {
6879
6901
  border-radius: 4px;
6880
6902
  background-color: #f4f4f4;
6881
6903
  }
6882
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_main_newlabo_no_pic__f2a3e8be .index_module_head_sculpture__f2a3e8be,
6883
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main_newlabo_no_pic__f2a3e8be .index_module_head_sculpture__f2a3e8be {
6904
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main_newlabo_no_pic__c27610f4 .index2_module_head_sculpture__c27610f4,
6905
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main_newlabo_no_pic__c27610f4 .index2_module_head_sculpture__c27610f4 {
6884
6906
  display: none !important;
6885
6907
  }
6886
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be,
6887
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be {
6908
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4,
6909
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 {
6888
6910
  position: absolute;
6889
6911
  bottom: 0;
6890
6912
  width: 100%;
6891
6913
  }
6892
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_issues_list_teacherList__f2a3e8be,
6893
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_issues_list_teacherList__f2a3e8be {
6914
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list_teacherList__c27610f4,
6915
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list_teacherList__c27610f4 {
6894
6916
  white-space: nowrap;
6895
6917
  overflow: auto;
6896
6918
  width: calc(100% - 40px);
6897
6919
  box-sizing: border-box;
6898
6920
  margin-bottom: 6px;
6899
6921
  }
6900
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_issues_list_teacherList__f2a3e8be .index_module_item__f2a3e8be,
6901
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_issues_list_teacherList__f2a3e8be .index_module_item__f2a3e8be {
6922
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list_teacherList__c27610f4 .index2_module_item__c27610f4,
6923
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list_teacherList__c27610f4 .index2_module_item__c27610f4 {
6902
6924
  display: inline-block;
6903
6925
  margin-right: 8px;
6904
6926
  }
6905
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_issues_list_teacherList__f2a3e8be .index_module_item__f2a3e8be:last-child,
6906
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_issues_list_teacherList__f2a3e8be .index_module_item__f2a3e8be:last-child {
6927
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list_teacherList__c27610f4 .index2_module_item__c27610f4:last-child,
6928
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list_teacherList__c27610f4 .index2_module_item__c27610f4:last-child {
6907
6929
  margin-right: 0;
6908
6930
  }
6909
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_issues_list_teacherList__f2a3e8be::-webkit-scrollbar,
6910
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_issues_list_teacherList__f2a3e8be::-webkit-scrollbar {
6931
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list_teacherList__c27610f4::-webkit-scrollbar,
6932
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list_teacherList__c27610f4::-webkit-scrollbar {
6911
6933
  background-color: #eaedf1;
6912
6934
  background-color: transparent;
6913
6935
  width: 4px;
6914
6936
  height: 4px;
6915
6937
  }
6916
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_issues_list_teacherList__f2a3e8be::-webkit-scrollbar-thumb,
6917
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_issues_list_teacherList__f2a3e8be::-webkit-scrollbar-thumb {
6938
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list_teacherList__c27610f4::-webkit-scrollbar-thumb,
6939
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list_teacherList__c27610f4::-webkit-scrollbar-thumb {
6918
6940
  border-radius: 4px;
6919
- background-color: #fff;
6941
+ background-color: rgba(181, 184, 198, 0.6);
6920
6942
  }
6921
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_issues_list__f2a3e8be,
6922
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_issues_list__f2a3e8be {
6943
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list__c27610f4,
6944
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list__c27610f4 {
6923
6945
  position: absolute;
6924
6946
  bottom: 60px;
6925
6947
  margin: 0 16px;
6926
6948
  padding-bottom: 4px;
6927
6949
  line-height: 1;
6928
6950
  }
6929
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_issues_list__f2a3e8be .index_module_item__f2a3e8be > span,
6930
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_issues_list__f2a3e8be .index_module_item__f2a3e8be > span {
6951
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list__c27610f4 .index2_module_item__c27610f4 > span,
6952
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list__c27610f4 .index2_module_item__c27610f4 > span {
6931
6953
  cursor: pointer;
6932
6954
  max-width: 100%;
6933
6955
  display: inline-block;
@@ -6941,23 +6963,23 @@
6941
6963
  line-height: 1;
6942
6964
  overflow: hidden;
6943
6965
  }
6944
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_issues_list__f2a3e8be .index_module_item__f2a3e8be > span:hover,
6945
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_issues_list__f2a3e8be .index_module_item__f2a3e8be > span:hover {
6966
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list__c27610f4 .index2_module_item__c27610f4 > span:hover,
6967
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list__c27610f4 .index2_module_item__c27610f4 > span:hover {
6946
6968
  background-color: #fff;
6947
6969
  }
6948
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_issues_list__f2a3e8be .index_module_item__f2a3e8be > span .index_module_sign__f2a3e8be,
6949
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_issues_list__f2a3e8be .index_module_item__f2a3e8be > span .index_module_sign__f2a3e8be {
6950
- color: #f4523b;
6970
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list__c27610f4 .index2_module_item__c27610f4 > span .index2_module_sign__c27610f4,
6971
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list__c27610f4 .index2_module_item__c27610f4 > span .index2_module_sign__c27610f4 {
6972
+ color: #5991ef;
6951
6973
  }
6952
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be,
6953
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be {
6974
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4,
6975
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 {
6954
6976
  display: flex;
6955
6977
  align-items: flex-end;
6956
6978
  margin-bottom: 12px;
6957
6979
  padding: 0 16px;
6958
6980
  }
6959
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be,
6960
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be {
6981
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4,
6982
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 {
6961
6983
  align-items: flex-end;
6962
6984
  width: calc(100% - 36px);
6963
6985
  background-color: #fff;
@@ -6969,12 +6991,12 @@
6969
6991
  position: relative;
6970
6992
  padding-right: 1px;
6971
6993
  }
6972
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be > .index_module_input__f2a3e8be,
6973
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be > .index_module_input__f2a3e8be {
6994
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 > .index2_module_input__c27610f4,
6995
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 > .index2_module_input__c27610f4 {
6974
6996
  line-height: 1;
6975
6997
  }
6976
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be > .index_module_input__f2a3e8be textarea,
6977
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be > .index_module_input__f2a3e8be textarea {
6998
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 > .index2_module_input__c27610f4 textarea,
6999
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 > .index2_module_input__c27610f4 textarea {
6978
7000
  max-height: 100px;
6979
7001
  padding: 0;
6980
7002
  border: none;
@@ -6982,64 +7004,64 @@
6982
7004
  resize: none;
6983
7005
  padding-right: 48px;
6984
7006
  }
6985
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be > .index_module_input__f2a3e8be textarea.bhd-input,
6986
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be > .index_module_input__f2a3e8be textarea.bhd-input {
7007
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 > .index2_module_input__c27610f4 textarea.bhd-input,
7008
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 > .index2_module_input__c27610f4 textarea.bhd-input {
6987
7009
  min-height: 21px !important;
6988
7010
  line-height: 1.5;
6989
7011
  }
6990
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be > .index_module_input__f2a3e8be .bhd-input[disabled],
6991
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be > .index_module_input__f2a3e8be .bhd-input[disabled] {
7012
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 > .index2_module_input__c27610f4 .bhd-input[disabled],
7013
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 > .index2_module_input__c27610f4 .bhd-input[disabled] {
6992
7014
  background-color: #fff !important;
6993
7015
  }
6994
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be > .index_module_no_AI__f2a3e8be,
6995
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be > .index_module_no_AI__f2a3e8be {
7016
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 > .index2_module_no_AI__c27610f4,
7017
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 > .index2_module_no_AI__c27610f4 {
6996
7018
  width: 100%;
6997
7019
  }
6998
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be > .index_module_no_AI__f2a3e8be textarea,
6999
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be > .index_module_no_AI__f2a3e8be textarea {
7020
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 > .index2_module_no_AI__c27610f4 textarea,
7021
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 > .index2_module_no_AI__c27610f4 textarea {
7000
7022
  padding-right: 12px;
7001
7023
  }
7002
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be .index_module_voice__f2a3e8be,
7003
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be .index_module_voice__f2a3e8be {
7024
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_voice__c27610f4,
7025
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_voice__c27610f4 {
7004
7026
  position: absolute;
7005
7027
  right: 14px;
7006
7028
  bottom: 12px;
7007
7029
  color: rgba(0, 0, 0, 0.65);
7008
7030
  }
7009
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be .index_module_voice__f2a3e8be i,
7010
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be .index_module_voice__f2a3e8be i {
7031
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_voice__c27610f4 i,
7032
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_voice__c27610f4 i {
7011
7033
  cursor: pointer;
7012
7034
  }
7013
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be .index_module_voice__f2a3e8be i svg,
7014
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be .index_module_voice__f2a3e8be i svg {
7035
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_voice__c27610f4 i svg,
7036
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_voice__c27610f4 i svg {
7015
7037
  color: rgba(0, 0, 0, 0.65);
7016
7038
  font-size: 20px;
7017
7039
  }
7018
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be .index_module_voice__f2a3e8be .index_module_voice_btn__f2a3e8be,
7019
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be .index_module_voice__f2a3e8be .index_module_voice_btn__f2a3e8be {
7040
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_voice__c27610f4 .index2_module_voice_btn__c27610f4,
7041
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_voice__c27610f4 .index2_module_voice_btn__c27610f4 {
7020
7042
  width: 32px;
7021
7043
  cursor: pointer;
7022
7044
  position: absolute;
7023
7045
  bottom: -6px;
7024
7046
  right: 0px;
7025
7047
  }
7026
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be .index_module_disabled__f2a3e8be,
7027
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be .index_module_disabled__f2a3e8be {
7048
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_disabled__c27610f4,
7049
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_disabled__c27610f4 {
7028
7050
  cursor: not-allowed !important;
7029
7051
  color: rgba(0, 0, 0, 0.25) !important;
7030
7052
  }
7031
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be .index_module_disabled__f2a3e8be svg,
7032
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be .index_module_disabled__f2a3e8be svg {
7053
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_disabled__c27610f4 svg,
7054
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_disabled__c27610f4 svg {
7033
7055
  color: rgba(0, 0, 0, 0.25) !important;
7034
7056
  }
7035
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be .index_module_content_main__f2a3e8be,
7036
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be .index_module_content_main__f2a3e8be {
7057
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_content_main__c27610f4,
7058
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_content_main__c27610f4 {
7037
7059
  display: flex;
7038
7060
  align-items: center;
7039
7061
  width: calc(100% - 24px);
7040
7062
  }
7041
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be .index_module_content_main__f2a3e8be .index_module_content_con__f2a3e8be,
7042
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be .index_module_content_main__f2a3e8be .index_module_content_con__f2a3e8be {
7063
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_content_main__c27610f4 .index2_module_content_con__c27610f4,
7064
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_content_main__c27610f4 .index2_module_content_con__c27610f4 {
7043
7065
  margin-top: 6px;
7044
7066
  align-items: center;
7045
7067
  padding: 8px;
@@ -7047,8 +7069,8 @@
7047
7069
  display: inline-block;
7048
7070
  width: calc(100% - 60px);
7049
7071
  }
7050
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be .index_module_content_main__f2a3e8be .index_module_content_con__f2a3e8be p,
7051
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be .index_module_content_main__f2a3e8be .index_module_content_con__f2a3e8be p {
7072
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_content_main__c27610f4 .index2_module_content_con__c27610f4 p,
7073
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_content_main__c27610f4 .index2_module_content_con__c27610f4 p {
7052
7074
  color: rgba(0, 0, 0, 0.65);
7053
7075
  border-radius: 2px;
7054
7076
  font-size: 12px;
@@ -7061,89 +7083,90 @@
7061
7083
  max-height: 36px;
7062
7084
  word-break: break-all;
7063
7085
  }
7064
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be .index_module_content_main__f2a3e8be .index_module_delete_quote__f2a3e8be,
7065
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_input_wrap__f2a3e8be .index_module_content_main__f2a3e8be .index_module_delete_quote__f2a3e8be {
7086
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_content_main__c27610f4 .index2_module_delete_quote__c27610f4,
7087
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_content_main__c27610f4 .index2_module_delete_quote__c27610f4 {
7066
7088
  font-size: 18px;
7067
7089
  color: #bfbfbf;
7068
7090
  margin-top: 6px;
7069
7091
  }
7070
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_sending__f2a3e8be,
7071
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_sending__f2a3e8be {
7092
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_sending__c27610f4,
7093
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_sending__c27610f4 {
7072
7094
  width: 20px;
7073
7095
  margin-left: 16px;
7074
7096
  margin-bottom: 9px;
7075
7097
  }
7076
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_sending__f2a3e8be i svg,
7077
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_sending__f2a3e8be i svg {
7098
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_sending__c27610f4 i svg,
7099
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_sending__c27610f4 i svg {
7078
7100
  font-size: 20px;
7079
7101
  color: rgba(0, 0, 0, 0.65);
7080
7102
  }
7081
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_sending__f2a3e8be .index_module_disabled__f2a3e8be svg,
7082
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be .index_module_Drawer_buttom__f2a3e8be .index_module_sending__f2a3e8be .index_module_disabled__f2a3e8be svg {
7103
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_sending__c27610f4 .index2_module_disabled__c27610f4 svg,
7104
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_sending__c27610f4 .index2_module_disabled__c27610f4 svg {
7083
7105
  color: rgba(0, 0, 0, 0.25);
7084
7106
  cursor: not-allowed;
7085
7107
  }
7086
- .index_module_ChatWindow_Drawer__f2a3e8be .index_module_Drawer_buttom_Issues_List_newlabo__f2a3e8be,
7087
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List_newlabo__f2a3e8be {
7108
+ .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List_newlabo__c27610f4,
7109
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List_newlabo__c27610f4 {
7088
7110
  background-color: #f5f5f5 !important;
7089
7111
  }
7090
- .index_module_ChatWindow_Drawer__f2a3e8be .anticon,
7091
- .index_module_ChatWindow_Modal__f2a3e8be .anticon {
7112
+ .index2_module_ChatWindow_Drawer__c27610f4 .anticon,
7113
+ .index2_module_ChatWindow_Modal__c27610f4 .anticon {
7092
7114
  vertical-align: 0;
7093
7115
  }
7094
- .index_module_ChatWindow_Drawer__f2a3e8be {
7116
+ .index2_module_ChatWindow_Drawer__c27610f4 {
7095
7117
  background: #f5f5f5 !important;
7096
7118
  position: relative;
7097
7119
  height: 100%;
7098
7120
  }
7099
- .index_module_ChatWindow_Drawer__f2a3e8be .bhd-drawer-header {
7121
+ .index2_module_ChatWindow_Drawer__c27610f4 .bhd-drawer-header {
7100
7122
  display: none !important;
7101
7123
  }
7102
- .index_module_ChatWindow_Modal__f2a3e8be .bhd-modal {
7124
+ .index2_module_ChatWindow_Modal__c27610f4 .bhd-modal {
7103
7125
  border-radius: 8px;
7104
7126
  overflow: hidden;
7105
7127
  position: relative;
7106
7128
  }
7107
- .index_module_ChatWindow_Modal__f2a3e8be .bhd-modal-content {
7129
+ .index2_module_ChatWindow_Modal__c27610f4 .bhd-modal-content {
7108
7130
  height: 100%;
7109
7131
  background-color: #f5f5f5 !important;
7110
7132
  }
7111
- .index_module_ChatWindow_Modal__f2a3e8be .bhd-modal-content .bhd-modal-close {
7133
+ .index2_module_ChatWindow_Modal__c27610f4 .bhd-modal-content .bhd-modal-close {
7112
7134
  display: none !important;
7113
7135
  }
7114
- .index_module_ChatWindow_Modal__f2a3e8be .bhd-modal-header {
7136
+ .index2_module_ChatWindow_Modal__c27610f4 .bhd-modal-header {
7115
7137
  display: none !important;
7116
7138
  }
7117
- .index_module_ChatWindow_Modal__f2a3e8be .bhd-modal-body {
7139
+ .index2_module_ChatWindow_Modal__c27610f4 .bhd-modal-body {
7118
7140
  height: 100%;
7119
7141
  padding: 0 !important;
7120
7142
  border-radius: 4px !important;
7121
7143
  }
7122
- .index_module_ChatWindow_Modal__f2a3e8be .bhd-drawer-right > .bhd-drawer-content-wrapper {
7144
+ .index2_module_ChatWindow_Modal__c27610f4 .bhd-drawer-right > .bhd-drawer-content-wrapper {
7123
7145
  top: 129px;
7124
7146
  right: 200px;
7125
7147
  height: 790px;
7126
7148
  }
7127
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_main_list__f2a3e8be {
7149
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_main_list__c27610f4 {
7128
7150
  max-height: 650px;
7129
7151
  }
7130
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_user__f2a3e8be {
7152
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_user__c27610f4 {
7131
7153
  padding-left: 0 !important;
7154
+ cursor: pointer;
7132
7155
  }
7133
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_buttom_Issues_List__f2a3e8be {
7156
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 {
7134
7157
  border-radius: 4px;
7135
7158
  width: calc(100% - 328px);
7136
7159
  margin-left: 328px;
7137
7160
  }
7138
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be {
7161
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 {
7139
7162
  max-height: 700px;
7140
7163
  }
7141
- .index_module_ChatWindow_Modal__f2a3e8be .index_module_Drawer_main__f2a3e8be .index_module_chat_content__f2a3e8be {
7164
+ .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_chat_content__c27610f4 {
7142
7165
  width: calc(100% - 328px);
7143
7166
  margin-left: 328px;
7144
7167
  display: inline-block;
7145
7168
  }
7146
- .index_module_popover_main_content__f2a3e8be {
7169
+ .index2_module_popover_main_content__c27610f4 {
7147
7170
  min-width: 300px !important;
7148
7171
  max-width: 340px !important;
7149
7172
  background-color: #fff !important;
@@ -7151,21 +7174,21 @@
7151
7174
  border-radius: 4px;
7152
7175
  border: 1px solid rgba(0, 0, 0, 0.15);
7153
7176
  }
7154
- .index_module_popover_main_content__f2a3e8be .bhd-tooltip-content {
7177
+ .index2_module_popover_main_content__c27610f4 .bhd-tooltip-content {
7155
7178
  background-color: #fff;
7156
7179
  border-radius: 4px;
7157
7180
  }
7158
- .index_module_popover_main_content__f2a3e8be .bhd-tooltip-content .bhd-tooltip-inner {
7181
+ .index2_module_popover_main_content__c27610f4 .bhd-tooltip-content .bhd-tooltip-inner {
7159
7182
  background-color: #fff;
7160
7183
  color: rgba(0, 0, 0, 0.85);
7161
7184
  font-size: 14px;
7162
7185
  padding: 12px 16px;
7163
7186
  border-radius: 4px;
7164
7187
  }
7165
- .index_module_popover_main_content__f2a3e8be .bhd-tooltip-arrow:before {
7188
+ .index2_module_popover_main_content__c27610f4 .bhd-tooltip-arrow:before {
7166
7189
  background: #ccc !important;
7167
7190
  }
7168
- .index_module_popover_main_content__f2a3e8be .bhd-tooltip-arrow::after {
7191
+ .index2_module_popover_main_content__c27610f4 .bhd-tooltip-arrow::after {
7169
7192
  width: 0 !important;
7170
7193
  height: 0 !important;
7171
7194
  border: 5px solid;
@@ -7177,487 +7200,294 @@
7177
7200
  right: 0 !important;
7178
7201
  box-shadow: none !important;
7179
7202
  }
7180
-
7181
- /* 变量色值 */
7182
- /* "color-background-layout": {
7183
- "value": "{Gray-01}",
7184
- "type": "color",
7185
- "description": "布局(全局)背景色"
7186
- } */
7187
- /* "color-background-elevated": {
7188
- "value": "{Gray-01}",
7189
- "type": "color",
7190
- "description": "浮层容器背景色"
7191
- } */
7192
- /* "color-background-fill": {
7193
- "value": "{Gray-05}",
7194
- "type": "color",
7195
- "description": "一级填充色(用于突出内容部分)"
7196
- }, */
7197
- /* "color-background-fillsecondary": {
7198
- "value": "{Gray-04}",
7199
- "type": "color",
7200
- "description": "二级填充色(可以较为明显地勾勒出元素形体,也可以作为三级填充色的 Hover 状态)"
7201
- }, */
7202
- /* "color-background-fillsecondary-Tr": {
7203
- "value": "{Gray-Tr-04}",
7204
- "type": "color",
7205
- "description": "二级填充色(可以较为明显地勾勒出元素形体,也可以作为三级填充色的 Hover 状态)"
7206
- }, */
7207
- /* "color-background-filltertiary": {
7208
- "value": "{Gray-03}",
7209
- "type": "color",
7210
- "description": "三级级填充色(用于勾勒出元素形体的场景,如无强调需求的情况下,建议使用三级填色作为默认填色。)"
7211
- }, */
7212
- /* "color-background-filltertiary-Tr": {
7213
- "value": "{Gray-Tr-03}",
7214
- "type": "color",
7215
- "description": "三级级填充色(用于勾勒出元素形体的场景,如无强调需求的情况下,建议使用三级填色作为默认填色。)"
7216
- }, */
7217
- /* "color-background-fillquaternary": {
7218
- "value": "{Gray-02}",
7219
- "type": "color",
7220
- "description": "四级级填充色(最弱一级的填充色,适用于不易引起注意的色块,例如斑马纹、区分边界的色块等。)"
7221
- }, */
7222
- /* "color-background-fillquaternary-Tr": {
7223
- "value": "{Gray-Tr-02}",
7224
- "type": "color",
7225
- "description": "四级级填充色(最弱一级的填充色,适用于不易引起注意的色块,例如斑马纹、区分边界的色块等。)"
7226
- }, */
7227
- /* "color-background-quinary": {
7228
- "value": "{Gray-01}",
7229
- "type": "color",
7230
- "description": "五级级填充色(适用于列表或文本框背景填充)"
7231
- }, */
7232
- /*
7233
- "color-background-primary-base": {
7234
- "value": "{Red-06}",
7235
- "type": "color",
7236
- "description": "主色背景"
7237
- }, */
7238
- /* "color-background-primary-active": {
7239
- "value": "{Red-07}",
7240
- "type": "color",
7241
- "description": "主色背景颜色,激活状态"
7242
- }, */
7243
- /* "color-background-primary-hover": {
7244
- "value": "{Red-05}",
7245
- "type": "color",
7246
- "description": "主色背景颜色,悬浮状态"
7247
- }, */
7248
- /* "color-background-primary-weak": {
7249
- "value": "{Red-01}",
7250
- "type": "color",
7251
- "description": "主色背景颜色(弱背景),可以在文本后面使用"
7252
- }, */
7253
- /* "color-background-primary-weak-hover": {
7254
- "value": "{Red-02}",
7255
- "type": "color",
7256
- "description": "主色浅色背景,悬浮状态"
7257
- }, */
7258
- /* "color-background-success-base": {
7259
- "value": "{Cyan-06}",
7260
- "type": "color",
7261
- "description": "成功背景颜色"
7262
- }, */
7263
- /* "color-background-success-weak": {
7264
- "value": "{Cyan-01}",
7265
- "type": "color",
7266
- "description": "成功浅色背景"
7267
- }, */
7268
- /* "color-background-warning-base": {
7269
- "value": "{Gold-06}",
7270
- "type": "color",
7271
- "description": "警告背景颜色"
7272
- }, */
7273
- /* "color-background-warning-weak": {
7274
- "value": "{Gold-01}",
7275
- "type": "color",
7276
- "description": "警告浅色背景"
7277
- }, */
7278
- /* "color-background-error-base": {
7279
- "value": "{Orange-06}",
7280
- "type": "color",
7281
- "description": "错误背景颜色"
7282
- }, */
7283
- /* "color-background-error-weak": {
7284
- "value": "{Orange-01}",
7285
- "type": "color",
7286
- "description": "错误浅色背景"
7287
- }, */
7288
- /* "color-background-info-base": {
7289
- "value": "{Blue-06}",
7290
- "type": "color",
7291
- "description": "信息色"
7292
- }, */
7293
- /* "color-background-info-weak": {
7294
- "value": "{Blue-01}",
7295
- "type": "color",
7296
- "description": "信息浅色背景"
7297
- }, */
7298
- /* "color-border": {
7299
- "value": "{Gray-05}",
7300
- "type": "color",
7301
- "description": "一级边框色"
7302
- }, */
7303
- /* "color-border-Tr": {
7304
- "value": "{Gray-Tr-05}",
7305
- "type": "color",
7306
- "description": "一级边框色"
7307
- }, */
7308
- /* "color-border-secondary": {
7309
- "value": "{Gray-04}",
7310
- "type": "color",
7311
- "description": "二级边框色"
7312
- }, */
7313
- /* "color-border-secondary-Tr": {
7314
- "value": "{Gray-Tr-04}",
7315
- "type": "color",
7316
- "description": "二级边框色"
7317
- }, */
7318
- /* "color-border-primary": {
7319
- "value": "{Red-06}",
7320
- "type": "color",
7321
- "description": "主色边框色"
7322
- }, */
7323
- /* "color-border-primary-hover": {
7324
- "value": "{Red-05}",
7325
- "type": "color",
7326
- "description": "主色边框色,悬停状态"
7327
- }, */
7328
- /* "color-border-primary-active": {
7329
- "value": "{Red-07}",
7330
- "type": "color",
7331
- "description": "主色边框色,悬停状态"
7332
- }, */
7333
- /* "color-border-success": {
7334
- "value": "{Cyan-06}",
7335
- "type": "color",
7336
- "description": "成功边框色"
7337
- }, */
7338
- /* "color-border-warning": {
7339
- "value": "{Gold-06}",
7340
- "type": "color",
7341
- "description": "警告边框色"
7342
- }, */
7343
- /* "color-border-error": {
7344
- "value": "{Orange-06}",
7345
- "type": "color",
7346
- "description": "报错边框色"
7347
- }, */
7348
- /* "color-text": {
7349
- "value": "{Gray-09}",
7350
- "type": "color",
7351
- "description": "一级文本色"
7352
- }, */
7353
- /* "color-text-Tr": {
7354
- "value": "{Gray-Tr-09}",
7355
- "type": "color",
7356
- "description": "一级文本色"
7357
- }, */
7358
- /* "color-text-Secondary": {
7359
- "value": "{Gray-08}",
7360
- "type": "color",
7361
- "description": "二级文本色"
7362
- }, */
7363
- /* "color-text-Secondary-Tr": {
7364
- "value": "{Gray-Tr-08}",
7365
- "type": "color",
7366
- "description": "二级文本色"
7367
- }, */
7368
- /* "color-text-tertiary": {
7369
- "value": "{Gray-07}",
7370
- "type": "color",
7371
- "description": "三级文本色"
7372
- }, */
7373
- /* "color-text-tertiary-Tr": {
7374
- "value": "{Gray-Tr-07}",
7375
- "type": "color",
7376
- "description": "三级文本色"
7377
- }, */
7378
- /* "color-text-quaternary": {
7379
- "value": "{Gray-06}",
7380
- "type": "color",
7381
- "description": "四级文本色"
7382
- }, */
7383
- /* "color-text-quaternary-Tr": {
7384
- "value": "{Gray-Tr-06}",
7385
- "type": "color",
7386
- "description": "四级文本色"
7387
- }, */
7388
- /* "color-text-quaternary": {
7389
- "value": "{Gray-01}",
7390
- "type": "color",
7391
- "description": "五级文本色"
7392
- }, */
7393
- /* "color-text-quaternary-Tr": {
7394
- "value": "{Gray-Tr-06}",
7395
- "type": "color",
7396
- "description": "五级文本色"
7397
- }, */
7398
- /* "color-text-primary": {
7399
- "value": "{Red-06}",
7400
- "type": "color",
7401
- "description": "品牌文本色"
7402
- }, */
7403
- /* "color-text-primary-hover": {
7404
- "value": "{Red-05}",
7405
- "type": "color",
7406
- "description": "品牌文本色,悬浮状态"
7407
- }, */
7408
- /* "color-text-primary-active": {
7409
- "value": "{Red-07}",
7410
- "type": "color",
7411
- "description": "品牌文本色,激活状态"
7412
- }, */
7413
- /* "color-text-success": {
7414
- "value": "{Cyan-06}",
7415
- "type": "color",
7416
- "description": "成功文本色"
7417
- }, */
7418
- /* "color-text-warning": {
7419
- "value": "{Gold-06}",
7420
- "type": "color",
7421
- "description": "警告文本色"
7422
- }, */
7423
- /* "color-text-error": {
7424
- "value": "{Orange-06}",
7425
- "type": "color",
7426
- "description": "报错文本色"
7427
- }, */
7428
- /* "color-text-info": {
7429
- "value": "{Blue-06}",
7430
- "type": "color",
7431
- "description": "信息文本色"
7432
- }, */
7433
- /* "color-text-info-hover": {
7434
- "value": "{Blue-05}",
7435
- "type": "color",
7436
- "description": "信息文本色,悬停状态"
7437
- }, */
7438
- /* "color-text-info-active": {
7439
- "value": "{Blue-07}",
7440
- "type": "color",
7441
- "description": "信息文本色,激活状态"
7442
- }, */
7443
- /* "color-data-visualization-01": {
7444
- "value": "#F4523B",
7445
- "type": "color",
7446
- "description": "可视化颜色1"
7447
- }, */
7448
- /* "color-data-visualization-02": {
7449
- "value": "#5991EF",
7450
- "type": "color",
7451
- "description": "可视化颜色2"
7452
- }, */
7453
- /* "color-data-visualization-03": {
7454
- "value": "#F8700C",
7455
- "type": "color",
7456
- "description": "可视化颜色3"
7457
- }, */
7458
- /* "color-data-visualization-04": {
7459
- "value": "#3ED22D",
7460
- "type": "color",
7461
- "description": "可视化颜色4"
7462
- }, */
7463
- /* "color-data-visualization-05": {
7464
- "value": "#DC2368",
7465
- "type": "color",
7466
- "description": "可视化颜色5"
7467
- }, */
7468
- /* "color-data-visualization-06": {
7469
- "value": "#2AC3D5",
7470
- "type": "color",
7471
- "description": "可视化颜色6"
7472
- }, */
7473
- /* "color-data-visualization-07": {
7474
- "value": "#F3D30C",
7475
- "type": "color",
7476
- "description": "可视化颜色7"
7477
- }, */
7478
- /* "color-data-visualization-08": {
7479
- "value": "#342AD5",
7480
- "type": "color",
7481
- "description": "可视化颜色8"
7482
- }, */
7483
- /* "color-data-visualization-09": {
7484
- "value": "#FF69B1",
7485
- "type": "color",
7486
- "description": "可视化颜色9"
7487
- }, */
7488
- /* "color-data-visualization-10": {
7489
- "value": "#45DEA6",
7490
- "type": "color",
7491
- "description": "可视化颜色10"
7492
- }, */
7493
- /* "color-data-visualization-11": {
7494
- "value": "#CB43E1",
7495
- "type": "color",
7496
- "description": "可视化颜色11"
7497
- }, */
7498
- /* "color-data-visualization-12": {
7499
- "value": "#69A8FF",
7500
- "type": "color",
7501
- "description": "可视化颜色12"
7502
- } */
7503
- /*
7504
- "color-icon": {
7505
- "value": "$Red-06",
7506
- "type": "color",
7507
- "description": "图标,默认"
7508
- }
7509
- */
7510
- /*
7511
- "color-icon-hover": {
7512
- "value": "$Red-05",
7513
- "type": "color",
7514
- "description": "图标,悬浮状态"
7515
- }
7516
- */
7517
- /*
7518
- "color-icon-active": {
7519
- "value": "$Red-07",
7520
- "type": "color",
7521
- "description": "图标,激活状态"
7522
- }
7523
- */
7524
- /*
7525
- "color-icon-success": {
7526
- "value": "$Cyan-06",
7527
- "type": "color",
7528
- "description": "图标,成功色"
7529
- }
7530
- */
7531
- /*
7532
- "color-icon-warning": {
7533
- "value": "$Gold-06",
7534
- "type": "color",
7535
- "description": "图标,警告色"
7536
- }
7537
- */
7538
- /*
7539
- "color-icon-error": {
7540
- "value": "$Orange-06",
7541
- "type": "color",
7542
- "description": "图标,报错色"
7543
- }
7544
- */
7545
- /*
7546
- "color-icon-fill": {
7547
- "value": "$Gray-08",
7548
- "type": "color",
7549
- "description": "图标,一级填充色"
7550
- }
7551
- */
7552
- /*
7553
- "color-icon-fill(Tr)": {
7554
- "value": "$Gray(Tr)-08",
7555
- "type": "color",
7556
- "description": "图标,一级填充色0.65"
7557
- }
7558
- */
7559
- /*
7560
- "color-icon-Secondary": {
7561
- "value": "$Gray-07",
7562
- "type": "color",
7563
- "description": "图标,二级填充色"
7564
- }
7565
- */
7566
- /*
7567
- "color-icon-Secondary(Tr)": {
7568
- "value": "$Gray(Tr)-07",
7569
- "type": "color",
7570
- "description": "图标,二级填充色0.45"
7571
- }
7572
- */
7573
- /*
7574
- "color-icon-tertiary": {
7575
- "value": "$Gray-06",
7576
- "type": "color",
7577
- "description": "图标,三级填充色"
7578
- }
7579
- */
7580
- /*
7581
- "color-icon-tertiary(Tr)": {
7582
- "value": "$Gray(Tr)-06",
7583
- "type": "color",
7584
- "description": "图标,三级填充色0.25"
7585
- }
7586
- */
7587
- /*
7588
- "color-icon-quaternary": {
7589
- "value": "$Gray-04",
7590
- "type": "color",
7591
- "description": "图标,四级填充色"
7592
- }
7593
- */
7594
- /*
7595
- "color-icon-quaternary(Tr)": {
7596
- "value": "$Gray(Tr)-04",
7597
- "type": "color",
7598
- "description": "图标,四级填充色0.06"
7599
- }
7600
- */
7601
- /*
7602
- "color-icon-quinary": {
7603
- "value": "$Gray-02",
7604
- "type": "color",
7605
- "description": "图标,五级填充色"
7606
- }
7607
- */
7608
- /*
7609
- "color-icon-quinary(Tr)": {
7610
- "value": "$Gray(Tr)-02",
7611
- "type": "color",
7612
- "description": "图标,五级填充色0.06"
7613
- }
7614
- */
7615
- /*
7616
- "color-icon-senary": {
7617
- "value": "$Gray-01",
7618
- "type": "color",
7619
- "description": "图标,六级填充色"
7620
- }
7621
- */
7622
- .index_module_history_list__65b6bf62 {
7623
- position: absolute;
7624
- top: 0;
7625
- background: rgba(0, 0, 0, 0.3);
7626
- width: 100%;
7627
- height: 100%;
7628
- overflow: hidden;
7203
+ .index2_module_popover_main_content_name__c27610f4 {
7204
+ width: auto;
7205
+ background-color: #fff !important;
7206
+ box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
7207
+ border-radius: 4px;
7208
+ border: 1px solid rgba(0, 0, 0, 0.15);
7629
7209
  }
7630
- .index_module_history_list__65b6bf62 .index_module_search_layout__65b6bf62 {
7631
- background: #fff;
7632
- position: absolute;
7633
- bottom: -500px;
7634
- width: 100%;
7635
- border-radius: 16px 16px 0px 0px;
7636
- overflow: hidden;
7637
- animation: index_module_mymove__65b6bf62 1s forwards;
7638
- box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
7210
+ .index2_module_popover_main_content_name__c27610f4 .bhd-tooltip-content {
7211
+ background-color: #fff;
7212
+ border-radius: 4px;
7639
7213
  }
7640
- .index_module_history_list__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_title__65b6bf62 {
7641
- border-bottom: 1px solid rgba(0, 0, 0, 0.15);
7642
- font-size: 16px;
7643
- font-weight: 600;
7644
- line-height: 150%;
7645
- padding: 16px 24px;
7646
- display: flex;
7647
- justify-content: space-between;
7214
+ .index2_module_popover_main_content_name__c27610f4 .bhd-tooltip-content .bhd-tooltip-inner {
7215
+ background-color: #fff;
7216
+ color: rgba(0, 0, 0, 0.85);
7217
+ font-size: 14px;
7218
+ padding: 12px 16px;
7219
+ border-radius: 4px;
7648
7220
  }
7649
- .index_module_history_list__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_title__65b6bf62 svg {
7650
- font-size: 12px;
7651
- cursor: pointer;
7652
- opacity: 0.65;
7653
- font-weight: 300;
7221
+ .index2_module_popover_main_content_name__c27610f4 .bhd-tooltip-arrow:before {
7222
+ background: #ccc !important;
7654
7223
  }
7655
- .index_module_history_list__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_search_top__65b6bf62 {
7224
+ .index2_module_popover_main_content_name__c27610f4 .bhd-tooltip-arrow::after {
7225
+ width: 0 !important;
7226
+ height: 0 !important;
7227
+ border: 5px solid;
7228
+ border-color: transparent transparent #fff transparent;
7229
+ transform: none !important;
7230
+ background: transparent !important;
7231
+ bottom: 0px !important;
7232
+ left: 0px !important;
7233
+ right: 0 !important;
7234
+ box-shadow: none !important;
7235
+ }
7236
+ .index2_module_teacher_layout__c27610f4 {
7237
+ position: fixed;
7238
+ right: 568px;
7239
+ border-radius: 8px;
7240
+ background: rgba(255, 255, 255, 0.5);
7241
+ box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
7242
+ -webkit-backdrop-filter: blur(7.5px);
7243
+ backdrop-filter: blur(7.5px);
7244
+ width: 80px;
7245
+ }
7246
+ .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 > div,
7247
+ .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4 > div {
7248
+ display: flex;
7249
+ flex-direction: column;
7250
+ align-items: center;
7251
+ padding: 8px;
7252
+ border-radius: 8px;
7253
+ margin: 8px 0;
7254
+ max-width: 60px;
7255
+ overflow: hidden;
7256
+ position: relative;
7257
+ cursor: pointer;
7258
+ }
7259
+ .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 > div:hover,
7260
+ .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4 > div:hover {
7261
+ background-color: #f5f5f5;
7262
+ }
7263
+ .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 > div:hover .index2_module_delete__c27610f4,
7264
+ .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4 > div:hover .index2_module_delete__c27610f4 {
7265
+ display: block;
7266
+ }
7267
+ .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 > div p,
7268
+ .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4 > div p {
7269
+ max-width: 60px;
7270
+ overflow: hidden;
7271
+ text-overflow: ellipsis;
7272
+ white-space: nowrap;
7273
+ color: rgba(0, 0, 0, 0.65);
7274
+ font-size: 12px;
7275
+ line-height: 1;
7276
+ padding-top: 12px;
7277
+ }
7278
+ .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 > div img,
7279
+ .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4 > div img {
7280
+ width: 32px;
7281
+ height: 32px;
7282
+ border-radius: 50%;
7283
+ }
7284
+ .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 > div .index2_module_num__c27610f4,
7285
+ .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4 > div .index2_module_num__c27610f4 {
7286
+ position: absolute;
7287
+ top: 0;
7288
+ right: 0;
7289
+ border-radius: 26px;
7290
+ background-color: #f4523b;
7291
+ color: #fff;
7292
+ padding: 0 5px;
7293
+ border-radius: 25px;
7294
+ font-size: 12px;
7295
+ line-height: 1.2;
7296
+ }
7297
+ .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 > div .index2_module_delete__c27610f4,
7298
+ .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4 > div .index2_module_delete__c27610f4 {
7299
+ position: absolute;
7300
+ top: 2px;
7301
+ right: 2px;
7302
+ color: rgba(0, 0, 0, 0.65);
7303
+ font-size: 12px;
7304
+ display: none;
7305
+ }
7306
+ .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 > div {
7307
+ margin: 8px;
7308
+ }
7309
+ .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 .index2_module_shrink__c27610f4 {
7310
+ border-bottom: 1px solid #ebebeb;
7311
+ border-radius: 0;
7312
+ margin-bottom: 8px;
7313
+ margin-top: 8px;
7314
+ }
7315
+ .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 .index2_module_shrink__c27610f4 > span {
7316
+ font-size: 20px;
7317
+ }
7318
+ .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 .index2_module_shrink__c27610f4 p {
7319
+ padding-top: 0;
7320
+ }
7321
+ .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 .index2_module_shrink__c27610f4:hover {
7322
+ background-color: #fff !important;
7323
+ }
7324
+ .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 .index2_module_active__c27610f4,
7325
+ .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4 .index2_module_active__c27610f4 {
7326
+ background: #f0f8ff;
7327
+ }
7328
+ .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4 > div:last-child {
7329
+ margin-bottom: 0;
7330
+ }
7331
+ .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4 > div:first-child {
7332
+ margin-top: 0;
7333
+ }
7334
+ .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4 {
7335
+ max-height: 524px;
7336
+ padding: 0 8px;
7337
+ padding-right: 4px;
7338
+ overflow-y: auto;
7339
+ margin-bottom: 8px;
7340
+ margin-top: 8px;
7341
+ }
7342
+ .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4::-webkit-scrollbar {
7343
+ background-color: #eaedf1;
7344
+ background-color: transparent;
7345
+ width: 4px;
7346
+ height: 4px;
7347
+ }
7348
+ .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4::-webkit-scrollbar-thumb {
7349
+ border-radius: 4px;
7350
+ background-color: rgba(0, 0, 0, 0.25);
7351
+ }
7352
+ .index2_module_teacher_layout_newlabo__c27610f4 {
7353
+ top: 50px;
7354
+ right: 0;
7355
+ }
7356
+ .index2_module_teacher_layout_newlabo__c27610f4 .index2_module_top__c27610f4 svg {
7357
+ transform: rotate(180deg);
7358
+ }
7359
+ .index2_module_teacher_layout_newlabo__c27610f4 .index2_module_top__c27610f4 .index2_module_active__c27610f4,
7360
+ .index2_module_teacher_layout_newlabo__c27610f4 .index2_module_bottom__c27610f4 .index2_module_active__c27610f4 {
7361
+ background: #f0f8ff !important;
7362
+ }
7363
+ .index2_module_teacher_layout_modal__c27610f4 {
7364
+ width: 328px;
7365
+ height: calc(100% - 48px);
7366
+ background-color: #fff;
7367
+ position: absolute;
7368
+ border-top: 1px solid #ebebeb;
7369
+ }
7370
+ .index2_module_teacher_layout_modal__c27610f4 .index2_module_top__c27610f4 .index2_module_ai__c27610f4,
7371
+ .index2_module_teacher_layout_modal__c27610f4 .index2_module_bottom__c27610f4 .index2_module_ai__c27610f4 {
7372
+ border-bottom: 1px solid #ebebeb;
7373
+ padding: 16px;
7374
+ display: flex;
7375
+ align-items: center;
7376
+ cursor: pointer;
7377
+ }
7378
+ .index2_module_teacher_layout_modal__c27610f4 .index2_module_top__c27610f4 .index2_module_ai__c27610f4 img,
7379
+ .index2_module_teacher_layout_modal__c27610f4 .index2_module_bottom__c27610f4 .index2_module_ai__c27610f4 img {
7380
+ width: 32px;
7381
+ height: 32px;
7382
+ border-radius: 50%;
7383
+ margin-right: 12px;
7384
+ }
7385
+ .index2_module_teacher_layout_modal__c27610f4 .index2_module_top__c27610f4 .index2_module_ai__c27610f4 > span,
7386
+ .index2_module_teacher_layout_modal__c27610f4 .index2_module_bottom__c27610f4 .index2_module_ai__c27610f4 > span {
7387
+ margin-right: 12px;
7388
+ }
7389
+ .index2_module_teacher_layout_modal__c27610f4 .index2_module_top__c27610f4 .index2_module_ai__c27610f4 .index2_module_user_info__c27610f4,
7390
+ .index2_module_teacher_layout_modal__c27610f4 .index2_module_bottom__c27610f4 .index2_module_ai__c27610f4 .index2_module_user_info__c27610f4 {
7391
+ width: 252px;
7392
+ }
7393
+ .index2_module_teacher_layout_modal__c27610f4 .index2_module_top__c27610f4 .index2_module_ai__c27610f4 .index2_module_user_info__c27610f4 .index2_module_message__c27610f4,
7394
+ .index2_module_teacher_layout_modal__c27610f4 .index2_module_bottom__c27610f4 .index2_module_ai__c27610f4 .index2_module_user_info__c27610f4 .index2_module_message__c27610f4 {
7395
+ color: #000;
7396
+ font-size: 14px;
7397
+ line-height: 1;
7398
+ padding-right: 10px;
7399
+ }
7400
+ .index2_module_teacher_layout_modal__c27610f4 .index2_module_top__c27610f4 .index2_module_ai__c27610f4 .index2_module_user_info__c27610f4 .index2_module_message__c27610f4 .index2_module_num__c27610f4,
7401
+ .index2_module_teacher_layout_modal__c27610f4 .index2_module_bottom__c27610f4 .index2_module_ai__c27610f4 .index2_module_user_info__c27610f4 .index2_module_message__c27610f4 .index2_module_num__c27610f4 {
7402
+ margin-left: 12px;
7403
+ border-radius: 26px;
7404
+ background-color: #f4523b;
7405
+ color: #fff;
7406
+ padding: 0 5px;
7407
+ border-radius: 25px;
7408
+ font-size: 12px;
7409
+ line-height: 1;
7410
+ }
7411
+ .index2_module_teacher_layout_modal__c27610f4 .index2_module_top__c27610f4 .index2_module_ai__c27610f4 .index2_module_user_info__c27610f4 .index2_module_message__c27610f4 .index2_module_time__c27610f4,
7412
+ .index2_module_teacher_layout_modal__c27610f4 .index2_module_bottom__c27610f4 .index2_module_ai__c27610f4 .index2_module_user_info__c27610f4 .index2_module_message__c27610f4 .index2_module_time__c27610f4 {
7413
+ font-size: 12px;
7414
+ color: rgba(0, 0, 0, 0.25);
7415
+ float: right;
7416
+ }
7417
+ .index2_module_teacher_layout_modal__c27610f4 .index2_module_top__c27610f4 .index2_module_ai__c27610f4 .index2_module_user_info__c27610f4 .index2_module_con__c27610f4,
7418
+ .index2_module_teacher_layout_modal__c27610f4 .index2_module_bottom__c27610f4 .index2_module_ai__c27610f4 .index2_module_user_info__c27610f4 .index2_module_con__c27610f4 {
7419
+ color: rgba(0, 0, 0, 0.25);
7420
+ font-size: 12px;
7421
+ line-height: 1.5;
7422
+ margin-top: 8px;
7423
+ overflow: hidden;
7424
+ white-space: nowrap;
7425
+ text-overflow: ellipsis;
7426
+ }
7427
+ .index2_module_teacher_layout_modal__c27610f4 .index2_module_top__c27610f4 .index2_module_active__c27610f4,
7428
+ .index2_module_teacher_layout_modal__c27610f4 .index2_module_bottom__c27610f4 .index2_module_active__c27610f4 {
7429
+ background: #f0f8ff;
7430
+ }
7431
+ .index2_module_teacher_layout_modal__c27610f4 .index2_module_bottom__c27610f4 {
7432
+ overflow: auto;
7433
+ height: calc(100% - 70px);
7434
+ }
7435
+ .index2_module_teacher_layout_modal__c27610f4 .index2_module_bottom__c27610f4::-webkit-scrollbar {
7436
+ background-color: #eaedf1;
7437
+ background-color: transparent;
7438
+ width: 4px;
7439
+ height: 4px;
7440
+ }
7441
+ .index2_module_teacher_layout_modal__c27610f4 .index2_module_bottom__c27610f4::-webkit-scrollbar-thumb {
7442
+ border-radius: 4px;
7443
+ background-color: rgba(0, 0, 0, 0.25);
7444
+ }
7445
+ .index2_module_teacher_layout_modal__c27610f4 .anticon {
7446
+ vertical-align: 0;
7447
+ }
7448
+ .index2_module_teacher_layout_modal_newlabo__c27610f4 .index2_module_top__c27610f4 .index2_module_active__c27610f4,
7449
+ .index2_module_teacher_layout_modal_newlabo__c27610f4 .index2_module_bottom__c27610f4 .index2_module_active__c27610f4 {
7450
+ background: #f0f8ff !important;
7451
+ }
7452
+ .index2_module_history_list__c27610f4 {
7453
+ position: absolute;
7454
+ top: 0;
7455
+ background: rgba(0, 0, 0, 0.3);
7456
+ width: 100%;
7457
+ height: 100%;
7458
+ overflow: hidden;
7459
+ }
7460
+ .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 {
7461
+ background: #fff;
7462
+ position: absolute;
7463
+ bottom: -500px;
7464
+ width: 100%;
7465
+ border-radius: 16px 16px 0px 0px;
7466
+ overflow: hidden;
7467
+ animation: index2_module_mymove__c27610f4 1s forwards;
7468
+ box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
7469
+ }
7470
+ .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_title__c27610f4 {
7471
+ border-bottom: 1px solid rgba(0, 0, 0, 0.15);
7472
+ font-size: 16px;
7473
+ font-weight: 600;
7474
+ line-height: 150%;
7475
+ padding: 16px 24px;
7476
+ display: flex;
7477
+ justify-content: space-between;
7478
+ }
7479
+ .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_title__c27610f4 svg {
7480
+ font-size: 12px;
7481
+ cursor: pointer;
7482
+ opacity: 0.65;
7483
+ font-weight: 300;
7484
+ }
7485
+ .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_search_top__c27610f4 {
7656
7486
  position: relative;
7657
7487
  margin: 16px 24px;
7658
7488
  background-color: #fff;
7659
7489
  }
7660
- .index_module_history_list__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_search_top__65b6bf62 input {
7490
+ .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_search_top__c27610f4 input {
7661
7491
  width: 100%;
7662
7492
  height: 40px;
7663
7493
  line-height: 40px;
@@ -7667,7 +7497,7 @@
7667
7497
  padding-right: 30px;
7668
7498
  color: rgba(0, 0, 0, 0.85);
7669
7499
  }
7670
- .index_module_history_list__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_search_top__65b6bf62 .anticon {
7500
+ .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_search_top__c27610f4 .anticon {
7671
7501
  position: absolute;
7672
7502
  top: 11px;
7673
7503
  z-index: 1;
@@ -7675,7 +7505,7 @@
7675
7505
  font-size: 16px;
7676
7506
  color: rgba(0, 0, 0, 0.65);
7677
7507
  }
7678
- .index_module_history_list__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_search_top__65b6bf62 .guanbi_Close {
7508
+ .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_search_top__c27610f4 .guanbi_Close {
7679
7509
  position: absolute;
7680
7510
  top: 3px;
7681
7511
  right: 38px;
@@ -7684,43 +7514,43 @@
7684
7514
  color: rgba(0, 0, 0, 0.65);
7685
7515
  cursor: pointer;
7686
7516
  }
7687
- .index_module_history_list__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_search_top__65b6bf62 .guanbi_Close svg {
7517
+ .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_search_top__c27610f4 .guanbi_Close svg {
7688
7518
  font-size: 10px;
7689
7519
  opacity: 0.65;
7690
7520
  }
7691
- .index_module_history_list__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_search_top__65b6bf62 svg {
7521
+ .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_search_top__c27610f4 svg {
7692
7522
  opacity: 0.65;
7693
7523
  font-weight: 300;
7694
7524
  }
7695
- .index_module_history_list__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_main_list__65b6bf62:first-child {
7525
+ .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4:first-child {
7696
7526
  margin-top: 0;
7697
7527
  }
7698
- .index_module_history_list__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_main_list__65b6bf62 {
7528
+ .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 {
7699
7529
  overflow: auto;
7700
7530
  height: 510px;
7701
7531
  }
7702
- .index_module_history_list__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_main_list__65b6bf62::-webkit-scrollbar {
7532
+ .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4::-webkit-scrollbar {
7703
7533
  background-color: #eaedf1;
7704
7534
  background-color: transparent;
7705
7535
  width: 4px;
7706
7536
  height: 4px;
7707
7537
  }
7708
- .index_module_history_list__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_main_list__65b6bf62::-webkit-scrollbar-thumb {
7538
+ .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4::-webkit-scrollbar-thumb {
7709
7539
  border-radius: 4px;
7710
7540
  background-color: rgba(0, 0, 0, 0.25);
7711
7541
  }
7712
- .index_module_history_list__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_main_list__65b6bf62 .index_module_list__65b6bf62 {
7542
+ .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 .index2_module_list__c27610f4 {
7713
7543
  margin: 8px 24px;
7714
7544
  padding: 8px;
7715
7545
  margin-bottom: 17px;
7716
7546
  position: relative;
7717
7547
  cursor: pointer;
7718
7548
  }
7719
- .index_module_history_list__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_main_list__65b6bf62 .index_module_list__65b6bf62:hover {
7549
+ .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 .index2_module_list__c27610f4:hover {
7720
7550
  background-color: rgba(0, 0, 0, 0.04);
7721
7551
  border-radius: 8px;
7722
7552
  }
7723
- .index_module_history_list__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_main_list__65b6bf62 .index_module_list__65b6bf62::before {
7553
+ .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 .index2_module_list__c27610f4::before {
7724
7554
  content: "";
7725
7555
  display: inline-block;
7726
7556
  width: 100%;
@@ -7730,23 +7560,23 @@
7730
7560
  bottom: -9px;
7731
7561
  left: -1px;
7732
7562
  }
7733
- .index_module_history_list__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_main_list__65b6bf62 .index_module_list__65b6bf62 .index_module_name__65b6bf62 {
7563
+ .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 .index2_module_list__c27610f4 .index2_module_name__c27610f4 {
7734
7564
  display: flex;
7735
7565
  justify-content: space-between;
7736
7566
  align-items: center;
7737
7567
  margin-bottom: 9px;
7738
7568
  }
7739
- .index_module_history_list__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_main_list__65b6bf62 .index_module_list__65b6bf62 .index_module_name__65b6bf62 p {
7569
+ .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 .index2_module_list__c27610f4 .index2_module_name__c27610f4 p {
7740
7570
  color: rgba(0, 0, 0, 0.85);
7741
7571
  font-size: 16px;
7742
7572
  font-weight: 600;
7743
7573
  line-height: 1.5;
7744
7574
  }
7745
- .index_module_history_list__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_main_list__65b6bf62 .index_module_list__65b6bf62 .index_module_name__65b6bf62 .index_module_time__65b6bf62 {
7575
+ .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 .index2_module_list__c27610f4 .index2_module_name__c27610f4 .index2_module_time__c27610f4 {
7746
7576
  font-size: 14px;
7747
7577
  color: #8c8c8c;
7748
7578
  }
7749
- .index_module_history_list__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_main_list__65b6bf62 .index_module_list__65b6bf62 .index_module_con__65b6bf62 {
7579
+ .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 .index2_module_list__c27610f4 .index2_module_con__c27610f4 {
7750
7580
  color: rgba(0, 0, 0, 0.85);
7751
7581
  font-size: 14px;
7752
7582
  font-weight: 400;
@@ -7759,17 +7589,17 @@
7759
7589
  max-height: 40px;
7760
7590
  word-break: break-all;
7761
7591
  }
7762
- .index_module_history_list__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_main_list__65b6bf62 .index_module_list__65b6bf62 .index_module_con__65b6bf62 span {
7763
- color: #f4523b;
7592
+ .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 .index2_module_list__c27610f4 .index2_module_con__c27610f4 span {
7593
+ color: #5991ef;
7764
7594
  }
7765
- .index_module_history_list__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_main_list__65b6bf62 .index_module_no_data__65b6bf62 {
7595
+ .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 .index2_module_no_data__c27610f4 {
7766
7596
  text-align: center;
7767
7597
  margin-top: 130px;
7768
7598
  }
7769
- .index_module_history_list__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_main_list__65b6bf62 .index_module_no_data__65b6bf62 img {
7599
+ .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 .index2_module_no_data__c27610f4 img {
7770
7600
  width: 160px;
7771
7601
  }
7772
- .index_module_history_list__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_main_list__65b6bf62 .index_module_no_data__65b6bf62 p {
7602
+ .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 .index2_module_no_data__c27610f4 p {
7773
7603
  margin-top: 24px;
7774
7604
  color: rgba(0, 0, 0, 0.45);
7775
7605
  text-align: center;
@@ -7777,7 +7607,7 @@
7777
7607
  line-height: 100%;
7778
7608
  /* 14px */
7779
7609
  }
7780
- @keyframes index_module_mymove__65b6bf62 {
7610
+ @keyframes index2_module_mymove__c27610f4 {
7781
7611
  from {
7782
7612
  bottom: -500px;
7783
7613
  }
@@ -7785,10 +7615,10 @@
7785
7615
  bottom: 0;
7786
7616
  }
7787
7617
  }
7788
- .index_module_history_list__65b6bf62 .anticon {
7618
+ .index2_module_history_list__c27610f4 .anticon {
7789
7619
  vertical-align: 0;
7790
7620
  }
7791
- .index_module_history_list_broadside__65b6bf62 {
7621
+ .index2_module_history_list_broadside__c27610f4 {
7792
7622
  width: 417px;
7793
7623
  height: calc(100% - 48px);
7794
7624
  right: 0;
@@ -7797,22 +7627,22 @@
7797
7627
  background: transparent;
7798
7628
  overflow: visible;
7799
7629
  }
7800
- .index_module_history_list_broadside__65b6bf62 .index_module_search_layout__65b6bf62 {
7630
+ .index2_module_history_list_broadside__c27610f4 .index2_module_search_layout__c27610f4 {
7801
7631
  height: 100%;
7802
7632
  border-radius: 0;
7803
7633
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
7804
7634
  }
7805
- .index_module_history_list_broadside__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_search_top__65b6bf62 {
7635
+ .index2_module_history_list_broadside__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_search_top__c27610f4 {
7806
7636
  margin: 16px;
7807
7637
  }
7808
- .index_module_history_list_broadside__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_title__65b6bf62 {
7638
+ .index2_module_history_list_broadside__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_title__c27610f4 {
7809
7639
  padding: 16px;
7810
7640
  }
7811
- .index_module_history_list_broadside__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_main_list__65b6bf62 {
7641
+ .index2_module_history_list_broadside__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 {
7812
7642
  height: calc(100% - 140px);
7813
7643
  max-height: calc(100% - 140px);
7814
7644
  }
7815
- .index_module_history_list_broadside__65b6bf62 .index_module_search_layout__65b6bf62 .index_module_main_list__65b6bf62 .index_module_list__65b6bf62 {
7645
+ .index2_module_history_list_broadside__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 .index2_module_list__c27610f4 {
7816
7646
  margin: 8px 16px 17px;
7817
7647
  }
7818
7648
 
@@ -8257,7 +8087,854 @@
8257
8087
  "description": "图标,六级填充色"
8258
8088
  }
8259
8089
  */
8260
- .index_module_teacher_layout__7dfb8d6a {
8090
+ .index_module_service_ChatWindow_Drawer__0ae06d23,
8091
+ .index_module_ChatWindow_Modal__0ae06d23 {
8092
+ width: 100% !important;
8093
+ }
8094
+ .index_module_service_ChatWindow_Drawer__0ae06d23 .bhd-drawer-mask,
8095
+ .index_module_ChatWindow_Modal__0ae06d23 .bhd-drawer-mask {
8096
+ background-color: rgba(0, 0, 0, 0.15) !important;
8097
+ }
8098
+ .index_module_ChatWindow_Drawer__0ae06d23,
8099
+ .index_module_ChatWindow_Modal__0ae06d23 {
8100
+ /* 全局修改滚动条样式 */
8101
+ box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1) !important;
8102
+ }
8103
+ .index_module_ChatWindow_Drawer__0ae06d23 textarea::-webkit-scrollbar,
8104
+ .index_module_ChatWindow_Modal__0ae06d23 textarea::-webkit-scrollbar {
8105
+ background-color: #eaedf1;
8106
+ background-color: transparent;
8107
+ width: 4px;
8108
+ height: 4px;
8109
+ }
8110
+ .index_module_ChatWindow_Drawer__0ae06d23 textarea::-webkit-scrollbar-thumb,
8111
+ .index_module_ChatWindow_Modal__0ae06d23 textarea::-webkit-scrollbar-thumb {
8112
+ border-radius: 4px;
8113
+ background-color: rgba(0, 0, 0, 0.25);
8114
+ }
8115
+ .index_module_ChatWindow_Drawer__0ae06d23 pre::-webkit-scrollbar,
8116
+ .index_module_ChatWindow_Modal__0ae06d23 pre::-webkit-scrollbar {
8117
+ background-color: #eaedf1;
8118
+ background-color: transparent;
8119
+ width: 4px;
8120
+ height: 4px;
8121
+ }
8122
+ .index_module_ChatWindow_Drawer__0ae06d23 pre::-webkit-scrollbar-thumb,
8123
+ .index_module_ChatWindow_Modal__0ae06d23 pre::-webkit-scrollbar-thumb {
8124
+ border-radius: 4px;
8125
+ background-color: rgba(0, 0, 0, 0.25);
8126
+ }
8127
+ .index_module_ChatWindow_Drawer__0ae06d23 .bhd-drawer-body,
8128
+ .index_module_ChatWindow_Modal__0ae06d23 .bhd-drawer-body {
8129
+ padding: 0 !important;
8130
+ }
8131
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23,
8132
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 {
8133
+ display: flex;
8134
+ padding: 16px 24px;
8135
+ justify-content: space-between;
8136
+ align-items: center;
8137
+ background-color: #fff;
8138
+ line-height: 1;
8139
+ }
8140
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 .index_module_user__0ae06d23,
8141
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 .index_module_user__0ae06d23 {
8142
+ color: #000;
8143
+ font-size: 16px;
8144
+ font-weight: 600;
8145
+ position: relative;
8146
+ padding-left: 36px;
8147
+ }
8148
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 .index_module_user__0ae06d23 i,
8149
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 .index_module_user__0ae06d23 i {
8150
+ padding-right: 16px;
8151
+ color: #111;
8152
+ position: absolute;
8153
+ font-size: 20px;
8154
+ top: -2px;
8155
+ left: 0;
8156
+ cursor: pointer;
8157
+ }
8158
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 .index_module_user__0ae06d23 .index_module_count__0ae06d23,
8159
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 .index_module_user__0ae06d23 .index_module_count__0ae06d23 {
8160
+ position: absolute;
8161
+ top: -6px;
8162
+ right: 5px;
8163
+ background-color: #f4523b;
8164
+ color: #fff;
8165
+ padding: 0 5px;
8166
+ border-radius: 25px;
8167
+ font-size: 12px;
8168
+ line-height: 1.2;
8169
+ }
8170
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 .index_module_operate__0ae06d23,
8171
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 .index_module_operate__0ae06d23 {
8172
+ display: flex;
8173
+ height: 16px;
8174
+ }
8175
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 .index_module_operate__0ae06d23 i,
8176
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 .index_module_operate__0ae06d23 i {
8177
+ font-size: 16px;
8178
+ margin-left: 23px;
8179
+ cursor: pointer;
8180
+ }
8181
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 .index_module_operate__0ae06d23 .index_module_line__0ae06d23,
8182
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 .index_module_operate__0ae06d23 .index_module_line__0ae06d23 {
8183
+ display: inline-block;
8184
+ width: 1px;
8185
+ height: 16px;
8186
+ background-color: rgba(0, 0, 0, 0.15);
8187
+ margin: 0 4px;
8188
+ margin-left: 23px;
8189
+ }
8190
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_header_wrap_newlabo__0ae06d23 .index_module_top__0ae06d23,
8191
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_header_wrap_newlabo__0ae06d23 .index_module_top__0ae06d23 {
8192
+ background-color: #f5f5f5;
8193
+ border-bottom: 1px solid rgba(0, 0, 0, 0.15);
8194
+ }
8195
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_header_wrap_newlabo__0ae06d23 .index_module_top__0ae06d23 .index_module_user__0ae06d23,
8196
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_header_wrap_newlabo__0ae06d23 .index_module_top__0ae06d23 .index_module_user__0ae06d23 {
8197
+ padding-left: 0;
8198
+ font-weight: 400;
8199
+ }
8200
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23,
8201
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 {
8202
+ max-height: calc(100vh - 110px);
8203
+ overflow: auto;
8204
+ background: #f5f5f5;
8205
+ min-height: 500px;
8206
+ }
8207
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_loading__0ae06d23,
8208
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_loading__0ae06d23 {
8209
+ text-align: center;
8210
+ margin: 10px 0;
8211
+ }
8212
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_loading__0ae06d23 img,
8213
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_loading__0ae06d23 img {
8214
+ width: 30px;
8215
+ height: 30px;
8216
+ }
8217
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23,
8218
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 {
8219
+ padding: 16px;
8220
+ padding-top: 0;
8221
+ }
8222
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_left__0ae06d23 .index_module_head_sculpture__0ae06d23,
8223
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_left__0ae06d23 .index_module_head_sculpture__0ae06d23 {
8224
+ width: 32px;
8225
+ height: 32px;
8226
+ margin-top: 24px;
8227
+ border-radius: 50%;
8228
+ display: inline-block;
8229
+ vertical-align: top;
8230
+ overflow: hidden;
8231
+ }
8232
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_left__0ae06d23 .index_module_head_sculpture__0ae06d23 img,
8233
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_left__0ae06d23 .index_module_head_sculpture__0ae06d23 img {
8234
+ width: 100%;
8235
+ height: 100%;
8236
+ }
8237
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_left__0ae06d23 .index_module_main_content__0ae06d23,
8238
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_left__0ae06d23 .index_module_main_content__0ae06d23 {
8239
+ display: flex;
8240
+ flex-direction: column;
8241
+ align-items: flex-end;
8242
+ }
8243
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_right__0ae06d23 .index_module_head_sculpture__0ae06d23,
8244
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_right__0ae06d23 .index_module_head_sculpture__0ae06d23 {
8245
+ width: 32px;
8246
+ height: 32px;
8247
+ margin-top: 24px;
8248
+ line-height: 32px;
8249
+ border-radius: 50%;
8250
+ display: inline-block;
8251
+ vertical-align: top;
8252
+ overflow: hidden;
8253
+ text-align: center;
8254
+ }
8255
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_right__0ae06d23 .index_module_head_sculpture__0ae06d23 i,
8256
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_right__0ae06d23 .index_module_head_sculpture__0ae06d23 i {
8257
+ color: #fff;
8258
+ }
8259
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_right__0ae06d23 .index_module_head_sculpture__0ae06d23 img,
8260
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_right__0ae06d23 .index_module_head_sculpture__0ae06d23 img {
8261
+ width: 100%;
8262
+ height: 100%;
8263
+ }
8264
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li,
8265
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li {
8266
+ position: relative;
8267
+ display: flex;
8268
+ width: 100%;
8269
+ }
8270
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23,
8271
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 {
8272
+ max-width: 80%;
8273
+ }
8274
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23,
8275
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 {
8276
+ position: relative;
8277
+ }
8278
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23:hover .index_module_operate_modal__0ae06d23,
8279
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23:hover .index_module_operate_modal__0ae06d23 {
8280
+ visibility: visible;
8281
+ }
8282
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23,
8283
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 {
8284
+ max-width: 100%;
8285
+ }
8286
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 .index_module_content_child__0ae06d23,
8287
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 .index_module_content_child__0ae06d23 {
8288
+ padding: 0;
8289
+ line-height: 1;
8290
+ }
8291
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 .index_module_content_child__0ae06d23 p,
8292
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 .index_module_content_child__0ae06d23 p,
8293
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 .index_module_content_child__0ae06d23 li,
8294
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 .index_module_content_child__0ae06d23 li {
8295
+ line-height: 1.5;
8296
+ color: rgba(0, 0, 0, 0.85);
8297
+ }
8298
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 .index_module_content_child__0ae06d23 > h3,
8299
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 .index_module_content_child__0ae06d23 > h3 {
8300
+ font-size: 16px;
8301
+ font-weight: 600;
8302
+ padding: 10px 0;
8303
+ }
8304
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 .index_module_content_child__0ae06d23 ol li p,
8305
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 .index_module_content_child__0ae06d23 ol li p {
8306
+ padding: 4px 0;
8307
+ font-size: 14px;
8308
+ font-weight: 600;
8309
+ }
8310
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 .index_module_content_child__0ae06d23 ol li > ul li,
8311
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 .index_module_content_child__0ae06d23 ol li > ul li {
8312
+ list-style: inside;
8313
+ color: rgba(0, 0, 0, 0.65);
8314
+ }
8315
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 pre,
8316
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 pre {
8317
+ background: rgba(0, 0, 0, 0.05);
8318
+ padding: 12px;
8319
+ line-height: 1.5;
8320
+ margin: 4px 0;
8321
+ }
8322
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23,
8323
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 {
8324
+ visibility: hidden;
8325
+ height: 24px;
8326
+ white-space: nowrap;
8327
+ position: relative;
8328
+ right: 0;
8329
+ top: -14px;
8330
+ z-index: 99999;
8331
+ text-align: right;
8332
+ }
8333
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23,
8334
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 {
8335
+ display: inline-flex;
8336
+ align-items: center;
8337
+ padding: 8px 0;
8338
+ border-radius: 4px;
8339
+ background: #fff;
8340
+ box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
8341
+ line-height: 1;
8342
+ color: rgba(0, 0, 0, 0.45);
8343
+ }
8344
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 i,
8345
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 i {
8346
+ color: rgba(0, 0, 0, 0.45);
8347
+ font-size: 16px;
8348
+ cursor: pointer;
8349
+ }
8350
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 i svg,
8351
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 i svg {
8352
+ color: rgba(0, 0, 0, 0.65);
8353
+ }
8354
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 i:hover svg,
8355
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 i:hover svg {
8356
+ color: #f4523b;
8357
+ }
8358
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 .index_module_active__0ae06d23 svg,
8359
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 .index_module_active__0ae06d23 svg {
8360
+ color: #f4523b;
8361
+ }
8362
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 span,
8363
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 span {
8364
+ margin: 0 8px;
8365
+ }
8366
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 .index_module_ask_question__0ae06d23,
8367
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 .index_module_ask_question__0ae06d23 {
8368
+ cursor: pointer;
8369
+ color: rgba(0, 0, 0, 0.45);
8370
+ font-size: 12px;
8371
+ line-height: 1;
8372
+ padding: 2px 8px;
8373
+ background-color: rgba(0, 0, 0, 0.04);
8374
+ margin-right: 16px;
8375
+ }
8376
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 .index_module_ask_question__0ae06d23:hover,
8377
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 .index_module_ask_question__0ae06d23:hover {
8378
+ color: #f4523b;
8379
+ }
8380
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23,
8381
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 {
8382
+ display: flex;
8383
+ justify-content: space-between;
8384
+ align-items: center;
8385
+ }
8386
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_operate__0ae06d23,
8387
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_operate__0ae06d23 {
8388
+ display: inline-block;
8389
+ padding: 8px;
8390
+ line-height: 1;
8391
+ color: rgba(0, 0, 0, 0.45);
8392
+ }
8393
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_operate__0ae06d23 i,
8394
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_operate__0ae06d23 i {
8395
+ color: rgba(0, 0, 0, 0.45);
8396
+ font-size: 16px;
8397
+ cursor: pointer;
8398
+ }
8399
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_operate__0ae06d23 i svg,
8400
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_operate__0ae06d23 i svg {
8401
+ color: rgba(0, 0, 0, 0.65);
8402
+ }
8403
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_operate__0ae06d23 i:hover svg,
8404
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_operate__0ae06d23 i:hover svg {
8405
+ color: #f4523b;
8406
+ }
8407
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_operate__0ae06d23 .index_module_active__0ae06d23 svg,
8408
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_operate__0ae06d23 .index_module_active__0ae06d23 svg {
8409
+ color: #f4523b;
8410
+ }
8411
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_operate__0ae06d23 span,
8412
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_operate__0ae06d23 span {
8413
+ margin: 0 8px;
8414
+ cursor: pointer;
8415
+ }
8416
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_generate__0ae06d23,
8417
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_generate__0ae06d23 {
8418
+ font-size: 12px;
8419
+ color: rgba(0, 0, 0, 0.45);
8420
+ display: inline-block;
8421
+ padding: 8px 0;
8422
+ cursor: pointer;
8423
+ }
8424
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_generate__0ae06d23 .index_module_icon__0ae06d23,
8425
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_generate__0ae06d23 .index_module_icon__0ae06d23 {
8426
+ display: inline-block;
8427
+ width: 10px;
8428
+ height: 10px;
8429
+ border-radius: 2px;
8430
+ background-color: rgba(0, 0, 0, 0.45);
8431
+ margin-right: 4px;
8432
+ }
8433
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_generate__0ae06d23 .index_module_find_teacher__0ae06d23,
8434
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_generate__0ae06d23 .index_module_find_teacher__0ae06d23 {
8435
+ padding: 2px 8px;
8436
+ border-radius: 2px;
8437
+ background-color: rgba(0, 0, 0, 0.04);
8438
+ color: rgba(0, 0, 0, 0.45);
8439
+ font-size: 12px;
8440
+ line-height: 1;
8441
+ }
8442
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_generate__0ae06d23 .index_module_find_teacher__0ae06d23:hover,
8443
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_generate__0ae06d23 .index_module_find_teacher__0ae06d23:hover {
8444
+ color: #f4523b;
8445
+ }
8446
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_generate__0ae06d23:hover,
8447
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_generate__0ae06d23:hover {
8448
+ color: #f4523b;
8449
+ }
8450
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_generate__0ae06d23:hover span,
8451
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_generate__0ae06d23:hover span {
8452
+ color: #f4523b;
8453
+ }
8454
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_findTeacher__0ae06d23,
8455
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_findTeacher__0ae06d23 {
8456
+ font-size: 12px;
8457
+ color: rgba(0, 0, 0, 0.45);
8458
+ display: inline-block;
8459
+ padding: 8px 0;
8460
+ cursor: pointer;
8461
+ }
8462
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_findTeacher__0ae06d23 span,
8463
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_findTeacher__0ae06d23 span {
8464
+ padding: 0px 8px;
8465
+ background-color: rgba(0, 0, 0, 0.04);
8466
+ color: rgba(0, 0, 0, 0.45);
8467
+ }
8468
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_findTeacher__0ae06d23 span:hover,
8469
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_findTeacher__0ae06d23 span:hover {
8470
+ color: #f4523b;
8471
+ }
8472
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_content__0ae06d23,
8473
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_content__0ae06d23 {
8474
+ padding: 12px 16px;
8475
+ display: inline-block;
8476
+ font-size: 14px;
8477
+ }
8478
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_left__0ae06d23,
8479
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_left__0ae06d23 {
8480
+ justify-content: flex-end;
8481
+ }
8482
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_left__0ae06d23 .index_module_main__0ae06d23,
8483
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_left__0ae06d23 .index_module_main__0ae06d23 {
8484
+ text-align: right;
8485
+ }
8486
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 li.index_module_left__0ae06d23 .index_module_content__0ae06d23,
8487
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 li.index_module_left__0ae06d23 .index_module_content__0ae06d23 {
8488
+ border-radius: 20px 2px 20px 20px;
8489
+ background: #d1e4ff;
8490
+ text-align: left;
8491
+ }
8492
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 li.index_module_right__0ae06d23 .index_module_content__0ae06d23,
8493
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 li.index_module_right__0ae06d23 .index_module_content__0ae06d23 {
8494
+ border-radius: 2px 20px 20px 20px;
8495
+ background: #fff;
8496
+ }
8497
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 li .index_module_content__0ae06d23 .index_module_association_problem__0ae06d23 li,
8498
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 li .index_module_content__0ae06d23 .index_module_association_problem__0ae06d23 li {
8499
+ color: #5991ef;
8500
+ font-size: 14px;
8501
+ font-weight: 400;
8502
+ line-height: 1.8;
8503
+ cursor: pointer;
8504
+ }
8505
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_time__0ae06d23,
8506
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_time__0ae06d23 {
8507
+ display: block;
8508
+ margin: 40px 0;
8509
+ margin-bottom: 16px;
8510
+ text-align: center;
8511
+ font-size: 12px;
8512
+ color: rgba(0, 0, 0, 0.25);
8513
+ position: relative;
8514
+ }
8515
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_time__0ae06d23::before,
8516
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_time__0ae06d23::before {
8517
+ content: "";
8518
+ width: 100px;
8519
+ display: inline-block;
8520
+ height: 1px;
8521
+ background-color: #ebebeb;
8522
+ position: relative;
8523
+ top: -3px;
8524
+ right: 16px;
8525
+ }
8526
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_time__0ae06d23::after,
8527
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_time__0ae06d23::after {
8528
+ content: "";
8529
+ width: 100px;
8530
+ display: inline-block;
8531
+ height: 1px;
8532
+ background-color: #ebebeb;
8533
+ position: relative;
8534
+ top: -3px;
8535
+ left: 16px;
8536
+ }
8537
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_citation_content__0ae06d23,
8538
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_citation_content__0ae06d23 {
8539
+ display: table;
8540
+ margin-top: 4px;
8541
+ padding: 8px;
8542
+ border-radius: 2px;
8543
+ background: #e7e7e7;
8544
+ }
8545
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_citation_content__0ae06d23 p,
8546
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_citation_content__0ae06d23 p {
8547
+ color: rgba(0, 0, 0, 0.65);
8548
+ font-size: 12px;
8549
+ line-height: 1.5;
8550
+ overflow: hidden;
8551
+ text-overflow: ellipsis;
8552
+ -webkit-box-orient: vertical;
8553
+ -webkit-line-clamp: 2;
8554
+ display: -webkit-box;
8555
+ max-height: 36px;
8556
+ word-break: break-all;
8557
+ cursor: pointer;
8558
+ text-align: left;
8559
+ }
8560
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_citation_content__0ae06d23 .index_module_text_exceed__0ae06d23,
8561
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_citation_content__0ae06d23 .index_module_text_exceed__0ae06d23 {
8562
+ padding-right: 16px;
8563
+ position: relative;
8564
+ }
8565
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_citation_content__0ae06d23 .index_module_text_exceed__0ae06d23 > span,
8566
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_citation_content__0ae06d23 .index_module_text_exceed__0ae06d23 > span {
8567
+ position: absolute;
8568
+ top: 20px;
8569
+ right: 0;
8570
+ }
8571
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_popover_content__0ae06d23,
8572
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_popover_content__0ae06d23 {
8573
+ max-width: 400px;
8574
+ }
8575
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23::-webkit-scrollbar,
8576
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23::-webkit-scrollbar {
8577
+ background-color: #eff0f7;
8578
+ background-color: transparent;
8579
+ width: 6px;
8580
+ height: 4px;
8581
+ }
8582
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23::-webkit-scrollbar-thumb,
8583
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23::-webkit-scrollbar-thumb {
8584
+ border-radius: 4px;
8585
+ background-color: rgba(181, 184, 198, 0.8);
8586
+ }
8587
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main_newlabo__0ae06d23 pre,
8588
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main_newlabo__0ae06d23 pre {
8589
+ background: #2b303b !important;
8590
+ color: #fff;
8591
+ overflow: auto;
8592
+ }
8593
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main_newlabo__0ae06d23 pre pre::-webkit-scrollbar,
8594
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main_newlabo__0ae06d23 pre pre::-webkit-scrollbar {
8595
+ background-color: #eaedf1;
8596
+ background-color: transparent;
8597
+ width: 4px;
8598
+ height: 4px;
8599
+ }
8600
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main_newlabo__0ae06d23 pre pre::-webkit-scrollbar-thumb,
8601
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main_newlabo__0ae06d23 pre pre::-webkit-scrollbar-thumb {
8602
+ border-radius: 4px;
8603
+ background-color: #f4f4f4;
8604
+ }
8605
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main_newlabo_no_pic__0ae06d23 .index_module_head_sculpture__0ae06d23,
8606
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main_newlabo_no_pic__0ae06d23 .index_module_head_sculpture__0ae06d23 {
8607
+ display: none !important;
8608
+ }
8609
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23,
8610
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 {
8611
+ position: absolute;
8612
+ bottom: 0;
8613
+ width: 100%;
8614
+ }
8615
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list_teacherList__0ae06d23,
8616
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list_teacherList__0ae06d23 {
8617
+ white-space: nowrap;
8618
+ overflow: auto;
8619
+ width: calc(100% - 40px);
8620
+ box-sizing: border-box;
8621
+ margin-bottom: 6px;
8622
+ }
8623
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list_teacherList__0ae06d23 .index_module_item__0ae06d23,
8624
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list_teacherList__0ae06d23 .index_module_item__0ae06d23 {
8625
+ display: inline-block;
8626
+ margin-right: 8px;
8627
+ }
8628
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list_teacherList__0ae06d23 .index_module_item__0ae06d23:last-child,
8629
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list_teacherList__0ae06d23 .index_module_item__0ae06d23:last-child {
8630
+ margin-right: 0;
8631
+ }
8632
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list_teacherList__0ae06d23::-webkit-scrollbar,
8633
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list_teacherList__0ae06d23::-webkit-scrollbar {
8634
+ background-color: #eaedf1;
8635
+ background-color: transparent;
8636
+ width: 4px;
8637
+ height: 4px;
8638
+ }
8639
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list_teacherList__0ae06d23::-webkit-scrollbar-thumb,
8640
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list_teacherList__0ae06d23::-webkit-scrollbar-thumb {
8641
+ border-radius: 4px;
8642
+ background-color: rgba(181, 184, 198, 0.6);
8643
+ }
8644
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list__0ae06d23,
8645
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list__0ae06d23 {
8646
+ position: absolute;
8647
+ bottom: 60px;
8648
+ margin: 0 16px;
8649
+ padding-bottom: 4px;
8650
+ line-height: 1;
8651
+ }
8652
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list__0ae06d23 .index_module_item__0ae06d23 > span,
8653
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list__0ae06d23 .index_module_item__0ae06d23 > span {
8654
+ cursor: pointer;
8655
+ max-width: 100%;
8656
+ display: inline-block;
8657
+ margin-bottom: 2px;
8658
+ padding: 8px 16px;
8659
+ justify-content: center;
8660
+ align-items: center;
8661
+ border-radius: 4px;
8662
+ background: #ececec;
8663
+ font-size: 14px;
8664
+ line-height: 1;
8665
+ overflow: hidden;
8666
+ }
8667
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list__0ae06d23 .index_module_item__0ae06d23 > span:hover,
8668
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list__0ae06d23 .index_module_item__0ae06d23 > span:hover {
8669
+ background-color: #fff;
8670
+ }
8671
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list__0ae06d23 .index_module_item__0ae06d23 > span .index_module_sign__0ae06d23,
8672
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list__0ae06d23 .index_module_item__0ae06d23 > span .index_module_sign__0ae06d23 {
8673
+ color: #f4523b;
8674
+ }
8675
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23,
8676
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 {
8677
+ display: flex;
8678
+ align-items: flex-end;
8679
+ margin-bottom: 12px;
8680
+ padding: 0 16px;
8681
+ }
8682
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23,
8683
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 {
8684
+ align-items: flex-end;
8685
+ width: calc(100% - 36px);
8686
+ background-color: #fff;
8687
+ padding: 11px 16px;
8688
+ border: 1px solid #ebebeb;
8689
+ border-radius: 8px;
8690
+ justify-content: space-between;
8691
+ line-height: 1;
8692
+ position: relative;
8693
+ padding-right: 1px;
8694
+ }
8695
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 > .index_module_input__0ae06d23,
8696
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 > .index_module_input__0ae06d23 {
8697
+ line-height: 1;
8698
+ }
8699
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 > .index_module_input__0ae06d23 textarea,
8700
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 > .index_module_input__0ae06d23 textarea {
8701
+ max-height: 100px;
8702
+ padding: 0;
8703
+ border: none;
8704
+ box-shadow: none !important;
8705
+ resize: none;
8706
+ padding-right: 48px;
8707
+ }
8708
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 > .index_module_input__0ae06d23 textarea.bhd-input,
8709
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 > .index_module_input__0ae06d23 textarea.bhd-input {
8710
+ min-height: 21px !important;
8711
+ line-height: 1.5;
8712
+ }
8713
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 > .index_module_input__0ae06d23 .bhd-input[disabled],
8714
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 > .index_module_input__0ae06d23 .bhd-input[disabled] {
8715
+ background-color: #fff !important;
8716
+ }
8717
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 > .index_module_no_AI__0ae06d23,
8718
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 > .index_module_no_AI__0ae06d23 {
8719
+ width: 100%;
8720
+ }
8721
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 > .index_module_no_AI__0ae06d23 textarea,
8722
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 > .index_module_no_AI__0ae06d23 textarea {
8723
+ padding-right: 12px;
8724
+ }
8725
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_voice__0ae06d23,
8726
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_voice__0ae06d23 {
8727
+ position: absolute;
8728
+ right: 14px;
8729
+ bottom: 12px;
8730
+ color: rgba(0, 0, 0, 0.65);
8731
+ }
8732
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_voice__0ae06d23 i,
8733
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_voice__0ae06d23 i {
8734
+ cursor: pointer;
8735
+ }
8736
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_voice__0ae06d23 i svg,
8737
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_voice__0ae06d23 i svg {
8738
+ color: rgba(0, 0, 0, 0.65);
8739
+ font-size: 20px;
8740
+ }
8741
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_voice__0ae06d23 .index_module_voice_btn__0ae06d23,
8742
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_voice__0ae06d23 .index_module_voice_btn__0ae06d23 {
8743
+ width: 32px;
8744
+ cursor: pointer;
8745
+ position: absolute;
8746
+ bottom: -6px;
8747
+ right: 0px;
8748
+ }
8749
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_disabled__0ae06d23,
8750
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_disabled__0ae06d23 {
8751
+ cursor: not-allowed !important;
8752
+ color: rgba(0, 0, 0, 0.25) !important;
8753
+ }
8754
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_disabled__0ae06d23 svg,
8755
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_disabled__0ae06d23 svg {
8756
+ color: rgba(0, 0, 0, 0.25) !important;
8757
+ }
8758
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_content_main__0ae06d23,
8759
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_content_main__0ae06d23 {
8760
+ display: flex;
8761
+ align-items: center;
8762
+ width: calc(100% - 24px);
8763
+ }
8764
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_content_main__0ae06d23 .index_module_content_con__0ae06d23,
8765
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_content_main__0ae06d23 .index_module_content_con__0ae06d23 {
8766
+ margin-top: 6px;
8767
+ align-items: center;
8768
+ padding: 8px;
8769
+ background: #e7e7e7;
8770
+ display: inline-block;
8771
+ width: calc(100% - 60px);
8772
+ }
8773
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_content_main__0ae06d23 .index_module_content_con__0ae06d23 p,
8774
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_content_main__0ae06d23 .index_module_content_con__0ae06d23 p {
8775
+ color: rgba(0, 0, 0, 0.65);
8776
+ border-radius: 2px;
8777
+ font-size: 12px;
8778
+ line-height: 1.5;
8779
+ overflow: hidden;
8780
+ text-overflow: ellipsis;
8781
+ -webkit-box-orient: vertical;
8782
+ -webkit-line-clamp: 2;
8783
+ display: -webkit-box;
8784
+ max-height: 36px;
8785
+ word-break: break-all;
8786
+ }
8787
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_content_main__0ae06d23 .index_module_delete_quote__0ae06d23,
8788
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_content_main__0ae06d23 .index_module_delete_quote__0ae06d23 {
8789
+ font-size: 18px;
8790
+ color: #bfbfbf;
8791
+ margin-top: 6px;
8792
+ }
8793
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_sending__0ae06d23,
8794
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_sending__0ae06d23 {
8795
+ width: 20px;
8796
+ margin-left: 16px;
8797
+ margin-bottom: 9px;
8798
+ }
8799
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_sending__0ae06d23 i svg,
8800
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_sending__0ae06d23 i svg {
8801
+ font-size: 20px;
8802
+ color: rgba(0, 0, 0, 0.65);
8803
+ }
8804
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_sending__0ae06d23 .index_module_disabled__0ae06d23 svg,
8805
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_sending__0ae06d23 .index_module_disabled__0ae06d23 svg {
8806
+ color: rgba(0, 0, 0, 0.25);
8807
+ cursor: not-allowed;
8808
+ }
8809
+ .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List_newlabo__0ae06d23,
8810
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List_newlabo__0ae06d23 {
8811
+ background-color: #f5f5f5 !important;
8812
+ }
8813
+ .index_module_ChatWindow_Drawer__0ae06d23 .anticon,
8814
+ .index_module_ChatWindow_Modal__0ae06d23 .anticon {
8815
+ vertical-align: 0;
8816
+ }
8817
+ .index_module_ChatWindow_Drawer__0ae06d23 {
8818
+ background: #f5f5f5 !important;
8819
+ position: relative;
8820
+ height: 100%;
8821
+ }
8822
+ .index_module_ChatWindow_Drawer__0ae06d23 .bhd-drawer-header {
8823
+ display: none !important;
8824
+ }
8825
+ .index_module_ChatWindow_Modal__0ae06d23 .bhd-modal {
8826
+ border-radius: 8px;
8827
+ overflow: hidden;
8828
+ position: relative;
8829
+ }
8830
+ .index_module_ChatWindow_Modal__0ae06d23 .bhd-modal-content {
8831
+ height: 100%;
8832
+ background-color: #f5f5f5 !important;
8833
+ }
8834
+ .index_module_ChatWindow_Modal__0ae06d23 .bhd-modal-content .bhd-modal-close {
8835
+ display: none !important;
8836
+ }
8837
+ .index_module_ChatWindow_Modal__0ae06d23 .bhd-modal-header {
8838
+ display: none !important;
8839
+ }
8840
+ .index_module_ChatWindow_Modal__0ae06d23 .bhd-modal-body {
8841
+ height: 100%;
8842
+ padding: 0 !important;
8843
+ border-radius: 4px !important;
8844
+ }
8845
+ .index_module_ChatWindow_Modal__0ae06d23 .bhd-drawer-right > .bhd-drawer-content-wrapper {
8846
+ top: 129px;
8847
+ right: 200px;
8848
+ height: 790px;
8849
+ }
8850
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_main_list__0ae06d23 {
8851
+ max-height: 650px;
8852
+ }
8853
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_user__0ae06d23 {
8854
+ padding-left: 0 !important;
8855
+ cursor: pointer;
8856
+ }
8857
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 {
8858
+ border-radius: 4px;
8859
+ width: calc(100% - 328px);
8860
+ margin-left: 328px;
8861
+ }
8862
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 {
8863
+ max-height: 700px;
8864
+ }
8865
+ .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_chat_content__0ae06d23 {
8866
+ width: calc(100% - 328px);
8867
+ margin-left: 328px;
8868
+ display: inline-block;
8869
+ }
8870
+ .index_module_popover_main_content__0ae06d23 {
8871
+ min-width: 300px !important;
8872
+ max-width: 340px !important;
8873
+ background-color: #fff !important;
8874
+ box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
8875
+ border-radius: 4px;
8876
+ border: 1px solid rgba(0, 0, 0, 0.15);
8877
+ }
8878
+ .index_module_popover_main_content__0ae06d23 .bhd-tooltip-content {
8879
+ background-color: #fff;
8880
+ border-radius: 4px;
8881
+ }
8882
+ .index_module_popover_main_content__0ae06d23 .bhd-tooltip-content .bhd-tooltip-inner {
8883
+ background-color: #fff;
8884
+ color: rgba(0, 0, 0, 0.85);
8885
+ font-size: 14px;
8886
+ padding: 12px 16px;
8887
+ border-radius: 4px;
8888
+ }
8889
+ .index_module_popover_main_content__0ae06d23 .bhd-tooltip-arrow:before {
8890
+ background: #ccc !important;
8891
+ }
8892
+ .index_module_popover_main_content__0ae06d23 .bhd-tooltip-arrow::after {
8893
+ width: 0 !important;
8894
+ height: 0 !important;
8895
+ border: 5px solid;
8896
+ border-color: transparent transparent #fff transparent;
8897
+ transform: none !important;
8898
+ background: transparent !important;
8899
+ bottom: 0px !important;
8900
+ left: 0px !important;
8901
+ right: 0 !important;
8902
+ box-shadow: none !important;
8903
+ }
8904
+ .index_module_popover_main_content_name__0ae06d23 {
8905
+ width: auto;
8906
+ background-color: #fff !important;
8907
+ box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
8908
+ border-radius: 4px;
8909
+ border: 1px solid rgba(0, 0, 0, 0.15);
8910
+ }
8911
+ .index_module_popover_main_content_name__0ae06d23 .bhd-tooltip-content {
8912
+ background-color: #fff;
8913
+ border-radius: 4px;
8914
+ }
8915
+ .index_module_popover_main_content_name__0ae06d23 .bhd-tooltip-content .bhd-tooltip-inner {
8916
+ background-color: #fff;
8917
+ color: rgba(0, 0, 0, 0.85);
8918
+ font-size: 14px;
8919
+ padding: 12px 16px;
8920
+ border-radius: 4px;
8921
+ }
8922
+ .index_module_popover_main_content_name__0ae06d23 .bhd-tooltip-arrow:before {
8923
+ background: #ccc !important;
8924
+ }
8925
+ .index_module_popover_main_content_name__0ae06d23 .bhd-tooltip-arrow::after {
8926
+ width: 0 !important;
8927
+ height: 0 !important;
8928
+ border: 5px solid;
8929
+ border-color: transparent transparent #fff transparent;
8930
+ transform: none !important;
8931
+ background: transparent !important;
8932
+ bottom: 0px !important;
8933
+ left: 0px !important;
8934
+ right: 0 !important;
8935
+ box-shadow: none !important;
8936
+ }
8937
+ .index_module_teacher_layout__0ae06d23 {
8261
8938
  position: fixed;
8262
8939
  right: 568px;
8263
8940
  border-radius: 8px;
@@ -8267,8 +8944,8 @@
8267
8944
  backdrop-filter: blur(7.5px);
8268
8945
  width: 80px;
8269
8946
  }
8270
- .index_module_teacher_layout__7dfb8d6a .index_module_top__7dfb8d6a > div,
8271
- .index_module_teacher_layout__7dfb8d6a .index_module_bottom__7dfb8d6a > div {
8947
+ .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 > div,
8948
+ .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23 > div {
8272
8949
  display: flex;
8273
8950
  flex-direction: column;
8274
8951
  align-items: center;
@@ -8280,16 +8957,16 @@
8280
8957
  position: relative;
8281
8958
  cursor: pointer;
8282
8959
  }
8283
- .index_module_teacher_layout__7dfb8d6a .index_module_top__7dfb8d6a > div:hover,
8284
- .index_module_teacher_layout__7dfb8d6a .index_module_bottom__7dfb8d6a > div:hover {
8960
+ .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 > div:hover,
8961
+ .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23 > div:hover {
8285
8962
  background-color: #f5f5f5;
8286
8963
  }
8287
- .index_module_teacher_layout__7dfb8d6a .index_module_top__7dfb8d6a > div:hover .index_module_delete__7dfb8d6a,
8288
- .index_module_teacher_layout__7dfb8d6a .index_module_bottom__7dfb8d6a > div:hover .index_module_delete__7dfb8d6a {
8964
+ .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 > div:hover .index_module_delete__0ae06d23,
8965
+ .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23 > div:hover .index_module_delete__0ae06d23 {
8289
8966
  display: block;
8290
8967
  }
8291
- .index_module_teacher_layout__7dfb8d6a .index_module_top__7dfb8d6a > div p,
8292
- .index_module_teacher_layout__7dfb8d6a .index_module_bottom__7dfb8d6a > div p {
8968
+ .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 > div p,
8969
+ .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23 > div p {
8293
8970
  max-width: 60px;
8294
8971
  overflow: hidden;
8295
8972
  text-overflow: ellipsis;
@@ -8299,14 +8976,14 @@
8299
8976
  line-height: 1;
8300
8977
  padding-top: 12px;
8301
8978
  }
8302
- .index_module_teacher_layout__7dfb8d6a .index_module_top__7dfb8d6a > div img,
8303
- .index_module_teacher_layout__7dfb8d6a .index_module_bottom__7dfb8d6a > div img {
8979
+ .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 > div img,
8980
+ .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23 > div img {
8304
8981
  width: 32px;
8305
8982
  height: 32px;
8306
8983
  border-radius: 50%;
8307
8984
  }
8308
- .index_module_teacher_layout__7dfb8d6a .index_module_top__7dfb8d6a > div .index_module_num__7dfb8d6a,
8309
- .index_module_teacher_layout__7dfb8d6a .index_module_bottom__7dfb8d6a > div .index_module_num__7dfb8d6a {
8985
+ .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 > div .index_module_num__0ae06d23,
8986
+ .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23 > div .index_module_num__0ae06d23 {
8310
8987
  position: absolute;
8311
8988
  top: 0;
8312
8989
  right: 0;
@@ -8318,8 +8995,8 @@
8318
8995
  font-size: 12px;
8319
8996
  line-height: 1.2;
8320
8997
  }
8321
- .index_module_teacher_layout__7dfb8d6a .index_module_top__7dfb8d6a > div .index_module_delete__7dfb8d6a,
8322
- .index_module_teacher_layout__7dfb8d6a .index_module_bottom__7dfb8d6a > div .index_module_delete__7dfb8d6a {
8998
+ .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 > div .index_module_delete__0ae06d23,
8999
+ .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23 > div .index_module_delete__0ae06d23 {
8323
9000
  position: absolute;
8324
9001
  top: 2px;
8325
9002
  right: 2px;
@@ -8327,35 +9004,35 @@
8327
9004
  font-size: 12px;
8328
9005
  display: none;
8329
9006
  }
8330
- .index_module_teacher_layout__7dfb8d6a .index_module_top__7dfb8d6a > div {
8331
- margin: 0 8px;
9007
+ .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 > div {
9008
+ margin: 8px;
8332
9009
  }
8333
- .index_module_teacher_layout__7dfb8d6a .index_module_top__7dfb8d6a .index_module_shrink__7dfb8d6a {
9010
+ .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 .index_module_shrink__0ae06d23 {
8334
9011
  border-bottom: 1px solid #ebebeb;
8335
9012
  border-radius: 0;
8336
9013
  margin-bottom: 8px;
8337
9014
  margin-top: 8px;
8338
9015
  }
8339
- .index_module_teacher_layout__7dfb8d6a .index_module_top__7dfb8d6a .index_module_shrink__7dfb8d6a > span {
9016
+ .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 .index_module_shrink__0ae06d23 > span {
8340
9017
  font-size: 20px;
8341
9018
  }
8342
- .index_module_teacher_layout__7dfb8d6a .index_module_top__7dfb8d6a .index_module_shrink__7dfb8d6a p {
9019
+ .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 .index_module_shrink__0ae06d23 p {
8343
9020
  padding-top: 0;
8344
9021
  }
8345
- .index_module_teacher_layout__7dfb8d6a .index_module_top__7dfb8d6a .index_module_shrink__7dfb8d6a:hover {
9022
+ .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 .index_module_shrink__0ae06d23:hover {
8346
9023
  background-color: #fff !important;
8347
9024
  }
8348
- .index_module_teacher_layout__7dfb8d6a .index_module_top__7dfb8d6a .index_module_active__7dfb8d6a,
8349
- .index_module_teacher_layout__7dfb8d6a .index_module_bottom__7dfb8d6a .index_module_active__7dfb8d6a {
9025
+ .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 .index_module_active__0ae06d23,
9026
+ .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23 .index_module_active__0ae06d23 {
8350
9027
  background: #ffe8e0;
8351
9028
  }
8352
- .index_module_teacher_layout__7dfb8d6a .index_module_bottom__7dfb8d6a > div:last-child {
9029
+ .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23 > div:last-child {
8353
9030
  margin-bottom: 0;
8354
9031
  }
8355
- .index_module_teacher_layout__7dfb8d6a .index_module_bottom__7dfb8d6a > div:first-child {
9032
+ .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23 > div:first-child {
8356
9033
  margin-top: 0;
8357
9034
  }
8358
- .index_module_teacher_layout__7dfb8d6a .index_module_bottom__7dfb8d6a {
9035
+ .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23 {
8359
9036
  max-height: 524px;
8360
9037
  padding: 0 8px;
8361
9038
  padding-right: 4px;
@@ -8363,62 +9040,66 @@
8363
9040
  margin-bottom: 8px;
8364
9041
  margin-top: 8px;
8365
9042
  }
8366
- .index_module_teacher_layout__7dfb8d6a .index_module_bottom__7dfb8d6a::-webkit-scrollbar {
9043
+ .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23::-webkit-scrollbar {
8367
9044
  background-color: #eaedf1;
8368
9045
  background-color: transparent;
8369
9046
  width: 4px;
8370
9047
  height: 4px;
8371
9048
  }
8372
- .index_module_teacher_layout__7dfb8d6a .index_module_bottom__7dfb8d6a::-webkit-scrollbar-thumb {
9049
+ .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23::-webkit-scrollbar-thumb {
8373
9050
  border-radius: 4px;
8374
9051
  background-color: rgba(0, 0, 0, 0.25);
8375
9052
  }
8376
- .index_module_teacher_layout_newlabo__7dfb8d6a {
9053
+ .index_module_teacher_layout_newlabo__0ae06d23 {
8377
9054
  top: 50px;
8378
9055
  right: 0;
8379
9056
  }
8380
- .index_module_teacher_layout_newlabo__7dfb8d6a .index_module_top__7dfb8d6a svg {
9057
+ .index_module_teacher_layout_newlabo__0ae06d23 .index_module_top__0ae06d23 svg {
8381
9058
  transform: rotate(180deg);
8382
9059
  }
8383
- .index_module_teacher_layout_modal__7dfb8d6a {
9060
+ .index_module_teacher_layout_newlabo__0ae06d23 .index_module_top__0ae06d23 .index_module_active__0ae06d23,
9061
+ .index_module_teacher_layout_newlabo__0ae06d23 .index_module_bottom__0ae06d23 .index_module_active__0ae06d23 {
9062
+ background: #f0f8ff !important;
9063
+ }
9064
+ .index_module_teacher_layout_modal__0ae06d23 {
8384
9065
  width: 328px;
8385
9066
  height: calc(100% - 48px);
8386
9067
  background-color: #fff;
8387
9068
  position: absolute;
8388
9069
  border-top: 1px solid #ebebeb;
8389
9070
  }
8390
- .index_module_teacher_layout_modal__7dfb8d6a .index_module_top__7dfb8d6a .index_module_ai__7dfb8d6a,
8391
- .index_module_teacher_layout_modal__7dfb8d6a .index_module_bottom__7dfb8d6a .index_module_ai__7dfb8d6a {
9071
+ .index_module_teacher_layout_modal__0ae06d23 .index_module_top__0ae06d23 .index_module_ai__0ae06d23,
9072
+ .index_module_teacher_layout_modal__0ae06d23 .index_module_bottom__0ae06d23 .index_module_ai__0ae06d23 {
8392
9073
  border-bottom: 1px solid #ebebeb;
8393
9074
  padding: 16px;
8394
9075
  display: flex;
8395
9076
  align-items: center;
8396
9077
  cursor: pointer;
8397
9078
  }
8398
- .index_module_teacher_layout_modal__7dfb8d6a .index_module_top__7dfb8d6a .index_module_ai__7dfb8d6a img,
8399
- .index_module_teacher_layout_modal__7dfb8d6a .index_module_bottom__7dfb8d6a .index_module_ai__7dfb8d6a img {
9079
+ .index_module_teacher_layout_modal__0ae06d23 .index_module_top__0ae06d23 .index_module_ai__0ae06d23 img,
9080
+ .index_module_teacher_layout_modal__0ae06d23 .index_module_bottom__0ae06d23 .index_module_ai__0ae06d23 img {
8400
9081
  width: 32px;
8401
9082
  height: 32px;
8402
9083
  border-radius: 50%;
8403
9084
  margin-right: 12px;
8404
9085
  }
8405
- .index_module_teacher_layout_modal__7dfb8d6a .index_module_top__7dfb8d6a .index_module_ai__7dfb8d6a > span,
8406
- .index_module_teacher_layout_modal__7dfb8d6a .index_module_bottom__7dfb8d6a .index_module_ai__7dfb8d6a > span {
9086
+ .index_module_teacher_layout_modal__0ae06d23 .index_module_top__0ae06d23 .index_module_ai__0ae06d23 > span,
9087
+ .index_module_teacher_layout_modal__0ae06d23 .index_module_bottom__0ae06d23 .index_module_ai__0ae06d23 > span {
8407
9088
  margin-right: 12px;
8408
9089
  }
8409
- .index_module_teacher_layout_modal__7dfb8d6a .index_module_top__7dfb8d6a .index_module_ai__7dfb8d6a .index_module_user_info__7dfb8d6a,
8410
- .index_module_teacher_layout_modal__7dfb8d6a .index_module_bottom__7dfb8d6a .index_module_ai__7dfb8d6a .index_module_user_info__7dfb8d6a {
9090
+ .index_module_teacher_layout_modal__0ae06d23 .index_module_top__0ae06d23 .index_module_ai__0ae06d23 .index_module_user_info__0ae06d23,
9091
+ .index_module_teacher_layout_modal__0ae06d23 .index_module_bottom__0ae06d23 .index_module_ai__0ae06d23 .index_module_user_info__0ae06d23 {
8411
9092
  width: 252px;
8412
9093
  }
8413
- .index_module_teacher_layout_modal__7dfb8d6a .index_module_top__7dfb8d6a .index_module_ai__7dfb8d6a .index_module_user_info__7dfb8d6a .index_module_message__7dfb8d6a,
8414
- .index_module_teacher_layout_modal__7dfb8d6a .index_module_bottom__7dfb8d6a .index_module_ai__7dfb8d6a .index_module_user_info__7dfb8d6a .index_module_message__7dfb8d6a {
9094
+ .index_module_teacher_layout_modal__0ae06d23 .index_module_top__0ae06d23 .index_module_ai__0ae06d23 .index_module_user_info__0ae06d23 .index_module_message__0ae06d23,
9095
+ .index_module_teacher_layout_modal__0ae06d23 .index_module_bottom__0ae06d23 .index_module_ai__0ae06d23 .index_module_user_info__0ae06d23 .index_module_message__0ae06d23 {
8415
9096
  color: #000;
8416
9097
  font-size: 14px;
8417
9098
  line-height: 1;
8418
9099
  padding-right: 10px;
8419
9100
  }
8420
- .index_module_teacher_layout_modal__7dfb8d6a .index_module_top__7dfb8d6a .index_module_ai__7dfb8d6a .index_module_user_info__7dfb8d6a .index_module_message__7dfb8d6a .index_module_num__7dfb8d6a,
8421
- .index_module_teacher_layout_modal__7dfb8d6a .index_module_bottom__7dfb8d6a .index_module_ai__7dfb8d6a .index_module_user_info__7dfb8d6a .index_module_message__7dfb8d6a .index_module_num__7dfb8d6a {
9101
+ .index_module_teacher_layout_modal__0ae06d23 .index_module_top__0ae06d23 .index_module_ai__0ae06d23 .index_module_user_info__0ae06d23 .index_module_message__0ae06d23 .index_module_num__0ae06d23,
9102
+ .index_module_teacher_layout_modal__0ae06d23 .index_module_bottom__0ae06d23 .index_module_ai__0ae06d23 .index_module_user_info__0ae06d23 .index_module_message__0ae06d23 .index_module_num__0ae06d23 {
8422
9103
  margin-left: 12px;
8423
9104
  border-radius: 26px;
8424
9105
  background-color: #f4523b;
@@ -8428,14 +9109,14 @@
8428
9109
  font-size: 12px;
8429
9110
  line-height: 1;
8430
9111
  }
8431
- .index_module_teacher_layout_modal__7dfb8d6a .index_module_top__7dfb8d6a .index_module_ai__7dfb8d6a .index_module_user_info__7dfb8d6a .index_module_message__7dfb8d6a .index_module_time__7dfb8d6a,
8432
- .index_module_teacher_layout_modal__7dfb8d6a .index_module_bottom__7dfb8d6a .index_module_ai__7dfb8d6a .index_module_user_info__7dfb8d6a .index_module_message__7dfb8d6a .index_module_time__7dfb8d6a {
9112
+ .index_module_teacher_layout_modal__0ae06d23 .index_module_top__0ae06d23 .index_module_ai__0ae06d23 .index_module_user_info__0ae06d23 .index_module_message__0ae06d23 .index_module_time__0ae06d23,
9113
+ .index_module_teacher_layout_modal__0ae06d23 .index_module_bottom__0ae06d23 .index_module_ai__0ae06d23 .index_module_user_info__0ae06d23 .index_module_message__0ae06d23 .index_module_time__0ae06d23 {
8433
9114
  font-size: 12px;
8434
9115
  color: rgba(0, 0, 0, 0.25);
8435
9116
  float: right;
8436
9117
  }
8437
- .index_module_teacher_layout_modal__7dfb8d6a .index_module_top__7dfb8d6a .index_module_ai__7dfb8d6a .index_module_user_info__7dfb8d6a .index_module_con__7dfb8d6a,
8438
- .index_module_teacher_layout_modal__7dfb8d6a .index_module_bottom__7dfb8d6a .index_module_ai__7dfb8d6a .index_module_user_info__7dfb8d6a .index_module_con__7dfb8d6a {
9118
+ .index_module_teacher_layout_modal__0ae06d23 .index_module_top__0ae06d23 .index_module_ai__0ae06d23 .index_module_user_info__0ae06d23 .index_module_con__0ae06d23,
9119
+ .index_module_teacher_layout_modal__0ae06d23 .index_module_bottom__0ae06d23 .index_module_ai__0ae06d23 .index_module_user_info__0ae06d23 .index_module_con__0ae06d23 {
8439
9120
  color: rgba(0, 0, 0, 0.25);
8440
9121
  font-size: 12px;
8441
9122
  line-height: 1.5;
@@ -8444,24 +9125,224 @@
8444
9125
  white-space: nowrap;
8445
9126
  text-overflow: ellipsis;
8446
9127
  }
8447
- .index_module_teacher_layout_modal__7dfb8d6a .index_module_top__7dfb8d6a .index_module_active__7dfb8d6a,
8448
- .index_module_teacher_layout_modal__7dfb8d6a .index_module_bottom__7dfb8d6a .index_module_active__7dfb8d6a {
9128
+ .index_module_teacher_layout_modal__0ae06d23 .index_module_top__0ae06d23 .index_module_active__0ae06d23,
9129
+ .index_module_teacher_layout_modal__0ae06d23 .index_module_bottom__0ae06d23 .index_module_active__0ae06d23 {
8449
9130
  background: #ffe8e0;
8450
9131
  }
8451
- .index_module_teacher_layout_modal__7dfb8d6a .index_module_bottom__7dfb8d6a {
9132
+ .index_module_teacher_layout_modal__0ae06d23 .index_module_bottom__0ae06d23 {
8452
9133
  overflow: auto;
8453
9134
  height: calc(100% - 70px);
8454
9135
  }
8455
- .index_module_teacher_layout_modal__7dfb8d6a .index_module_bottom__7dfb8d6a::-webkit-scrollbar {
9136
+ .index_module_teacher_layout_modal__0ae06d23 .index_module_bottom__0ae06d23::-webkit-scrollbar {
9137
+ background-color: #eaedf1;
9138
+ background-color: transparent;
9139
+ width: 4px;
9140
+ height: 4px;
9141
+ }
9142
+ .index_module_teacher_layout_modal__0ae06d23 .index_module_bottom__0ae06d23::-webkit-scrollbar-thumb {
9143
+ border-radius: 4px;
9144
+ background-color: rgba(0, 0, 0, 0.25);
9145
+ }
9146
+ .index_module_teacher_layout_modal__0ae06d23 .anticon {
9147
+ vertical-align: 0;
9148
+ }
9149
+ .index_module_teacher_layout_modal_newlabo__0ae06d23 .index_module_top__0ae06d23 .index_module_active__0ae06d23,
9150
+ .index_module_teacher_layout_modal_newlabo__0ae06d23 .index_module_bottom__0ae06d23 .index_module_active__0ae06d23 {
9151
+ background: #f0f8ff !important;
9152
+ }
9153
+ .index_module_history_list__0ae06d23 {
9154
+ position: absolute;
9155
+ top: 0;
9156
+ background: rgba(0, 0, 0, 0.3);
9157
+ width: 100%;
9158
+ height: 100%;
9159
+ overflow: hidden;
9160
+ }
9161
+ .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 {
9162
+ background: #fff;
9163
+ position: absolute;
9164
+ bottom: -500px;
9165
+ width: 100%;
9166
+ border-radius: 16px 16px 0px 0px;
9167
+ overflow: hidden;
9168
+ animation: index_module_mymove__0ae06d23 1s forwards;
9169
+ box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
9170
+ }
9171
+ .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_title__0ae06d23 {
9172
+ border-bottom: 1px solid rgba(0, 0, 0, 0.15);
9173
+ font-size: 16px;
9174
+ font-weight: 600;
9175
+ line-height: 150%;
9176
+ padding: 16px 24px;
9177
+ display: flex;
9178
+ justify-content: space-between;
9179
+ }
9180
+ .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_title__0ae06d23 svg {
9181
+ font-size: 12px;
9182
+ cursor: pointer;
9183
+ opacity: 0.65;
9184
+ font-weight: 300;
9185
+ }
9186
+ .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_search_top__0ae06d23 {
9187
+ position: relative;
9188
+ margin: 16px 24px;
9189
+ background-color: #fff;
9190
+ }
9191
+ .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_search_top__0ae06d23 input {
9192
+ width: 100%;
9193
+ height: 40px;
9194
+ line-height: 40px;
9195
+ border-radius: 2px;
9196
+ border: 1px solid #ebebeb;
9197
+ padding-left: 46px;
9198
+ padding-right: 30px;
9199
+ color: rgba(0, 0, 0, 0.85);
9200
+ }
9201
+ .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_search_top__0ae06d23 .anticon {
9202
+ position: absolute;
9203
+ top: 11px;
9204
+ z-index: 1;
9205
+ left: 14px;
9206
+ font-size: 16px;
9207
+ color: rgba(0, 0, 0, 0.65);
9208
+ }
9209
+ .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_search_top__0ae06d23 .guanbi_Close {
9210
+ position: absolute;
9211
+ top: 3px;
9212
+ right: 38px;
9213
+ font-size: 16px;
9214
+ z-index: 1;
9215
+ color: rgba(0, 0, 0, 0.65);
9216
+ cursor: pointer;
9217
+ }
9218
+ .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_search_top__0ae06d23 .guanbi_Close svg {
9219
+ font-size: 10px;
9220
+ opacity: 0.65;
9221
+ }
9222
+ .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_search_top__0ae06d23 svg {
9223
+ opacity: 0.65;
9224
+ font-weight: 300;
9225
+ }
9226
+ .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23:first-child {
9227
+ margin-top: 0;
9228
+ }
9229
+ .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 {
9230
+ overflow: auto;
9231
+ height: 510px;
9232
+ }
9233
+ .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23::-webkit-scrollbar {
8456
9234
  background-color: #eaedf1;
8457
9235
  background-color: transparent;
8458
9236
  width: 4px;
8459
9237
  height: 4px;
8460
9238
  }
8461
- .index_module_teacher_layout_modal__7dfb8d6a .index_module_bottom__7dfb8d6a::-webkit-scrollbar-thumb {
9239
+ .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23::-webkit-scrollbar-thumb {
8462
9240
  border-radius: 4px;
8463
9241
  background-color: rgba(0, 0, 0, 0.25);
8464
9242
  }
8465
- .index_module_teacher_layout_modal__7dfb8d6a .anticon {
9243
+ .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 .index_module_list__0ae06d23 {
9244
+ margin: 8px 24px;
9245
+ padding: 8px;
9246
+ margin-bottom: 17px;
9247
+ position: relative;
9248
+ cursor: pointer;
9249
+ }
9250
+ .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 .index_module_list__0ae06d23:hover {
9251
+ background-color: rgba(0, 0, 0, 0.04);
9252
+ border-radius: 8px;
9253
+ }
9254
+ .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 .index_module_list__0ae06d23::before {
9255
+ content: "";
9256
+ display: inline-block;
9257
+ width: 100%;
9258
+ height: 1px;
9259
+ background-color: #ebebeb;
9260
+ position: absolute;
9261
+ bottom: -9px;
9262
+ left: -1px;
9263
+ }
9264
+ .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 .index_module_list__0ae06d23 .index_module_name__0ae06d23 {
9265
+ display: flex;
9266
+ justify-content: space-between;
9267
+ align-items: center;
9268
+ margin-bottom: 9px;
9269
+ }
9270
+ .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 .index_module_list__0ae06d23 .index_module_name__0ae06d23 p {
9271
+ color: rgba(0, 0, 0, 0.85);
9272
+ font-size: 16px;
9273
+ font-weight: 600;
9274
+ line-height: 1.5;
9275
+ }
9276
+ .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 .index_module_list__0ae06d23 .index_module_name__0ae06d23 .index_module_time__0ae06d23 {
9277
+ font-size: 14px;
9278
+ color: #8c8c8c;
9279
+ }
9280
+ .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 .index_module_list__0ae06d23 .index_module_con__0ae06d23 {
9281
+ color: rgba(0, 0, 0, 0.85);
9282
+ font-size: 14px;
9283
+ font-weight: 400;
9284
+ line-height: 150%;
9285
+ overflow: hidden;
9286
+ text-overflow: ellipsis;
9287
+ -webkit-box-orient: vertical;
9288
+ -webkit-line-clamp: 2;
9289
+ display: -webkit-box;
9290
+ max-height: 40px;
9291
+ word-break: break-all;
9292
+ }
9293
+ .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 .index_module_list__0ae06d23 .index_module_con__0ae06d23 span {
9294
+ color: #f4523b;
9295
+ }
9296
+ .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 .index_module_no_data__0ae06d23 {
9297
+ text-align: center;
9298
+ margin-top: 130px;
9299
+ }
9300
+ .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 .index_module_no_data__0ae06d23 img {
9301
+ width: 160px;
9302
+ }
9303
+ .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 .index_module_no_data__0ae06d23 p {
9304
+ margin-top: 24px;
9305
+ color: rgba(0, 0, 0, 0.45);
9306
+ text-align: center;
9307
+ font-size: 14px;
9308
+ line-height: 100%;
9309
+ /* 14px */
9310
+ }
9311
+ @keyframes index_module_mymove__0ae06d23 {
9312
+ from {
9313
+ bottom: -500px;
9314
+ }
9315
+ to {
9316
+ bottom: 0;
9317
+ }
9318
+ }
9319
+ .index_module_history_list__0ae06d23 .anticon {
8466
9320
  vertical-align: 0;
8467
9321
  }
9322
+ .index_module_history_list_broadside__0ae06d23 {
9323
+ width: 417px;
9324
+ height: calc(100% - 48px);
9325
+ right: 0;
9326
+ top: 48px;
9327
+ border-radius: 0;
9328
+ background: transparent;
9329
+ overflow: visible;
9330
+ }
9331
+ .index_module_history_list_broadside__0ae06d23 .index_module_search_layout__0ae06d23 {
9332
+ height: 100%;
9333
+ border-radius: 0;
9334
+ box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
9335
+ }
9336
+ .index_module_history_list_broadside__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_search_top__0ae06d23 {
9337
+ margin: 16px;
9338
+ }
9339
+ .index_module_history_list_broadside__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_title__0ae06d23 {
9340
+ padding: 16px;
9341
+ }
9342
+ .index_module_history_list_broadside__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 {
9343
+ height: calc(100% - 140px);
9344
+ max-height: calc(100% - 140px);
9345
+ }
9346
+ .index_module_history_list_broadside__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 .index_module_list__0ae06d23 {
9347
+ margin: 8px 16px 17px;
9348
+ }