bhd-components 0.6.1 → 0.6.3

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