bhd-components 0.6.4 → 0.6.6

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 (36) hide show
  1. package/README.md +1 -1
  2. package/dist/{9674e68c.esm.es5.development.js → 869a16fb.esm.es5.development.js} +1402 -1140
  3. package/dist/{a57a24b2.esm.es5.production.js → c220442c.esm.es5.production.js} +1 -1
  4. package/dist/index.esm.es5.development.css +888 -753
  5. package/dist/index.esm.es5.development.js +786 -686
  6. package/dist/index.esm.es5.production.css +1 -1
  7. package/dist/index.esm.es5.production.js +1 -1
  8. package/es2017/bhdSelect/index.d.ts +3 -0
  9. package/es2017/bhdSelect/index.js +30 -14
  10. package/es2017/bhdSelect/index.module.less +4 -5
  11. package/es2017/customerService/contactsList.d.ts +1 -1
  12. package/es2017/customerService/contactsList.js +11 -145
  13. package/es2017/customerService/function.js +1 -1
  14. package/es2017/customerService/historyFun.js +325 -154
  15. package/es2017/customerService/index.js +412 -341
  16. package/es2017/customerService/index.module.less +169 -65
  17. package/es2017/customerService/index2.module.less +170 -65
  18. package/es2017/icons/components/custom-expand.d.ts +4 -0
  19. package/es2017/icons/components/custom-expand.js +22 -0
  20. package/es2017/icons/components/index.d.ts +1 -0
  21. package/es2017/icons/components/index.js +1 -0
  22. package/esm/bhdSelect/index.d.ts +3 -0
  23. package/esm/bhdSelect/index.js +30 -14
  24. package/esm/bhdSelect/index.module.less +4 -5
  25. package/esm/customerService/contactsList.d.ts +1 -1
  26. package/esm/customerService/contactsList.js +11 -158
  27. package/esm/customerService/function.js +1 -1
  28. package/esm/customerService/historyFun.js +329 -167
  29. package/esm/customerService/index.js +397 -348
  30. package/esm/customerService/index.module.less +169 -65
  31. package/esm/customerService/index2.module.less +170 -65
  32. package/esm/icons/components/custom-expand.d.ts +4 -0
  33. package/esm/icons/components/custom-expand.js +24 -0
  34. package/esm/icons/components/index.d.ts +1 -0
  35. package/esm/icons/components/index.js +1 -0
  36. package/package.json +1 -1
@@ -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
- .index2_module_service_ChatWindow_Drawer__c27610f4,
6390
- .index2_module_ChatWindow_Modal__c27610f4 {
6392
+ .index2_module_service_ChatWindow_Drawer__f9c34bd8,
6393
+ .index2_module_ChatWindow_Modal__f9c34bd8 {
6391
6394
  width: 100% !important;
6392
6395
  }
6393
- .index2_module_service_ChatWindow_Drawer__c27610f4 .bhd-drawer-mask,
6394
- .index2_module_ChatWindow_Modal__c27610f4 .bhd-drawer-mask {
6396
+ .index2_module_service_ChatWindow_Drawer__f9c34bd8 .bhd-drawer-mask,
6397
+ .index2_module_ChatWindow_Modal__f9c34bd8 .bhd-drawer-mask {
6395
6398
  background-color: rgba(0, 0, 0, 0.15) !important;
6396
6399
  }
6397
- .index2_module_ChatWindow_Drawer__c27610f4,
6398
- .index2_module_ChatWindow_Modal__c27610f4 {
6400
+ .index2_module_ChatWindow_Drawer__f9c34bd8,
6401
+ .index2_module_ChatWindow_Modal__f9c34bd8 {
6399
6402
  /* 全局修改滚动条样式 */
6400
6403
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1) !important;
6401
6404
  }
6402
- .index2_module_ChatWindow_Drawer__c27610f4 textarea::-webkit-scrollbar,
6403
- .index2_module_ChatWindow_Modal__c27610f4 textarea::-webkit-scrollbar {
6405
+ .index2_module_ChatWindow_Drawer__f9c34bd8 textarea::-webkit-scrollbar,
6406
+ .index2_module_ChatWindow_Modal__f9c34bd8 textarea::-webkit-scrollbar {
6404
6407
  background-color: #eaedf1;
6405
6408
  background-color: transparent;
6406
6409
  width: 4px;
6407
6410
  height: 4px;
6408
6411
  }
6409
- .index2_module_ChatWindow_Drawer__c27610f4 textarea::-webkit-scrollbar-thumb,
6410
- .index2_module_ChatWindow_Modal__c27610f4 textarea::-webkit-scrollbar-thumb {
6412
+ .index2_module_ChatWindow_Drawer__f9c34bd8 textarea::-webkit-scrollbar-thumb,
6413
+ .index2_module_ChatWindow_Modal__f9c34bd8 textarea::-webkit-scrollbar-thumb {
6411
6414
  border-radius: 4px;
6412
6415
  background-color: rgba(0, 0, 0, 0.25);
6413
6416
  }
6414
- .index2_module_ChatWindow_Drawer__c27610f4 pre::-webkit-scrollbar,
6415
- .index2_module_ChatWindow_Modal__c27610f4 pre::-webkit-scrollbar {
6417
+ .index2_module_ChatWindow_Drawer__f9c34bd8 pre::-webkit-scrollbar,
6418
+ .index2_module_ChatWindow_Modal__f9c34bd8 pre::-webkit-scrollbar {
6416
6419
  background-color: #eaedf1;
6417
6420
  background-color: transparent;
6418
6421
  width: 4px;
6419
6422
  height: 4px;
6420
6423
  }
6421
- .index2_module_ChatWindow_Drawer__c27610f4 pre::-webkit-scrollbar-thumb,
6422
- .index2_module_ChatWindow_Modal__c27610f4 pre::-webkit-scrollbar-thumb {
6424
+ .index2_module_ChatWindow_Drawer__f9c34bd8 pre::-webkit-scrollbar-thumb,
6425
+ .index2_module_ChatWindow_Modal__f9c34bd8 pre::-webkit-scrollbar-thumb {
6423
6426
  border-radius: 4px;
6424
6427
  background-color: rgba(0, 0, 0, 0.25);
6425
6428
  }
6426
- .index2_module_ChatWindow_Drawer__c27610f4 .bhd-drawer-body,
6427
- .index2_module_ChatWindow_Modal__c27610f4 .bhd-drawer-body {
6429
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .bhd-drawer-body,
6430
+ .index2_module_ChatWindow_Modal__f9c34bd8 .bhd-drawer-body {
6428
6431
  padding: 0 !important;
6429
6432
  }
6430
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4,
6431
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 {
6433
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_header_wrap__f9c34bd8 .index2_module_top__f9c34bd8,
6434
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_header_wrap__f9c34bd8 .index2_module_top__f9c34bd8 {
6432
6435
  display: flex;
6433
6436
  padding: 16px 24px;
6434
6437
  justify-content: space-between;
@@ -6436,16 +6439,16 @@
6436
6439
  background-color: #fff;
6437
6440
  line-height: 1;
6438
6441
  }
6439
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 .index2_module_user__c27610f4,
6440
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 .index2_module_user__c27610f4 {
6442
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_header_wrap__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_user__f9c34bd8,
6443
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_header_wrap__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_user__f9c34bd8 {
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
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 .index2_module_user__c27610f4 i,
6448
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 .index2_module_user__c27610f4 i {
6450
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_header_wrap__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_user__f9c34bd8 i,
6451
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_header_wrap__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_user__f9c34bd8 i {
6449
6452
  padding-right: 16px;
6450
6453
  color: #111;
6451
6454
  position: absolute;
@@ -6454,8 +6457,8 @@
6454
6457
  left: 0;
6455
6458
  cursor: pointer;
6456
6459
  }
6457
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 .index2_module_user__c27610f4 .index2_module_count__c27610f4,
6458
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 .index2_module_user__c27610f4 .index2_module_count__c27610f4 {
6460
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_header_wrap__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_user__f9c34bd8 .index2_module_count__f9c34bd8,
6461
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_header_wrap__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_user__f9c34bd8 .index2_module_count__f9c34bd8 {
6459
6462
  position: absolute;
6460
6463
  top: -6px;
6461
6464
  right: 5px;
@@ -6466,19 +6469,19 @@
6466
6469
  font-size: 12px;
6467
6470
  line-height: 1.2;
6468
6471
  }
6469
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 .index2_module_operate__c27610f4,
6470
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 .index2_module_operate__c27610f4 {
6472
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_header_wrap__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_operate__f9c34bd8,
6473
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_header_wrap__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_operate__f9c34bd8 {
6471
6474
  display: flex;
6472
6475
  height: 16px;
6473
6476
  }
6474
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 .index2_module_operate__c27610f4 i,
6475
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 .index2_module_operate__c27610f4 i {
6477
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_header_wrap__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_operate__f9c34bd8 i,
6478
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_header_wrap__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_operate__f9c34bd8 i {
6476
6479
  font-size: 16px;
6477
6480
  margin-left: 23px;
6478
6481
  cursor: pointer;
6479
6482
  }
6480
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 .index2_module_operate__c27610f4 .index2_module_line__c27610f4,
6481
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_header_wrap__c27610f4 .index2_module_top__c27610f4 .index2_module_operate__c27610f4 .index2_module_line__c27610f4 {
6483
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_header_wrap__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_operate__f9c34bd8 .index2_module_line__f9c34bd8,
6484
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_header_wrap__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_operate__f9c34bd8 .index2_module_line__f9c34bd8 {
6482
6485
  display: inline-block;
6483
6486
  width: 1px;
6484
6487
  height: 16px;
@@ -6486,40 +6489,40 @@
6486
6489
  margin: 0 4px;
6487
6490
  margin-left: 23px;
6488
6491
  }
6489
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_header_wrap_newlabo__c27610f4 .index2_module_top__c27610f4,
6490
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_header_wrap_newlabo__c27610f4 .index2_module_top__c27610f4 {
6492
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_header_wrap_newlabo__f9c34bd8 .index2_module_top__f9c34bd8,
6493
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_header_wrap_newlabo__f9c34bd8 .index2_module_top__f9c34bd8 {
6491
6494
  background-color: #f5f5f5;
6492
- border-bottom: 1px solid rgba(0, 0, 0, 0.15);
6495
+ border-bottom: 1px solid #ebebeb;
6493
6496
  }
6494
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_header_wrap_newlabo__c27610f4 .index2_module_top__c27610f4 .index2_module_user__c27610f4,
6495
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_header_wrap_newlabo__c27610f4 .index2_module_top__c27610f4 .index2_module_user__c27610f4 {
6497
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_header_wrap_newlabo__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_user__f9c34bd8,
6498
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_header_wrap_newlabo__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_user__f9c34bd8 {
6496
6499
  padding-left: 0;
6497
6500
  font-weight: 400;
6498
6501
  }
6499
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4,
6500
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 {
6502
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8,
6503
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 {
6501
6504
  max-height: calc(100vh - 110px);
6502
6505
  overflow: auto;
6503
6506
  background: #f5f5f5;
6504
- min-height: 500px;
6507
+ min-height: 200px;
6505
6508
  }
6506
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_loading__c27610f4,
6507
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_loading__c27610f4 {
6509
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_loading__f9c34bd8,
6510
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_loading__f9c34bd8 {
6508
6511
  text-align: center;
6509
6512
  margin: 10px 0;
6510
6513
  }
6511
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_loading__c27610f4 img,
6512
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_loading__c27610f4 img {
6514
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_loading__f9c34bd8 img,
6515
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_loading__f9c34bd8 img {
6513
6516
  width: 30px;
6514
6517
  height: 30px;
6515
6518
  }
6516
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4,
6517
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 {
6519
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8,
6520
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 {
6518
6521
  padding: 16px;
6519
6522
  padding-top: 0;
6520
6523
  }
6521
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_left__c27610f4 .index2_module_head_sculpture__c27610f4,
6522
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_left__c27610f4 .index2_module_head_sculpture__c27610f4 {
6524
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_left__f9c34bd8 .index2_module_head_sculpture__f9c34bd8,
6525
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_left__f9c34bd8 .index2_module_head_sculpture__f9c34bd8 {
6523
6526
  width: 32px;
6524
6527
  height: 32px;
6525
6528
  margin-top: 24px;
@@ -6528,19 +6531,19 @@
6528
6531
  vertical-align: top;
6529
6532
  overflow: hidden;
6530
6533
  }
6531
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_left__c27610f4 .index2_module_head_sculpture__c27610f4 img,
6532
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_left__c27610f4 .index2_module_head_sculpture__c27610f4 img {
6534
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_left__f9c34bd8 .index2_module_head_sculpture__f9c34bd8 img,
6535
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_left__f9c34bd8 .index2_module_head_sculpture__f9c34bd8 img {
6533
6536
  width: 100%;
6534
6537
  height: 100%;
6535
6538
  }
6536
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_left__c27610f4 .index2_module_main_content__c27610f4,
6537
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_left__c27610f4 .index2_module_main_content__c27610f4 {
6539
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_left__f9c34bd8 .index2_module_main_content__f9c34bd8,
6540
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_left__f9c34bd8 .index2_module_main_content__f9c34bd8 {
6538
6541
  display: flex;
6539
6542
  flex-direction: column;
6540
6543
  align-items: flex-end;
6541
6544
  }
6542
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_right__c27610f4 .index2_module_head_sculpture__c27610f4,
6543
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_right__c27610f4 .index2_module_head_sculpture__c27610f4 {
6545
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_right__f9c34bd8 .index2_module_head_sculpture__f9c34bd8,
6546
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_right__f9c34bd8 .index2_module_head_sculpture__f9c34bd8 {
6544
6547
  width: 32px;
6545
6548
  height: 32px;
6546
6549
  margin-top: 24px;
@@ -6551,86 +6554,90 @@
6551
6554
  overflow: hidden;
6552
6555
  text-align: center;
6553
6556
  }
6554
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_right__c27610f4 .index2_module_head_sculpture__c27610f4 i,
6555
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_right__c27610f4 .index2_module_head_sculpture__c27610f4 i {
6557
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_right__f9c34bd8 .index2_module_head_sculpture__f9c34bd8 i,
6558
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_right__f9c34bd8 .index2_module_head_sculpture__f9c34bd8 i {
6556
6559
  color: #fff;
6557
6560
  }
6558
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_right__c27610f4 .index2_module_head_sculpture__c27610f4 img,
6559
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_right__c27610f4 .index2_module_head_sculpture__c27610f4 img {
6561
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_right__f9c34bd8 .index2_module_head_sculpture__f9c34bd8 img,
6562
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_right__f9c34bd8 .index2_module_head_sculpture__f9c34bd8 img {
6560
6563
  width: 100%;
6561
6564
  height: 100%;
6562
6565
  }
6563
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li,
6564
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li {
6566
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li,
6567
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li {
6565
6568
  position: relative;
6566
6569
  display: flex;
6567
6570
  width: 100%;
6568
6571
  }
6569
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4,
6570
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 {
6572
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8,
6573
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 {
6571
6574
  max-width: 80%;
6572
6575
  }
6573
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4,
6574
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 {
6575
- position: relative;
6576
- }
6577
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4:hover .index2_module_operate_modal__c27610f4,
6578
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4:hover .index2_module_operate_modal__c27610f4 {
6576
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_main_content_flag__f9c34bd8:hover .index2_module_operate_modal__f9c34bd8,
6577
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_main_content_flag__f9c34bd8:hover .index2_module_operate_modal__f9c34bd8 {
6579
6578
  visibility: visible;
6580
6579
  }
6581
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4,
6582
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 {
6580
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_main_content__f9c34bd8,
6581
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_main_content__f9c34bd8 {
6582
+ position: relative;
6583
+ }
6584
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_main_content__f9c34bd8 .index2_module_content__f9c34bd8,
6585
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_main_content__f9c34bd8 .index2_module_content__f9c34bd8 {
6583
6586
  max-width: 100%;
6584
6587
  }
6585
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 .index2_module_content_child__c27610f4,
6586
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 .index2_module_content_child__c27610f4 {
6588
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_main_content__f9c34bd8 .index2_module_content__f9c34bd8 .index2_module_content_child__f9c34bd8,
6589
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_main_content__f9c34bd8 .index2_module_content__f9c34bd8 .index2_module_content_child__f9c34bd8 {
6587
6590
  padding: 0;
6588
6591
  line-height: 1;
6589
6592
  }
6590
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 .index2_module_content_child__c27610f4 p,
6591
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 .index2_module_content_child__c27610f4 p,
6592
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 .index2_module_content_child__c27610f4 li,
6593
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 .index2_module_content_child__c27610f4 li {
6593
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_main_content__f9c34bd8 .index2_module_content__f9c34bd8 .index2_module_content_child__f9c34bd8 p,
6594
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_main_content__f9c34bd8 .index2_module_content__f9c34bd8 .index2_module_content_child__f9c34bd8 p {
6595
+ word-break: break-all;
6596
+ }
6597
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_main_content__f9c34bd8 .index2_module_content__f9c34bd8 .index2_module_content_child__f9c34bd8 p,
6598
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_main_content__f9c34bd8 .index2_module_content__f9c34bd8 .index2_module_content_child__f9c34bd8 p,
6599
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_main_content__f9c34bd8 .index2_module_content__f9c34bd8 .index2_module_content_child__f9c34bd8 li,
6600
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_main_content__f9c34bd8 .index2_module_content__f9c34bd8 .index2_module_content_child__f9c34bd8 li {
6594
6601
  line-height: 1.5;
6595
6602
  color: rgba(0, 0, 0, 0.85);
6596
6603
  }
6597
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 .index2_module_content_child__c27610f4 > h3,
6598
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 .index2_module_content_child__c27610f4 > h3 {
6604
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_main_content__f9c34bd8 .index2_module_content__f9c34bd8 .index2_module_content_child__f9c34bd8 > h3,
6605
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_main_content__f9c34bd8 .index2_module_content__f9c34bd8 .index2_module_content_child__f9c34bd8 > h3 {
6599
6606
  font-size: 16px;
6600
6607
  font-weight: 600;
6601
6608
  padding: 10px 0;
6602
6609
  }
6603
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 .index2_module_content_child__c27610f4 ol li p,
6604
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 .index2_module_content_child__c27610f4 ol li p {
6610
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_main_content__f9c34bd8 .index2_module_content__f9c34bd8 .index2_module_content_child__f9c34bd8 ol li p,
6611
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_main_content__f9c34bd8 .index2_module_content__f9c34bd8 .index2_module_content_child__f9c34bd8 ol li p {
6605
6612
  padding: 4px 0;
6606
6613
  font-size: 14px;
6607
6614
  font-weight: 600;
6608
6615
  }
6609
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 .index2_module_content_child__c27610f4 ol li > ul li,
6610
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 .index2_module_content_child__c27610f4 ol li > ul li {
6616
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_main_content__f9c34bd8 .index2_module_content__f9c34bd8 .index2_module_content_child__f9c34bd8 ol li > ul li,
6617
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_main_content__f9c34bd8 .index2_module_content__f9c34bd8 .index2_module_content_child__f9c34bd8 ol li > ul li {
6611
6618
  list-style: inside;
6612
6619
  color: rgba(0, 0, 0, 0.65);
6613
6620
  }
6614
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 pre,
6615
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_main_content__c27610f4 .index2_module_content__c27610f4 pre {
6621
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_main_content__f9c34bd8 .index2_module_content__f9c34bd8 pre,
6622
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_main_content__f9c34bd8 .index2_module_content__f9c34bd8 pre {
6616
6623
  background: rgba(0, 0, 0, 0.05);
6617
6624
  padding: 12px;
6618
6625
  line-height: 1.5;
6619
6626
  margin: 4px 0;
6620
6627
  }
6621
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4,
6622
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 {
6628
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal__f9c34bd8,
6629
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal__f9c34bd8 {
6623
6630
  visibility: hidden;
6624
6631
  height: 24px;
6625
6632
  white-space: nowrap;
6626
6633
  position: relative;
6627
6634
  right: 0;
6628
6635
  top: -14px;
6629
- z-index: 99999;
6636
+ z-index: 9;
6630
6637
  text-align: right;
6631
6638
  }
6632
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4,
6633
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 {
6639
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal__f9c34bd8 .index2_module_operate__f9c34bd8,
6640
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal__f9c34bd8 .index2_module_operate__f9c34bd8 {
6634
6641
  display: inline-flex;
6635
6642
  align-items: center;
6636
6643
  padding: 8px 0;
@@ -6640,30 +6647,30 @@
6640
6647
  line-height: 1;
6641
6648
  color: rgba(0, 0, 0, 0.45);
6642
6649
  }
6643
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 i,
6644
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 i {
6650
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal__f9c34bd8 .index2_module_operate__f9c34bd8 i,
6651
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal__f9c34bd8 .index2_module_operate__f9c34bd8 i {
6645
6652
  color: rgba(0, 0, 0, 0.45);
6646
6653
  font-size: 16px;
6647
6654
  cursor: pointer;
6648
6655
  }
6649
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 i svg,
6650
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 i svg {
6656
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal__f9c34bd8 .index2_module_operate__f9c34bd8 i svg,
6657
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal__f9c34bd8 .index2_module_operate__f9c34bd8 i svg {
6651
6658
  color: rgba(0, 0, 0, 0.65);
6652
6659
  }
6653
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 i:hover svg,
6654
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 i:hover svg {
6660
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal__f9c34bd8 .index2_module_operate__f9c34bd8 i:hover svg,
6661
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal__f9c34bd8 .index2_module_operate__f9c34bd8 i:hover svg {
6655
6662
  color: #5991ef;
6656
6663
  }
6657
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 .index2_module_active__c27610f4 svg,
6658
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 .index2_module_active__c27610f4 svg {
6664
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal__f9c34bd8 .index2_module_operate__f9c34bd8 .index2_module_active__f9c34bd8 svg,
6665
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal__f9c34bd8 .index2_module_operate__f9c34bd8 .index2_module_active__f9c34bd8 svg {
6659
6666
  color: #5991ef;
6660
6667
  }
6661
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 span,
6662
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 span {
6668
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal__f9c34bd8 .index2_module_operate__f9c34bd8 span,
6669
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal__f9c34bd8 .index2_module_operate__f9c34bd8 span {
6663
6670
  margin: 0 8px;
6664
6671
  }
6665
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 .index2_module_ask_question__c27610f4,
6666
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 .index2_module_ask_question__c27610f4 {
6672
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal__f9c34bd8 .index2_module_operate__f9c34bd8 .index2_module_ask_question__f9c34bd8,
6673
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal__f9c34bd8 .index2_module_operate__f9c34bd8 .index2_module_ask_question__f9c34bd8 {
6667
6674
  cursor: pointer;
6668
6675
  color: rgba(0, 0, 0, 0.45);
6669
6676
  font-size: 12px;
@@ -6672,56 +6679,57 @@
6672
6679
  background-color: rgba(0, 0, 0, 0.04);
6673
6680
  margin-right: 16px;
6674
6681
  }
6675
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 .index2_module_ask_question__c27610f4:hover,
6676
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal__c27610f4 .index2_module_operate__c27610f4 .index2_module_ask_question__c27610f4:hover {
6682
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal__f9c34bd8 .index2_module_operate__f9c34bd8 .index2_module_ask_question__f9c34bd8:hover,
6683
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal__f9c34bd8 .index2_module_operate__f9c34bd8 .index2_module_ask_question__f9c34bd8:hover {
6677
6684
  color: #5991ef;
6678
6685
  }
6679
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4,
6680
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 {
6686
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8,
6687
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 {
6681
6688
  display: flex;
6682
6689
  justify-content: space-between;
6683
6690
  align-items: center;
6691
+ bottom: 0;
6684
6692
  }
6685
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_operate__c27610f4,
6686
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_operate__c27610f4 {
6693
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_operate__f9c34bd8,
6694
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_operate__f9c34bd8 {
6687
6695
  display: inline-block;
6688
6696
  padding: 8px;
6689
6697
  line-height: 1;
6690
6698
  color: rgba(0, 0, 0, 0.45);
6691
6699
  }
6692
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_operate__c27610f4 i,
6693
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_operate__c27610f4 i {
6700
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_operate__f9c34bd8 i,
6701
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_operate__f9c34bd8 i {
6694
6702
  color: rgba(0, 0, 0, 0.45);
6695
6703
  font-size: 16px;
6696
6704
  cursor: pointer;
6697
6705
  }
6698
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_operate__c27610f4 i svg,
6699
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_operate__c27610f4 i svg {
6706
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_operate__f9c34bd8 i svg,
6707
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_operate__f9c34bd8 i svg {
6700
6708
  color: rgba(0, 0, 0, 0.65);
6701
6709
  }
6702
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_operate__c27610f4 i:hover svg,
6703
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_operate__c27610f4 i:hover svg {
6710
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_operate__f9c34bd8 i:hover svg,
6711
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_operate__f9c34bd8 i:hover svg {
6704
6712
  color: #5991ef;
6705
6713
  }
6706
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_operate__c27610f4 .index2_module_active__c27610f4 svg,
6707
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_operate__c27610f4 .index2_module_active__c27610f4 svg {
6714
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_operate__f9c34bd8 .index2_module_active__f9c34bd8 svg,
6715
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_operate__f9c34bd8 .index2_module_active__f9c34bd8 svg {
6708
6716
  color: #5991ef;
6709
6717
  }
6710
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_operate__c27610f4 span,
6711
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_operate__c27610f4 span {
6718
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_operate__f9c34bd8 span,
6719
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_operate__f9c34bd8 span {
6712
6720
  margin: 0 8px;
6713
6721
  cursor: pointer;
6714
6722
  }
6715
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_generate__c27610f4,
6716
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_generate__c27610f4 {
6723
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_stop_generate__f9c34bd8,
6724
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_stop_generate__f9c34bd8 {
6717
6725
  font-size: 12px;
6718
6726
  color: rgba(0, 0, 0, 0.45);
6719
6727
  display: inline-block;
6720
6728
  padding: 8px 0;
6721
6729
  cursor: pointer;
6722
6730
  }
6723
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_generate__c27610f4 .index2_module_icon__c27610f4,
6724
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_generate__c27610f4 .index2_module_icon__c27610f4 {
6731
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_stop_generate__f9c34bd8 .index2_module_icon__f9c34bd8,
6732
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_stop_generate__f9c34bd8 .index2_module_icon__f9c34bd8 {
6725
6733
  display: inline-block;
6726
6734
  width: 10px;
6727
6735
  height: 10px;
@@ -6729,8 +6737,8 @@
6729
6737
  background-color: rgba(0, 0, 0, 0.45);
6730
6738
  margin-right: 4px;
6731
6739
  }
6732
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_generate__c27610f4 .index2_module_find_teacher__c27610f4,
6733
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_generate__c27610f4 .index2_module_find_teacher__c27610f4 {
6740
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_stop_generate__f9c34bd8 .index2_module_find_teacher__f9c34bd8,
6741
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_stop_generate__f9c34bd8 .index2_module_find_teacher__f9c34bd8 {
6734
6742
  padding: 2px 8px;
6735
6743
  border-radius: 2px;
6736
6744
  background-color: rgba(0, 0, 0, 0.04);
@@ -6738,71 +6746,71 @@
6738
6746
  font-size: 12px;
6739
6747
  line-height: 1;
6740
6748
  }
6741
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_generate__c27610f4 .index2_module_find_teacher__c27610f4:hover,
6742
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_generate__c27610f4 .index2_module_find_teacher__c27610f4:hover {
6749
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_stop_generate__f9c34bd8 .index2_module_find_teacher__f9c34bd8:hover,
6750
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_stop_generate__f9c34bd8 .index2_module_find_teacher__f9c34bd8:hover {
6743
6751
  color: #5991ef;
6744
6752
  }
6745
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_generate__c27610f4:hover,
6746
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_generate__c27610f4:hover {
6753
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_stop_generate__f9c34bd8:hover,
6754
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_stop_generate__f9c34bd8:hover {
6747
6755
  color: #5991ef;
6748
6756
  }
6749
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_generate__c27610f4:hover span,
6750
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_generate__c27610f4:hover span {
6757
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_stop_generate__f9c34bd8:hover span,
6758
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_stop_generate__f9c34bd8:hover span {
6751
6759
  color: #5991ef;
6752
6760
  }
6753
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_findTeacher__c27610f4,
6754
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_findTeacher__c27610f4 {
6761
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_stop_findTeacher__f9c34bd8,
6762
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_stop_findTeacher__f9c34bd8 {
6755
6763
  font-size: 12px;
6756
6764
  color: rgba(0, 0, 0, 0.45);
6757
6765
  display: inline-block;
6758
6766
  padding: 8px 0;
6759
6767
  cursor: pointer;
6760
6768
  }
6761
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_findTeacher__c27610f4 span,
6762
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_findTeacher__c27610f4 span {
6769
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_stop_findTeacher__f9c34bd8 span,
6770
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_stop_findTeacher__f9c34bd8 span {
6763
6771
  padding: 0px 8px;
6764
6772
  background-color: rgba(0, 0, 0, 0.04);
6765
6773
  color: rgba(0, 0, 0, 0.45);
6766
6774
  }
6767
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_findTeacher__c27610f4 span:hover,
6768
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_main__c27610f4 .index2_module_operate_modal_bottom__c27610f4 .index2_module_stop_findTeacher__c27610f4 span:hover {
6775
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_stop_findTeacher__f9c34bd8 span:hover,
6776
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_main__f9c34bd8 .index2_module_operate_modal_bottom__f9c34bd8 .index2_module_stop_findTeacher__f9c34bd8 span:hover {
6769
6777
  color: #5991ef;
6770
6778
  }
6771
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_content__c27610f4,
6772
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 > li .index2_module_content__c27610f4 {
6779
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_content__f9c34bd8,
6780
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 > li .index2_module_content__f9c34bd8 {
6773
6781
  padding: 12px 16px;
6774
6782
  display: inline-block;
6775
6783
  font-size: 14px;
6776
6784
  }
6777
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_left__c27610f4,
6778
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_left__c27610f4 {
6785
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_left__f9c34bd8,
6786
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_left__f9c34bd8 {
6779
6787
  justify-content: flex-end;
6780
6788
  }
6781
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_left__c27610f4 .index2_module_main__c27610f4,
6782
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_left__c27610f4 .index2_module_main__c27610f4 {
6789
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_left__f9c34bd8 .index2_module_main__f9c34bd8,
6790
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_left__f9c34bd8 .index2_module_main__f9c34bd8 {
6783
6791
  text-align: right;
6784
6792
  }
6785
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 li.index2_module_left__c27610f4 .index2_module_content__c27610f4,
6786
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 li.index2_module_left__c27610f4 .index2_module_content__c27610f4 {
6793
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 li.index2_module_left__f9c34bd8 .index2_module_content__f9c34bd8,
6794
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 li.index2_module_left__f9c34bd8 .index2_module_content__f9c34bd8 {
6787
6795
  border-radius: 20px 2px 20px 20px;
6788
6796
  background: #d1e4ff;
6789
6797
  text-align: left;
6790
6798
  }
6791
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 li.index2_module_right__c27610f4 .index2_module_content__c27610f4,
6792
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 li.index2_module_right__c27610f4 .index2_module_content__c27610f4 {
6799
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 li.index2_module_right__f9c34bd8 .index2_module_content__f9c34bd8,
6800
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 li.index2_module_right__f9c34bd8 .index2_module_content__f9c34bd8 {
6793
6801
  border-radius: 2px 20px 20px 20px;
6794
6802
  background: #fff;
6795
6803
  }
6796
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 li .index2_module_content__c27610f4 .index2_module_association_problem__c27610f4 li,
6797
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 li .index2_module_content__c27610f4 .index2_module_association_problem__c27610f4 li {
6804
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 li .index2_module_content__f9c34bd8 .index2_module_association_problem__f9c34bd8 li,
6805
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 li .index2_module_content__f9c34bd8 .index2_module_association_problem__f9c34bd8 li {
6798
6806
  color: #5991ef;
6799
6807
  font-size: 14px;
6800
6808
  font-weight: 400;
6801
6809
  line-height: 1.8;
6802
6810
  cursor: pointer;
6803
6811
  }
6804
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_time__c27610f4,
6805
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_time__c27610f4 {
6812
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_time__f9c34bd8,
6813
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_time__f9c34bd8 {
6806
6814
  display: block;
6807
6815
  margin: 40px 0;
6808
6816
  margin-bottom: 16px;
@@ -6811,8 +6819,8 @@
6811
6819
  color: rgba(0, 0, 0, 0.25);
6812
6820
  position: relative;
6813
6821
  }
6814
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_time__c27610f4::before,
6815
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_time__c27610f4::before {
6822
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_time__f9c34bd8::before,
6823
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_time__f9c34bd8::before {
6816
6824
  content: "";
6817
6825
  width: 100px;
6818
6826
  display: inline-block;
@@ -6822,8 +6830,8 @@
6822
6830
  top: -3px;
6823
6831
  right: 16px;
6824
6832
  }
6825
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_time__c27610f4::after,
6826
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_time__c27610f4::after {
6833
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_time__f9c34bd8::after,
6834
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_time__f9c34bd8::after {
6827
6835
  content: "";
6828
6836
  width: 100px;
6829
6837
  display: inline-block;
@@ -6833,16 +6841,16 @@
6833
6841
  top: -3px;
6834
6842
  left: 16px;
6835
6843
  }
6836
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_citation_content__c27610f4,
6837
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_citation_content__c27610f4 {
6844
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_citation_content__f9c34bd8,
6845
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_citation_content__f9c34bd8 {
6838
6846
  display: table;
6839
6847
  margin-top: 4px;
6840
6848
  padding: 8px;
6841
6849
  border-radius: 2px;
6842
6850
  background: #e7e7e7;
6843
6851
  }
6844
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_citation_content__c27610f4 p,
6845
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_citation_content__c27610f4 p {
6852
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_citation_content__f9c34bd8 p,
6853
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_citation_content__f9c34bd8 p {
6846
6854
  color: rgba(0, 0, 0, 0.65);
6847
6855
  font-size: 12px;
6848
6856
  line-height: 1.5;
@@ -6856,100 +6864,100 @@
6856
6864
  cursor: pointer;
6857
6865
  text-align: left;
6858
6866
  }
6859
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_citation_content__c27610f4 .index2_module_text_exceed__c27610f4,
6860
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_citation_content__c27610f4 .index2_module_text_exceed__c27610f4 {
6867
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_citation_content__f9c34bd8 .index2_module_text_exceed__f9c34bd8,
6868
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_citation_content__f9c34bd8 .index2_module_text_exceed__f9c34bd8 {
6861
6869
  padding-right: 16px;
6862
6870
  position: relative;
6863
6871
  }
6864
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_citation_content__c27610f4 .index2_module_text_exceed__c27610f4 > span,
6865
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_citation_content__c27610f4 .index2_module_text_exceed__c27610f4 > span {
6872
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_citation_content__f9c34bd8 .index2_module_text_exceed__f9c34bd8 > span,
6873
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_citation_content__f9c34bd8 .index2_module_text_exceed__f9c34bd8 > span {
6866
6874
  position: absolute;
6867
6875
  top: 20px;
6868
6876
  right: 0;
6869
6877
  }
6870
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_popover_content__c27610f4,
6871
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_message_con__c27610f4 .index2_module_popover_content__c27610f4 {
6878
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_popover_content__f9c34bd8,
6879
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_message_con__f9c34bd8 .index2_module_popover_content__f9c34bd8 {
6872
6880
  max-width: 400px;
6873
6881
  }
6874
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4::-webkit-scrollbar,
6875
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4::-webkit-scrollbar {
6882
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8::-webkit-scrollbar,
6883
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8::-webkit-scrollbar {
6876
6884
  background-color: #eff0f7;
6877
6885
  background-color: transparent;
6878
6886
  width: 6px;
6879
6887
  height: 4px;
6880
6888
  }
6881
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main__c27610f4::-webkit-scrollbar-thumb,
6882
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4::-webkit-scrollbar-thumb {
6889
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main__f9c34bd8::-webkit-scrollbar-thumb,
6890
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8::-webkit-scrollbar-thumb {
6883
6891
  border-radius: 4px;
6884
6892
  background-color: rgba(181, 184, 198, 0.8);
6885
6893
  }
6886
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main_newlabo__c27610f4 pre,
6887
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main_newlabo__c27610f4 pre {
6894
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main_newlabo__f9c34bd8 pre,
6895
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main_newlabo__f9c34bd8 pre {
6888
6896
  background: #2b303b !important;
6889
6897
  color: #fff;
6890
6898
  overflow: auto;
6891
6899
  }
6892
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main_newlabo__c27610f4 pre pre::-webkit-scrollbar,
6893
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main_newlabo__c27610f4 pre pre::-webkit-scrollbar {
6900
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main_newlabo__f9c34bd8 pre pre::-webkit-scrollbar,
6901
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main_newlabo__f9c34bd8 pre pre::-webkit-scrollbar {
6894
6902
  background-color: #eaedf1;
6895
6903
  background-color: transparent;
6896
6904
  width: 4px;
6897
6905
  height: 4px;
6898
6906
  }
6899
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main_newlabo__c27610f4 pre pre::-webkit-scrollbar-thumb,
6900
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main_newlabo__c27610f4 pre pre::-webkit-scrollbar-thumb {
6907
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main_newlabo__f9c34bd8 pre pre::-webkit-scrollbar-thumb,
6908
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main_newlabo__f9c34bd8 pre pre::-webkit-scrollbar-thumb {
6901
6909
  border-radius: 4px;
6902
6910
  background-color: #f4f4f4;
6903
6911
  }
6904
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_main_newlabo_no_pic__c27610f4 .index2_module_head_sculpture__c27610f4,
6905
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main_newlabo_no_pic__c27610f4 .index2_module_head_sculpture__c27610f4 {
6912
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_main_newlabo_no_pic__f9c34bd8 .index2_module_head_sculpture__f9c34bd8,
6913
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main_newlabo_no_pic__f9c34bd8 .index2_module_head_sculpture__f9c34bd8 {
6906
6914
  display: none !important;
6907
6915
  }
6908
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4,
6909
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 {
6916
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8,
6917
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 {
6910
6918
  position: absolute;
6911
6919
  bottom: 0;
6912
6920
  width: 100%;
6913
6921
  }
6914
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list_teacherList__c27610f4,
6915
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list_teacherList__c27610f4 {
6922
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_issues_list_teacherList__f9c34bd8,
6923
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_issues_list_teacherList__f9c34bd8 {
6916
6924
  white-space: nowrap;
6917
6925
  overflow: auto;
6918
6926
  width: calc(100% - 40px);
6919
6927
  box-sizing: border-box;
6920
6928
  margin-bottom: 6px;
6921
6929
  }
6922
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list_teacherList__c27610f4 .index2_module_item__c27610f4,
6923
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list_teacherList__c27610f4 .index2_module_item__c27610f4 {
6930
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_issues_list_teacherList__f9c34bd8 .index2_module_item__f9c34bd8,
6931
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_issues_list_teacherList__f9c34bd8 .index2_module_item__f9c34bd8 {
6924
6932
  display: inline-block;
6925
6933
  margin-right: 8px;
6926
6934
  }
6927
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list_teacherList__c27610f4 .index2_module_item__c27610f4:last-child,
6928
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list_teacherList__c27610f4 .index2_module_item__c27610f4:last-child {
6935
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_issues_list_teacherList__f9c34bd8 .index2_module_item__f9c34bd8:last-child,
6936
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_issues_list_teacherList__f9c34bd8 .index2_module_item__f9c34bd8:last-child {
6929
6937
  margin-right: 0;
6930
6938
  }
6931
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list_teacherList__c27610f4::-webkit-scrollbar,
6932
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list_teacherList__c27610f4::-webkit-scrollbar {
6939
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_issues_list_teacherList__f9c34bd8::-webkit-scrollbar,
6940
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_issues_list_teacherList__f9c34bd8::-webkit-scrollbar {
6933
6941
  background-color: #eaedf1;
6934
6942
  background-color: transparent;
6935
6943
  width: 4px;
6936
6944
  height: 4px;
6937
6945
  }
6938
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list_teacherList__c27610f4::-webkit-scrollbar-thumb,
6939
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list_teacherList__c27610f4::-webkit-scrollbar-thumb {
6946
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_issues_list_teacherList__f9c34bd8::-webkit-scrollbar-thumb,
6947
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_issues_list_teacherList__f9c34bd8::-webkit-scrollbar-thumb {
6940
6948
  border-radius: 4px;
6941
6949
  background-color: rgba(181, 184, 198, 0.6);
6942
6950
  }
6943
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list__c27610f4,
6944
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list__c27610f4 {
6951
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_issues_list__f9c34bd8,
6952
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_issues_list__f9c34bd8 {
6945
6953
  position: absolute;
6946
6954
  bottom: 60px;
6947
6955
  margin: 0 16px;
6948
6956
  padding-bottom: 4px;
6949
6957
  line-height: 1;
6950
6958
  }
6951
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list__c27610f4 .index2_module_item__c27610f4 > span,
6952
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list__c27610f4 .index2_module_item__c27610f4 > span {
6959
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_issues_list__f9c34bd8 .index2_module_item__f9c34bd8 > span,
6960
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_issues_list__f9c34bd8 .index2_module_item__f9c34bd8 > span {
6953
6961
  cursor: pointer;
6954
6962
  max-width: 100%;
6955
6963
  display: inline-block;
@@ -6963,23 +6971,23 @@
6963
6971
  line-height: 1;
6964
6972
  overflow: hidden;
6965
6973
  }
6966
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list__c27610f4 .index2_module_item__c27610f4 > span:hover,
6967
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list__c27610f4 .index2_module_item__c27610f4 > span:hover {
6974
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_issues_list__f9c34bd8 .index2_module_item__f9c34bd8 > span:hover,
6975
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_issues_list__f9c34bd8 .index2_module_item__f9c34bd8 > span:hover {
6968
6976
  background-color: #fff;
6969
6977
  }
6970
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list__c27610f4 .index2_module_item__c27610f4 > span .index2_module_sign__c27610f4,
6971
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_issues_list__c27610f4 .index2_module_item__c27610f4 > span .index2_module_sign__c27610f4 {
6978
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_issues_list__f9c34bd8 .index2_module_item__f9c34bd8 > span .index2_module_sign__f9c34bd8,
6979
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_issues_list__f9c34bd8 .index2_module_item__f9c34bd8 > span .index2_module_sign__f9c34bd8 {
6972
6980
  color: #5991ef;
6973
6981
  }
6974
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4,
6975
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 {
6982
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8,
6983
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 {
6976
6984
  display: flex;
6977
6985
  align-items: flex-end;
6978
6986
  margin-bottom: 12px;
6979
6987
  padding: 0 16px;
6980
6988
  }
6981
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4,
6982
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 {
6989
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8,
6990
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 {
6983
6991
  align-items: flex-end;
6984
6992
  width: calc(100% - 36px);
6985
6993
  background-color: #fff;
@@ -6991,12 +6999,12 @@
6991
6999
  position: relative;
6992
7000
  padding-right: 1px;
6993
7001
  }
6994
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 > .index2_module_input__c27610f4,
6995
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 > .index2_module_input__c27610f4 {
7002
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 > .index2_module_input__f9c34bd8,
7003
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 > .index2_module_input__f9c34bd8 {
6996
7004
  line-height: 1;
6997
7005
  }
6998
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 > .index2_module_input__c27610f4 textarea,
6999
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 > .index2_module_input__c27610f4 textarea {
7006
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 > .index2_module_input__f9c34bd8 textarea,
7007
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 > .index2_module_input__f9c34bd8 textarea {
7000
7008
  max-height: 100px;
7001
7009
  padding: 0;
7002
7010
  border: none;
@@ -7004,64 +7012,64 @@
7004
7012
  resize: none;
7005
7013
  padding-right: 48px;
7006
7014
  }
7007
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 > .index2_module_input__c27610f4 textarea.bhd-input,
7008
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 > .index2_module_input__c27610f4 textarea.bhd-input {
7015
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 > .index2_module_input__f9c34bd8 textarea.bhd-input,
7016
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 > .index2_module_input__f9c34bd8 textarea.bhd-input {
7009
7017
  min-height: 21px !important;
7010
7018
  line-height: 1.5;
7011
7019
  }
7012
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 > .index2_module_input__c27610f4 .bhd-input[disabled],
7013
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 > .index2_module_input__c27610f4 .bhd-input[disabled] {
7020
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 > .index2_module_input__f9c34bd8 .bhd-input[disabled],
7021
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 > .index2_module_input__f9c34bd8 .bhd-input[disabled] {
7014
7022
  background-color: #fff !important;
7015
7023
  }
7016
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 > .index2_module_no_AI__c27610f4,
7017
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 > .index2_module_no_AI__c27610f4 {
7024
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 > .index2_module_no_AI__f9c34bd8,
7025
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 > .index2_module_no_AI__f9c34bd8 {
7018
7026
  width: 100%;
7019
7027
  }
7020
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 > .index2_module_no_AI__c27610f4 textarea,
7021
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 > .index2_module_no_AI__c27610f4 textarea {
7028
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 > .index2_module_no_AI__f9c34bd8 textarea,
7029
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 > .index2_module_no_AI__f9c34bd8 textarea {
7022
7030
  padding-right: 12px;
7023
7031
  }
7024
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_voice__c27610f4,
7025
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_voice__c27610f4 {
7032
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 .index2_module_voice__f9c34bd8,
7033
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 .index2_module_voice__f9c34bd8 {
7026
7034
  position: absolute;
7027
- right: 14px;
7028
- bottom: 12px;
7035
+ right: 18px;
7036
+ bottom: 10px;
7029
7037
  color: rgba(0, 0, 0, 0.65);
7030
7038
  }
7031
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_voice__c27610f4 i,
7032
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_voice__c27610f4 i {
7039
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 .index2_module_voice__f9c34bd8 i,
7040
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 .index2_module_voice__f9c34bd8 i {
7033
7041
  cursor: pointer;
7034
7042
  }
7035
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_voice__c27610f4 i svg,
7036
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_voice__c27610f4 i svg {
7043
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 .index2_module_voice__f9c34bd8 i svg,
7044
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 .index2_module_voice__f9c34bd8 i svg {
7037
7045
  color: rgba(0, 0, 0, 0.65);
7038
7046
  font-size: 20px;
7039
7047
  }
7040
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_voice__c27610f4 .index2_module_voice_btn__c27610f4,
7041
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_voice__c27610f4 .index2_module_voice_btn__c27610f4 {
7048
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 .index2_module_voice__f9c34bd8 .index2_module_voice_btn__f9c34bd8,
7049
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 .index2_module_voice__f9c34bd8 .index2_module_voice_btn__f9c34bd8 {
7042
7050
  width: 32px;
7043
7051
  cursor: pointer;
7044
7052
  position: absolute;
7045
- bottom: -6px;
7046
- right: 0px;
7053
+ bottom: -5px;
7054
+ right: -10px;
7047
7055
  }
7048
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_disabled__c27610f4,
7049
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_disabled__c27610f4 {
7056
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 .index2_module_disabled__f9c34bd8,
7057
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 .index2_module_disabled__f9c34bd8 {
7050
7058
  cursor: not-allowed !important;
7051
7059
  color: rgba(0, 0, 0, 0.25) !important;
7052
7060
  }
7053
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_disabled__c27610f4 svg,
7054
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_disabled__c27610f4 svg {
7061
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 .index2_module_disabled__f9c34bd8 svg,
7062
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 .index2_module_disabled__f9c34bd8 svg {
7055
7063
  color: rgba(0, 0, 0, 0.25) !important;
7056
7064
  }
7057
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_content_main__c27610f4,
7058
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_content_main__c27610f4 {
7065
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 .index2_module_content_main__f9c34bd8,
7066
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 .index2_module_content_main__f9c34bd8 {
7059
7067
  display: flex;
7060
7068
  align-items: center;
7061
7069
  width: calc(100% - 24px);
7062
7070
  }
7063
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_content_main__c27610f4 .index2_module_content_con__c27610f4,
7064
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_content_main__c27610f4 .index2_module_content_con__c27610f4 {
7071
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 .index2_module_content_main__f9c34bd8 .index2_module_content_con__f9c34bd8,
7072
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 .index2_module_content_main__f9c34bd8 .index2_module_content_con__f9c34bd8 {
7065
7073
  margin-top: 6px;
7066
7074
  align-items: center;
7067
7075
  padding: 8px;
@@ -7069,8 +7077,8 @@
7069
7077
  display: inline-block;
7070
7078
  width: calc(100% - 60px);
7071
7079
  }
7072
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_content_main__c27610f4 .index2_module_content_con__c27610f4 p,
7073
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_content_main__c27610f4 .index2_module_content_con__c27610f4 p {
7080
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 .index2_module_content_main__f9c34bd8 .index2_module_content_con__f9c34bd8 p,
7081
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 .index2_module_content_main__f9c34bd8 .index2_module_content_con__f9c34bd8 p {
7074
7082
  color: rgba(0, 0, 0, 0.65);
7075
7083
  border-radius: 2px;
7076
7084
  font-size: 12px;
@@ -7083,90 +7091,90 @@
7083
7091
  max-height: 36px;
7084
7092
  word-break: break-all;
7085
7093
  }
7086
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_content_main__c27610f4 .index2_module_delete_quote__c27610f4,
7087
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_input_wrap__c27610f4 .index2_module_content_main__c27610f4 .index2_module_delete_quote__c27610f4 {
7094
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 .index2_module_content_main__f9c34bd8 .index2_module_delete_quote__f9c34bd8,
7095
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_input_wrap__f9c34bd8 .index2_module_content_main__f9c34bd8 .index2_module_delete_quote__f9c34bd8 {
7088
7096
  font-size: 18px;
7089
7097
  color: #bfbfbf;
7090
7098
  margin-top: 6px;
7091
7099
  }
7092
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_sending__c27610f4,
7093
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_sending__c27610f4 {
7100
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_sending__f9c34bd8,
7101
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_sending__f9c34bd8 {
7094
7102
  width: 20px;
7095
7103
  margin-left: 16px;
7096
- margin-bottom: 9px;
7104
+ margin-bottom: 8px;
7097
7105
  }
7098
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_sending__c27610f4 i svg,
7099
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_sending__c27610f4 i svg {
7106
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_sending__f9c34bd8 i svg,
7107
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_sending__f9c34bd8 i svg {
7100
7108
  font-size: 20px;
7101
7109
  color: rgba(0, 0, 0, 0.65);
7102
7110
  }
7103
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_sending__c27610f4 .index2_module_disabled__c27610f4 svg,
7104
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 .index2_module_Drawer_buttom__c27610f4 .index2_module_sending__c27610f4 .index2_module_disabled__c27610f4 svg {
7111
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_sending__f9c34bd8 .index2_module_disabled__f9c34bd8 svg,
7112
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 .index2_module_Drawer_buttom__f9c34bd8 .index2_module_sending__f9c34bd8 .index2_module_disabled__f9c34bd8 svg {
7105
7113
  color: rgba(0, 0, 0, 0.25);
7106
7114
  cursor: not-allowed;
7107
7115
  }
7108
- .index2_module_ChatWindow_Drawer__c27610f4 .index2_module_Drawer_buttom_Issues_List_newlabo__c27610f4,
7109
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List_newlabo__c27610f4 {
7116
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .index2_module_Drawer_buttom_Issues_List_newlabo__f9c34bd8,
7117
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List_newlabo__f9c34bd8 {
7110
7118
  background-color: #f5f5f5 !important;
7111
7119
  }
7112
- .index2_module_ChatWindow_Drawer__c27610f4 .anticon,
7113
- .index2_module_ChatWindow_Modal__c27610f4 .anticon {
7120
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .anticon,
7121
+ .index2_module_ChatWindow_Modal__f9c34bd8 .anticon {
7114
7122
  vertical-align: 0;
7115
7123
  }
7116
- .index2_module_ChatWindow_Drawer__c27610f4 {
7124
+ .index2_module_ChatWindow_Drawer__f9c34bd8 {
7117
7125
  background: #f5f5f5 !important;
7118
7126
  position: relative;
7119
7127
  height: 100%;
7120
7128
  }
7121
- .index2_module_ChatWindow_Drawer__c27610f4 .bhd-drawer-header {
7129
+ .index2_module_ChatWindow_Drawer__f9c34bd8 .bhd-drawer-header {
7122
7130
  display: none !important;
7123
7131
  }
7124
- .index2_module_ChatWindow_Modal__c27610f4 .bhd-modal {
7132
+ .index2_module_ChatWindow_Modal__f9c34bd8 .bhd-modal {
7125
7133
  border-radius: 8px;
7126
7134
  overflow: hidden;
7127
7135
  position: relative;
7128
7136
  }
7129
- .index2_module_ChatWindow_Modal__c27610f4 .bhd-modal-content {
7137
+ .index2_module_ChatWindow_Modal__f9c34bd8 .bhd-modal-content {
7130
7138
  height: 100%;
7131
7139
  background-color: #f5f5f5 !important;
7132
7140
  }
7133
- .index2_module_ChatWindow_Modal__c27610f4 .bhd-modal-content .bhd-modal-close {
7141
+ .index2_module_ChatWindow_Modal__f9c34bd8 .bhd-modal-content .bhd-modal-close {
7134
7142
  display: none !important;
7135
7143
  }
7136
- .index2_module_ChatWindow_Modal__c27610f4 .bhd-modal-header {
7144
+ .index2_module_ChatWindow_Modal__f9c34bd8 .bhd-modal-header {
7137
7145
  display: none !important;
7138
7146
  }
7139
- .index2_module_ChatWindow_Modal__c27610f4 .bhd-modal-body {
7147
+ .index2_module_ChatWindow_Modal__f9c34bd8 .bhd-modal-body {
7140
7148
  height: 100%;
7141
7149
  padding: 0 !important;
7142
7150
  border-radius: 4px !important;
7143
7151
  }
7144
- .index2_module_ChatWindow_Modal__c27610f4 .bhd-drawer-right > .bhd-drawer-content-wrapper {
7152
+ .index2_module_ChatWindow_Modal__f9c34bd8 .bhd-drawer-right > .bhd-drawer-content-wrapper {
7145
7153
  top: 129px;
7146
7154
  right: 200px;
7147
7155
  height: 790px;
7148
7156
  }
7149
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_main_list__c27610f4 {
7157
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_main_list__f9c34bd8 {
7150
7158
  max-height: 650px;
7151
7159
  }
7152
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_user__c27610f4 {
7160
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_user__f9c34bd8 {
7153
7161
  padding-left: 0 !important;
7154
7162
  cursor: pointer;
7155
7163
  }
7156
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_buttom_Issues_List__c27610f4 {
7164
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_buttom_Issues_List__f9c34bd8 {
7157
7165
  border-radius: 4px;
7158
7166
  width: calc(100% - 328px);
7159
7167
  margin-left: 328px;
7160
7168
  }
7161
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 {
7169
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 {
7162
7170
  max-height: 700px;
7163
7171
  }
7164
- .index2_module_ChatWindow_Modal__c27610f4 .index2_module_Drawer_main__c27610f4 .index2_module_chat_content__c27610f4 {
7172
+ .index2_module_ChatWindow_Modal__f9c34bd8 .index2_module_Drawer_main__f9c34bd8 .index2_module_chat_content__f9c34bd8 {
7165
7173
  width: calc(100% - 328px);
7166
7174
  margin-left: 328px;
7167
7175
  display: inline-block;
7168
7176
  }
7169
- .index2_module_popover_main_content__c27610f4 {
7177
+ .index2_module_popover_main_content__f9c34bd8 {
7170
7178
  min-width: 300px !important;
7171
7179
  max-width: 340px !important;
7172
7180
  background-color: #fff !important;
@@ -7174,21 +7182,21 @@
7174
7182
  border-radius: 4px;
7175
7183
  border: 1px solid rgba(0, 0, 0, 0.15);
7176
7184
  }
7177
- .index2_module_popover_main_content__c27610f4 .bhd-tooltip-content {
7185
+ .index2_module_popover_main_content__f9c34bd8 .bhd-tooltip-content {
7178
7186
  background-color: #fff;
7179
7187
  border-radius: 4px;
7180
7188
  }
7181
- .index2_module_popover_main_content__c27610f4 .bhd-tooltip-content .bhd-tooltip-inner {
7189
+ .index2_module_popover_main_content__f9c34bd8 .bhd-tooltip-content .bhd-tooltip-inner {
7182
7190
  background-color: #fff;
7183
7191
  color: rgba(0, 0, 0, 0.85);
7184
7192
  font-size: 14px;
7185
7193
  padding: 12px 16px;
7186
7194
  border-radius: 4px;
7187
7195
  }
7188
- .index2_module_popover_main_content__c27610f4 .bhd-tooltip-arrow:before {
7196
+ .index2_module_popover_main_content__f9c34bd8 .bhd-tooltip-arrow:before {
7189
7197
  background: #ccc !important;
7190
7198
  }
7191
- .index2_module_popover_main_content__c27610f4 .bhd-tooltip-arrow::after {
7199
+ .index2_module_popover_main_content__f9c34bd8 .bhd-tooltip-arrow::after {
7192
7200
  width: 0 !important;
7193
7201
  height: 0 !important;
7194
7202
  border: 5px solid;
@@ -7200,28 +7208,28 @@
7200
7208
  right: 0 !important;
7201
7209
  box-shadow: none !important;
7202
7210
  }
7203
- .index2_module_popover_main_content_name__c27610f4 {
7211
+ .index2_module_popover_main_content_name__f9c34bd8 {
7204
7212
  width: auto;
7205
7213
  background-color: #fff !important;
7206
7214
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
7207
7215
  border-radius: 4px;
7208
7216
  border: 1px solid rgba(0, 0, 0, 0.15);
7209
7217
  }
7210
- .index2_module_popover_main_content_name__c27610f4 .bhd-tooltip-content {
7218
+ .index2_module_popover_main_content_name__f9c34bd8 .bhd-tooltip-content {
7211
7219
  background-color: #fff;
7212
7220
  border-radius: 4px;
7213
7221
  }
7214
- .index2_module_popover_main_content_name__c27610f4 .bhd-tooltip-content .bhd-tooltip-inner {
7222
+ .index2_module_popover_main_content_name__f9c34bd8 .bhd-tooltip-content .bhd-tooltip-inner {
7215
7223
  background-color: #fff;
7216
7224
  color: rgba(0, 0, 0, 0.85);
7217
7225
  font-size: 14px;
7218
7226
  padding: 12px 16px;
7219
7227
  border-radius: 4px;
7220
7228
  }
7221
- .index2_module_popover_main_content_name__c27610f4 .bhd-tooltip-arrow:before {
7229
+ .index2_module_popover_main_content_name__f9c34bd8 .bhd-tooltip-arrow:before {
7222
7230
  background: #ccc !important;
7223
7231
  }
7224
- .index2_module_popover_main_content_name__c27610f4 .bhd-tooltip-arrow::after {
7232
+ .index2_module_popover_main_content_name__f9c34bd8 .bhd-tooltip-arrow::after {
7225
7233
  width: 0 !important;
7226
7234
  height: 0 !important;
7227
7235
  border: 5px solid;
@@ -7233,7 +7241,7 @@
7233
7241
  right: 0 !important;
7234
7242
  box-shadow: none !important;
7235
7243
  }
7236
- .index2_module_teacher_layout__c27610f4 {
7244
+ .index2_module_teacher_layout__f9c34bd8 {
7237
7245
  position: fixed;
7238
7246
  right: 568px;
7239
7247
  border-radius: 8px;
@@ -7243,8 +7251,8 @@
7243
7251
  backdrop-filter: blur(7.5px);
7244
7252
  width: 80px;
7245
7253
  }
7246
- .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 > div,
7247
- .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4 > div {
7254
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_top__f9c34bd8 > div,
7255
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_bottom__f9c34bd8 > div {
7248
7256
  display: flex;
7249
7257
  flex-direction: column;
7250
7258
  align-items: center;
@@ -7256,16 +7264,16 @@
7256
7264
  position: relative;
7257
7265
  cursor: pointer;
7258
7266
  }
7259
- .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 > div:hover,
7260
- .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4 > div:hover {
7267
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_top__f9c34bd8 > div:hover,
7268
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_bottom__f9c34bd8 > div:hover {
7261
7269
  background-color: #f5f5f5;
7262
7270
  }
7263
- .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 > div:hover .index2_module_delete__c27610f4,
7264
- .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4 > div:hover .index2_module_delete__c27610f4 {
7271
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_top__f9c34bd8 > div:hover .index2_module_delete__f9c34bd8,
7272
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_bottom__f9c34bd8 > div:hover .index2_module_delete__f9c34bd8 {
7265
7273
  display: block;
7266
7274
  }
7267
- .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 > div p,
7268
- .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4 > div p {
7275
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_top__f9c34bd8 > div p,
7276
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_bottom__f9c34bd8 > div p {
7269
7277
  max-width: 60px;
7270
7278
  overflow: hidden;
7271
7279
  text-overflow: ellipsis;
@@ -7275,14 +7283,14 @@
7275
7283
  line-height: 1;
7276
7284
  padding-top: 12px;
7277
7285
  }
7278
- .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 > div img,
7279
- .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4 > div img {
7286
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_top__f9c34bd8 > div img,
7287
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_bottom__f9c34bd8 > div img {
7280
7288
  width: 32px;
7281
7289
  height: 32px;
7282
7290
  border-radius: 50%;
7283
7291
  }
7284
- .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 > div .index2_module_num__c27610f4,
7285
- .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4 > div .index2_module_num__c27610f4 {
7292
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_top__f9c34bd8 > div .index2_module_num__f9c34bd8,
7293
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_bottom__f9c34bd8 > div .index2_module_num__f9c34bd8 {
7286
7294
  position: absolute;
7287
7295
  top: 0;
7288
7296
  right: 0;
@@ -7294,8 +7302,8 @@
7294
7302
  font-size: 12px;
7295
7303
  line-height: 1.2;
7296
7304
  }
7297
- .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 > div .index2_module_delete__c27610f4,
7298
- .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4 > div .index2_module_delete__c27610f4 {
7305
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_top__f9c34bd8 > div .index2_module_delete__f9c34bd8,
7306
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_bottom__f9c34bd8 > div .index2_module_delete__f9c34bd8 {
7299
7307
  position: absolute;
7300
7308
  top: 2px;
7301
7309
  right: 2px;
@@ -7303,35 +7311,35 @@
7303
7311
  font-size: 12px;
7304
7312
  display: none;
7305
7313
  }
7306
- .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 > div {
7314
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_top__f9c34bd8 > div {
7307
7315
  margin: 8px;
7308
7316
  }
7309
- .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 .index2_module_shrink__c27610f4 {
7317
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_shrink__f9c34bd8 {
7310
7318
  border-bottom: 1px solid #ebebeb;
7311
7319
  border-radius: 0;
7312
7320
  margin-bottom: 8px;
7313
7321
  margin-top: 8px;
7314
7322
  }
7315
- .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 .index2_module_shrink__c27610f4 > span {
7323
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_shrink__f9c34bd8 > span {
7316
7324
  font-size: 20px;
7317
7325
  }
7318
- .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 .index2_module_shrink__c27610f4 p {
7326
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_shrink__f9c34bd8 p {
7319
7327
  padding-top: 0;
7320
7328
  }
7321
- .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 .index2_module_shrink__c27610f4:hover {
7329
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_shrink__f9c34bd8:hover {
7322
7330
  background-color: #fff !important;
7323
7331
  }
7324
- .index2_module_teacher_layout__c27610f4 .index2_module_top__c27610f4 .index2_module_active__c27610f4,
7325
- .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4 .index2_module_active__c27610f4 {
7332
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_active__f9c34bd8,
7333
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_bottom__f9c34bd8 .index2_module_active__f9c34bd8 {
7326
7334
  background: #f0f8ff;
7327
7335
  }
7328
- .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4 > div:last-child {
7336
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_bottom__f9c34bd8 > div:last-child {
7329
7337
  margin-bottom: 0;
7330
7338
  }
7331
- .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4 > div:first-child {
7339
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_bottom__f9c34bd8 > div:first-child {
7332
7340
  margin-top: 0;
7333
7341
  }
7334
- .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4 {
7342
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_bottom__f9c34bd8 {
7335
7343
  max-height: 524px;
7336
7344
  padding: 0 8px;
7337
7345
  padding-right: 4px;
@@ -7339,66 +7347,66 @@
7339
7347
  margin-bottom: 8px;
7340
7348
  margin-top: 8px;
7341
7349
  }
7342
- .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4::-webkit-scrollbar {
7350
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_bottom__f9c34bd8::-webkit-scrollbar {
7343
7351
  background-color: #eaedf1;
7344
7352
  background-color: transparent;
7345
7353
  width: 4px;
7346
7354
  height: 4px;
7347
7355
  }
7348
- .index2_module_teacher_layout__c27610f4 .index2_module_bottom__c27610f4::-webkit-scrollbar-thumb {
7356
+ .index2_module_teacher_layout__f9c34bd8 .index2_module_bottom__f9c34bd8::-webkit-scrollbar-thumb {
7349
7357
  border-radius: 4px;
7350
7358
  background-color: rgba(0, 0, 0, 0.25);
7351
7359
  }
7352
- .index2_module_teacher_layout_newlabo__c27610f4 {
7360
+ .index2_module_teacher_layout_newlabo__f9c34bd8 {
7353
7361
  top: 50px;
7354
7362
  right: 0;
7355
7363
  }
7356
- .index2_module_teacher_layout_newlabo__c27610f4 .index2_module_top__c27610f4 svg {
7364
+ .index2_module_teacher_layout_newlabo__f9c34bd8 .index2_module_top__f9c34bd8 svg {
7357
7365
  transform: rotate(180deg);
7358
7366
  }
7359
- .index2_module_teacher_layout_newlabo__c27610f4 .index2_module_top__c27610f4 .index2_module_active__c27610f4,
7360
- .index2_module_teacher_layout_newlabo__c27610f4 .index2_module_bottom__c27610f4 .index2_module_active__c27610f4 {
7361
- background: #f0f8ff !important;
7367
+ .index2_module_teacher_layout_newlabo__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_active__f9c34bd8,
7368
+ .index2_module_teacher_layout_newlabo__f9c34bd8 .index2_module_bottom__f9c34bd8 .index2_module_active__f9c34bd8 {
7369
+ background-color: #D1E4FF;
7362
7370
  }
7363
- .index2_module_teacher_layout_modal__c27610f4 {
7371
+ .index2_module_teacher_layout_modal__f9c34bd8 {
7364
7372
  width: 328px;
7365
7373
  height: calc(100% - 48px);
7366
7374
  background-color: #fff;
7367
7375
  position: absolute;
7368
7376
  border-top: 1px solid #ebebeb;
7369
7377
  }
7370
- .index2_module_teacher_layout_modal__c27610f4 .index2_module_top__c27610f4 .index2_module_ai__c27610f4,
7371
- .index2_module_teacher_layout_modal__c27610f4 .index2_module_bottom__c27610f4 .index2_module_ai__c27610f4 {
7378
+ .index2_module_teacher_layout_modal__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_ai__f9c34bd8,
7379
+ .index2_module_teacher_layout_modal__f9c34bd8 .index2_module_bottom__f9c34bd8 .index2_module_ai__f9c34bd8 {
7372
7380
  border-bottom: 1px solid #ebebeb;
7373
7381
  padding: 16px;
7374
7382
  display: flex;
7375
7383
  align-items: center;
7376
7384
  cursor: pointer;
7377
7385
  }
7378
- .index2_module_teacher_layout_modal__c27610f4 .index2_module_top__c27610f4 .index2_module_ai__c27610f4 img,
7379
- .index2_module_teacher_layout_modal__c27610f4 .index2_module_bottom__c27610f4 .index2_module_ai__c27610f4 img {
7386
+ .index2_module_teacher_layout_modal__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_ai__f9c34bd8 img,
7387
+ .index2_module_teacher_layout_modal__f9c34bd8 .index2_module_bottom__f9c34bd8 .index2_module_ai__f9c34bd8 img {
7380
7388
  width: 32px;
7381
7389
  height: 32px;
7382
7390
  border-radius: 50%;
7383
7391
  margin-right: 12px;
7384
7392
  }
7385
- .index2_module_teacher_layout_modal__c27610f4 .index2_module_top__c27610f4 .index2_module_ai__c27610f4 > span,
7386
- .index2_module_teacher_layout_modal__c27610f4 .index2_module_bottom__c27610f4 .index2_module_ai__c27610f4 > span {
7393
+ .index2_module_teacher_layout_modal__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_ai__f9c34bd8 > span,
7394
+ .index2_module_teacher_layout_modal__f9c34bd8 .index2_module_bottom__f9c34bd8 .index2_module_ai__f9c34bd8 > span {
7387
7395
  margin-right: 12px;
7388
7396
  }
7389
- .index2_module_teacher_layout_modal__c27610f4 .index2_module_top__c27610f4 .index2_module_ai__c27610f4 .index2_module_user_info__c27610f4,
7390
- .index2_module_teacher_layout_modal__c27610f4 .index2_module_bottom__c27610f4 .index2_module_ai__c27610f4 .index2_module_user_info__c27610f4 {
7397
+ .index2_module_teacher_layout_modal__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_ai__f9c34bd8 .index2_module_user_info__f9c34bd8,
7398
+ .index2_module_teacher_layout_modal__f9c34bd8 .index2_module_bottom__f9c34bd8 .index2_module_ai__f9c34bd8 .index2_module_user_info__f9c34bd8 {
7391
7399
  width: 252px;
7392
7400
  }
7393
- .index2_module_teacher_layout_modal__c27610f4 .index2_module_top__c27610f4 .index2_module_ai__c27610f4 .index2_module_user_info__c27610f4 .index2_module_message__c27610f4,
7394
- .index2_module_teacher_layout_modal__c27610f4 .index2_module_bottom__c27610f4 .index2_module_ai__c27610f4 .index2_module_user_info__c27610f4 .index2_module_message__c27610f4 {
7401
+ .index2_module_teacher_layout_modal__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_ai__f9c34bd8 .index2_module_user_info__f9c34bd8 .index2_module_message__f9c34bd8,
7402
+ .index2_module_teacher_layout_modal__f9c34bd8 .index2_module_bottom__f9c34bd8 .index2_module_ai__f9c34bd8 .index2_module_user_info__f9c34bd8 .index2_module_message__f9c34bd8 {
7395
7403
  color: #000;
7396
7404
  font-size: 14px;
7397
7405
  line-height: 1;
7398
7406
  padding-right: 10px;
7399
7407
  }
7400
- .index2_module_teacher_layout_modal__c27610f4 .index2_module_top__c27610f4 .index2_module_ai__c27610f4 .index2_module_user_info__c27610f4 .index2_module_message__c27610f4 .index2_module_num__c27610f4,
7401
- .index2_module_teacher_layout_modal__c27610f4 .index2_module_bottom__c27610f4 .index2_module_ai__c27610f4 .index2_module_user_info__c27610f4 .index2_module_message__c27610f4 .index2_module_num__c27610f4 {
7408
+ .index2_module_teacher_layout_modal__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_ai__f9c34bd8 .index2_module_user_info__f9c34bd8 .index2_module_message__f9c34bd8 .index2_module_num__f9c34bd8,
7409
+ .index2_module_teacher_layout_modal__f9c34bd8 .index2_module_bottom__f9c34bd8 .index2_module_ai__f9c34bd8 .index2_module_user_info__f9c34bd8 .index2_module_message__f9c34bd8 .index2_module_num__f9c34bd8 {
7402
7410
  margin-left: 12px;
7403
7411
  border-radius: 26px;
7404
7412
  background-color: #f4523b;
@@ -7408,15 +7416,15 @@
7408
7416
  font-size: 12px;
7409
7417
  line-height: 1;
7410
7418
  }
7411
- .index2_module_teacher_layout_modal__c27610f4 .index2_module_top__c27610f4 .index2_module_ai__c27610f4 .index2_module_user_info__c27610f4 .index2_module_message__c27610f4 .index2_module_time__c27610f4,
7412
- .index2_module_teacher_layout_modal__c27610f4 .index2_module_bottom__c27610f4 .index2_module_ai__c27610f4 .index2_module_user_info__c27610f4 .index2_module_message__c27610f4 .index2_module_time__c27610f4 {
7419
+ .index2_module_teacher_layout_modal__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_ai__f9c34bd8 .index2_module_user_info__f9c34bd8 .index2_module_message__f9c34bd8 .index2_module_time__f9c34bd8,
7420
+ .index2_module_teacher_layout_modal__f9c34bd8 .index2_module_bottom__f9c34bd8 .index2_module_ai__f9c34bd8 .index2_module_user_info__f9c34bd8 .index2_module_message__f9c34bd8 .index2_module_time__f9c34bd8 {
7413
7421
  font-size: 12px;
7414
7422
  color: rgba(0, 0, 0, 0.25);
7415
7423
  float: right;
7416
7424
  }
7417
- .index2_module_teacher_layout_modal__c27610f4 .index2_module_top__c27610f4 .index2_module_ai__c27610f4 .index2_module_user_info__c27610f4 .index2_module_con__c27610f4,
7418
- .index2_module_teacher_layout_modal__c27610f4 .index2_module_bottom__c27610f4 .index2_module_ai__c27610f4 .index2_module_user_info__c27610f4 .index2_module_con__c27610f4 {
7419
- color: rgba(0, 0, 0, 0.25);
7425
+ .index2_module_teacher_layout_modal__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_ai__f9c34bd8 .index2_module_user_info__f9c34bd8 .index2_module_con__f9c34bd8,
7426
+ .index2_module_teacher_layout_modal__f9c34bd8 .index2_module_bottom__f9c34bd8 .index2_module_ai__f9c34bd8 .index2_module_user_info__f9c34bd8 .index2_module_con__f9c34bd8 {
7427
+ color: rgba(0, 0, 0, 0.45);
7420
7428
  font-size: 12px;
7421
7429
  line-height: 1.5;
7422
7430
  margin-top: 8px;
@@ -7424,32 +7432,32 @@
7424
7432
  white-space: nowrap;
7425
7433
  text-overflow: ellipsis;
7426
7434
  }
7427
- .index2_module_teacher_layout_modal__c27610f4 .index2_module_top__c27610f4 .index2_module_active__c27610f4,
7428
- .index2_module_teacher_layout_modal__c27610f4 .index2_module_bottom__c27610f4 .index2_module_active__c27610f4 {
7435
+ .index2_module_teacher_layout_modal__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_active__f9c34bd8,
7436
+ .index2_module_teacher_layout_modal__f9c34bd8 .index2_module_bottom__f9c34bd8 .index2_module_active__f9c34bd8 {
7429
7437
  background: #f0f8ff;
7430
7438
  }
7431
- .index2_module_teacher_layout_modal__c27610f4 .index2_module_bottom__c27610f4 {
7439
+ .index2_module_teacher_layout_modal__f9c34bd8 .index2_module_bottom__f9c34bd8 {
7432
7440
  overflow: auto;
7433
7441
  height: calc(100% - 70px);
7434
7442
  }
7435
- .index2_module_teacher_layout_modal__c27610f4 .index2_module_bottom__c27610f4::-webkit-scrollbar {
7443
+ .index2_module_teacher_layout_modal__f9c34bd8 .index2_module_bottom__f9c34bd8::-webkit-scrollbar {
7436
7444
  background-color: #eaedf1;
7437
7445
  background-color: transparent;
7438
7446
  width: 4px;
7439
7447
  height: 4px;
7440
7448
  }
7441
- .index2_module_teacher_layout_modal__c27610f4 .index2_module_bottom__c27610f4::-webkit-scrollbar-thumb {
7449
+ .index2_module_teacher_layout_modal__f9c34bd8 .index2_module_bottom__f9c34bd8::-webkit-scrollbar-thumb {
7442
7450
  border-radius: 4px;
7443
7451
  background-color: rgba(0, 0, 0, 0.25);
7444
7452
  }
7445
- .index2_module_teacher_layout_modal__c27610f4 .anticon {
7453
+ .index2_module_teacher_layout_modal__f9c34bd8 .anticon {
7446
7454
  vertical-align: 0;
7447
7455
  }
7448
- .index2_module_teacher_layout_modal_newlabo__c27610f4 .index2_module_top__c27610f4 .index2_module_active__c27610f4,
7449
- .index2_module_teacher_layout_modal_newlabo__c27610f4 .index2_module_bottom__c27610f4 .index2_module_active__c27610f4 {
7456
+ .index2_module_teacher_layout_modal_newlabo__f9c34bd8 .index2_module_top__f9c34bd8 .index2_module_active__f9c34bd8,
7457
+ .index2_module_teacher_layout_modal_newlabo__f9c34bd8 .index2_module_bottom__f9c34bd8 .index2_module_active__f9c34bd8 {
7450
7458
  background: #f0f8ff !important;
7451
7459
  }
7452
- .index2_module_history_list__c27610f4 {
7460
+ .index2_module_history_list__f9c34bd8 {
7453
7461
  position: absolute;
7454
7462
  top: 0;
7455
7463
  background: rgba(0, 0, 0, 0.3);
@@ -7457,17 +7465,18 @@
7457
7465
  height: 100%;
7458
7466
  overflow: hidden;
7459
7467
  }
7460
- .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 {
7468
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 {
7461
7469
  background: #fff;
7462
7470
  position: absolute;
7471
+ z-index: 10;
7463
7472
  bottom: -500px;
7464
7473
  width: 100%;
7465
7474
  border-radius: 16px 16px 0px 0px;
7466
7475
  overflow: hidden;
7467
- animation: index2_module_mymove__c27610f4 1s forwards;
7476
+ animation: index2_module_mymove__f9c34bd8 1s forwards;
7468
7477
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
7469
7478
  }
7470
- .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_title__c27610f4 {
7479
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_title__f9c34bd8 {
7471
7480
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
7472
7481
  font-size: 16px;
7473
7482
  font-weight: 600;
@@ -7476,18 +7485,18 @@
7476
7485
  display: flex;
7477
7486
  justify-content: space-between;
7478
7487
  }
7479
- .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_title__c27610f4 svg {
7488
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_title__f9c34bd8 svg {
7480
7489
  font-size: 12px;
7481
7490
  cursor: pointer;
7482
7491
  opacity: 0.65;
7483
7492
  font-weight: 300;
7484
7493
  }
7485
- .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_search_top__c27610f4 {
7494
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_search_top__f9c34bd8 {
7486
7495
  position: relative;
7487
7496
  margin: 16px 24px;
7488
7497
  background-color: #fff;
7489
7498
  }
7490
- .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_search_top__c27610f4 input {
7499
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_search_top__f9c34bd8 input {
7491
7500
  width: 100%;
7492
7501
  height: 40px;
7493
7502
  line-height: 40px;
@@ -7497,7 +7506,7 @@
7497
7506
  padding-right: 30px;
7498
7507
  color: rgba(0, 0, 0, 0.85);
7499
7508
  }
7500
- .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_search_top__c27610f4 .anticon {
7509
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_search_top__f9c34bd8 .anticon {
7501
7510
  position: absolute;
7502
7511
  top: 11px;
7503
7512
  z-index: 1;
@@ -7505,7 +7514,7 @@
7505
7514
  font-size: 16px;
7506
7515
  color: rgba(0, 0, 0, 0.65);
7507
7516
  }
7508
- .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_search_top__c27610f4 .guanbi_Close {
7517
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_search_top__f9c34bd8 .guanbi_Close {
7509
7518
  position: absolute;
7510
7519
  top: 3px;
7511
7520
  right: 38px;
@@ -7514,69 +7523,127 @@
7514
7523
  color: rgba(0, 0, 0, 0.65);
7515
7524
  cursor: pointer;
7516
7525
  }
7517
- .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_search_top__c27610f4 .guanbi_Close svg {
7526
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_search_top__f9c34bd8 .guanbi_Close svg {
7518
7527
  font-size: 10px;
7519
7528
  opacity: 0.65;
7520
7529
  }
7521
- .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_search_top__c27610f4 svg {
7530
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_search_top__f9c34bd8 svg {
7522
7531
  opacity: 0.65;
7523
7532
  font-weight: 300;
7524
7533
  }
7525
- .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4:first-child {
7534
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8:first-child {
7526
7535
  margin-top: 0;
7527
7536
  }
7528
- .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 {
7537
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 {
7529
7538
  overflow: auto;
7530
7539
  height: 510px;
7531
7540
  }
7532
- .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4::-webkit-scrollbar {
7541
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8::-webkit-scrollbar {
7533
7542
  background-color: #eaedf1;
7534
7543
  background-color: transparent;
7535
7544
  width: 4px;
7536
7545
  height: 4px;
7537
7546
  }
7538
- .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4::-webkit-scrollbar-thumb {
7547
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8::-webkit-scrollbar-thumb {
7539
7548
  border-radius: 4px;
7540
7549
  background-color: rgba(0, 0, 0, 0.25);
7541
7550
  }
7542
- .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 .index2_module_list__c27610f4 {
7543
- margin: 8px 24px;
7544
- padding: 8px;
7545
- margin-bottom: 17px;
7551
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 .index2_module_list_item__f9c34bd8 .index2_module_list_summary__f9c34bd8 {
7552
+ width: 100%;
7553
+ padding: 8px 16px;
7554
+ display: flex;
7555
+ align-items: center;
7556
+ border-bottom: 1px solid #ebebeb;
7557
+ }
7558
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 .index2_module_list_item__f9c34bd8 .index2_module_list_summary__f9c34bd8 .index2_module_head_img__f9c34bd8 {
7559
+ width: 36px;
7560
+ height: 36px;
7561
+ border-radius: 50%;
7562
+ margin-right: 16px;
7563
+ }
7564
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 .index2_module_list_item__f9c34bd8 .index2_module_list_summary__f9c34bd8 .index2_module_head_img__f9c34bd8 img {
7565
+ width: 36px;
7566
+ height: 36px;
7567
+ border-radius: 50%;
7568
+ }
7569
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 .index2_module_list_item__f9c34bd8 .index2_module_list_summary__f9c34bd8 .index2_module_head_img__f9c34bd8 svg {
7570
+ width: 36px;
7571
+ height: 36px;
7572
+ }
7573
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 .index2_module_list_item__f9c34bd8 .index2_module_list_summary__f9c34bd8 .index2_module_list_desc__f9c34bd8 {
7574
+ width: calc(100% - 56px);
7575
+ }
7576
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 .index2_module_list_item__f9c34bd8 .index2_module_list_summary__f9c34bd8 .index2_module_list_desc__f9c34bd8 .index2_module_name__f9c34bd8 {
7577
+ color: rgba(0, 0, 0, 0.85);
7578
+ font-size: 16px;
7579
+ font-weight: 600;
7580
+ line-height: 150%;
7581
+ margin-bottom: 4px;
7582
+ }
7583
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 .index2_module_list_item__f9c34bd8 .index2_module_list_summary__f9c34bd8 .index2_module_list_desc__f9c34bd8 .index2_module_name__f9c34bd8 .index2_module_time__f9c34bd8 {
7584
+ float: right;
7585
+ font-size: 14px;
7586
+ color: #8c8c8c;
7587
+ font-weight: 400;
7588
+ }
7589
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 .index2_module_list_item__f9c34bd8 .index2_module_list_summary__f9c34bd8 .index2_module_list_desc__f9c34bd8 .index2_module_decs__f9c34bd8 {
7590
+ color: rgba(0, 0, 0, 0.65);
7591
+ font-size: 14px;
7592
+ font-weight: 400;
7593
+ line-height: 150%;
7594
+ overflow: hidden;
7595
+ text-overflow: ellipsis;
7596
+ white-space: nowrap;
7597
+ }
7598
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 .index2_module_list_item__f9c34bd8 .index2_module_list_summary__f9c34bd8 .index2_module_list_desc__f9c34bd8 .index2_module_decs__f9c34bd8 span {
7599
+ color: #5991ef;
7600
+ }
7601
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 .index2_module_list_item__f9c34bd8 .index2_module_list_summary__f9c34bd8 .index2_module_open__f9c34bd8 {
7602
+ font-size: 24px;
7603
+ color: rgba(0, 0, 0, 0.65);
7604
+ }
7605
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 .index2_module_list_item__f9c34bd8 .index2_module_list_summary__f9c34bd8 .index2_module_active__f9c34bd8 svg {
7606
+ transform: rotate(90deg);
7607
+ }
7608
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 .index2_module_list_item__f9c34bd8 .index2_module_list_detail__f9c34bd8 {
7609
+ background-color: rgba(0, 0, 0, 0.02);
7610
+ }
7611
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 .index2_module_list_item__f9c34bd8 .index2_module_list_detail__f9c34bd8 .index2_module_list__f9c34bd8 {
7612
+ padding: 8px 16px;
7613
+ margin-bottom: 1px;
7546
7614
  position: relative;
7547
7615
  cursor: pointer;
7548
7616
  }
7549
- .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 .index2_module_list__c27610f4:hover {
7617
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 .index2_module_list_item__f9c34bd8 .index2_module_list_detail__f9c34bd8 .index2_module_list__f9c34bd8:hover {
7550
7618
  background-color: rgba(0, 0, 0, 0.04);
7551
- border-radius: 8px;
7552
7619
  }
7553
- .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 .index2_module_list__c27610f4::before {
7620
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 .index2_module_list_item__f9c34bd8 .index2_module_list_detail__f9c34bd8 .index2_module_list__f9c34bd8::before {
7554
7621
  content: "";
7555
7622
  display: inline-block;
7556
7623
  width: 100%;
7557
7624
  height: 1px;
7558
7625
  background-color: #ebebeb;
7559
7626
  position: absolute;
7560
- bottom: -9px;
7627
+ bottom: -1px;
7561
7628
  left: -1px;
7562
7629
  }
7563
- .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 .index2_module_list__c27610f4 .index2_module_name__c27610f4 {
7630
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 .index2_module_list_item__f9c34bd8 .index2_module_list_detail__f9c34bd8 .index2_module_list__f9c34bd8 .index2_module_name__f9c34bd8 {
7564
7631
  display: flex;
7565
7632
  justify-content: space-between;
7566
7633
  align-items: center;
7567
7634
  margin-bottom: 9px;
7568
7635
  }
7569
- .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 .index2_module_list__c27610f4 .index2_module_name__c27610f4 p {
7636
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 .index2_module_list_item__f9c34bd8 .index2_module_list_detail__f9c34bd8 .index2_module_list__f9c34bd8 .index2_module_name__f9c34bd8 p {
7570
7637
  color: rgba(0, 0, 0, 0.85);
7571
7638
  font-size: 16px;
7572
7639
  font-weight: 600;
7573
7640
  line-height: 1.5;
7574
7641
  }
7575
- .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 .index2_module_list__c27610f4 .index2_module_name__c27610f4 .index2_module_time__c27610f4 {
7642
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 .index2_module_list_item__f9c34bd8 .index2_module_list_detail__f9c34bd8 .index2_module_list__f9c34bd8 .index2_module_name__f9c34bd8 .index2_module_time__f9c34bd8 {
7576
7643
  font-size: 14px;
7577
7644
  color: #8c8c8c;
7578
7645
  }
7579
- .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 .index2_module_list__c27610f4 .index2_module_con__c27610f4 {
7646
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 .index2_module_list_item__f9c34bd8 .index2_module_list_detail__f9c34bd8 .index2_module_list__f9c34bd8 .index2_module_con__f9c34bd8 {
7580
7647
  color: rgba(0, 0, 0, 0.85);
7581
7648
  font-size: 14px;
7582
7649
  font-weight: 400;
@@ -7589,17 +7656,22 @@
7589
7656
  max-height: 40px;
7590
7657
  word-break: break-all;
7591
7658
  }
7592
- .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 .index2_module_list__c27610f4 .index2_module_con__c27610f4 span {
7659
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 .index2_module_list_item__f9c34bd8 .index2_module_list_detail__f9c34bd8 .index2_module_list__f9c34bd8 .index2_module_con__f9c34bd8 span {
7593
7660
  color: #5991ef;
7594
7661
  }
7595
- .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 .index2_module_no_data__c27610f4 {
7662
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 .index2_module_list_item__f9c34bd8 .index2_module_list_detail__f9c34bd8 .index2_module_list_more__f9c34bd8 {
7663
+ text-align: center;
7664
+ color: rgba(0, 0, 0, 0.45);
7665
+ font-size: 14px;
7666
+ }
7667
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 .index2_module_no_data__f9c34bd8 {
7596
7668
  text-align: center;
7597
7669
  margin-top: 130px;
7598
7670
  }
7599
- .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 .index2_module_no_data__c27610f4 img {
7671
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 .index2_module_no_data__f9c34bd8 img {
7600
7672
  width: 160px;
7601
7673
  }
7602
- .index2_module_history_list__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 .index2_module_no_data__c27610f4 p {
7674
+ .index2_module_history_list__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 .index2_module_no_data__f9c34bd8 p {
7603
7675
  margin-top: 24px;
7604
7676
  color: rgba(0, 0, 0, 0.45);
7605
7677
  text-align: center;
@@ -7607,7 +7679,7 @@
7607
7679
  line-height: 100%;
7608
7680
  /* 14px */
7609
7681
  }
7610
- @keyframes index2_module_mymove__c27610f4 {
7682
+ @keyframes index2_module_mymove__f9c34bd8 {
7611
7683
  from {
7612
7684
  bottom: -500px;
7613
7685
  }
@@ -7615,10 +7687,10 @@
7615
7687
  bottom: 0;
7616
7688
  }
7617
7689
  }
7618
- .index2_module_history_list__c27610f4 .anticon {
7690
+ .index2_module_history_list__f9c34bd8 .anticon {
7619
7691
  vertical-align: 0;
7620
7692
  }
7621
- .index2_module_history_list_broadside__c27610f4 {
7693
+ .index2_module_history_list_broadside__f9c34bd8 {
7622
7694
  width: 417px;
7623
7695
  height: calc(100% - 48px);
7624
7696
  right: 0;
@@ -7627,24 +7699,21 @@
7627
7699
  background: transparent;
7628
7700
  overflow: visible;
7629
7701
  }
7630
- .index2_module_history_list_broadside__c27610f4 .index2_module_search_layout__c27610f4 {
7702
+ .index2_module_history_list_broadside__f9c34bd8 .index2_module_search_layout__f9c34bd8 {
7631
7703
  height: 100%;
7632
7704
  border-radius: 0;
7633
7705
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
7634
7706
  }
7635
- .index2_module_history_list_broadside__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_search_top__c27610f4 {
7707
+ .index2_module_history_list_broadside__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_search_top__f9c34bd8 {
7636
7708
  margin: 16px;
7637
7709
  }
7638
- .index2_module_history_list_broadside__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_title__c27610f4 {
7710
+ .index2_module_history_list_broadside__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_title__f9c34bd8 {
7639
7711
  padding: 16px;
7640
7712
  }
7641
- .index2_module_history_list_broadside__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 {
7713
+ .index2_module_history_list_broadside__f9c34bd8 .index2_module_search_layout__f9c34bd8 .index2_module_main_list__f9c34bd8 {
7642
7714
  height: calc(100% - 140px);
7643
7715
  max-height: calc(100% - 140px);
7644
7716
  }
7645
- .index2_module_history_list_broadside__c27610f4 .index2_module_search_layout__c27610f4 .index2_module_main_list__c27610f4 .index2_module_list__c27610f4 {
7646
- margin: 8px 16px 17px;
7647
- }
7648
7717
 
7649
7718
  /* 变量色值 */
7650
7719
  /* "color-background-layout": {
@@ -8087,49 +8156,49 @@
8087
8156
  "description": "图标,六级填充色"
8088
8157
  }
8089
8158
  */
8090
- .index_module_service_ChatWindow_Drawer__0ae06d23,
8091
- .index_module_ChatWindow_Modal__0ae06d23 {
8159
+ .index_module_service_ChatWindow_Drawer__9cd6a734,
8160
+ .index_module_ChatWindow_Modal__9cd6a734 {
8092
8161
  width: 100% !important;
8093
8162
  }
8094
- .index_module_service_ChatWindow_Drawer__0ae06d23 .bhd-drawer-mask,
8095
- .index_module_ChatWindow_Modal__0ae06d23 .bhd-drawer-mask {
8163
+ .index_module_service_ChatWindow_Drawer__9cd6a734 .bhd-drawer-mask,
8164
+ .index_module_ChatWindow_Modal__9cd6a734 .bhd-drawer-mask {
8096
8165
  background-color: rgba(0, 0, 0, 0.15) !important;
8097
8166
  }
8098
- .index_module_ChatWindow_Drawer__0ae06d23,
8099
- .index_module_ChatWindow_Modal__0ae06d23 {
8167
+ .index_module_ChatWindow_Drawer__9cd6a734,
8168
+ .index_module_ChatWindow_Modal__9cd6a734 {
8100
8169
  /* 全局修改滚动条样式 */
8101
8170
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1) !important;
8102
8171
  }
8103
- .index_module_ChatWindow_Drawer__0ae06d23 textarea::-webkit-scrollbar,
8104
- .index_module_ChatWindow_Modal__0ae06d23 textarea::-webkit-scrollbar {
8172
+ .index_module_ChatWindow_Drawer__9cd6a734 textarea::-webkit-scrollbar,
8173
+ .index_module_ChatWindow_Modal__9cd6a734 textarea::-webkit-scrollbar {
8105
8174
  background-color: #eaedf1;
8106
8175
  background-color: transparent;
8107
8176
  width: 4px;
8108
8177
  height: 4px;
8109
8178
  }
8110
- .index_module_ChatWindow_Drawer__0ae06d23 textarea::-webkit-scrollbar-thumb,
8111
- .index_module_ChatWindow_Modal__0ae06d23 textarea::-webkit-scrollbar-thumb {
8179
+ .index_module_ChatWindow_Drawer__9cd6a734 textarea::-webkit-scrollbar-thumb,
8180
+ .index_module_ChatWindow_Modal__9cd6a734 textarea::-webkit-scrollbar-thumb {
8112
8181
  border-radius: 4px;
8113
8182
  background-color: rgba(0, 0, 0, 0.25);
8114
8183
  }
8115
- .index_module_ChatWindow_Drawer__0ae06d23 pre::-webkit-scrollbar,
8116
- .index_module_ChatWindow_Modal__0ae06d23 pre::-webkit-scrollbar {
8184
+ .index_module_ChatWindow_Drawer__9cd6a734 pre::-webkit-scrollbar,
8185
+ .index_module_ChatWindow_Modal__9cd6a734 pre::-webkit-scrollbar {
8117
8186
  background-color: #eaedf1;
8118
8187
  background-color: transparent;
8119
8188
  width: 4px;
8120
8189
  height: 4px;
8121
8190
  }
8122
- .index_module_ChatWindow_Drawer__0ae06d23 pre::-webkit-scrollbar-thumb,
8123
- .index_module_ChatWindow_Modal__0ae06d23 pre::-webkit-scrollbar-thumb {
8191
+ .index_module_ChatWindow_Drawer__9cd6a734 pre::-webkit-scrollbar-thumb,
8192
+ .index_module_ChatWindow_Modal__9cd6a734 pre::-webkit-scrollbar-thumb {
8124
8193
  border-radius: 4px;
8125
8194
  background-color: rgba(0, 0, 0, 0.25);
8126
8195
  }
8127
- .index_module_ChatWindow_Drawer__0ae06d23 .bhd-drawer-body,
8128
- .index_module_ChatWindow_Modal__0ae06d23 .bhd-drawer-body {
8196
+ .index_module_ChatWindow_Drawer__9cd6a734 .bhd-drawer-body,
8197
+ .index_module_ChatWindow_Modal__9cd6a734 .bhd-drawer-body {
8129
8198
  padding: 0 !important;
8130
8199
  }
8131
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23,
8132
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 {
8200
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_header_wrap__9cd6a734 .index_module_top__9cd6a734,
8201
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_header_wrap__9cd6a734 .index_module_top__9cd6a734 {
8133
8202
  display: flex;
8134
8203
  padding: 16px 24px;
8135
8204
  justify-content: space-between;
@@ -8137,16 +8206,16 @@
8137
8206
  background-color: #fff;
8138
8207
  line-height: 1;
8139
8208
  }
8140
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 .index_module_user__0ae06d23,
8141
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 .index_module_user__0ae06d23 {
8209
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_header_wrap__9cd6a734 .index_module_top__9cd6a734 .index_module_user__9cd6a734,
8210
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_header_wrap__9cd6a734 .index_module_top__9cd6a734 .index_module_user__9cd6a734 {
8142
8211
  color: #000;
8143
8212
  font-size: 16px;
8144
8213
  font-weight: 600;
8145
8214
  position: relative;
8146
8215
  padding-left: 36px;
8147
8216
  }
8148
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 .index_module_user__0ae06d23 i,
8149
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 .index_module_user__0ae06d23 i {
8217
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_header_wrap__9cd6a734 .index_module_top__9cd6a734 .index_module_user__9cd6a734 i,
8218
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_header_wrap__9cd6a734 .index_module_top__9cd6a734 .index_module_user__9cd6a734 i {
8150
8219
  padding-right: 16px;
8151
8220
  color: #111;
8152
8221
  position: absolute;
@@ -8155,8 +8224,8 @@
8155
8224
  left: 0;
8156
8225
  cursor: pointer;
8157
8226
  }
8158
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 .index_module_user__0ae06d23 .index_module_count__0ae06d23,
8159
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 .index_module_user__0ae06d23 .index_module_count__0ae06d23 {
8227
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_header_wrap__9cd6a734 .index_module_top__9cd6a734 .index_module_user__9cd6a734 .index_module_count__9cd6a734,
8228
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_header_wrap__9cd6a734 .index_module_top__9cd6a734 .index_module_user__9cd6a734 .index_module_count__9cd6a734 {
8160
8229
  position: absolute;
8161
8230
  top: -6px;
8162
8231
  right: 5px;
@@ -8167,19 +8236,19 @@
8167
8236
  font-size: 12px;
8168
8237
  line-height: 1.2;
8169
8238
  }
8170
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 .index_module_operate__0ae06d23,
8171
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 .index_module_operate__0ae06d23 {
8239
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_header_wrap__9cd6a734 .index_module_top__9cd6a734 .index_module_operate__9cd6a734,
8240
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_header_wrap__9cd6a734 .index_module_top__9cd6a734 .index_module_operate__9cd6a734 {
8172
8241
  display: flex;
8173
8242
  height: 16px;
8174
8243
  }
8175
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 .index_module_operate__0ae06d23 i,
8176
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 .index_module_operate__0ae06d23 i {
8244
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_header_wrap__9cd6a734 .index_module_top__9cd6a734 .index_module_operate__9cd6a734 i,
8245
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_header_wrap__9cd6a734 .index_module_top__9cd6a734 .index_module_operate__9cd6a734 i {
8177
8246
  font-size: 16px;
8178
8247
  margin-left: 23px;
8179
8248
  cursor: pointer;
8180
8249
  }
8181
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 .index_module_operate__0ae06d23 .index_module_line__0ae06d23,
8182
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_header_wrap__0ae06d23 .index_module_top__0ae06d23 .index_module_operate__0ae06d23 .index_module_line__0ae06d23 {
8250
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_header_wrap__9cd6a734 .index_module_top__9cd6a734 .index_module_operate__9cd6a734 .index_module_line__9cd6a734,
8251
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_header_wrap__9cd6a734 .index_module_top__9cd6a734 .index_module_operate__9cd6a734 .index_module_line__9cd6a734 {
8183
8252
  display: inline-block;
8184
8253
  width: 1px;
8185
8254
  height: 16px;
@@ -8187,40 +8256,40 @@
8187
8256
  margin: 0 4px;
8188
8257
  margin-left: 23px;
8189
8258
  }
8190
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_header_wrap_newlabo__0ae06d23 .index_module_top__0ae06d23,
8191
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_header_wrap_newlabo__0ae06d23 .index_module_top__0ae06d23 {
8259
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_header_wrap_newlabo__9cd6a734 .index_module_top__9cd6a734,
8260
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_header_wrap_newlabo__9cd6a734 .index_module_top__9cd6a734 {
8192
8261
  background-color: #f5f5f5;
8193
- border-bottom: 1px solid rgba(0, 0, 0, 0.15);
8262
+ border-bottom: 1px solid #ebebeb;
8194
8263
  }
8195
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_header_wrap_newlabo__0ae06d23 .index_module_top__0ae06d23 .index_module_user__0ae06d23,
8196
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_header_wrap_newlabo__0ae06d23 .index_module_top__0ae06d23 .index_module_user__0ae06d23 {
8264
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_header_wrap_newlabo__9cd6a734 .index_module_top__9cd6a734 .index_module_user__9cd6a734,
8265
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_header_wrap_newlabo__9cd6a734 .index_module_top__9cd6a734 .index_module_user__9cd6a734 {
8197
8266
  padding-left: 0;
8198
8267
  font-weight: 400;
8199
8268
  }
8200
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23,
8201
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 {
8269
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734,
8270
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 {
8202
8271
  max-height: calc(100vh - 110px);
8203
8272
  overflow: auto;
8204
8273
  background: #f5f5f5;
8205
- min-height: 500px;
8274
+ min-height: 200px;
8206
8275
  }
8207
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_loading__0ae06d23,
8208
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_loading__0ae06d23 {
8276
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_loading__9cd6a734,
8277
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_loading__9cd6a734 {
8209
8278
  text-align: center;
8210
8279
  margin: 10px 0;
8211
8280
  }
8212
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_loading__0ae06d23 img,
8213
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_loading__0ae06d23 img {
8281
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_loading__9cd6a734 img,
8282
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_loading__9cd6a734 img {
8214
8283
  width: 30px;
8215
8284
  height: 30px;
8216
8285
  }
8217
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23,
8218
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 {
8286
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734,
8287
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 {
8219
8288
  padding: 16px;
8220
8289
  padding-top: 0;
8221
8290
  }
8222
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_left__0ae06d23 .index_module_head_sculpture__0ae06d23,
8223
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_left__0ae06d23 .index_module_head_sculpture__0ae06d23 {
8291
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_left__9cd6a734 .index_module_head_sculpture__9cd6a734,
8292
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_left__9cd6a734 .index_module_head_sculpture__9cd6a734 {
8224
8293
  width: 32px;
8225
8294
  height: 32px;
8226
8295
  margin-top: 24px;
@@ -8229,19 +8298,19 @@
8229
8298
  vertical-align: top;
8230
8299
  overflow: hidden;
8231
8300
  }
8232
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_left__0ae06d23 .index_module_head_sculpture__0ae06d23 img,
8233
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_left__0ae06d23 .index_module_head_sculpture__0ae06d23 img {
8301
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_left__9cd6a734 .index_module_head_sculpture__9cd6a734 img,
8302
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_left__9cd6a734 .index_module_head_sculpture__9cd6a734 img {
8234
8303
  width: 100%;
8235
8304
  height: 100%;
8236
8305
  }
8237
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_left__0ae06d23 .index_module_main_content__0ae06d23,
8238
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_left__0ae06d23 .index_module_main_content__0ae06d23 {
8306
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_left__9cd6a734 .index_module_main_content__9cd6a734,
8307
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_left__9cd6a734 .index_module_main_content__9cd6a734 {
8239
8308
  display: flex;
8240
8309
  flex-direction: column;
8241
8310
  align-items: flex-end;
8242
8311
  }
8243
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_right__0ae06d23 .index_module_head_sculpture__0ae06d23,
8244
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_right__0ae06d23 .index_module_head_sculpture__0ae06d23 {
8312
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_right__9cd6a734 .index_module_head_sculpture__9cd6a734,
8313
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_right__9cd6a734 .index_module_head_sculpture__9cd6a734 {
8245
8314
  width: 32px;
8246
8315
  height: 32px;
8247
8316
  margin-top: 24px;
@@ -8252,86 +8321,90 @@
8252
8321
  overflow: hidden;
8253
8322
  text-align: center;
8254
8323
  }
8255
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_right__0ae06d23 .index_module_head_sculpture__0ae06d23 i,
8256
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_right__0ae06d23 .index_module_head_sculpture__0ae06d23 i {
8324
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_right__9cd6a734 .index_module_head_sculpture__9cd6a734 i,
8325
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_right__9cd6a734 .index_module_head_sculpture__9cd6a734 i {
8257
8326
  color: #fff;
8258
8327
  }
8259
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_right__0ae06d23 .index_module_head_sculpture__0ae06d23 img,
8260
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_right__0ae06d23 .index_module_head_sculpture__0ae06d23 img {
8328
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_right__9cd6a734 .index_module_head_sculpture__9cd6a734 img,
8329
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_right__9cd6a734 .index_module_head_sculpture__9cd6a734 img {
8261
8330
  width: 100%;
8262
8331
  height: 100%;
8263
8332
  }
8264
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li,
8265
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li {
8333
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li,
8334
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li {
8266
8335
  position: relative;
8267
8336
  display: flex;
8268
8337
  width: 100%;
8269
8338
  }
8270
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23,
8271
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 {
8339
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734,
8340
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 {
8272
8341
  max-width: 80%;
8273
8342
  }
8274
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23,
8275
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 {
8276
- position: relative;
8277
- }
8278
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23:hover .index_module_operate_modal__0ae06d23,
8279
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23:hover .index_module_operate_modal__0ae06d23 {
8343
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_main_content_flag__9cd6a734:hover .index_module_operate_modal__9cd6a734,
8344
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_main_content_flag__9cd6a734:hover .index_module_operate_modal__9cd6a734 {
8280
8345
  visibility: visible;
8281
8346
  }
8282
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23,
8283
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 {
8347
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_main_content__9cd6a734,
8348
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_main_content__9cd6a734 {
8349
+ position: relative;
8350
+ }
8351
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_main_content__9cd6a734 .index_module_content__9cd6a734,
8352
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_main_content__9cd6a734 .index_module_content__9cd6a734 {
8284
8353
  max-width: 100%;
8285
8354
  }
8286
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 .index_module_content_child__0ae06d23,
8287
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 .index_module_content_child__0ae06d23 {
8355
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_main_content__9cd6a734 .index_module_content__9cd6a734 .index_module_content_child__9cd6a734,
8356
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_main_content__9cd6a734 .index_module_content__9cd6a734 .index_module_content_child__9cd6a734 {
8288
8357
  padding: 0;
8289
8358
  line-height: 1;
8290
8359
  }
8291
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 .index_module_content_child__0ae06d23 p,
8292
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 .index_module_content_child__0ae06d23 p,
8293
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 .index_module_content_child__0ae06d23 li,
8294
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 .index_module_content_child__0ae06d23 li {
8360
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_main_content__9cd6a734 .index_module_content__9cd6a734 .index_module_content_child__9cd6a734 p,
8361
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_main_content__9cd6a734 .index_module_content__9cd6a734 .index_module_content_child__9cd6a734 p {
8362
+ word-break: break-all;
8363
+ }
8364
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_main_content__9cd6a734 .index_module_content__9cd6a734 .index_module_content_child__9cd6a734 p,
8365
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_main_content__9cd6a734 .index_module_content__9cd6a734 .index_module_content_child__9cd6a734 p,
8366
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_main_content__9cd6a734 .index_module_content__9cd6a734 .index_module_content_child__9cd6a734 li,
8367
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_main_content__9cd6a734 .index_module_content__9cd6a734 .index_module_content_child__9cd6a734 li {
8295
8368
  line-height: 1.5;
8296
8369
  color: rgba(0, 0, 0, 0.85);
8297
8370
  }
8298
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 .index_module_content_child__0ae06d23 > h3,
8299
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 .index_module_content_child__0ae06d23 > h3 {
8371
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_main_content__9cd6a734 .index_module_content__9cd6a734 .index_module_content_child__9cd6a734 > h3,
8372
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_main_content__9cd6a734 .index_module_content__9cd6a734 .index_module_content_child__9cd6a734 > h3 {
8300
8373
  font-size: 16px;
8301
8374
  font-weight: 600;
8302
8375
  padding: 10px 0;
8303
8376
  }
8304
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 .index_module_content_child__0ae06d23 ol li p,
8305
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 .index_module_content_child__0ae06d23 ol li p {
8377
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_main_content__9cd6a734 .index_module_content__9cd6a734 .index_module_content_child__9cd6a734 ol li p,
8378
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_main_content__9cd6a734 .index_module_content__9cd6a734 .index_module_content_child__9cd6a734 ol li p {
8306
8379
  padding: 4px 0;
8307
8380
  font-size: 14px;
8308
8381
  font-weight: 600;
8309
8382
  }
8310
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 .index_module_content_child__0ae06d23 ol li > ul li,
8311
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 .index_module_content_child__0ae06d23 ol li > ul li {
8383
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_main_content__9cd6a734 .index_module_content__9cd6a734 .index_module_content_child__9cd6a734 ol li > ul li,
8384
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_main_content__9cd6a734 .index_module_content__9cd6a734 .index_module_content_child__9cd6a734 ol li > ul li {
8312
8385
  list-style: inside;
8313
8386
  color: rgba(0, 0, 0, 0.65);
8314
8387
  }
8315
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 pre,
8316
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_main_content__0ae06d23 .index_module_content__0ae06d23 pre {
8388
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_main_content__9cd6a734 .index_module_content__9cd6a734 pre,
8389
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_main_content__9cd6a734 .index_module_content__9cd6a734 pre {
8317
8390
  background: rgba(0, 0, 0, 0.05);
8318
8391
  padding: 12px;
8319
8392
  line-height: 1.5;
8320
8393
  margin: 4px 0;
8321
8394
  }
8322
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23,
8323
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 {
8395
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal__9cd6a734,
8396
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal__9cd6a734 {
8324
8397
  visibility: hidden;
8325
8398
  height: 24px;
8326
8399
  white-space: nowrap;
8327
8400
  position: relative;
8328
8401
  right: 0;
8329
8402
  top: -14px;
8330
- z-index: 99999;
8403
+ z-index: 9;
8331
8404
  text-align: right;
8332
8405
  }
8333
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23,
8334
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 {
8406
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal__9cd6a734 .index_module_operate__9cd6a734,
8407
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal__9cd6a734 .index_module_operate__9cd6a734 {
8335
8408
  display: inline-flex;
8336
8409
  align-items: center;
8337
8410
  padding: 8px 0;
@@ -8341,30 +8414,30 @@
8341
8414
  line-height: 1;
8342
8415
  color: rgba(0, 0, 0, 0.45);
8343
8416
  }
8344
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 i,
8345
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 i {
8417
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal__9cd6a734 .index_module_operate__9cd6a734 i,
8418
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal__9cd6a734 .index_module_operate__9cd6a734 i {
8346
8419
  color: rgba(0, 0, 0, 0.45);
8347
8420
  font-size: 16px;
8348
8421
  cursor: pointer;
8349
8422
  }
8350
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 i svg,
8351
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 i svg {
8423
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal__9cd6a734 .index_module_operate__9cd6a734 i svg,
8424
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal__9cd6a734 .index_module_operate__9cd6a734 i svg {
8352
8425
  color: rgba(0, 0, 0, 0.65);
8353
8426
  }
8354
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 i:hover svg,
8355
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 i:hover svg {
8427
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal__9cd6a734 .index_module_operate__9cd6a734 i:hover svg,
8428
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal__9cd6a734 .index_module_operate__9cd6a734 i:hover svg {
8356
8429
  color: #f4523b;
8357
8430
  }
8358
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 .index_module_active__0ae06d23 svg,
8359
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 .index_module_active__0ae06d23 svg {
8431
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal__9cd6a734 .index_module_operate__9cd6a734 .index_module_active__9cd6a734 svg,
8432
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal__9cd6a734 .index_module_operate__9cd6a734 .index_module_active__9cd6a734 svg {
8360
8433
  color: #f4523b;
8361
8434
  }
8362
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 span,
8363
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 span {
8435
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal__9cd6a734 .index_module_operate__9cd6a734 span,
8436
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal__9cd6a734 .index_module_operate__9cd6a734 span {
8364
8437
  margin: 0 8px;
8365
8438
  }
8366
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 .index_module_ask_question__0ae06d23,
8367
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 .index_module_ask_question__0ae06d23 {
8439
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal__9cd6a734 .index_module_operate__9cd6a734 .index_module_ask_question__9cd6a734,
8440
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal__9cd6a734 .index_module_operate__9cd6a734 .index_module_ask_question__9cd6a734 {
8368
8441
  cursor: pointer;
8369
8442
  color: rgba(0, 0, 0, 0.45);
8370
8443
  font-size: 12px;
@@ -8373,56 +8446,57 @@
8373
8446
  background-color: rgba(0, 0, 0, 0.04);
8374
8447
  margin-right: 16px;
8375
8448
  }
8376
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 .index_module_ask_question__0ae06d23:hover,
8377
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal__0ae06d23 .index_module_operate__0ae06d23 .index_module_ask_question__0ae06d23:hover {
8449
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal__9cd6a734 .index_module_operate__9cd6a734 .index_module_ask_question__9cd6a734:hover,
8450
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal__9cd6a734 .index_module_operate__9cd6a734 .index_module_ask_question__9cd6a734:hover {
8378
8451
  color: #f4523b;
8379
8452
  }
8380
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23,
8381
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 {
8453
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734,
8454
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 {
8382
8455
  display: flex;
8383
8456
  justify-content: space-between;
8384
8457
  align-items: center;
8458
+ bottom: 0;
8385
8459
  }
8386
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_operate__0ae06d23,
8387
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_operate__0ae06d23 {
8460
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_operate__9cd6a734,
8461
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_operate__9cd6a734 {
8388
8462
  display: inline-block;
8389
8463
  padding: 8px;
8390
8464
  line-height: 1;
8391
8465
  color: rgba(0, 0, 0, 0.45);
8392
8466
  }
8393
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_operate__0ae06d23 i,
8394
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_operate__0ae06d23 i {
8467
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_operate__9cd6a734 i,
8468
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_operate__9cd6a734 i {
8395
8469
  color: rgba(0, 0, 0, 0.45);
8396
8470
  font-size: 16px;
8397
8471
  cursor: pointer;
8398
8472
  }
8399
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_operate__0ae06d23 i svg,
8400
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_operate__0ae06d23 i svg {
8473
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_operate__9cd6a734 i svg,
8474
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_operate__9cd6a734 i svg {
8401
8475
  color: rgba(0, 0, 0, 0.65);
8402
8476
  }
8403
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_operate__0ae06d23 i:hover svg,
8404
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_operate__0ae06d23 i:hover svg {
8477
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_operate__9cd6a734 i:hover svg,
8478
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_operate__9cd6a734 i:hover svg {
8405
8479
  color: #f4523b;
8406
8480
  }
8407
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_operate__0ae06d23 .index_module_active__0ae06d23 svg,
8408
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_operate__0ae06d23 .index_module_active__0ae06d23 svg {
8481
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_operate__9cd6a734 .index_module_active__9cd6a734 svg,
8482
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_operate__9cd6a734 .index_module_active__9cd6a734 svg {
8409
8483
  color: #f4523b;
8410
8484
  }
8411
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_operate__0ae06d23 span,
8412
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_operate__0ae06d23 span {
8485
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_operate__9cd6a734 span,
8486
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_operate__9cd6a734 span {
8413
8487
  margin: 0 8px;
8414
8488
  cursor: pointer;
8415
8489
  }
8416
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_generate__0ae06d23,
8417
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_generate__0ae06d23 {
8490
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_stop_generate__9cd6a734,
8491
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_stop_generate__9cd6a734 {
8418
8492
  font-size: 12px;
8419
8493
  color: rgba(0, 0, 0, 0.45);
8420
8494
  display: inline-block;
8421
8495
  padding: 8px 0;
8422
8496
  cursor: pointer;
8423
8497
  }
8424
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_generate__0ae06d23 .index_module_icon__0ae06d23,
8425
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_generate__0ae06d23 .index_module_icon__0ae06d23 {
8498
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_stop_generate__9cd6a734 .index_module_icon__9cd6a734,
8499
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_stop_generate__9cd6a734 .index_module_icon__9cd6a734 {
8426
8500
  display: inline-block;
8427
8501
  width: 10px;
8428
8502
  height: 10px;
@@ -8430,8 +8504,8 @@
8430
8504
  background-color: rgba(0, 0, 0, 0.45);
8431
8505
  margin-right: 4px;
8432
8506
  }
8433
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_generate__0ae06d23 .index_module_find_teacher__0ae06d23,
8434
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_generate__0ae06d23 .index_module_find_teacher__0ae06d23 {
8507
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_stop_generate__9cd6a734 .index_module_find_teacher__9cd6a734,
8508
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_stop_generate__9cd6a734 .index_module_find_teacher__9cd6a734 {
8435
8509
  padding: 2px 8px;
8436
8510
  border-radius: 2px;
8437
8511
  background-color: rgba(0, 0, 0, 0.04);
@@ -8439,71 +8513,71 @@
8439
8513
  font-size: 12px;
8440
8514
  line-height: 1;
8441
8515
  }
8442
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_generate__0ae06d23 .index_module_find_teacher__0ae06d23:hover,
8443
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_generate__0ae06d23 .index_module_find_teacher__0ae06d23:hover {
8516
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_stop_generate__9cd6a734 .index_module_find_teacher__9cd6a734:hover,
8517
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_stop_generate__9cd6a734 .index_module_find_teacher__9cd6a734:hover {
8444
8518
  color: #f4523b;
8445
8519
  }
8446
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_generate__0ae06d23:hover,
8447
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_generate__0ae06d23:hover {
8520
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_stop_generate__9cd6a734:hover,
8521
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_stop_generate__9cd6a734:hover {
8448
8522
  color: #f4523b;
8449
8523
  }
8450
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_generate__0ae06d23:hover span,
8451
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_generate__0ae06d23:hover span {
8524
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_stop_generate__9cd6a734:hover span,
8525
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_stop_generate__9cd6a734:hover span {
8452
8526
  color: #f4523b;
8453
8527
  }
8454
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_findTeacher__0ae06d23,
8455
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_findTeacher__0ae06d23 {
8528
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_stop_findTeacher__9cd6a734,
8529
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_stop_findTeacher__9cd6a734 {
8456
8530
  font-size: 12px;
8457
8531
  color: rgba(0, 0, 0, 0.45);
8458
8532
  display: inline-block;
8459
8533
  padding: 8px 0;
8460
8534
  cursor: pointer;
8461
8535
  }
8462
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_findTeacher__0ae06d23 span,
8463
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_findTeacher__0ae06d23 span {
8536
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_stop_findTeacher__9cd6a734 span,
8537
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_stop_findTeacher__9cd6a734 span {
8464
8538
  padding: 0px 8px;
8465
8539
  background-color: rgba(0, 0, 0, 0.04);
8466
8540
  color: rgba(0, 0, 0, 0.45);
8467
8541
  }
8468
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_findTeacher__0ae06d23 span:hover,
8469
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_main__0ae06d23 .index_module_operate_modal_bottom__0ae06d23 .index_module_stop_findTeacher__0ae06d23 span:hover {
8542
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_stop_findTeacher__9cd6a734 span:hover,
8543
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_main__9cd6a734 .index_module_operate_modal_bottom__9cd6a734 .index_module_stop_findTeacher__9cd6a734 span:hover {
8470
8544
  color: #f4523b;
8471
8545
  }
8472
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_content__0ae06d23,
8473
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 > li .index_module_content__0ae06d23 {
8546
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_content__9cd6a734,
8547
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 > li .index_module_content__9cd6a734 {
8474
8548
  padding: 12px 16px;
8475
8549
  display: inline-block;
8476
8550
  font-size: 14px;
8477
8551
  }
8478
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_left__0ae06d23,
8479
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_left__0ae06d23 {
8552
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_left__9cd6a734,
8553
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_left__9cd6a734 {
8480
8554
  justify-content: flex-end;
8481
8555
  }
8482
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_left__0ae06d23 .index_module_main__0ae06d23,
8483
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_left__0ae06d23 .index_module_main__0ae06d23 {
8556
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_left__9cd6a734 .index_module_main__9cd6a734,
8557
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_left__9cd6a734 .index_module_main__9cd6a734 {
8484
8558
  text-align: right;
8485
8559
  }
8486
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 li.index_module_left__0ae06d23 .index_module_content__0ae06d23,
8487
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 li.index_module_left__0ae06d23 .index_module_content__0ae06d23 {
8560
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 li.index_module_left__9cd6a734 .index_module_content__9cd6a734,
8561
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 li.index_module_left__9cd6a734 .index_module_content__9cd6a734 {
8488
8562
  border-radius: 20px 2px 20px 20px;
8489
8563
  background: #d1e4ff;
8490
8564
  text-align: left;
8491
8565
  }
8492
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 li.index_module_right__0ae06d23 .index_module_content__0ae06d23,
8493
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 li.index_module_right__0ae06d23 .index_module_content__0ae06d23 {
8566
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 li.index_module_right__9cd6a734 .index_module_content__9cd6a734,
8567
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 li.index_module_right__9cd6a734 .index_module_content__9cd6a734 {
8494
8568
  border-radius: 2px 20px 20px 20px;
8495
8569
  background: #fff;
8496
8570
  }
8497
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 li .index_module_content__0ae06d23 .index_module_association_problem__0ae06d23 li,
8498
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 li .index_module_content__0ae06d23 .index_module_association_problem__0ae06d23 li {
8571
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 li .index_module_content__9cd6a734 .index_module_association_problem__9cd6a734 li,
8572
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 li .index_module_content__9cd6a734 .index_module_association_problem__9cd6a734 li {
8499
8573
  color: #5991ef;
8500
8574
  font-size: 14px;
8501
8575
  font-weight: 400;
8502
8576
  line-height: 1.8;
8503
8577
  cursor: pointer;
8504
8578
  }
8505
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_time__0ae06d23,
8506
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_time__0ae06d23 {
8579
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_time__9cd6a734,
8580
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_time__9cd6a734 {
8507
8581
  display: block;
8508
8582
  margin: 40px 0;
8509
8583
  margin-bottom: 16px;
@@ -8512,8 +8586,8 @@
8512
8586
  color: rgba(0, 0, 0, 0.25);
8513
8587
  position: relative;
8514
8588
  }
8515
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_time__0ae06d23::before,
8516
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_time__0ae06d23::before {
8589
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_time__9cd6a734::before,
8590
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_time__9cd6a734::before {
8517
8591
  content: "";
8518
8592
  width: 100px;
8519
8593
  display: inline-block;
@@ -8523,8 +8597,8 @@
8523
8597
  top: -3px;
8524
8598
  right: 16px;
8525
8599
  }
8526
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_time__0ae06d23::after,
8527
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_time__0ae06d23::after {
8600
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_time__9cd6a734::after,
8601
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_time__9cd6a734::after {
8528
8602
  content: "";
8529
8603
  width: 100px;
8530
8604
  display: inline-block;
@@ -8534,16 +8608,16 @@
8534
8608
  top: -3px;
8535
8609
  left: 16px;
8536
8610
  }
8537
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_citation_content__0ae06d23,
8538
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_citation_content__0ae06d23 {
8611
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_citation_content__9cd6a734,
8612
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_citation_content__9cd6a734 {
8539
8613
  display: table;
8540
8614
  margin-top: 4px;
8541
8615
  padding: 8px;
8542
8616
  border-radius: 2px;
8543
8617
  background: #e7e7e7;
8544
8618
  }
8545
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_citation_content__0ae06d23 p,
8546
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_citation_content__0ae06d23 p {
8619
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_citation_content__9cd6a734 p,
8620
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_citation_content__9cd6a734 p {
8547
8621
  color: rgba(0, 0, 0, 0.65);
8548
8622
  font-size: 12px;
8549
8623
  line-height: 1.5;
@@ -8557,100 +8631,100 @@
8557
8631
  cursor: pointer;
8558
8632
  text-align: left;
8559
8633
  }
8560
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_citation_content__0ae06d23 .index_module_text_exceed__0ae06d23,
8561
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_citation_content__0ae06d23 .index_module_text_exceed__0ae06d23 {
8634
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_citation_content__9cd6a734 .index_module_text_exceed__9cd6a734,
8635
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_citation_content__9cd6a734 .index_module_text_exceed__9cd6a734 {
8562
8636
  padding-right: 16px;
8563
8637
  position: relative;
8564
8638
  }
8565
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_citation_content__0ae06d23 .index_module_text_exceed__0ae06d23 > span,
8566
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_citation_content__0ae06d23 .index_module_text_exceed__0ae06d23 > span {
8639
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_citation_content__9cd6a734 .index_module_text_exceed__9cd6a734 > span,
8640
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_citation_content__9cd6a734 .index_module_text_exceed__9cd6a734 > span {
8567
8641
  position: absolute;
8568
8642
  top: 20px;
8569
8643
  right: 0;
8570
8644
  }
8571
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_popover_content__0ae06d23,
8572
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_message_con__0ae06d23 .index_module_popover_content__0ae06d23 {
8645
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_popover_content__9cd6a734,
8646
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_message_con__9cd6a734 .index_module_popover_content__9cd6a734 {
8573
8647
  max-width: 400px;
8574
8648
  }
8575
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23::-webkit-scrollbar,
8576
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23::-webkit-scrollbar {
8649
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734::-webkit-scrollbar,
8650
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734::-webkit-scrollbar {
8577
8651
  background-color: #eff0f7;
8578
8652
  background-color: transparent;
8579
8653
  width: 6px;
8580
8654
  height: 4px;
8581
8655
  }
8582
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main__0ae06d23::-webkit-scrollbar-thumb,
8583
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23::-webkit-scrollbar-thumb {
8656
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main__9cd6a734::-webkit-scrollbar-thumb,
8657
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734::-webkit-scrollbar-thumb {
8584
8658
  border-radius: 4px;
8585
8659
  background-color: rgba(181, 184, 198, 0.8);
8586
8660
  }
8587
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main_newlabo__0ae06d23 pre,
8588
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main_newlabo__0ae06d23 pre {
8661
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main_newlabo__9cd6a734 pre,
8662
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main_newlabo__9cd6a734 pre {
8589
8663
  background: #2b303b !important;
8590
8664
  color: #fff;
8591
8665
  overflow: auto;
8592
8666
  }
8593
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main_newlabo__0ae06d23 pre pre::-webkit-scrollbar,
8594
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main_newlabo__0ae06d23 pre pre::-webkit-scrollbar {
8667
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main_newlabo__9cd6a734 pre pre::-webkit-scrollbar,
8668
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main_newlabo__9cd6a734 pre pre::-webkit-scrollbar {
8595
8669
  background-color: #eaedf1;
8596
8670
  background-color: transparent;
8597
8671
  width: 4px;
8598
8672
  height: 4px;
8599
8673
  }
8600
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main_newlabo__0ae06d23 pre pre::-webkit-scrollbar-thumb,
8601
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main_newlabo__0ae06d23 pre pre::-webkit-scrollbar-thumb {
8674
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main_newlabo__9cd6a734 pre pre::-webkit-scrollbar-thumb,
8675
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main_newlabo__9cd6a734 pre pre::-webkit-scrollbar-thumb {
8602
8676
  border-radius: 4px;
8603
8677
  background-color: #f4f4f4;
8604
8678
  }
8605
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_main_newlabo_no_pic__0ae06d23 .index_module_head_sculpture__0ae06d23,
8606
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main_newlabo_no_pic__0ae06d23 .index_module_head_sculpture__0ae06d23 {
8679
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_main_newlabo_no_pic__9cd6a734 .index_module_head_sculpture__9cd6a734,
8680
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main_newlabo_no_pic__9cd6a734 .index_module_head_sculpture__9cd6a734 {
8607
8681
  display: none !important;
8608
8682
  }
8609
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23,
8610
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 {
8683
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734,
8684
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 {
8611
8685
  position: absolute;
8612
8686
  bottom: 0;
8613
8687
  width: 100%;
8614
8688
  }
8615
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list_teacherList__0ae06d23,
8616
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list_teacherList__0ae06d23 {
8689
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_issues_list_teacherList__9cd6a734,
8690
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_issues_list_teacherList__9cd6a734 {
8617
8691
  white-space: nowrap;
8618
8692
  overflow: auto;
8619
8693
  width: calc(100% - 40px);
8620
8694
  box-sizing: border-box;
8621
8695
  margin-bottom: 6px;
8622
8696
  }
8623
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list_teacherList__0ae06d23 .index_module_item__0ae06d23,
8624
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list_teacherList__0ae06d23 .index_module_item__0ae06d23 {
8697
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_issues_list_teacherList__9cd6a734 .index_module_item__9cd6a734,
8698
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_issues_list_teacherList__9cd6a734 .index_module_item__9cd6a734 {
8625
8699
  display: inline-block;
8626
8700
  margin-right: 8px;
8627
8701
  }
8628
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list_teacherList__0ae06d23 .index_module_item__0ae06d23:last-child,
8629
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list_teacherList__0ae06d23 .index_module_item__0ae06d23:last-child {
8702
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_issues_list_teacherList__9cd6a734 .index_module_item__9cd6a734:last-child,
8703
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_issues_list_teacherList__9cd6a734 .index_module_item__9cd6a734:last-child {
8630
8704
  margin-right: 0;
8631
8705
  }
8632
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list_teacherList__0ae06d23::-webkit-scrollbar,
8633
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list_teacherList__0ae06d23::-webkit-scrollbar {
8706
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_issues_list_teacherList__9cd6a734::-webkit-scrollbar,
8707
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_issues_list_teacherList__9cd6a734::-webkit-scrollbar {
8634
8708
  background-color: #eaedf1;
8635
8709
  background-color: transparent;
8636
8710
  width: 4px;
8637
8711
  height: 4px;
8638
8712
  }
8639
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list_teacherList__0ae06d23::-webkit-scrollbar-thumb,
8640
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list_teacherList__0ae06d23::-webkit-scrollbar-thumb {
8713
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_issues_list_teacherList__9cd6a734::-webkit-scrollbar-thumb,
8714
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_issues_list_teacherList__9cd6a734::-webkit-scrollbar-thumb {
8641
8715
  border-radius: 4px;
8642
8716
  background-color: rgba(181, 184, 198, 0.6);
8643
8717
  }
8644
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list__0ae06d23,
8645
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list__0ae06d23 {
8718
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_issues_list__9cd6a734,
8719
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_issues_list__9cd6a734 {
8646
8720
  position: absolute;
8647
8721
  bottom: 60px;
8648
8722
  margin: 0 16px;
8649
8723
  padding-bottom: 4px;
8650
8724
  line-height: 1;
8651
8725
  }
8652
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list__0ae06d23 .index_module_item__0ae06d23 > span,
8653
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list__0ae06d23 .index_module_item__0ae06d23 > span {
8726
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_issues_list__9cd6a734 .index_module_item__9cd6a734 > span,
8727
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_issues_list__9cd6a734 .index_module_item__9cd6a734 > span {
8654
8728
  cursor: pointer;
8655
8729
  max-width: 100%;
8656
8730
  display: inline-block;
@@ -8664,23 +8738,23 @@
8664
8738
  line-height: 1;
8665
8739
  overflow: hidden;
8666
8740
  }
8667
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list__0ae06d23 .index_module_item__0ae06d23 > span:hover,
8668
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list__0ae06d23 .index_module_item__0ae06d23 > span:hover {
8741
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_issues_list__9cd6a734 .index_module_item__9cd6a734 > span:hover,
8742
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_issues_list__9cd6a734 .index_module_item__9cd6a734 > span:hover {
8669
8743
  background-color: #fff;
8670
8744
  }
8671
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list__0ae06d23 .index_module_item__0ae06d23 > span .index_module_sign__0ae06d23,
8672
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_issues_list__0ae06d23 .index_module_item__0ae06d23 > span .index_module_sign__0ae06d23 {
8745
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_issues_list__9cd6a734 .index_module_item__9cd6a734 > span .index_module_sign__9cd6a734,
8746
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_issues_list__9cd6a734 .index_module_item__9cd6a734 > span .index_module_sign__9cd6a734 {
8673
8747
  color: #f4523b;
8674
8748
  }
8675
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23,
8676
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 {
8749
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734,
8750
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 {
8677
8751
  display: flex;
8678
8752
  align-items: flex-end;
8679
8753
  margin-bottom: 12px;
8680
8754
  padding: 0 16px;
8681
8755
  }
8682
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23,
8683
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 {
8756
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734,
8757
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 {
8684
8758
  align-items: flex-end;
8685
8759
  width: calc(100% - 36px);
8686
8760
  background-color: #fff;
@@ -8692,12 +8766,12 @@
8692
8766
  position: relative;
8693
8767
  padding-right: 1px;
8694
8768
  }
8695
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 > .index_module_input__0ae06d23,
8696
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 > .index_module_input__0ae06d23 {
8769
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 > .index_module_input__9cd6a734,
8770
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 > .index_module_input__9cd6a734 {
8697
8771
  line-height: 1;
8698
8772
  }
8699
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 > .index_module_input__0ae06d23 textarea,
8700
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 > .index_module_input__0ae06d23 textarea {
8773
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 > .index_module_input__9cd6a734 textarea,
8774
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 > .index_module_input__9cd6a734 textarea {
8701
8775
  max-height: 100px;
8702
8776
  padding: 0;
8703
8777
  border: none;
@@ -8705,64 +8779,64 @@
8705
8779
  resize: none;
8706
8780
  padding-right: 48px;
8707
8781
  }
8708
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 > .index_module_input__0ae06d23 textarea.bhd-input,
8709
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 > .index_module_input__0ae06d23 textarea.bhd-input {
8782
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 > .index_module_input__9cd6a734 textarea.bhd-input,
8783
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 > .index_module_input__9cd6a734 textarea.bhd-input {
8710
8784
  min-height: 21px !important;
8711
8785
  line-height: 1.5;
8712
8786
  }
8713
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 > .index_module_input__0ae06d23 .bhd-input[disabled],
8714
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 > .index_module_input__0ae06d23 .bhd-input[disabled] {
8787
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 > .index_module_input__9cd6a734 .bhd-input[disabled],
8788
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 > .index_module_input__9cd6a734 .bhd-input[disabled] {
8715
8789
  background-color: #fff !important;
8716
8790
  }
8717
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 > .index_module_no_AI__0ae06d23,
8718
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 > .index_module_no_AI__0ae06d23 {
8791
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 > .index_module_no_AI__9cd6a734,
8792
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 > .index_module_no_AI__9cd6a734 {
8719
8793
  width: 100%;
8720
8794
  }
8721
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 > .index_module_no_AI__0ae06d23 textarea,
8722
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 > .index_module_no_AI__0ae06d23 textarea {
8795
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 > .index_module_no_AI__9cd6a734 textarea,
8796
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 > .index_module_no_AI__9cd6a734 textarea {
8723
8797
  padding-right: 12px;
8724
8798
  }
8725
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_voice__0ae06d23,
8726
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_voice__0ae06d23 {
8799
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 .index_module_voice__9cd6a734,
8800
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 .index_module_voice__9cd6a734 {
8727
8801
  position: absolute;
8728
- right: 14px;
8729
- bottom: 12px;
8802
+ right: 18px;
8803
+ bottom: 10px;
8730
8804
  color: rgba(0, 0, 0, 0.65);
8731
8805
  }
8732
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_voice__0ae06d23 i,
8733
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_voice__0ae06d23 i {
8806
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 .index_module_voice__9cd6a734 i,
8807
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 .index_module_voice__9cd6a734 i {
8734
8808
  cursor: pointer;
8735
8809
  }
8736
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_voice__0ae06d23 i svg,
8737
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_voice__0ae06d23 i svg {
8810
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 .index_module_voice__9cd6a734 i svg,
8811
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 .index_module_voice__9cd6a734 i svg {
8738
8812
  color: rgba(0, 0, 0, 0.65);
8739
8813
  font-size: 20px;
8740
8814
  }
8741
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_voice__0ae06d23 .index_module_voice_btn__0ae06d23,
8742
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_voice__0ae06d23 .index_module_voice_btn__0ae06d23 {
8815
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 .index_module_voice__9cd6a734 .index_module_voice_btn__9cd6a734,
8816
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 .index_module_voice__9cd6a734 .index_module_voice_btn__9cd6a734 {
8743
8817
  width: 32px;
8744
8818
  cursor: pointer;
8745
8819
  position: absolute;
8746
- bottom: -6px;
8747
- right: 0px;
8820
+ bottom: -5px;
8821
+ right: -10px;
8748
8822
  }
8749
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_disabled__0ae06d23,
8750
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_disabled__0ae06d23 {
8823
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 .index_module_disabled__9cd6a734,
8824
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 .index_module_disabled__9cd6a734 {
8751
8825
  cursor: not-allowed !important;
8752
8826
  color: rgba(0, 0, 0, 0.25) !important;
8753
8827
  }
8754
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_disabled__0ae06d23 svg,
8755
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_disabled__0ae06d23 svg {
8828
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 .index_module_disabled__9cd6a734 svg,
8829
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 .index_module_disabled__9cd6a734 svg {
8756
8830
  color: rgba(0, 0, 0, 0.25) !important;
8757
8831
  }
8758
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_content_main__0ae06d23,
8759
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_content_main__0ae06d23 {
8832
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 .index_module_content_main__9cd6a734,
8833
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 .index_module_content_main__9cd6a734 {
8760
8834
  display: flex;
8761
8835
  align-items: center;
8762
8836
  width: calc(100% - 24px);
8763
8837
  }
8764
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_content_main__0ae06d23 .index_module_content_con__0ae06d23,
8765
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_content_main__0ae06d23 .index_module_content_con__0ae06d23 {
8838
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 .index_module_content_main__9cd6a734 .index_module_content_con__9cd6a734,
8839
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 .index_module_content_main__9cd6a734 .index_module_content_con__9cd6a734 {
8766
8840
  margin-top: 6px;
8767
8841
  align-items: center;
8768
8842
  padding: 8px;
@@ -8770,8 +8844,8 @@
8770
8844
  display: inline-block;
8771
8845
  width: calc(100% - 60px);
8772
8846
  }
8773
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_content_main__0ae06d23 .index_module_content_con__0ae06d23 p,
8774
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_content_main__0ae06d23 .index_module_content_con__0ae06d23 p {
8847
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 .index_module_content_main__9cd6a734 .index_module_content_con__9cd6a734 p,
8848
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 .index_module_content_main__9cd6a734 .index_module_content_con__9cd6a734 p {
8775
8849
  color: rgba(0, 0, 0, 0.65);
8776
8850
  border-radius: 2px;
8777
8851
  font-size: 12px;
@@ -8784,90 +8858,90 @@
8784
8858
  max-height: 36px;
8785
8859
  word-break: break-all;
8786
8860
  }
8787
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_content_main__0ae06d23 .index_module_delete_quote__0ae06d23,
8788
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_input_wrap__0ae06d23 .index_module_content_main__0ae06d23 .index_module_delete_quote__0ae06d23 {
8861
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 .index_module_content_main__9cd6a734 .index_module_delete_quote__9cd6a734,
8862
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_input_wrap__9cd6a734 .index_module_content_main__9cd6a734 .index_module_delete_quote__9cd6a734 {
8789
8863
  font-size: 18px;
8790
8864
  color: #bfbfbf;
8791
8865
  margin-top: 6px;
8792
8866
  }
8793
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_sending__0ae06d23,
8794
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_sending__0ae06d23 {
8867
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_sending__9cd6a734,
8868
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_sending__9cd6a734 {
8795
8869
  width: 20px;
8796
8870
  margin-left: 16px;
8797
- margin-bottom: 9px;
8871
+ margin-bottom: 8px;
8798
8872
  }
8799
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_sending__0ae06d23 i svg,
8800
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_sending__0ae06d23 i svg {
8873
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_sending__9cd6a734 i svg,
8874
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_sending__9cd6a734 i svg {
8801
8875
  font-size: 20px;
8802
8876
  color: rgba(0, 0, 0, 0.65);
8803
8877
  }
8804
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_sending__0ae06d23 .index_module_disabled__0ae06d23 svg,
8805
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 .index_module_Drawer_buttom__0ae06d23 .index_module_sending__0ae06d23 .index_module_disabled__0ae06d23 svg {
8878
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_sending__9cd6a734 .index_module_disabled__9cd6a734 svg,
8879
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 .index_module_Drawer_buttom__9cd6a734 .index_module_sending__9cd6a734 .index_module_disabled__9cd6a734 svg {
8806
8880
  color: rgba(0, 0, 0, 0.25);
8807
8881
  cursor: not-allowed;
8808
8882
  }
8809
- .index_module_ChatWindow_Drawer__0ae06d23 .index_module_Drawer_buttom_Issues_List_newlabo__0ae06d23,
8810
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List_newlabo__0ae06d23 {
8883
+ .index_module_ChatWindow_Drawer__9cd6a734 .index_module_Drawer_buttom_Issues_List_newlabo__9cd6a734,
8884
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List_newlabo__9cd6a734 {
8811
8885
  background-color: #f5f5f5 !important;
8812
8886
  }
8813
- .index_module_ChatWindow_Drawer__0ae06d23 .anticon,
8814
- .index_module_ChatWindow_Modal__0ae06d23 .anticon {
8887
+ .index_module_ChatWindow_Drawer__9cd6a734 .anticon,
8888
+ .index_module_ChatWindow_Modal__9cd6a734 .anticon {
8815
8889
  vertical-align: 0;
8816
8890
  }
8817
- .index_module_ChatWindow_Drawer__0ae06d23 {
8891
+ .index_module_ChatWindow_Drawer__9cd6a734 {
8818
8892
  background: #f5f5f5 !important;
8819
8893
  position: relative;
8820
8894
  height: 100%;
8821
8895
  }
8822
- .index_module_ChatWindow_Drawer__0ae06d23 .bhd-drawer-header {
8896
+ .index_module_ChatWindow_Drawer__9cd6a734 .bhd-drawer-header {
8823
8897
  display: none !important;
8824
8898
  }
8825
- .index_module_ChatWindow_Modal__0ae06d23 .bhd-modal {
8899
+ .index_module_ChatWindow_Modal__9cd6a734 .bhd-modal {
8826
8900
  border-radius: 8px;
8827
8901
  overflow: hidden;
8828
8902
  position: relative;
8829
8903
  }
8830
- .index_module_ChatWindow_Modal__0ae06d23 .bhd-modal-content {
8904
+ .index_module_ChatWindow_Modal__9cd6a734 .bhd-modal-content {
8831
8905
  height: 100%;
8832
8906
  background-color: #f5f5f5 !important;
8833
8907
  }
8834
- .index_module_ChatWindow_Modal__0ae06d23 .bhd-modal-content .bhd-modal-close {
8908
+ .index_module_ChatWindow_Modal__9cd6a734 .bhd-modal-content .bhd-modal-close {
8835
8909
  display: none !important;
8836
8910
  }
8837
- .index_module_ChatWindow_Modal__0ae06d23 .bhd-modal-header {
8911
+ .index_module_ChatWindow_Modal__9cd6a734 .bhd-modal-header {
8838
8912
  display: none !important;
8839
8913
  }
8840
- .index_module_ChatWindow_Modal__0ae06d23 .bhd-modal-body {
8914
+ .index_module_ChatWindow_Modal__9cd6a734 .bhd-modal-body {
8841
8915
  height: 100%;
8842
8916
  padding: 0 !important;
8843
8917
  border-radius: 4px !important;
8844
8918
  }
8845
- .index_module_ChatWindow_Modal__0ae06d23 .bhd-drawer-right > .bhd-drawer-content-wrapper {
8919
+ .index_module_ChatWindow_Modal__9cd6a734 .bhd-drawer-right > .bhd-drawer-content-wrapper {
8846
8920
  top: 129px;
8847
8921
  right: 200px;
8848
8922
  height: 790px;
8849
8923
  }
8850
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_main_list__0ae06d23 {
8924
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_main_list__9cd6a734 {
8851
8925
  max-height: 650px;
8852
8926
  }
8853
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_user__0ae06d23 {
8927
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_user__9cd6a734 {
8854
8928
  padding-left: 0 !important;
8855
8929
  cursor: pointer;
8856
8930
  }
8857
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_buttom_Issues_List__0ae06d23 {
8931
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_buttom_Issues_List__9cd6a734 {
8858
8932
  border-radius: 4px;
8859
8933
  width: calc(100% - 328px);
8860
8934
  margin-left: 328px;
8861
8935
  }
8862
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 {
8936
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 {
8863
8937
  max-height: 700px;
8864
8938
  }
8865
- .index_module_ChatWindow_Modal__0ae06d23 .index_module_Drawer_main__0ae06d23 .index_module_chat_content__0ae06d23 {
8939
+ .index_module_ChatWindow_Modal__9cd6a734 .index_module_Drawer_main__9cd6a734 .index_module_chat_content__9cd6a734 {
8866
8940
  width: calc(100% - 328px);
8867
8941
  margin-left: 328px;
8868
8942
  display: inline-block;
8869
8943
  }
8870
- .index_module_popover_main_content__0ae06d23 {
8944
+ .index_module_popover_main_content__9cd6a734 {
8871
8945
  min-width: 300px !important;
8872
8946
  max-width: 340px !important;
8873
8947
  background-color: #fff !important;
@@ -8875,21 +8949,21 @@
8875
8949
  border-radius: 4px;
8876
8950
  border: 1px solid rgba(0, 0, 0, 0.15);
8877
8951
  }
8878
- .index_module_popover_main_content__0ae06d23 .bhd-tooltip-content {
8952
+ .index_module_popover_main_content__9cd6a734 .bhd-tooltip-content {
8879
8953
  background-color: #fff;
8880
8954
  border-radius: 4px;
8881
8955
  }
8882
- .index_module_popover_main_content__0ae06d23 .bhd-tooltip-content .bhd-tooltip-inner {
8956
+ .index_module_popover_main_content__9cd6a734 .bhd-tooltip-content .bhd-tooltip-inner {
8883
8957
  background-color: #fff;
8884
8958
  color: rgba(0, 0, 0, 0.85);
8885
8959
  font-size: 14px;
8886
8960
  padding: 12px 16px;
8887
8961
  border-radius: 4px;
8888
8962
  }
8889
- .index_module_popover_main_content__0ae06d23 .bhd-tooltip-arrow:before {
8963
+ .index_module_popover_main_content__9cd6a734 .bhd-tooltip-arrow:before {
8890
8964
  background: #ccc !important;
8891
8965
  }
8892
- .index_module_popover_main_content__0ae06d23 .bhd-tooltip-arrow::after {
8966
+ .index_module_popover_main_content__9cd6a734 .bhd-tooltip-arrow::after {
8893
8967
  width: 0 !important;
8894
8968
  height: 0 !important;
8895
8969
  border: 5px solid;
@@ -8901,28 +8975,28 @@
8901
8975
  right: 0 !important;
8902
8976
  box-shadow: none !important;
8903
8977
  }
8904
- .index_module_popover_main_content_name__0ae06d23 {
8978
+ .index_module_popover_main_content_name__9cd6a734 {
8905
8979
  width: auto;
8906
8980
  background-color: #fff !important;
8907
8981
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
8908
8982
  border-radius: 4px;
8909
8983
  border: 1px solid rgba(0, 0, 0, 0.15);
8910
8984
  }
8911
- .index_module_popover_main_content_name__0ae06d23 .bhd-tooltip-content {
8985
+ .index_module_popover_main_content_name__9cd6a734 .bhd-tooltip-content {
8912
8986
  background-color: #fff;
8913
8987
  border-radius: 4px;
8914
8988
  }
8915
- .index_module_popover_main_content_name__0ae06d23 .bhd-tooltip-content .bhd-tooltip-inner {
8989
+ .index_module_popover_main_content_name__9cd6a734 .bhd-tooltip-content .bhd-tooltip-inner {
8916
8990
  background-color: #fff;
8917
8991
  color: rgba(0, 0, 0, 0.85);
8918
8992
  font-size: 14px;
8919
8993
  padding: 12px 16px;
8920
8994
  border-radius: 4px;
8921
8995
  }
8922
- .index_module_popover_main_content_name__0ae06d23 .bhd-tooltip-arrow:before {
8996
+ .index_module_popover_main_content_name__9cd6a734 .bhd-tooltip-arrow:before {
8923
8997
  background: #ccc !important;
8924
8998
  }
8925
- .index_module_popover_main_content_name__0ae06d23 .bhd-tooltip-arrow::after {
8999
+ .index_module_popover_main_content_name__9cd6a734 .bhd-tooltip-arrow::after {
8926
9000
  width: 0 !important;
8927
9001
  height: 0 !important;
8928
9002
  border: 5px solid;
@@ -8934,7 +9008,7 @@
8934
9008
  right: 0 !important;
8935
9009
  box-shadow: none !important;
8936
9010
  }
8937
- .index_module_teacher_layout__0ae06d23 {
9011
+ .index_module_teacher_layout__9cd6a734 {
8938
9012
  position: fixed;
8939
9013
  right: 568px;
8940
9014
  border-radius: 8px;
@@ -8944,8 +9018,8 @@
8944
9018
  backdrop-filter: blur(7.5px);
8945
9019
  width: 80px;
8946
9020
  }
8947
- .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 > div,
8948
- .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23 > div {
9021
+ .index_module_teacher_layout__9cd6a734 .index_module_top__9cd6a734 > div,
9022
+ .index_module_teacher_layout__9cd6a734 .index_module_bottom__9cd6a734 > div {
8949
9023
  display: flex;
8950
9024
  flex-direction: column;
8951
9025
  align-items: center;
@@ -8957,16 +9031,16 @@
8957
9031
  position: relative;
8958
9032
  cursor: pointer;
8959
9033
  }
8960
- .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 > div:hover,
8961
- .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23 > div:hover {
9034
+ .index_module_teacher_layout__9cd6a734 .index_module_top__9cd6a734 > div:hover,
9035
+ .index_module_teacher_layout__9cd6a734 .index_module_bottom__9cd6a734 > div:hover {
8962
9036
  background-color: #f5f5f5;
8963
9037
  }
8964
- .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 > div:hover .index_module_delete__0ae06d23,
8965
- .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23 > div:hover .index_module_delete__0ae06d23 {
9038
+ .index_module_teacher_layout__9cd6a734 .index_module_top__9cd6a734 > div:hover .index_module_delete__9cd6a734,
9039
+ .index_module_teacher_layout__9cd6a734 .index_module_bottom__9cd6a734 > div:hover .index_module_delete__9cd6a734 {
8966
9040
  display: block;
8967
9041
  }
8968
- .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 > div p,
8969
- .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23 > div p {
9042
+ .index_module_teacher_layout__9cd6a734 .index_module_top__9cd6a734 > div p,
9043
+ .index_module_teacher_layout__9cd6a734 .index_module_bottom__9cd6a734 > div p {
8970
9044
  max-width: 60px;
8971
9045
  overflow: hidden;
8972
9046
  text-overflow: ellipsis;
@@ -8976,14 +9050,14 @@
8976
9050
  line-height: 1;
8977
9051
  padding-top: 12px;
8978
9052
  }
8979
- .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 > div img,
8980
- .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23 > div img {
9053
+ .index_module_teacher_layout__9cd6a734 .index_module_top__9cd6a734 > div img,
9054
+ .index_module_teacher_layout__9cd6a734 .index_module_bottom__9cd6a734 > div img {
8981
9055
  width: 32px;
8982
9056
  height: 32px;
8983
9057
  border-radius: 50%;
8984
9058
  }
8985
- .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 > div .index_module_num__0ae06d23,
8986
- .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23 > div .index_module_num__0ae06d23 {
9059
+ .index_module_teacher_layout__9cd6a734 .index_module_top__9cd6a734 > div .index_module_num__9cd6a734,
9060
+ .index_module_teacher_layout__9cd6a734 .index_module_bottom__9cd6a734 > div .index_module_num__9cd6a734 {
8987
9061
  position: absolute;
8988
9062
  top: 0;
8989
9063
  right: 0;
@@ -8995,8 +9069,8 @@
8995
9069
  font-size: 12px;
8996
9070
  line-height: 1.2;
8997
9071
  }
8998
- .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 > div .index_module_delete__0ae06d23,
8999
- .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23 > div .index_module_delete__0ae06d23 {
9072
+ .index_module_teacher_layout__9cd6a734 .index_module_top__9cd6a734 > div .index_module_delete__9cd6a734,
9073
+ .index_module_teacher_layout__9cd6a734 .index_module_bottom__9cd6a734 > div .index_module_delete__9cd6a734 {
9000
9074
  position: absolute;
9001
9075
  top: 2px;
9002
9076
  right: 2px;
@@ -9004,35 +9078,35 @@
9004
9078
  font-size: 12px;
9005
9079
  display: none;
9006
9080
  }
9007
- .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 > div {
9081
+ .index_module_teacher_layout__9cd6a734 .index_module_top__9cd6a734 > div {
9008
9082
  margin: 8px;
9009
9083
  }
9010
- .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 .index_module_shrink__0ae06d23 {
9084
+ .index_module_teacher_layout__9cd6a734 .index_module_top__9cd6a734 .index_module_shrink__9cd6a734 {
9011
9085
  border-bottom: 1px solid #ebebeb;
9012
9086
  border-radius: 0;
9013
9087
  margin-bottom: 8px;
9014
9088
  margin-top: 8px;
9015
9089
  }
9016
- .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 .index_module_shrink__0ae06d23 > span {
9090
+ .index_module_teacher_layout__9cd6a734 .index_module_top__9cd6a734 .index_module_shrink__9cd6a734 > span {
9017
9091
  font-size: 20px;
9018
9092
  }
9019
- .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 .index_module_shrink__0ae06d23 p {
9093
+ .index_module_teacher_layout__9cd6a734 .index_module_top__9cd6a734 .index_module_shrink__9cd6a734 p {
9020
9094
  padding-top: 0;
9021
9095
  }
9022
- .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 .index_module_shrink__0ae06d23:hover {
9096
+ .index_module_teacher_layout__9cd6a734 .index_module_top__9cd6a734 .index_module_shrink__9cd6a734:hover {
9023
9097
  background-color: #fff !important;
9024
9098
  }
9025
- .index_module_teacher_layout__0ae06d23 .index_module_top__0ae06d23 .index_module_active__0ae06d23,
9026
- .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23 .index_module_active__0ae06d23 {
9099
+ .index_module_teacher_layout__9cd6a734 .index_module_top__9cd6a734 .index_module_active__9cd6a734,
9100
+ .index_module_teacher_layout__9cd6a734 .index_module_bottom__9cd6a734 .index_module_active__9cd6a734 {
9027
9101
  background: #ffe8e0;
9028
9102
  }
9029
- .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23 > div:last-child {
9103
+ .index_module_teacher_layout__9cd6a734 .index_module_bottom__9cd6a734 > div:last-child {
9030
9104
  margin-bottom: 0;
9031
9105
  }
9032
- .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23 > div:first-child {
9106
+ .index_module_teacher_layout__9cd6a734 .index_module_bottom__9cd6a734 > div:first-child {
9033
9107
  margin-top: 0;
9034
9108
  }
9035
- .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23 {
9109
+ .index_module_teacher_layout__9cd6a734 .index_module_bottom__9cd6a734 {
9036
9110
  max-height: 524px;
9037
9111
  padding: 0 8px;
9038
9112
  padding-right: 4px;
@@ -9040,66 +9114,66 @@
9040
9114
  margin-bottom: 8px;
9041
9115
  margin-top: 8px;
9042
9116
  }
9043
- .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23::-webkit-scrollbar {
9117
+ .index_module_teacher_layout__9cd6a734 .index_module_bottom__9cd6a734::-webkit-scrollbar {
9044
9118
  background-color: #eaedf1;
9045
9119
  background-color: transparent;
9046
9120
  width: 4px;
9047
9121
  height: 4px;
9048
9122
  }
9049
- .index_module_teacher_layout__0ae06d23 .index_module_bottom__0ae06d23::-webkit-scrollbar-thumb {
9123
+ .index_module_teacher_layout__9cd6a734 .index_module_bottom__9cd6a734::-webkit-scrollbar-thumb {
9050
9124
  border-radius: 4px;
9051
9125
  background-color: rgba(0, 0, 0, 0.25);
9052
9126
  }
9053
- .index_module_teacher_layout_newlabo__0ae06d23 {
9127
+ .index_module_teacher_layout_newlabo__9cd6a734 {
9054
9128
  top: 50px;
9055
9129
  right: 0;
9056
9130
  }
9057
- .index_module_teacher_layout_newlabo__0ae06d23 .index_module_top__0ae06d23 svg {
9131
+ .index_module_teacher_layout_newlabo__9cd6a734 .index_module_top__9cd6a734 svg {
9058
9132
  transform: rotate(180deg);
9059
9133
  }
9060
- .index_module_teacher_layout_newlabo__0ae06d23 .index_module_top__0ae06d23 .index_module_active__0ae06d23,
9061
- .index_module_teacher_layout_newlabo__0ae06d23 .index_module_bottom__0ae06d23 .index_module_active__0ae06d23 {
9062
- background: #f0f8ff !important;
9134
+ .index_module_teacher_layout_newlabo__9cd6a734 .index_module_top__9cd6a734 .index_module_active__9cd6a734,
9135
+ .index_module_teacher_layout_newlabo__9cd6a734 .index_module_bottom__9cd6a734 .index_module_active__9cd6a734 {
9136
+ background-color: #D1E4FF;
9063
9137
  }
9064
- .index_module_teacher_layout_modal__0ae06d23 {
9138
+ .index_module_teacher_layout_modal__9cd6a734 {
9065
9139
  width: 328px;
9066
9140
  height: calc(100% - 48px);
9067
9141
  background-color: #fff;
9068
9142
  position: absolute;
9069
9143
  border-top: 1px solid #ebebeb;
9070
9144
  }
9071
- .index_module_teacher_layout_modal__0ae06d23 .index_module_top__0ae06d23 .index_module_ai__0ae06d23,
9072
- .index_module_teacher_layout_modal__0ae06d23 .index_module_bottom__0ae06d23 .index_module_ai__0ae06d23 {
9145
+ .index_module_teacher_layout_modal__9cd6a734 .index_module_top__9cd6a734 .index_module_ai__9cd6a734,
9146
+ .index_module_teacher_layout_modal__9cd6a734 .index_module_bottom__9cd6a734 .index_module_ai__9cd6a734 {
9073
9147
  border-bottom: 1px solid #ebebeb;
9074
9148
  padding: 16px;
9075
9149
  display: flex;
9076
9150
  align-items: center;
9077
9151
  cursor: pointer;
9078
9152
  }
9079
- .index_module_teacher_layout_modal__0ae06d23 .index_module_top__0ae06d23 .index_module_ai__0ae06d23 img,
9080
- .index_module_teacher_layout_modal__0ae06d23 .index_module_bottom__0ae06d23 .index_module_ai__0ae06d23 img {
9153
+ .index_module_teacher_layout_modal__9cd6a734 .index_module_top__9cd6a734 .index_module_ai__9cd6a734 img,
9154
+ .index_module_teacher_layout_modal__9cd6a734 .index_module_bottom__9cd6a734 .index_module_ai__9cd6a734 img {
9081
9155
  width: 32px;
9082
9156
  height: 32px;
9083
9157
  border-radius: 50%;
9084
9158
  margin-right: 12px;
9085
9159
  }
9086
- .index_module_teacher_layout_modal__0ae06d23 .index_module_top__0ae06d23 .index_module_ai__0ae06d23 > span,
9087
- .index_module_teacher_layout_modal__0ae06d23 .index_module_bottom__0ae06d23 .index_module_ai__0ae06d23 > span {
9160
+ .index_module_teacher_layout_modal__9cd6a734 .index_module_top__9cd6a734 .index_module_ai__9cd6a734 > span,
9161
+ .index_module_teacher_layout_modal__9cd6a734 .index_module_bottom__9cd6a734 .index_module_ai__9cd6a734 > span {
9088
9162
  margin-right: 12px;
9089
9163
  }
9090
- .index_module_teacher_layout_modal__0ae06d23 .index_module_top__0ae06d23 .index_module_ai__0ae06d23 .index_module_user_info__0ae06d23,
9091
- .index_module_teacher_layout_modal__0ae06d23 .index_module_bottom__0ae06d23 .index_module_ai__0ae06d23 .index_module_user_info__0ae06d23 {
9164
+ .index_module_teacher_layout_modal__9cd6a734 .index_module_top__9cd6a734 .index_module_ai__9cd6a734 .index_module_user_info__9cd6a734,
9165
+ .index_module_teacher_layout_modal__9cd6a734 .index_module_bottom__9cd6a734 .index_module_ai__9cd6a734 .index_module_user_info__9cd6a734 {
9092
9166
  width: 252px;
9093
9167
  }
9094
- .index_module_teacher_layout_modal__0ae06d23 .index_module_top__0ae06d23 .index_module_ai__0ae06d23 .index_module_user_info__0ae06d23 .index_module_message__0ae06d23,
9095
- .index_module_teacher_layout_modal__0ae06d23 .index_module_bottom__0ae06d23 .index_module_ai__0ae06d23 .index_module_user_info__0ae06d23 .index_module_message__0ae06d23 {
9168
+ .index_module_teacher_layout_modal__9cd6a734 .index_module_top__9cd6a734 .index_module_ai__9cd6a734 .index_module_user_info__9cd6a734 .index_module_message__9cd6a734,
9169
+ .index_module_teacher_layout_modal__9cd6a734 .index_module_bottom__9cd6a734 .index_module_ai__9cd6a734 .index_module_user_info__9cd6a734 .index_module_message__9cd6a734 {
9096
9170
  color: #000;
9097
9171
  font-size: 14px;
9098
9172
  line-height: 1;
9099
9173
  padding-right: 10px;
9100
9174
  }
9101
- .index_module_teacher_layout_modal__0ae06d23 .index_module_top__0ae06d23 .index_module_ai__0ae06d23 .index_module_user_info__0ae06d23 .index_module_message__0ae06d23 .index_module_num__0ae06d23,
9102
- .index_module_teacher_layout_modal__0ae06d23 .index_module_bottom__0ae06d23 .index_module_ai__0ae06d23 .index_module_user_info__0ae06d23 .index_module_message__0ae06d23 .index_module_num__0ae06d23 {
9175
+ .index_module_teacher_layout_modal__9cd6a734 .index_module_top__9cd6a734 .index_module_ai__9cd6a734 .index_module_user_info__9cd6a734 .index_module_message__9cd6a734 .index_module_num__9cd6a734,
9176
+ .index_module_teacher_layout_modal__9cd6a734 .index_module_bottom__9cd6a734 .index_module_ai__9cd6a734 .index_module_user_info__9cd6a734 .index_module_message__9cd6a734 .index_module_num__9cd6a734 {
9103
9177
  margin-left: 12px;
9104
9178
  border-radius: 26px;
9105
9179
  background-color: #f4523b;
@@ -9109,15 +9183,15 @@
9109
9183
  font-size: 12px;
9110
9184
  line-height: 1;
9111
9185
  }
9112
- .index_module_teacher_layout_modal__0ae06d23 .index_module_top__0ae06d23 .index_module_ai__0ae06d23 .index_module_user_info__0ae06d23 .index_module_message__0ae06d23 .index_module_time__0ae06d23,
9113
- .index_module_teacher_layout_modal__0ae06d23 .index_module_bottom__0ae06d23 .index_module_ai__0ae06d23 .index_module_user_info__0ae06d23 .index_module_message__0ae06d23 .index_module_time__0ae06d23 {
9186
+ .index_module_teacher_layout_modal__9cd6a734 .index_module_top__9cd6a734 .index_module_ai__9cd6a734 .index_module_user_info__9cd6a734 .index_module_message__9cd6a734 .index_module_time__9cd6a734,
9187
+ .index_module_teacher_layout_modal__9cd6a734 .index_module_bottom__9cd6a734 .index_module_ai__9cd6a734 .index_module_user_info__9cd6a734 .index_module_message__9cd6a734 .index_module_time__9cd6a734 {
9114
9188
  font-size: 12px;
9115
9189
  color: rgba(0, 0, 0, 0.25);
9116
9190
  float: right;
9117
9191
  }
9118
- .index_module_teacher_layout_modal__0ae06d23 .index_module_top__0ae06d23 .index_module_ai__0ae06d23 .index_module_user_info__0ae06d23 .index_module_con__0ae06d23,
9119
- .index_module_teacher_layout_modal__0ae06d23 .index_module_bottom__0ae06d23 .index_module_ai__0ae06d23 .index_module_user_info__0ae06d23 .index_module_con__0ae06d23 {
9120
- color: rgba(0, 0, 0, 0.25);
9192
+ .index_module_teacher_layout_modal__9cd6a734 .index_module_top__9cd6a734 .index_module_ai__9cd6a734 .index_module_user_info__9cd6a734 .index_module_con__9cd6a734,
9193
+ .index_module_teacher_layout_modal__9cd6a734 .index_module_bottom__9cd6a734 .index_module_ai__9cd6a734 .index_module_user_info__9cd6a734 .index_module_con__9cd6a734 {
9194
+ color: rgba(0, 0, 0, 0.45);
9121
9195
  font-size: 12px;
9122
9196
  line-height: 1.5;
9123
9197
  margin-top: 8px;
@@ -9125,32 +9199,32 @@
9125
9199
  white-space: nowrap;
9126
9200
  text-overflow: ellipsis;
9127
9201
  }
9128
- .index_module_teacher_layout_modal__0ae06d23 .index_module_top__0ae06d23 .index_module_active__0ae06d23,
9129
- .index_module_teacher_layout_modal__0ae06d23 .index_module_bottom__0ae06d23 .index_module_active__0ae06d23 {
9202
+ .index_module_teacher_layout_modal__9cd6a734 .index_module_top__9cd6a734 .index_module_active__9cd6a734,
9203
+ .index_module_teacher_layout_modal__9cd6a734 .index_module_bottom__9cd6a734 .index_module_active__9cd6a734 {
9130
9204
  background: #ffe8e0;
9131
9205
  }
9132
- .index_module_teacher_layout_modal__0ae06d23 .index_module_bottom__0ae06d23 {
9206
+ .index_module_teacher_layout_modal__9cd6a734 .index_module_bottom__9cd6a734 {
9133
9207
  overflow: auto;
9134
9208
  height: calc(100% - 70px);
9135
9209
  }
9136
- .index_module_teacher_layout_modal__0ae06d23 .index_module_bottom__0ae06d23::-webkit-scrollbar {
9210
+ .index_module_teacher_layout_modal__9cd6a734 .index_module_bottom__9cd6a734::-webkit-scrollbar {
9137
9211
  background-color: #eaedf1;
9138
9212
  background-color: transparent;
9139
9213
  width: 4px;
9140
9214
  height: 4px;
9141
9215
  }
9142
- .index_module_teacher_layout_modal__0ae06d23 .index_module_bottom__0ae06d23::-webkit-scrollbar-thumb {
9216
+ .index_module_teacher_layout_modal__9cd6a734 .index_module_bottom__9cd6a734::-webkit-scrollbar-thumb {
9143
9217
  border-radius: 4px;
9144
9218
  background-color: rgba(0, 0, 0, 0.25);
9145
9219
  }
9146
- .index_module_teacher_layout_modal__0ae06d23 .anticon {
9220
+ .index_module_teacher_layout_modal__9cd6a734 .anticon {
9147
9221
  vertical-align: 0;
9148
9222
  }
9149
- .index_module_teacher_layout_modal_newlabo__0ae06d23 .index_module_top__0ae06d23 .index_module_active__0ae06d23,
9150
- .index_module_teacher_layout_modal_newlabo__0ae06d23 .index_module_bottom__0ae06d23 .index_module_active__0ae06d23 {
9223
+ .index_module_teacher_layout_modal_newlabo__9cd6a734 .index_module_top__9cd6a734 .index_module_active__9cd6a734,
9224
+ .index_module_teacher_layout_modal_newlabo__9cd6a734 .index_module_bottom__9cd6a734 .index_module_active__9cd6a734 {
9151
9225
  background: #f0f8ff !important;
9152
9226
  }
9153
- .index_module_history_list__0ae06d23 {
9227
+ .index_module_history_list__9cd6a734 {
9154
9228
  position: absolute;
9155
9229
  top: 0;
9156
9230
  background: rgba(0, 0, 0, 0.3);
@@ -9158,17 +9232,18 @@
9158
9232
  height: 100%;
9159
9233
  overflow: hidden;
9160
9234
  }
9161
- .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 {
9235
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 {
9162
9236
  background: #fff;
9163
9237
  position: absolute;
9238
+ z-index: 10;
9164
9239
  bottom: -500px;
9165
9240
  width: 100%;
9166
9241
  border-radius: 16px 16px 0px 0px;
9167
9242
  overflow: hidden;
9168
- animation: index_module_mymove__0ae06d23 1s forwards;
9243
+ animation: index_module_mymove__9cd6a734 1s forwards;
9169
9244
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
9170
9245
  }
9171
- .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_title__0ae06d23 {
9246
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_title__9cd6a734 {
9172
9247
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
9173
9248
  font-size: 16px;
9174
9249
  font-weight: 600;
@@ -9177,18 +9252,18 @@
9177
9252
  display: flex;
9178
9253
  justify-content: space-between;
9179
9254
  }
9180
- .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_title__0ae06d23 svg {
9255
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_title__9cd6a734 svg {
9181
9256
  font-size: 12px;
9182
9257
  cursor: pointer;
9183
9258
  opacity: 0.65;
9184
9259
  font-weight: 300;
9185
9260
  }
9186
- .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_search_top__0ae06d23 {
9261
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_search_top__9cd6a734 {
9187
9262
  position: relative;
9188
9263
  margin: 16px 24px;
9189
9264
  background-color: #fff;
9190
9265
  }
9191
- .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_search_top__0ae06d23 input {
9266
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_search_top__9cd6a734 input {
9192
9267
  width: 100%;
9193
9268
  height: 40px;
9194
9269
  line-height: 40px;
@@ -9198,7 +9273,7 @@
9198
9273
  padding-right: 30px;
9199
9274
  color: rgba(0, 0, 0, 0.85);
9200
9275
  }
9201
- .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_search_top__0ae06d23 .anticon {
9276
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_search_top__9cd6a734 .anticon {
9202
9277
  position: absolute;
9203
9278
  top: 11px;
9204
9279
  z-index: 1;
@@ -9206,7 +9281,7 @@
9206
9281
  font-size: 16px;
9207
9282
  color: rgba(0, 0, 0, 0.65);
9208
9283
  }
9209
- .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_search_top__0ae06d23 .guanbi_Close {
9284
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_search_top__9cd6a734 .guanbi_Close {
9210
9285
  position: absolute;
9211
9286
  top: 3px;
9212
9287
  right: 38px;
@@ -9215,69 +9290,127 @@
9215
9290
  color: rgba(0, 0, 0, 0.65);
9216
9291
  cursor: pointer;
9217
9292
  }
9218
- .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_search_top__0ae06d23 .guanbi_Close svg {
9293
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_search_top__9cd6a734 .guanbi_Close svg {
9219
9294
  font-size: 10px;
9220
9295
  opacity: 0.65;
9221
9296
  }
9222
- .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_search_top__0ae06d23 svg {
9297
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_search_top__9cd6a734 svg {
9223
9298
  opacity: 0.65;
9224
9299
  font-weight: 300;
9225
9300
  }
9226
- .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23:first-child {
9301
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734:first-child {
9227
9302
  margin-top: 0;
9228
9303
  }
9229
- .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 {
9304
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 {
9230
9305
  overflow: auto;
9231
9306
  height: 510px;
9232
9307
  }
9233
- .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23::-webkit-scrollbar {
9308
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734::-webkit-scrollbar {
9234
9309
  background-color: #eaedf1;
9235
9310
  background-color: transparent;
9236
9311
  width: 4px;
9237
9312
  height: 4px;
9238
9313
  }
9239
- .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23::-webkit-scrollbar-thumb {
9314
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734::-webkit-scrollbar-thumb {
9240
9315
  border-radius: 4px;
9241
9316
  background-color: rgba(0, 0, 0, 0.25);
9242
9317
  }
9243
- .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 .index_module_list__0ae06d23 {
9244
- margin: 8px 24px;
9245
- padding: 8px;
9246
- margin-bottom: 17px;
9318
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 .index_module_list_item__9cd6a734 .index_module_list_summary__9cd6a734 {
9319
+ width: 100%;
9320
+ padding: 8px 16px;
9321
+ display: flex;
9322
+ align-items: center;
9323
+ border-bottom: 1px solid #ebebeb;
9324
+ }
9325
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 .index_module_list_item__9cd6a734 .index_module_list_summary__9cd6a734 .index_module_head_img__9cd6a734 {
9326
+ width: 36px;
9327
+ height: 36px;
9328
+ border-radius: 50%;
9329
+ margin-right: 16px;
9330
+ }
9331
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 .index_module_list_item__9cd6a734 .index_module_list_summary__9cd6a734 .index_module_head_img__9cd6a734 img {
9332
+ width: 36px;
9333
+ height: 36px;
9334
+ border-radius: 50%;
9335
+ }
9336
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 .index_module_list_item__9cd6a734 .index_module_list_summary__9cd6a734 .index_module_head_img__9cd6a734 svg {
9337
+ width: 36px;
9338
+ height: 36px;
9339
+ }
9340
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 .index_module_list_item__9cd6a734 .index_module_list_summary__9cd6a734 .index_module_list_desc__9cd6a734 {
9341
+ width: calc(100% - 56px);
9342
+ }
9343
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 .index_module_list_item__9cd6a734 .index_module_list_summary__9cd6a734 .index_module_list_desc__9cd6a734 .index_module_name__9cd6a734 {
9344
+ color: rgba(0, 0, 0, 0.85);
9345
+ font-size: 16px;
9346
+ font-weight: 600;
9347
+ line-height: 150%;
9348
+ margin-bottom: 4px;
9349
+ }
9350
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 .index_module_list_item__9cd6a734 .index_module_list_summary__9cd6a734 .index_module_list_desc__9cd6a734 .index_module_name__9cd6a734 .index_module_time__9cd6a734 {
9351
+ float: right;
9352
+ font-size: 14px;
9353
+ color: #8c8c8c;
9354
+ font-weight: 400;
9355
+ }
9356
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 .index_module_list_item__9cd6a734 .index_module_list_summary__9cd6a734 .index_module_list_desc__9cd6a734 .index_module_decs__9cd6a734 {
9357
+ color: rgba(0, 0, 0, 0.65);
9358
+ font-size: 14px;
9359
+ font-weight: 400;
9360
+ line-height: 150%;
9361
+ overflow: hidden;
9362
+ text-overflow: ellipsis;
9363
+ white-space: nowrap;
9364
+ }
9365
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 .index_module_list_item__9cd6a734 .index_module_list_summary__9cd6a734 .index_module_list_desc__9cd6a734 .index_module_decs__9cd6a734 span {
9366
+ color: #f4523b;
9367
+ }
9368
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 .index_module_list_item__9cd6a734 .index_module_list_summary__9cd6a734 .index_module_open__9cd6a734 {
9369
+ font-size: 24px;
9370
+ color: rgba(0, 0, 0, 0.65);
9371
+ }
9372
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 .index_module_list_item__9cd6a734 .index_module_list_summary__9cd6a734 .index_module_active__9cd6a734 svg {
9373
+ transform: rotate(90deg);
9374
+ }
9375
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 .index_module_list_item__9cd6a734 .index_module_list_detail__9cd6a734 {
9376
+ background-color: rgba(0, 0, 0, 0.02);
9377
+ }
9378
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 .index_module_list_item__9cd6a734 .index_module_list_detail__9cd6a734 .index_module_list__9cd6a734 {
9379
+ padding: 8px 16px;
9380
+ margin-bottom: 1px;
9247
9381
  position: relative;
9248
9382
  cursor: pointer;
9249
9383
  }
9250
- .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 .index_module_list__0ae06d23:hover {
9384
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 .index_module_list_item__9cd6a734 .index_module_list_detail__9cd6a734 .index_module_list__9cd6a734:hover {
9251
9385
  background-color: rgba(0, 0, 0, 0.04);
9252
- border-radius: 8px;
9253
9386
  }
9254
- .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 .index_module_list__0ae06d23::before {
9387
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 .index_module_list_item__9cd6a734 .index_module_list_detail__9cd6a734 .index_module_list__9cd6a734::before {
9255
9388
  content: "";
9256
9389
  display: inline-block;
9257
9390
  width: 100%;
9258
9391
  height: 1px;
9259
9392
  background-color: #ebebeb;
9260
9393
  position: absolute;
9261
- bottom: -9px;
9394
+ bottom: -1px;
9262
9395
  left: -1px;
9263
9396
  }
9264
- .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 .index_module_list__0ae06d23 .index_module_name__0ae06d23 {
9397
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 .index_module_list_item__9cd6a734 .index_module_list_detail__9cd6a734 .index_module_list__9cd6a734 .index_module_name__9cd6a734 {
9265
9398
  display: flex;
9266
9399
  justify-content: space-between;
9267
9400
  align-items: center;
9268
9401
  margin-bottom: 9px;
9269
9402
  }
9270
- .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 .index_module_list__0ae06d23 .index_module_name__0ae06d23 p {
9403
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 .index_module_list_item__9cd6a734 .index_module_list_detail__9cd6a734 .index_module_list__9cd6a734 .index_module_name__9cd6a734 p {
9271
9404
  color: rgba(0, 0, 0, 0.85);
9272
9405
  font-size: 16px;
9273
9406
  font-weight: 600;
9274
9407
  line-height: 1.5;
9275
9408
  }
9276
- .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 .index_module_list__0ae06d23 .index_module_name__0ae06d23 .index_module_time__0ae06d23 {
9409
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 .index_module_list_item__9cd6a734 .index_module_list_detail__9cd6a734 .index_module_list__9cd6a734 .index_module_name__9cd6a734 .index_module_time__9cd6a734 {
9277
9410
  font-size: 14px;
9278
9411
  color: #8c8c8c;
9279
9412
  }
9280
- .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 .index_module_list__0ae06d23 .index_module_con__0ae06d23 {
9413
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 .index_module_list_item__9cd6a734 .index_module_list_detail__9cd6a734 .index_module_list__9cd6a734 .index_module_con__9cd6a734 {
9281
9414
  color: rgba(0, 0, 0, 0.85);
9282
9415
  font-size: 14px;
9283
9416
  font-weight: 400;
@@ -9290,17 +9423,22 @@
9290
9423
  max-height: 40px;
9291
9424
  word-break: break-all;
9292
9425
  }
9293
- .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 .index_module_list__0ae06d23 .index_module_con__0ae06d23 span {
9426
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 .index_module_list_item__9cd6a734 .index_module_list_detail__9cd6a734 .index_module_list__9cd6a734 .index_module_con__9cd6a734 span {
9294
9427
  color: #f4523b;
9295
9428
  }
9296
- .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 .index_module_no_data__0ae06d23 {
9429
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 .index_module_list_item__9cd6a734 .index_module_list_detail__9cd6a734 .index_module_list_more__9cd6a734 {
9430
+ text-align: center;
9431
+ color: rgba(0, 0, 0, 0.45);
9432
+ font-size: 14px;
9433
+ }
9434
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 .index_module_no_data__9cd6a734 {
9297
9435
  text-align: center;
9298
9436
  margin-top: 130px;
9299
9437
  }
9300
- .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 .index_module_no_data__0ae06d23 img {
9438
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 .index_module_no_data__9cd6a734 img {
9301
9439
  width: 160px;
9302
9440
  }
9303
- .index_module_history_list__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 .index_module_no_data__0ae06d23 p {
9441
+ .index_module_history_list__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 .index_module_no_data__9cd6a734 p {
9304
9442
  margin-top: 24px;
9305
9443
  color: rgba(0, 0, 0, 0.45);
9306
9444
  text-align: center;
@@ -9308,7 +9446,7 @@
9308
9446
  line-height: 100%;
9309
9447
  /* 14px */
9310
9448
  }
9311
- @keyframes index_module_mymove__0ae06d23 {
9449
+ @keyframes index_module_mymove__9cd6a734 {
9312
9450
  from {
9313
9451
  bottom: -500px;
9314
9452
  }
@@ -9316,10 +9454,10 @@
9316
9454
  bottom: 0;
9317
9455
  }
9318
9456
  }
9319
- .index_module_history_list__0ae06d23 .anticon {
9457
+ .index_module_history_list__9cd6a734 .anticon {
9320
9458
  vertical-align: 0;
9321
9459
  }
9322
- .index_module_history_list_broadside__0ae06d23 {
9460
+ .index_module_history_list_broadside__9cd6a734 {
9323
9461
  width: 417px;
9324
9462
  height: calc(100% - 48px);
9325
9463
  right: 0;
@@ -9328,21 +9466,18 @@
9328
9466
  background: transparent;
9329
9467
  overflow: visible;
9330
9468
  }
9331
- .index_module_history_list_broadside__0ae06d23 .index_module_search_layout__0ae06d23 {
9469
+ .index_module_history_list_broadside__9cd6a734 .index_module_search_layout__9cd6a734 {
9332
9470
  height: 100%;
9333
9471
  border-radius: 0;
9334
9472
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
9335
9473
  }
9336
- .index_module_history_list_broadside__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_search_top__0ae06d23 {
9474
+ .index_module_history_list_broadside__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_search_top__9cd6a734 {
9337
9475
  margin: 16px;
9338
9476
  }
9339
- .index_module_history_list_broadside__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_title__0ae06d23 {
9477
+ .index_module_history_list_broadside__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_title__9cd6a734 {
9340
9478
  padding: 16px;
9341
9479
  }
9342
- .index_module_history_list_broadside__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 {
9480
+ .index_module_history_list_broadside__9cd6a734 .index_module_search_layout__9cd6a734 .index_module_main_list__9cd6a734 {
9343
9481
  height: calc(100% - 140px);
9344
9482
  max-height: calc(100% - 140px);
9345
9483
  }
9346
- .index_module_history_list_broadside__0ae06d23 .index_module_search_layout__0ae06d23 .index_module_main_list__0ae06d23 .index_module_list__0ae06d23 {
9347
- margin: 8px 16px 17px;
9348
- }