bhd-components 0.7.7 → 0.7.9
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.
- package/README.md +1 -1
- package/dist/{61049688.esm.es5.development.js → 072bdcac.esm.es5.development.js} +83 -7903
- package/dist/d634a723.esm.es5.production.js +468 -0
- package/dist/index.esm.es5.development.css +960 -958
- package/dist/index.esm.es5.development.js +124 -45
- package/dist/index.esm.es5.production.css +1 -1
- package/dist/index.esm.es5.production.js +1 -1
- package/es2017/customerService/html2canvas.test.js +8580 -0
- package/es2017/customerService/index.d.ts +2 -0
- package/es2017/customerService/index.js +116 -40
- package/es2017/customerService/index.module.less +1 -1
- package/esm/customerService/html2canvas.test.js +8581 -0
- package/esm/customerService/index.d.ts +2 -0
- package/esm/customerService/index.js +123 -43
- package/esm/customerService/index.module.less +1 -1
- package/package.json +1 -1
- package/dist/51f5ba3f.esm.es5.production.js +0 -485
|
@@ -14499,49 +14499,49 @@
|
|
|
14499
14499
|
"description": "图标,六级填充色"
|
|
14500
14500
|
}
|
|
14501
14501
|
*/
|
|
14502
|
-
.
|
|
14503
|
-
.
|
|
14502
|
+
.index_module_service_ChatWindow_Drawer__a8c40776,
|
|
14503
|
+
.index_module_ChatWindow_Modal__a8c40776 {
|
|
14504
14504
|
width: 100% !important;
|
|
14505
14505
|
}
|
|
14506
|
-
.
|
|
14507
|
-
.
|
|
14506
|
+
.index_module_service_ChatWindow_Drawer__a8c40776 .bhd-drawer-mask,
|
|
14507
|
+
.index_module_ChatWindow_Modal__a8c40776 .bhd-drawer-mask {
|
|
14508
14508
|
background-color: rgba(0, 0, 0, 0.15) !important;
|
|
14509
14509
|
}
|
|
14510
|
-
.
|
|
14511
|
-
.
|
|
14510
|
+
.index_module_ChatWindow_Drawer__a8c40776,
|
|
14511
|
+
.index_module_ChatWindow_Modal__a8c40776 {
|
|
14512
14512
|
/* 全局修改滚动条样式 */
|
|
14513
14513
|
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1) !important;
|
|
14514
14514
|
}
|
|
14515
|
-
.
|
|
14516
|
-
.
|
|
14515
|
+
.index_module_ChatWindow_Drawer__a8c40776 textarea::-webkit-scrollbar,
|
|
14516
|
+
.index_module_ChatWindow_Modal__a8c40776 textarea::-webkit-scrollbar {
|
|
14517
14517
|
background-color: #eaedf1;
|
|
14518
14518
|
background-color: transparent;
|
|
14519
14519
|
width: 4px;
|
|
14520
14520
|
height: 4px;
|
|
14521
14521
|
}
|
|
14522
|
-
.
|
|
14523
|
-
.
|
|
14522
|
+
.index_module_ChatWindow_Drawer__a8c40776 textarea::-webkit-scrollbar-thumb,
|
|
14523
|
+
.index_module_ChatWindow_Modal__a8c40776 textarea::-webkit-scrollbar-thumb {
|
|
14524
14524
|
border-radius: 4px;
|
|
14525
14525
|
background-color: rgba(0, 0, 0, 0.25);
|
|
14526
14526
|
}
|
|
14527
|
-
.
|
|
14528
|
-
.
|
|
14527
|
+
.index_module_ChatWindow_Drawer__a8c40776 pre::-webkit-scrollbar,
|
|
14528
|
+
.index_module_ChatWindow_Modal__a8c40776 pre::-webkit-scrollbar {
|
|
14529
14529
|
background-color: #eaedf1;
|
|
14530
14530
|
background-color: transparent;
|
|
14531
14531
|
width: 4px;
|
|
14532
14532
|
height: 4px;
|
|
14533
14533
|
}
|
|
14534
|
-
.
|
|
14535
|
-
.
|
|
14534
|
+
.index_module_ChatWindow_Drawer__a8c40776 pre::-webkit-scrollbar-thumb,
|
|
14535
|
+
.index_module_ChatWindow_Modal__a8c40776 pre::-webkit-scrollbar-thumb {
|
|
14536
14536
|
border-radius: 4px;
|
|
14537
14537
|
background-color: rgba(0, 0, 0, 0.25);
|
|
14538
14538
|
}
|
|
14539
|
-
.
|
|
14540
|
-
.
|
|
14539
|
+
.index_module_ChatWindow_Drawer__a8c40776 .bhd-drawer-body,
|
|
14540
|
+
.index_module_ChatWindow_Modal__a8c40776 .bhd-drawer-body {
|
|
14541
14541
|
padding: 0 !important;
|
|
14542
14542
|
}
|
|
14543
|
-
.
|
|
14544
|
-
.
|
|
14543
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776,
|
|
14544
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 {
|
|
14545
14545
|
display: flex;
|
|
14546
14546
|
padding: 16px 24px;
|
|
14547
14547
|
justify-content: space-between;
|
|
@@ -14549,16 +14549,16 @@
|
|
|
14549
14549
|
background-color: #fff;
|
|
14550
14550
|
line-height: 1;
|
|
14551
14551
|
}
|
|
14552
|
-
.
|
|
14553
|
-
.
|
|
14552
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_user__a8c40776,
|
|
14553
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_user__a8c40776 {
|
|
14554
14554
|
color: #000;
|
|
14555
14555
|
font-size: 16px;
|
|
14556
14556
|
font-weight: 600;
|
|
14557
14557
|
position: relative;
|
|
14558
14558
|
padding-left: 36px;
|
|
14559
14559
|
}
|
|
14560
|
-
.
|
|
14561
|
-
.
|
|
14560
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_user__a8c40776 i,
|
|
14561
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_user__a8c40776 i {
|
|
14562
14562
|
padding-right: 16px;
|
|
14563
14563
|
color: #111;
|
|
14564
14564
|
position: absolute;
|
|
@@ -14567,8 +14567,8 @@
|
|
|
14567
14567
|
left: 0;
|
|
14568
14568
|
cursor: pointer;
|
|
14569
14569
|
}
|
|
14570
|
-
.
|
|
14571
|
-
.
|
|
14570
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_user__a8c40776 .index_module_count__a8c40776,
|
|
14571
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_user__a8c40776 .index_module_count__a8c40776 {
|
|
14572
14572
|
position: absolute;
|
|
14573
14573
|
top: -6px;
|
|
14574
14574
|
right: 5px;
|
|
@@ -14579,19 +14579,19 @@
|
|
|
14579
14579
|
font-size: 12px;
|
|
14580
14580
|
line-height: 1.2;
|
|
14581
14581
|
}
|
|
14582
|
-
.
|
|
14583
|
-
.
|
|
14582
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776,
|
|
14583
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 {
|
|
14584
14584
|
display: flex;
|
|
14585
14585
|
height: 16px;
|
|
14586
14586
|
}
|
|
14587
|
-
.
|
|
14588
|
-
.
|
|
14587
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 i,
|
|
14588
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 i {
|
|
14589
14589
|
font-size: 16px;
|
|
14590
14590
|
margin-left: 23px;
|
|
14591
14591
|
cursor: pointer;
|
|
14592
14592
|
}
|
|
14593
|
-
.
|
|
14594
|
-
.
|
|
14593
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 .index_module_line__a8c40776,
|
|
14594
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 .index_module_line__a8c40776 {
|
|
14595
14595
|
display: inline-block;
|
|
14596
14596
|
width: 1px;
|
|
14597
14597
|
height: 16px;
|
|
@@ -14599,13 +14599,13 @@
|
|
|
14599
14599
|
margin: 0 4px;
|
|
14600
14600
|
margin-left: 23px;
|
|
14601
14601
|
}
|
|
14602
|
-
.
|
|
14603
|
-
.
|
|
14602
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 .index_module_popover_main__a8c40776,
|
|
14603
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 .index_module_popover_main__a8c40776 {
|
|
14604
14604
|
position: relative;
|
|
14605
14605
|
z-index: 99;
|
|
14606
14606
|
}
|
|
14607
|
-
.
|
|
14608
|
-
.
|
|
14607
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 .index_module_popover_main__a8c40776 .index_module_popover__a8c40776,
|
|
14608
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 .index_module_popover_main__a8c40776 .index_module_popover__a8c40776 {
|
|
14609
14609
|
padding: 8px 0;
|
|
14610
14610
|
width: 74px;
|
|
14611
14611
|
text-align: center;
|
|
@@ -14621,8 +14621,8 @@
|
|
|
14621
14621
|
left: -30px;
|
|
14622
14622
|
display: none;
|
|
14623
14623
|
}
|
|
14624
|
-
.
|
|
14625
|
-
.
|
|
14624
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 .index_module_popover_main__a8c40776 .index_module_popover__a8c40776::after,
|
|
14625
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 .index_module_popover_main__a8c40776 .index_module_popover__a8c40776::after {
|
|
14626
14626
|
content: "";
|
|
14627
14627
|
position: absolute;
|
|
14628
14628
|
width: 0;
|
|
@@ -14633,8 +14633,8 @@
|
|
|
14633
14633
|
top: -12px;
|
|
14634
14634
|
left: 32px;
|
|
14635
14635
|
}
|
|
14636
|
-
.
|
|
14637
|
-
.
|
|
14636
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 .index_module_popover_main__a8c40776 .index_module_popover__a8c40776::before,
|
|
14637
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 .index_module_popover_main__a8c40776 .index_module_popover__a8c40776::before {
|
|
14638
14638
|
content: "";
|
|
14639
14639
|
position: absolute;
|
|
14640
14640
|
z-index: 99;
|
|
@@ -14645,44 +14645,44 @@
|
|
|
14645
14645
|
top: -13px;
|
|
14646
14646
|
left: 32px;
|
|
14647
14647
|
}
|
|
14648
|
-
.
|
|
14649
|
-
.
|
|
14648
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 .index_module_popover_main__a8c40776:hover .index_module_popover__a8c40776,
|
|
14649
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 .index_module_popover_main__a8c40776:hover .index_module_popover__a8c40776 {
|
|
14650
14650
|
display: block;
|
|
14651
14651
|
}
|
|
14652
|
-
.
|
|
14653
|
-
.
|
|
14652
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap_newlabo__a8c40776 .index_module_top__a8c40776,
|
|
14653
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap_newlabo__a8c40776 .index_module_top__a8c40776 {
|
|
14654
14654
|
background-color: #f5f5f5;
|
|
14655
14655
|
border-bottom: 1px solid #ebebeb;
|
|
14656
14656
|
}
|
|
14657
|
-
.
|
|
14658
|
-
.
|
|
14657
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap_newlabo__a8c40776 .index_module_top__a8c40776 .index_module_user__a8c40776,
|
|
14658
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap_newlabo__a8c40776 .index_module_top__a8c40776 .index_module_user__a8c40776 {
|
|
14659
14659
|
padding-left: 0;
|
|
14660
14660
|
font-weight: 400;
|
|
14661
14661
|
}
|
|
14662
|
-
.
|
|
14663
|
-
.
|
|
14662
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776,
|
|
14663
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 {
|
|
14664
14664
|
max-height: calc(100vh - 110px);
|
|
14665
14665
|
overflow: auto;
|
|
14666
14666
|
background: #f5f5f5;
|
|
14667
14667
|
min-height: 200px;
|
|
14668
14668
|
}
|
|
14669
|
-
.
|
|
14670
|
-
.
|
|
14669
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_loading__a8c40776,
|
|
14670
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_loading__a8c40776 {
|
|
14671
14671
|
text-align: center;
|
|
14672
14672
|
margin: 10px 0;
|
|
14673
14673
|
}
|
|
14674
|
-
.
|
|
14675
|
-
.
|
|
14674
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_loading__a8c40776 img,
|
|
14675
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_loading__a8c40776 img {
|
|
14676
14676
|
width: 30px;
|
|
14677
14677
|
height: 30px;
|
|
14678
14678
|
}
|
|
14679
|
-
.
|
|
14680
|
-
.
|
|
14679
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776,
|
|
14680
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 {
|
|
14681
14681
|
padding: 16px;
|
|
14682
14682
|
padding-top: 0;
|
|
14683
14683
|
}
|
|
14684
|
-
.
|
|
14685
|
-
.
|
|
14684
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_left__a8c40776 .index_module_head_sculpture__a8c40776,
|
|
14685
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_left__a8c40776 .index_module_head_sculpture__a8c40776 {
|
|
14686
14686
|
width: 32px;
|
|
14687
14687
|
height: 32px;
|
|
14688
14688
|
margin-top: 24px;
|
|
@@ -14691,19 +14691,19 @@
|
|
|
14691
14691
|
vertical-align: top;
|
|
14692
14692
|
overflow: hidden;
|
|
14693
14693
|
}
|
|
14694
|
-
.
|
|
14695
|
-
.
|
|
14694
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_left__a8c40776 .index_module_head_sculpture__a8c40776 img,
|
|
14695
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_left__a8c40776 .index_module_head_sculpture__a8c40776 img {
|
|
14696
14696
|
width: 100%;
|
|
14697
14697
|
height: 100%;
|
|
14698
14698
|
}
|
|
14699
|
-
.
|
|
14700
|
-
.
|
|
14699
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_left__a8c40776 .index_module_main_content__a8c40776,
|
|
14700
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_left__a8c40776 .index_module_main_content__a8c40776 {
|
|
14701
14701
|
display: flex;
|
|
14702
14702
|
flex-direction: column;
|
|
14703
14703
|
align-items: flex-end;
|
|
14704
14704
|
}
|
|
14705
|
-
.
|
|
14706
|
-
.
|
|
14705
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_right__a8c40776 .index_module_head_sculpture__a8c40776,
|
|
14706
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_right__a8c40776 .index_module_head_sculpture__a8c40776 {
|
|
14707
14707
|
width: 32px;
|
|
14708
14708
|
height: 32px;
|
|
14709
14709
|
margin-top: 24px;
|
|
@@ -14714,80 +14714,80 @@
|
|
|
14714
14714
|
overflow: hidden;
|
|
14715
14715
|
text-align: center;
|
|
14716
14716
|
}
|
|
14717
|
-
.
|
|
14718
|
-
.
|
|
14717
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_right__a8c40776 .index_module_head_sculpture__a8c40776 i,
|
|
14718
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_right__a8c40776 .index_module_head_sculpture__a8c40776 i {
|
|
14719
14719
|
color: #fff;
|
|
14720
14720
|
}
|
|
14721
|
-
.
|
|
14722
|
-
.
|
|
14721
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_right__a8c40776 .index_module_head_sculpture__a8c40776 img,
|
|
14722
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_right__a8c40776 .index_module_head_sculpture__a8c40776 img {
|
|
14723
14723
|
width: 100%;
|
|
14724
14724
|
height: 100%;
|
|
14725
14725
|
}
|
|
14726
|
-
.
|
|
14727
|
-
.
|
|
14726
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li,
|
|
14727
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li {
|
|
14728
14728
|
position: relative;
|
|
14729
14729
|
display: flex;
|
|
14730
14730
|
width: 100%;
|
|
14731
14731
|
}
|
|
14732
|
-
.
|
|
14733
|
-
.
|
|
14732
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776,
|
|
14733
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 {
|
|
14734
14734
|
max-width: 80%;
|
|
14735
14735
|
}
|
|
14736
|
-
.
|
|
14737
|
-
.
|
|
14736
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content_flag__a8c40776,
|
|
14737
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content_flag__a8c40776 {
|
|
14738
14738
|
width: 100%;
|
|
14739
14739
|
}
|
|
14740
|
-
.
|
|
14741
|
-
.
|
|
14740
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content_flag__a8c40776:hover .index_module_operate_modal__a8c40776,
|
|
14741
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content_flag__a8c40776:hover .index_module_operate_modal__a8c40776 {
|
|
14742
14742
|
visibility: visible;
|
|
14743
14743
|
}
|
|
14744
|
-
.
|
|
14745
|
-
.
|
|
14744
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776,
|
|
14745
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 {
|
|
14746
14746
|
display: flex;
|
|
14747
14747
|
justify-content: space-between;
|
|
14748
14748
|
align-items: center;
|
|
14749
14749
|
bottom: 0;
|
|
14750
14750
|
}
|
|
14751
|
-
.
|
|
14752
|
-
.
|
|
14751
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776,
|
|
14752
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 {
|
|
14753
14753
|
display: inline-block;
|
|
14754
14754
|
padding: 8px;
|
|
14755
14755
|
line-height: 1;
|
|
14756
14756
|
color: rgba(0, 0, 0, 0.45);
|
|
14757
14757
|
}
|
|
14758
|
-
.
|
|
14759
|
-
.
|
|
14758
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 i,
|
|
14759
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 i {
|
|
14760
14760
|
color: rgba(0, 0, 0, 0.45);
|
|
14761
14761
|
font-size: 16px;
|
|
14762
14762
|
cursor: pointer;
|
|
14763
14763
|
}
|
|
14764
|
-
.
|
|
14765
|
-
.
|
|
14764
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 i svg,
|
|
14765
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 i svg {
|
|
14766
14766
|
color: rgba(0, 0, 0, 0.65);
|
|
14767
14767
|
}
|
|
14768
|
-
.
|
|
14769
|
-
.
|
|
14768
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 i:hover svg,
|
|
14769
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 i:hover svg {
|
|
14770
14770
|
color: #f4523b;
|
|
14771
14771
|
}
|
|
14772
|
-
.
|
|
14773
|
-
.
|
|
14772
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 .index_module_active__a8c40776 svg,
|
|
14773
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 .index_module_active__a8c40776 svg {
|
|
14774
14774
|
color: #f4523b;
|
|
14775
14775
|
}
|
|
14776
|
-
.
|
|
14777
|
-
.
|
|
14776
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 span,
|
|
14777
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 span {
|
|
14778
14778
|
margin: 0 8px;
|
|
14779
14779
|
cursor: pointer;
|
|
14780
14780
|
}
|
|
14781
|
-
.
|
|
14782
|
-
.
|
|
14781
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_generate__a8c40776,
|
|
14782
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_generate__a8c40776 {
|
|
14783
14783
|
font-size: 12px;
|
|
14784
14784
|
color: rgba(0, 0, 0, 0.45);
|
|
14785
14785
|
display: inline-block;
|
|
14786
14786
|
padding: 8px 0;
|
|
14787
14787
|
cursor: pointer;
|
|
14788
14788
|
}
|
|
14789
|
-
.
|
|
14790
|
-
.
|
|
14789
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_generate__a8c40776 .index_module_icon__a8c40776,
|
|
14790
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_generate__a8c40776 .index_module_icon__a8c40776 {
|
|
14791
14791
|
display: inline-block;
|
|
14792
14792
|
width: 10px;
|
|
14793
14793
|
height: 10px;
|
|
@@ -14795,8 +14795,8 @@
|
|
|
14795
14795
|
background-color: rgba(0, 0, 0, 0.45);
|
|
14796
14796
|
margin-right: 4px;
|
|
14797
14797
|
}
|
|
14798
|
-
.
|
|
14799
|
-
.
|
|
14798
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_generate__a8c40776 .index_module_find_teacher__a8c40776,
|
|
14799
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_generate__a8c40776 .index_module_find_teacher__a8c40776 {
|
|
14800
14800
|
padding: 2px 8px;
|
|
14801
14801
|
border-radius: 2px;
|
|
14802
14802
|
background-color: rgba(0, 0, 0, 0.04);
|
|
@@ -14804,91 +14804,91 @@
|
|
|
14804
14804
|
font-size: 12px;
|
|
14805
14805
|
line-height: 1;
|
|
14806
14806
|
}
|
|
14807
|
-
.
|
|
14808
|
-
.
|
|
14807
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_generate__a8c40776 .index_module_find_teacher__a8c40776:hover,
|
|
14808
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_generate__a8c40776 .index_module_find_teacher__a8c40776:hover {
|
|
14809
14809
|
color: #f4523b;
|
|
14810
14810
|
}
|
|
14811
|
-
.
|
|
14812
|
-
.
|
|
14811
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_generate__a8c40776:hover,
|
|
14812
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_generate__a8c40776:hover {
|
|
14813
14813
|
color: #f4523b;
|
|
14814
14814
|
}
|
|
14815
|
-
.
|
|
14816
|
-
.
|
|
14815
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_generate__a8c40776:hover span,
|
|
14816
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_generate__a8c40776:hover span {
|
|
14817
14817
|
color: #f4523b;
|
|
14818
14818
|
}
|
|
14819
|
-
.
|
|
14820
|
-
.
|
|
14819
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_findTeacher__a8c40776,
|
|
14820
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_findTeacher__a8c40776 {
|
|
14821
14821
|
font-size: 12px;
|
|
14822
14822
|
color: rgba(0, 0, 0, 0.45);
|
|
14823
14823
|
display: inline-block;
|
|
14824
14824
|
padding: 8px 0;
|
|
14825
14825
|
cursor: pointer;
|
|
14826
14826
|
}
|
|
14827
|
-
.
|
|
14828
|
-
.
|
|
14827
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_findTeacher__a8c40776 span,
|
|
14828
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_findTeacher__a8c40776 span {
|
|
14829
14829
|
padding: 0px 8px;
|
|
14830
14830
|
background-color: rgba(0, 0, 0, 0.04);
|
|
14831
14831
|
color: rgba(0, 0, 0, 0.45);
|
|
14832
14832
|
}
|
|
14833
|
-
.
|
|
14834
|
-
.
|
|
14833
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_findTeacher__a8c40776 span:hover,
|
|
14834
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_findTeacher__a8c40776 span:hover {
|
|
14835
14835
|
color: #f4523b;
|
|
14836
14836
|
}
|
|
14837
|
-
.
|
|
14838
|
-
.
|
|
14837
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776,
|
|
14838
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 {
|
|
14839
14839
|
position: relative;
|
|
14840
14840
|
}
|
|
14841
|
-
.
|
|
14842
|
-
.
|
|
14841
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776,
|
|
14842
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 {
|
|
14843
14843
|
position: relative;
|
|
14844
14844
|
max-width: 100%;
|
|
14845
14845
|
}
|
|
14846
|
-
.
|
|
14847
|
-
.
|
|
14846
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776,
|
|
14847
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 {
|
|
14848
14848
|
padding: 0;
|
|
14849
14849
|
line-height: 1;
|
|
14850
14850
|
}
|
|
14851
|
-
.
|
|
14852
|
-
.
|
|
14851
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 p,
|
|
14852
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 p {
|
|
14853
14853
|
word-break: break-all;
|
|
14854
14854
|
white-space: break-spaces;
|
|
14855
14855
|
}
|
|
14856
|
-
.
|
|
14857
|
-
.
|
|
14858
|
-
.
|
|
14859
|
-
.
|
|
14856
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 p,
|
|
14857
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 p,
|
|
14858
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 li,
|
|
14859
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 li {
|
|
14860
14860
|
line-height: 1.5;
|
|
14861
14861
|
color: rgba(0, 0, 0, 0.85);
|
|
14862
14862
|
}
|
|
14863
|
-
.
|
|
14864
|
-
.
|
|
14863
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 > h3,
|
|
14864
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 > h3 {
|
|
14865
14865
|
font-size: 16px;
|
|
14866
14866
|
font-weight: 600;
|
|
14867
14867
|
padding: 10px 0;
|
|
14868
14868
|
}
|
|
14869
|
-
.
|
|
14870
|
-
.
|
|
14869
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 ol,
|
|
14870
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 ol {
|
|
14871
14871
|
list-style: decimal;
|
|
14872
14872
|
-webkit-padding-start: 20px;
|
|
14873
14873
|
padding-inline-start: 20px;
|
|
14874
14874
|
}
|
|
14875
|
-
.
|
|
14876
|
-
.
|
|
14875
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 ol li,
|
|
14876
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 ol li {
|
|
14877
14877
|
list-style-type: auto;
|
|
14878
14878
|
}
|
|
14879
|
-
.
|
|
14880
|
-
.
|
|
14879
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 ol li p,
|
|
14880
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 ol li p {
|
|
14881
14881
|
padding: 4px 0;
|
|
14882
14882
|
font-size: 14px;
|
|
14883
14883
|
font-weight: 600;
|
|
14884
14884
|
}
|
|
14885
|
-
.
|
|
14886
|
-
.
|
|
14885
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 ol li > ul li,
|
|
14886
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 ol li > ul li {
|
|
14887
14887
|
list-style: inside;
|
|
14888
14888
|
color: rgba(0, 0, 0, 0.65);
|
|
14889
14889
|
}
|
|
14890
|
-
.
|
|
14891
|
-
.
|
|
14890
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 pre,
|
|
14891
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 pre {
|
|
14892
14892
|
background: #fafafa;
|
|
14893
14893
|
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
14894
14894
|
border-top: none;
|
|
@@ -14897,13 +14897,13 @@
|
|
|
14897
14897
|
margin: 4px 0;
|
|
14898
14898
|
border-radius: 0 0 4px 4px;
|
|
14899
14899
|
}
|
|
14900
|
-
.
|
|
14901
|
-
.
|
|
14900
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_operate_modal_bottom__a8c40776,
|
|
14901
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_operate_modal_bottom__a8c40776 {
|
|
14902
14902
|
position: relative;
|
|
14903
14903
|
top: 10px ;
|
|
14904
14904
|
}
|
|
14905
|
-
.
|
|
14906
|
-
.
|
|
14905
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_operate_modal_bottom__a8c40776::before,
|
|
14906
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_operate_modal_bottom__a8c40776::before {
|
|
14907
14907
|
content: '';
|
|
14908
14908
|
display: block;
|
|
14909
14909
|
width: calc(100% + 32px);
|
|
@@ -14913,33 +14913,33 @@
|
|
|
14913
14913
|
bottom: 40px;
|
|
14914
14914
|
left: -16px;
|
|
14915
14915
|
}
|
|
14916
|
-
.
|
|
14917
|
-
.
|
|
14916
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_operate_modal_bottom__a8c40776 > p,
|
|
14917
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_operate_modal_bottom__a8c40776 > p {
|
|
14918
14918
|
padding: 12px 0;
|
|
14919
14919
|
}
|
|
14920
|
-
.
|
|
14921
|
-
.
|
|
14920
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_find_teacher__a8c40776,
|
|
14921
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_find_teacher__a8c40776 {
|
|
14922
14922
|
padding: 0;
|
|
14923
14923
|
background-color: transparent;
|
|
14924
14924
|
color: #f4523b;
|
|
14925
14925
|
}
|
|
14926
|
-
.
|
|
14927
|
-
.
|
|
14926
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 .anticon,
|
|
14927
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 .anticon {
|
|
14928
14928
|
display: inline-block;
|
|
14929
14929
|
width: 20px;
|
|
14930
14930
|
height: 20px;
|
|
14931
14931
|
}
|
|
14932
|
-
.
|
|
14933
|
-
.
|
|
14932
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 .anticon:hover,
|
|
14933
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 .anticon:hover {
|
|
14934
14934
|
background-color: rgba(0, 0, 0, 0.04);
|
|
14935
14935
|
}
|
|
14936
|
-
.
|
|
14937
|
-
.
|
|
14936
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_sign__a8c40776,
|
|
14937
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_sign__a8c40776 {
|
|
14938
14938
|
background-color: #1890ff;
|
|
14939
14939
|
color: #fff;
|
|
14940
14940
|
}
|
|
14941
|
-
.
|
|
14942
|
-
.
|
|
14941
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776,
|
|
14942
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 {
|
|
14943
14943
|
visibility: hidden;
|
|
14944
14944
|
height: 24px;
|
|
14945
14945
|
white-space: nowrap;
|
|
@@ -14949,8 +14949,8 @@
|
|
|
14949
14949
|
z-index: 9;
|
|
14950
14950
|
text-align: right;
|
|
14951
14951
|
}
|
|
14952
|
-
.
|
|
14953
|
-
.
|
|
14952
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776,
|
|
14953
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 {
|
|
14954
14954
|
display: inline-flex;
|
|
14955
14955
|
align-items: center;
|
|
14956
14956
|
padding: 8px 0;
|
|
@@ -14960,66 +14960,66 @@
|
|
|
14960
14960
|
line-height: 1;
|
|
14961
14961
|
color: rgba(0, 0, 0, 0.45);
|
|
14962
14962
|
}
|
|
14963
|
-
.
|
|
14964
|
-
.
|
|
14963
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 i,
|
|
14964
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 i {
|
|
14965
14965
|
color: rgba(0, 0, 0, 0.45);
|
|
14966
14966
|
font-size: 16px;
|
|
14967
14967
|
cursor: pointer;
|
|
14968
14968
|
}
|
|
14969
|
-
.
|
|
14970
|
-
.
|
|
14969
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 i svg,
|
|
14970
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 i svg {
|
|
14971
14971
|
color: rgba(0, 0, 0, 0.65);
|
|
14972
14972
|
}
|
|
14973
|
-
.
|
|
14974
|
-
.
|
|
14973
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 i:hover svg,
|
|
14974
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 i:hover svg {
|
|
14975
14975
|
color: #f4523b;
|
|
14976
14976
|
}
|
|
14977
|
-
.
|
|
14978
|
-
.
|
|
14977
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 .index_module_active__a8c40776 svg,
|
|
14978
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 .index_module_active__a8c40776 svg {
|
|
14979
14979
|
color: #f4523b;
|
|
14980
14980
|
}
|
|
14981
|
-
.
|
|
14982
|
-
.
|
|
14981
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 span,
|
|
14982
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 span {
|
|
14983
14983
|
margin: 0 8px;
|
|
14984
14984
|
}
|
|
14985
|
-
.
|
|
14986
|
-
.
|
|
14985
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 .index_module_ask_question__a8c40776,
|
|
14986
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 .index_module_ask_question__a8c40776 {
|
|
14987
14987
|
cursor: pointer;
|
|
14988
14988
|
color: #f4523b;
|
|
14989
14989
|
font-size: 12px;
|
|
14990
14990
|
line-height: 1;
|
|
14991
14991
|
}
|
|
14992
|
-
.
|
|
14993
|
-
.
|
|
14992
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_content__a8c40776,
|
|
14993
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_content__a8c40776 {
|
|
14994
14994
|
padding: 12px 16px;
|
|
14995
14995
|
display: inline-block;
|
|
14996
14996
|
font-size: 14px;
|
|
14997
14997
|
}
|
|
14998
|
-
.
|
|
14999
|
-
.
|
|
14998
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_left__a8c40776,
|
|
14999
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_left__a8c40776 {
|
|
15000
15000
|
justify-content: flex-end;
|
|
15001
15001
|
}
|
|
15002
|
-
.
|
|
15003
|
-
.
|
|
15002
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_left__a8c40776 .index_module_main__a8c40776,
|
|
15003
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_left__a8c40776 .index_module_main__a8c40776 {
|
|
15004
15004
|
text-align: right;
|
|
15005
15005
|
}
|
|
15006
|
-
.
|
|
15007
|
-
.
|
|
15006
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li.index_module_left__a8c40776 .index_module_content__a8c40776,
|
|
15007
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li.index_module_left__a8c40776 .index_module_content__a8c40776 {
|
|
15008
15008
|
border-radius: 20px 2px 20px 20px;
|
|
15009
15009
|
background: #d1e4ff;
|
|
15010
15010
|
text-align: left;
|
|
15011
15011
|
}
|
|
15012
|
-
.
|
|
15013
|
-
.
|
|
15012
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li.index_module_right__a8c40776 .index_module_content__a8c40776,
|
|
15013
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li.index_module_right__a8c40776 .index_module_content__a8c40776 {
|
|
15014
15014
|
border-radius: 2px 20px 20px 20px;
|
|
15015
15015
|
background: #fff;
|
|
15016
15016
|
}
|
|
15017
|
-
.
|
|
15018
|
-
.
|
|
15017
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_association_problem__a8c40776,
|
|
15018
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_association_problem__a8c40776 {
|
|
15019
15019
|
padding-left: 0;
|
|
15020
15020
|
}
|
|
15021
|
-
.
|
|
15022
|
-
.
|
|
15021
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_association_problem__a8c40776 li,
|
|
15022
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_association_problem__a8c40776 li {
|
|
15023
15023
|
padding-top: 16px;
|
|
15024
15024
|
color: #5991ef;
|
|
15025
15025
|
font-size: 14px;
|
|
@@ -15028,8 +15028,8 @@
|
|
|
15028
15028
|
cursor: pointer;
|
|
15029
15029
|
list-style-type: none;
|
|
15030
15030
|
}
|
|
15031
|
-
.
|
|
15032
|
-
.
|
|
15031
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_img_con__a8c40776,
|
|
15032
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_img_con__a8c40776 {
|
|
15033
15033
|
width: 100%;
|
|
15034
15034
|
text-align: center;
|
|
15035
15035
|
position: relative;
|
|
@@ -15038,12 +15038,12 @@
|
|
|
15038
15038
|
display: inline-flex;
|
|
15039
15039
|
margin-top: 12px;
|
|
15040
15040
|
}
|
|
15041
|
-
.
|
|
15042
|
-
.
|
|
15041
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_img_con__a8c40776 img,
|
|
15042
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_img_con__a8c40776 img {
|
|
15043
15043
|
width: 100%;
|
|
15044
15044
|
}
|
|
15045
|
-
.
|
|
15046
|
-
.
|
|
15045
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_img_con__a8c40776 .index_module_mask_zoom__a8c40776,
|
|
15046
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_img_con__a8c40776 .index_module_mask_zoom__a8c40776 {
|
|
15047
15047
|
position: absolute;
|
|
15048
15048
|
top: 0;
|
|
15049
15049
|
left: 0;
|
|
@@ -15055,18 +15055,18 @@
|
|
|
15055
15055
|
align-items: center;
|
|
15056
15056
|
justify-content: center;
|
|
15057
15057
|
}
|
|
15058
|
-
.
|
|
15059
|
-
.
|
|
15058
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_img_con__a8c40776 .index_module_mask_zoom__a8c40776 svg,
|
|
15059
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_img_con__a8c40776 .index_module_mask_zoom__a8c40776 svg {
|
|
15060
15060
|
font-size: 20px;
|
|
15061
15061
|
color: #fff;
|
|
15062
15062
|
cursor: pointer;
|
|
15063
15063
|
}
|
|
15064
|
-
.
|
|
15065
|
-
.
|
|
15064
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_img_con__a8c40776:hover .index_module_mask_zoom__a8c40776,
|
|
15065
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_img_con__a8c40776:hover .index_module_mask_zoom__a8c40776 {
|
|
15066
15066
|
display: flex;
|
|
15067
15067
|
}
|
|
15068
|
-
.
|
|
15069
|
-
.
|
|
15068
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_copyCode__a8c40776,
|
|
15069
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_copyCode__a8c40776 {
|
|
15070
15070
|
display: flex;
|
|
15071
15071
|
justify-content: flex-end;
|
|
15072
15072
|
align-items: center;
|
|
@@ -15084,67 +15084,67 @@
|
|
|
15084
15084
|
cursor: pointer;
|
|
15085
15085
|
font-weight: 400 !important;
|
|
15086
15086
|
}
|
|
15087
|
-
.
|
|
15088
|
-
.
|
|
15087
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_copyCode__a8c40776 .index_module_icon__a8c40776,
|
|
15088
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_copyCode__a8c40776 .index_module_icon__a8c40776 {
|
|
15089
15089
|
display: none;
|
|
15090
15090
|
}
|
|
15091
|
-
.
|
|
15092
|
-
.
|
|
15091
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_copyCode__a8c40776 .copy,
|
|
15092
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_copyCode__a8c40776 .copy {
|
|
15093
15093
|
display: block;
|
|
15094
15094
|
}
|
|
15095
|
-
.
|
|
15096
|
-
.
|
|
15095
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_copyCode__a8c40776 svg,
|
|
15096
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_copyCode__a8c40776 svg {
|
|
15097
15097
|
color: rgba(0, 0, 0, 0.65);
|
|
15098
15098
|
margin-right: 8px;
|
|
15099
15099
|
font-size: 16px;
|
|
15100
15100
|
position: relative;
|
|
15101
15101
|
top: 2px;
|
|
15102
15102
|
}
|
|
15103
|
-
.
|
|
15104
|
-
.
|
|
15103
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .copy_success .copyCode,
|
|
15104
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .copy_success .copyCode {
|
|
15105
15105
|
color: #f4523b;
|
|
15106
15106
|
}
|
|
15107
|
-
.
|
|
15108
|
-
.
|
|
15107
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .copy_success .copy,
|
|
15108
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .copy_success .copy {
|
|
15109
15109
|
display: none;
|
|
15110
15110
|
}
|
|
15111
|
-
.
|
|
15112
|
-
.
|
|
15111
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .copy_success .copy_success_flag,
|
|
15112
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .copy_success .copy_success_flag {
|
|
15113
15113
|
display: inline-block;
|
|
15114
15114
|
}
|
|
15115
|
-
.
|
|
15116
|
-
.
|
|
15115
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .copy_success .copy_success_flag svg,
|
|
15116
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .copy_success .copy_success_flag svg {
|
|
15117
15117
|
color: #f4523b;
|
|
15118
15118
|
}
|
|
15119
|
-
.
|
|
15120
|
-
.
|
|
15119
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 p > code,
|
|
15120
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 p > code {
|
|
15121
15121
|
border: none;
|
|
15122
15122
|
background-color: rgba(0, 0, 0, 0.06);
|
|
15123
15123
|
border-radius: 2px;
|
|
15124
15124
|
color: #000;
|
|
15125
15125
|
padding: 0 2px;
|
|
15126
15126
|
}
|
|
15127
|
-
.
|
|
15128
|
-
.
|
|
15127
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 li ::marker,
|
|
15128
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 li ::marker {
|
|
15129
15129
|
font-weight: 600 !important;
|
|
15130
15130
|
}
|
|
15131
|
-
.
|
|
15132
|
-
.
|
|
15131
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 li ::marker,
|
|
15132
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 li ::marker {
|
|
15133
15133
|
font-weight: 600 !important;
|
|
15134
15134
|
}
|
|
15135
|
-
.
|
|
15136
|
-
.
|
|
15135
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 li p,
|
|
15136
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 li p {
|
|
15137
15137
|
font-weight: 400 !important;
|
|
15138
15138
|
}
|
|
15139
|
-
.
|
|
15140
|
-
.
|
|
15139
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 li p strong,
|
|
15140
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 li p strong {
|
|
15141
15141
|
border-bottom: 6px solid #ffe8e0;
|
|
15142
15142
|
height: 20px;
|
|
15143
15143
|
display: inline-block;
|
|
15144
15144
|
font-weight: 600;
|
|
15145
15145
|
}
|
|
15146
|
-
.
|
|
15147
|
-
.
|
|
15146
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_time__a8c40776,
|
|
15147
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_time__a8c40776 {
|
|
15148
15148
|
display: block;
|
|
15149
15149
|
margin: 40px 0;
|
|
15150
15150
|
margin-bottom: 16px;
|
|
@@ -15153,8 +15153,8 @@
|
|
|
15153
15153
|
color: rgba(0, 0, 0, 0.25);
|
|
15154
15154
|
position: relative;
|
|
15155
15155
|
}
|
|
15156
|
-
.
|
|
15157
|
-
.
|
|
15156
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_time__a8c40776::before,
|
|
15157
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_time__a8c40776::before {
|
|
15158
15158
|
content: "";
|
|
15159
15159
|
width: 100px;
|
|
15160
15160
|
display: inline-block;
|
|
@@ -15164,8 +15164,8 @@
|
|
|
15164
15164
|
top: -3px;
|
|
15165
15165
|
right: 16px;
|
|
15166
15166
|
}
|
|
15167
|
-
.
|
|
15168
|
-
.
|
|
15167
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_time__a8c40776::after,
|
|
15168
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_time__a8c40776::after {
|
|
15169
15169
|
content: "";
|
|
15170
15170
|
width: 100px;
|
|
15171
15171
|
display: inline-block;
|
|
@@ -15175,16 +15175,16 @@
|
|
|
15175
15175
|
top: -3px;
|
|
15176
15176
|
left: 16px;
|
|
15177
15177
|
}
|
|
15178
|
-
.
|
|
15179
|
-
.
|
|
15178
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_citation_content__a8c40776,
|
|
15179
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_citation_content__a8c40776 {
|
|
15180
15180
|
display: table;
|
|
15181
15181
|
margin-top: 4px;
|
|
15182
15182
|
padding: 8px;
|
|
15183
15183
|
border-radius: 2px;
|
|
15184
15184
|
background: #e7e7e7;
|
|
15185
15185
|
}
|
|
15186
|
-
.
|
|
15187
|
-
.
|
|
15186
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_citation_content__a8c40776 p,
|
|
15187
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_citation_content__a8c40776 p {
|
|
15188
15188
|
color: rgba(0, 0, 0, 0.65);
|
|
15189
15189
|
font-size: 12px;
|
|
15190
15190
|
line-height: 1.5;
|
|
@@ -15198,100 +15198,100 @@
|
|
|
15198
15198
|
cursor: pointer;
|
|
15199
15199
|
text-align: left;
|
|
15200
15200
|
}
|
|
15201
|
-
.
|
|
15202
|
-
.
|
|
15201
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_citation_content__a8c40776 .index_module_text_exceed__a8c40776,
|
|
15202
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_citation_content__a8c40776 .index_module_text_exceed__a8c40776 {
|
|
15203
15203
|
padding-right: 16px;
|
|
15204
15204
|
position: relative;
|
|
15205
15205
|
}
|
|
15206
|
-
.
|
|
15207
|
-
.
|
|
15206
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_citation_content__a8c40776 .index_module_text_exceed__a8c40776 > span,
|
|
15207
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_citation_content__a8c40776 .index_module_text_exceed__a8c40776 > span {
|
|
15208
15208
|
position: absolute;
|
|
15209
15209
|
top: 20px;
|
|
15210
15210
|
right: 0;
|
|
15211
15211
|
}
|
|
15212
|
-
.
|
|
15213
|
-
.
|
|
15212
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_popover_content__a8c40776,
|
|
15213
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_popover_content__a8c40776 {
|
|
15214
15214
|
max-width: 400px;
|
|
15215
15215
|
}
|
|
15216
|
-
.
|
|
15217
|
-
.
|
|
15216
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776::-webkit-scrollbar,
|
|
15217
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776::-webkit-scrollbar {
|
|
15218
15218
|
background-color: #eff0f7;
|
|
15219
15219
|
background-color: transparent;
|
|
15220
15220
|
width: 6px;
|
|
15221
15221
|
height: 4px;
|
|
15222
15222
|
}
|
|
15223
|
-
.
|
|
15224
|
-
.
|
|
15223
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776::-webkit-scrollbar-thumb,
|
|
15224
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776::-webkit-scrollbar-thumb {
|
|
15225
15225
|
border-radius: 4px;
|
|
15226
15226
|
background-color: rgba(181, 184, 198, 0.8);
|
|
15227
15227
|
}
|
|
15228
|
-
.
|
|
15229
|
-
.
|
|
15228
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main_newlabo__a8c40776 pre,
|
|
15229
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main_newlabo__a8c40776 pre {
|
|
15230
15230
|
background: #2b303b !important;
|
|
15231
15231
|
color: #fff;
|
|
15232
15232
|
overflow: auto;
|
|
15233
15233
|
}
|
|
15234
|
-
.
|
|
15235
|
-
.
|
|
15234
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main_newlabo__a8c40776 pre pre::-webkit-scrollbar,
|
|
15235
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main_newlabo__a8c40776 pre pre::-webkit-scrollbar {
|
|
15236
15236
|
background-color: #eaedf1;
|
|
15237
15237
|
background-color: transparent;
|
|
15238
15238
|
width: 4px;
|
|
15239
15239
|
height: 4px;
|
|
15240
15240
|
}
|
|
15241
|
-
.
|
|
15242
|
-
.
|
|
15241
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main_newlabo__a8c40776 pre pre::-webkit-scrollbar-thumb,
|
|
15242
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main_newlabo__a8c40776 pre pre::-webkit-scrollbar-thumb {
|
|
15243
15243
|
border-radius: 4px;
|
|
15244
15244
|
background-color: #f4f4f4;
|
|
15245
15245
|
}
|
|
15246
|
-
.
|
|
15247
|
-
.
|
|
15246
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main_newlabo_no_pic__a8c40776 .index_module_head_sculpture__a8c40776,
|
|
15247
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main_newlabo_no_pic__a8c40776 .index_module_head_sculpture__a8c40776 {
|
|
15248
15248
|
display: none !important;
|
|
15249
15249
|
}
|
|
15250
|
-
.
|
|
15251
|
-
.
|
|
15250
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776,
|
|
15251
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 {
|
|
15252
15252
|
position: absolute;
|
|
15253
15253
|
bottom: 0;
|
|
15254
15254
|
width: 100%;
|
|
15255
15255
|
}
|
|
15256
|
-
.
|
|
15257
|
-
.
|
|
15256
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_teacherList__a8c40776,
|
|
15257
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_teacherList__a8c40776 {
|
|
15258
15258
|
white-space: nowrap;
|
|
15259
15259
|
overflow: auto;
|
|
15260
15260
|
width: calc(100% - 40px);
|
|
15261
15261
|
box-sizing: border-box;
|
|
15262
15262
|
margin-bottom: 6px;
|
|
15263
15263
|
}
|
|
15264
|
-
.
|
|
15265
|
-
.
|
|
15264
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_teacherList__a8c40776 .index_module_item__a8c40776,
|
|
15265
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_teacherList__a8c40776 .index_module_item__a8c40776 {
|
|
15266
15266
|
display: inline-block;
|
|
15267
15267
|
margin-right: 8px;
|
|
15268
15268
|
}
|
|
15269
|
-
.
|
|
15270
|
-
.
|
|
15269
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_teacherList__a8c40776 .index_module_item__a8c40776:last-child,
|
|
15270
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_teacherList__a8c40776 .index_module_item__a8c40776:last-child {
|
|
15271
15271
|
margin-right: 0;
|
|
15272
15272
|
}
|
|
15273
|
-
.
|
|
15274
|
-
.
|
|
15273
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_teacherList__a8c40776::-webkit-scrollbar,
|
|
15274
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_teacherList__a8c40776::-webkit-scrollbar {
|
|
15275
15275
|
background-color: #eaedf1;
|
|
15276
15276
|
background-color: transparent;
|
|
15277
15277
|
width: 4px;
|
|
15278
15278
|
height: 4px;
|
|
15279
15279
|
}
|
|
15280
|
-
.
|
|
15281
|
-
.
|
|
15280
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_teacherList__a8c40776::-webkit-scrollbar-thumb,
|
|
15281
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_teacherList__a8c40776::-webkit-scrollbar-thumb {
|
|
15282
15282
|
border-radius: 4px;
|
|
15283
15283
|
background-color: rgba(181, 184, 198, 0.6);
|
|
15284
15284
|
}
|
|
15285
|
-
.
|
|
15286
|
-
.
|
|
15285
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list__a8c40776,
|
|
15286
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list__a8c40776 {
|
|
15287
15287
|
position: absolute;
|
|
15288
15288
|
bottom: 60px;
|
|
15289
15289
|
margin: 0 16px;
|
|
15290
15290
|
padding-bottom: 4px;
|
|
15291
15291
|
line-height: 1;
|
|
15292
15292
|
}
|
|
15293
|
-
.
|
|
15294
|
-
.
|
|
15293
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list__a8c40776 .index_module_item__a8c40776 > span,
|
|
15294
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list__a8c40776 .index_module_item__a8c40776 > span {
|
|
15295
15295
|
cursor: pointer;
|
|
15296
15296
|
max-width: 100%;
|
|
15297
15297
|
display: inline-block;
|
|
@@ -15305,42 +15305,43 @@
|
|
|
15305
15305
|
line-height: 1;
|
|
15306
15306
|
overflow: hidden;
|
|
15307
15307
|
}
|
|
15308
|
-
.
|
|
15309
|
-
.
|
|
15308
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list__a8c40776 .index_module_item__a8c40776 > span:hover,
|
|
15309
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list__a8c40776 .index_module_item__a8c40776 > span:hover {
|
|
15310
15310
|
background-color: #fff;
|
|
15311
15311
|
}
|
|
15312
|
-
.
|
|
15313
|
-
.
|
|
15312
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list__a8c40776 .index_module_item__a8c40776 > span .index_module_sign__a8c40776,
|
|
15313
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list__a8c40776 .index_module_item__a8c40776 > span .index_module_sign__a8c40776 {
|
|
15314
15314
|
color: #f4523b;
|
|
15315
15315
|
}
|
|
15316
|
-
.
|
|
15317
|
-
.
|
|
15316
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_flag__a8c40776,
|
|
15317
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_flag__a8c40776 {
|
|
15318
15318
|
position: absolute;
|
|
15319
15319
|
bottom: 60px;
|
|
15320
15320
|
margin: 0 16px;
|
|
15321
15321
|
line-height: 1;
|
|
15322
|
+
padding-top: 24px;
|
|
15322
15323
|
}
|
|
15323
|
-
.
|
|
15324
|
-
.
|
|
15324
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_flag__a8c40776 p,
|
|
15325
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_flag__a8c40776 p {
|
|
15325
15326
|
padding: 8px 16px;
|
|
15326
15327
|
background-color: #fff;
|
|
15327
15328
|
border-radius: 38px;
|
|
15328
15329
|
cursor: pointer;
|
|
15329
15330
|
}
|
|
15330
|
-
.
|
|
15331
|
-
.
|
|
15331
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_flag__a8c40776 p:hover,
|
|
15332
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_flag__a8c40776 p:hover {
|
|
15332
15333
|
background-color: #fff4f0;
|
|
15333
15334
|
color: #f4523b;
|
|
15334
15335
|
}
|
|
15335
|
-
.
|
|
15336
|
-
.
|
|
15336
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776,
|
|
15337
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 {
|
|
15337
15338
|
display: flex;
|
|
15338
15339
|
align-items: flex-end;
|
|
15339
15340
|
margin-bottom: 12px;
|
|
15340
15341
|
padding: 0 16px;
|
|
15341
15342
|
}
|
|
15342
|
-
.
|
|
15343
|
-
.
|
|
15343
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776,
|
|
15344
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 {
|
|
15344
15345
|
align-items: flex-end;
|
|
15345
15346
|
width: calc(100% - 36px);
|
|
15346
15347
|
background-color: #fff;
|
|
@@ -15352,12 +15353,12 @@
|
|
|
15352
15353
|
position: relative;
|
|
15353
15354
|
padding-right: 1px;
|
|
15354
15355
|
}
|
|
15355
|
-
.
|
|
15356
|
-
.
|
|
15356
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776,
|
|
15357
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 {
|
|
15357
15358
|
line-height: 1;
|
|
15358
15359
|
}
|
|
15359
|
-
.
|
|
15360
|
-
.
|
|
15360
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 textarea,
|
|
15361
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 textarea {
|
|
15361
15362
|
max-height: 100px;
|
|
15362
15363
|
padding: 0;
|
|
15363
15364
|
border: none;
|
|
@@ -15365,55 +15366,55 @@
|
|
|
15365
15366
|
resize: none;
|
|
15366
15367
|
padding-right: 48px;
|
|
15367
15368
|
}
|
|
15368
|
-
.
|
|
15369
|
-
.
|
|
15369
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 textarea.bhd-input,
|
|
15370
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 textarea.bhd-input {
|
|
15370
15371
|
min-height: 21px !important;
|
|
15371
15372
|
line-height: 1.5;
|
|
15372
15373
|
}
|
|
15373
|
-
.
|
|
15374
|
-
.
|
|
15374
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .bhd-input[disabled],
|
|
15375
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .bhd-input[disabled] {
|
|
15375
15376
|
background-color: #fff !important;
|
|
15376
15377
|
}
|
|
15377
|
-
.
|
|
15378
|
-
.
|
|
15378
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776,
|
|
15379
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 {
|
|
15379
15380
|
display: flex;
|
|
15380
15381
|
align-items: center;
|
|
15381
15382
|
padding-bottom: 12px;
|
|
15382
15383
|
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
15383
15384
|
margin-bottom: 12px;
|
|
15384
15385
|
}
|
|
15385
|
-
.
|
|
15386
|
-
.
|
|
15386
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776:hover,
|
|
15387
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776:hover {
|
|
15387
15388
|
cursor: pointer;
|
|
15388
15389
|
}
|
|
15389
|
-
.
|
|
15390
|
-
.
|
|
15390
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776,
|
|
15391
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 {
|
|
15391
15392
|
width: 90px;
|
|
15392
15393
|
height: 60px;
|
|
15393
15394
|
position: relative;
|
|
15394
15395
|
border-radius: 4px;
|
|
15395
15396
|
}
|
|
15396
|
-
.
|
|
15397
|
-
.
|
|
15397
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 img,
|
|
15398
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 img {
|
|
15398
15399
|
width: 100%;
|
|
15399
15400
|
height: 100%;
|
|
15400
15401
|
border-radius: 4px;
|
|
15401
15402
|
overflow: hidden;
|
|
15402
15403
|
}
|
|
15403
|
-
.
|
|
15404
|
-
.
|
|
15404
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 .index_module_icon_close__a8c40776,
|
|
15405
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 .index_module_icon_close__a8c40776 {
|
|
15405
15406
|
position: absolute;
|
|
15406
15407
|
top: -8px;
|
|
15407
15408
|
right: -8px;
|
|
15408
15409
|
z-index: 2;
|
|
15409
15410
|
}
|
|
15410
|
-
.
|
|
15411
|
-
.
|
|
15411
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 .index_module_icon_close__a8c40776 span,
|
|
15412
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 .index_module_icon_close__a8c40776 span {
|
|
15412
15413
|
font-size: 18px;
|
|
15413
15414
|
color: rgba(0, 0, 0, 0.45);
|
|
15414
15415
|
}
|
|
15415
|
-
.
|
|
15416
|
-
.
|
|
15416
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 .index_module_icon_zoom__a8c40776,
|
|
15417
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 .index_module_icon_zoom__a8c40776 {
|
|
15417
15418
|
position: absolute;
|
|
15418
15419
|
background: rgba(0, 0, 0, 0.3);
|
|
15419
15420
|
width: 100%;
|
|
@@ -15425,25 +15426,25 @@
|
|
|
15425
15426
|
justify-content: center;
|
|
15426
15427
|
border-radius: 4px;
|
|
15427
15428
|
}
|
|
15428
|
-
.
|
|
15429
|
-
.
|
|
15429
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 .index_module_icon_zoom__a8c40776 .anticon,
|
|
15430
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 .index_module_icon_zoom__a8c40776 .anticon {
|
|
15430
15431
|
color: #fff;
|
|
15431
15432
|
}
|
|
15432
|
-
.
|
|
15433
|
-
.
|
|
15433
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 .index_module_icon_zoom__a8c40776 .index_module_anticon__a8c40776,
|
|
15434
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 .index_module_icon_zoom__a8c40776 .index_module_anticon__a8c40776 {
|
|
15434
15435
|
color: #fff;
|
|
15435
15436
|
font-size: 18px;
|
|
15436
15437
|
}
|
|
15437
|
-
.
|
|
15438
|
-
.
|
|
15438
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776:hover .index_module_icon_zoom__a8c40776,
|
|
15439
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776:hover .index_module_icon_zoom__a8c40776 {
|
|
15439
15440
|
display: flex;
|
|
15440
15441
|
}
|
|
15441
|
-
.
|
|
15442
|
-
.
|
|
15442
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_right__a8c40776,
|
|
15443
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_right__a8c40776 {
|
|
15443
15444
|
margin-left: 24px;
|
|
15444
15445
|
}
|
|
15445
|
-
.
|
|
15446
|
-
.
|
|
15446
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_right__a8c40776 p,
|
|
15447
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_right__a8c40776 p {
|
|
15447
15448
|
display: inline-flex;
|
|
15448
15449
|
align-items: center;
|
|
15449
15450
|
padding: 2px 8px;
|
|
@@ -15451,64 +15452,64 @@
|
|
|
15451
15452
|
color: rgba(0, 0, 0, 0.85);
|
|
15452
15453
|
line-height: 1.5;
|
|
15453
15454
|
}
|
|
15454
|
-
.
|
|
15455
|
-
.
|
|
15455
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_right__a8c40776 p:first-child,
|
|
15456
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_right__a8c40776 p:first-child {
|
|
15456
15457
|
margin-bottom: 8px;
|
|
15457
15458
|
}
|
|
15458
|
-
.
|
|
15459
|
-
.
|
|
15459
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_right__a8c40776 p span,
|
|
15460
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_right__a8c40776 p span {
|
|
15460
15461
|
margin-right: 4px;
|
|
15461
15462
|
}
|
|
15462
|
-
.
|
|
15463
|
-
.
|
|
15463
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_right__a8c40776 p .anticon,
|
|
15464
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_right__a8c40776 p .anticon {
|
|
15464
15465
|
vertical-align: middle !important;
|
|
15465
15466
|
}
|
|
15466
|
-
.
|
|
15467
|
-
.
|
|
15467
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_right__a8c40776 p svg,
|
|
15468
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_right__a8c40776 p svg {
|
|
15468
15469
|
color: rgba(0, 0, 0, 0.85);
|
|
15469
15470
|
font-size: 20px;
|
|
15470
15471
|
}
|
|
15471
|
-
.
|
|
15472
|
-
.
|
|
15472
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_no_AI__a8c40776,
|
|
15473
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_no_AI__a8c40776 {
|
|
15473
15474
|
width: 100%;
|
|
15474
15475
|
}
|
|
15475
|
-
.
|
|
15476
|
-
.
|
|
15476
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_no_AI__a8c40776 textarea,
|
|
15477
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_no_AI__a8c40776 textarea {
|
|
15477
15478
|
padding-right: 12px;
|
|
15478
15479
|
}
|
|
15479
|
-
.
|
|
15480
|
-
.
|
|
15480
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_screenshot__a8c40776,
|
|
15481
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_screenshot__a8c40776 {
|
|
15481
15482
|
position: absolute;
|
|
15482
15483
|
right: 16px;
|
|
15483
15484
|
bottom: 10px;
|
|
15484
15485
|
color: rgba(0, 0, 0, 0.65);
|
|
15485
15486
|
}
|
|
15486
|
-
.
|
|
15487
|
-
.
|
|
15487
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_screenshot__a8c40776 i,
|
|
15488
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_screenshot__a8c40776 i {
|
|
15488
15489
|
cursor: pointer;
|
|
15489
15490
|
}
|
|
15490
|
-
.
|
|
15491
|
-
.
|
|
15491
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_screenshot__a8c40776 i svg,
|
|
15492
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_screenshot__a8c40776 i svg {
|
|
15492
15493
|
color: rgba(0, 0, 0, 0.65);
|
|
15493
15494
|
font-size: 20px;
|
|
15494
15495
|
}
|
|
15495
|
-
.
|
|
15496
|
-
.
|
|
15496
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_disabled__a8c40776,
|
|
15497
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_disabled__a8c40776 {
|
|
15497
15498
|
cursor: not-allowed !important;
|
|
15498
15499
|
color: rgba(0, 0, 0, 0.25) !important;
|
|
15499
15500
|
}
|
|
15500
|
-
.
|
|
15501
|
-
.
|
|
15501
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_disabled__a8c40776 svg,
|
|
15502
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_disabled__a8c40776 svg {
|
|
15502
15503
|
color: rgba(0, 0, 0, 0.25) !important;
|
|
15503
15504
|
}
|
|
15504
|
-
.
|
|
15505
|
-
.
|
|
15505
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_content_main__a8c40776,
|
|
15506
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_content_main__a8c40776 {
|
|
15506
15507
|
display: flex;
|
|
15507
15508
|
align-items: center;
|
|
15508
15509
|
width: calc(100% - 24px);
|
|
15509
15510
|
}
|
|
15510
|
-
.
|
|
15511
|
-
.
|
|
15511
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_content_main__a8c40776 .index_module_content_con__a8c40776,
|
|
15512
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_content_main__a8c40776 .index_module_content_con__a8c40776 {
|
|
15512
15513
|
margin-top: 6px;
|
|
15513
15514
|
align-items: center;
|
|
15514
15515
|
padding: 8px;
|
|
@@ -15516,8 +15517,8 @@
|
|
|
15516
15517
|
display: inline-block;
|
|
15517
15518
|
width: calc(100% - 60px);
|
|
15518
15519
|
}
|
|
15519
|
-
.
|
|
15520
|
-
.
|
|
15520
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_content_main__a8c40776 .index_module_content_con__a8c40776 p,
|
|
15521
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_content_main__a8c40776 .index_module_content_con__a8c40776 p {
|
|
15521
15522
|
color: rgba(0, 0, 0, 0.65);
|
|
15522
15523
|
border-radius: 2px;
|
|
15523
15524
|
font-size: 12px;
|
|
@@ -15532,96 +15533,96 @@
|
|
|
15532
15533
|
display: flex;
|
|
15533
15534
|
align-items: center;
|
|
15534
15535
|
}
|
|
15535
|
-
.
|
|
15536
|
-
.
|
|
15536
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_content_main__a8c40776 .index_module_content_con__a8c40776 p img,
|
|
15537
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_content_main__a8c40776 .index_module_content_con__a8c40776 p img {
|
|
15537
15538
|
margin-right: 8px;
|
|
15538
15539
|
width: 60px;
|
|
15539
15540
|
}
|
|
15540
|
-
.
|
|
15541
|
-
.
|
|
15541
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_content_main__a8c40776 .index_module_delete_quote__a8c40776,
|
|
15542
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_content_main__a8c40776 .index_module_delete_quote__a8c40776 {
|
|
15542
15543
|
font-size: 18px;
|
|
15543
15544
|
color: #bfbfbf;
|
|
15544
15545
|
margin-top: 6px;
|
|
15545
15546
|
}
|
|
15546
|
-
.
|
|
15547
|
-
.
|
|
15547
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_sending__a8c40776,
|
|
15548
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_sending__a8c40776 {
|
|
15548
15549
|
width: 20px;
|
|
15549
15550
|
margin-left: 16px;
|
|
15550
15551
|
margin-bottom: 8px;
|
|
15551
15552
|
}
|
|
15552
|
-
.
|
|
15553
|
-
.
|
|
15553
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_sending__a8c40776 i svg,
|
|
15554
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_sending__a8c40776 i svg {
|
|
15554
15555
|
font-size: 20px;
|
|
15555
15556
|
color: rgba(0, 0, 0, 0.65);
|
|
15556
15557
|
cursor: pointer;
|
|
15557
15558
|
}
|
|
15558
|
-
.
|
|
15559
|
-
.
|
|
15559
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_sending__a8c40776 .index_module_disabled__a8c40776 svg,
|
|
15560
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_sending__a8c40776 .index_module_disabled__a8c40776 svg {
|
|
15560
15561
|
color: rgba(0, 0, 0, 0.25);
|
|
15561
15562
|
cursor: not-allowed;
|
|
15562
15563
|
}
|
|
15563
|
-
.
|
|
15564
|
-
.
|
|
15564
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List_newlabo__a8c40776,
|
|
15565
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List_newlabo__a8c40776 {
|
|
15565
15566
|
background-color: #f5f5f5 !important;
|
|
15566
15567
|
}
|
|
15567
|
-
.
|
|
15568
|
-
.
|
|
15568
|
+
.index_module_ChatWindow_Drawer__a8c40776 .anticon,
|
|
15569
|
+
.index_module_ChatWindow_Modal__a8c40776 .anticon {
|
|
15569
15570
|
vertical-align: 0;
|
|
15570
15571
|
}
|
|
15571
|
-
.
|
|
15572
|
+
.index_module_ChatWindow_Drawer__a8c40776 {
|
|
15572
15573
|
background: #f5f5f5 !important;
|
|
15573
15574
|
position: relative;
|
|
15574
15575
|
height: 100%;
|
|
15575
15576
|
}
|
|
15576
|
-
.
|
|
15577
|
+
.index_module_ChatWindow_Drawer__a8c40776 .bhd-drawer-header {
|
|
15577
15578
|
display: none !important;
|
|
15578
15579
|
}
|
|
15579
|
-
.
|
|
15580
|
+
.index_module_ChatWindow_Modal__a8c40776 .bhd-modal {
|
|
15580
15581
|
border-radius: 8px;
|
|
15581
15582
|
overflow: hidden;
|
|
15582
15583
|
position: relative;
|
|
15583
15584
|
}
|
|
15584
|
-
.
|
|
15585
|
+
.index_module_ChatWindow_Modal__a8c40776 .bhd-modal-content {
|
|
15585
15586
|
height: 100%;
|
|
15586
15587
|
background-color: #f5f5f5 !important;
|
|
15587
15588
|
}
|
|
15588
|
-
.
|
|
15589
|
+
.index_module_ChatWindow_Modal__a8c40776 .bhd-modal-content .bhd-modal-close {
|
|
15589
15590
|
display: none !important;
|
|
15590
15591
|
}
|
|
15591
|
-
.
|
|
15592
|
+
.index_module_ChatWindow_Modal__a8c40776 .bhd-modal-header {
|
|
15592
15593
|
display: none !important;
|
|
15593
15594
|
}
|
|
15594
|
-
.
|
|
15595
|
+
.index_module_ChatWindow_Modal__a8c40776 .bhd-modal-body {
|
|
15595
15596
|
height: 100%;
|
|
15596
15597
|
padding: 0 !important;
|
|
15597
15598
|
border-radius: 4px !important;
|
|
15598
15599
|
}
|
|
15599
|
-
.
|
|
15600
|
+
.index_module_ChatWindow_Modal__a8c40776 .bhd-drawer-right > .bhd-drawer-content-wrapper {
|
|
15600
15601
|
top: 129px;
|
|
15601
15602
|
right: 200px;
|
|
15602
15603
|
height: 790px;
|
|
15603
15604
|
}
|
|
15604
|
-
.
|
|
15605
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_main_list__a8c40776 {
|
|
15605
15606
|
max-height: 650px;
|
|
15606
15607
|
}
|
|
15607
|
-
.
|
|
15608
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_user__a8c40776 {
|
|
15608
15609
|
padding-left: 0 !important;
|
|
15609
15610
|
cursor: pointer;
|
|
15610
15611
|
}
|
|
15611
|
-
.
|
|
15612
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 {
|
|
15612
15613
|
border-radius: 4px;
|
|
15613
15614
|
width: calc(100% - 328px);
|
|
15614
15615
|
margin-left: 328px;
|
|
15615
15616
|
}
|
|
15616
|
-
.
|
|
15617
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 {
|
|
15617
15618
|
max-height: 700px;
|
|
15618
15619
|
}
|
|
15619
|
-
.
|
|
15620
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_chat_content__a8c40776 {
|
|
15620
15621
|
width: calc(100% - 328px);
|
|
15621
15622
|
margin-left: 328px;
|
|
15622
15623
|
display: inline-block;
|
|
15623
15624
|
}
|
|
15624
|
-
.
|
|
15625
|
+
.index_module_popover_main_content__a8c40776 {
|
|
15625
15626
|
min-width: 300px !important;
|
|
15626
15627
|
max-width: 340px !important;
|
|
15627
15628
|
background-color: #fff !important;
|
|
@@ -15629,21 +15630,21 @@
|
|
|
15629
15630
|
border-radius: 4px;
|
|
15630
15631
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
15631
15632
|
}
|
|
15632
|
-
.
|
|
15633
|
+
.index_module_popover_main_content__a8c40776 .bhd-tooltip-content {
|
|
15633
15634
|
background-color: #fff;
|
|
15634
15635
|
border-radius: 4px;
|
|
15635
15636
|
}
|
|
15636
|
-
.
|
|
15637
|
+
.index_module_popover_main_content__a8c40776 .bhd-tooltip-content .bhd-tooltip-inner {
|
|
15637
15638
|
background-color: #fff;
|
|
15638
15639
|
color: rgba(0, 0, 0, 0.85);
|
|
15639
15640
|
font-size: 14px;
|
|
15640
15641
|
padding: 12px 16px;
|
|
15641
15642
|
border-radius: 4px;
|
|
15642
15643
|
}
|
|
15643
|
-
.
|
|
15644
|
+
.index_module_popover_main_content__a8c40776 .bhd-tooltip-arrow:before {
|
|
15644
15645
|
background: #ccc !important;
|
|
15645
15646
|
}
|
|
15646
|
-
.
|
|
15647
|
+
.index_module_popover_main_content__a8c40776 .bhd-tooltip-arrow::after {
|
|
15647
15648
|
width: 0 !important;
|
|
15648
15649
|
height: 0 !important;
|
|
15649
15650
|
border: 5px solid;
|
|
@@ -15655,28 +15656,28 @@
|
|
|
15655
15656
|
right: 0 !important;
|
|
15656
15657
|
box-shadow: none !important;
|
|
15657
15658
|
}
|
|
15658
|
-
.
|
|
15659
|
+
.index_module_popover_main_content_name__a8c40776 {
|
|
15659
15660
|
width: auto;
|
|
15660
15661
|
background-color: #fff !important;
|
|
15661
15662
|
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
|
|
15662
15663
|
border-radius: 4px;
|
|
15663
15664
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
15664
15665
|
}
|
|
15665
|
-
.
|
|
15666
|
+
.index_module_popover_main_content_name__a8c40776 .bhd-tooltip-content {
|
|
15666
15667
|
background-color: #fff;
|
|
15667
15668
|
border-radius: 4px;
|
|
15668
15669
|
}
|
|
15669
|
-
.
|
|
15670
|
+
.index_module_popover_main_content_name__a8c40776 .bhd-tooltip-content .bhd-tooltip-inner {
|
|
15670
15671
|
background-color: #fff;
|
|
15671
15672
|
color: rgba(0, 0, 0, 0.85);
|
|
15672
15673
|
font-size: 14px;
|
|
15673
15674
|
padding: 12px 16px;
|
|
15674
15675
|
border-radius: 4px;
|
|
15675
15676
|
}
|
|
15676
|
-
.
|
|
15677
|
+
.index_module_popover_main_content_name__a8c40776 .bhd-tooltip-arrow:before {
|
|
15677
15678
|
background: #ccc !important;
|
|
15678
15679
|
}
|
|
15679
|
-
.
|
|
15680
|
+
.index_module_popover_main_content_name__a8c40776 .bhd-tooltip-arrow::after {
|
|
15680
15681
|
width: 0 !important;
|
|
15681
15682
|
height: 0 !important;
|
|
15682
15683
|
border: 5px solid;
|
|
@@ -15688,7 +15689,7 @@
|
|
|
15688
15689
|
right: 0 !important;
|
|
15689
15690
|
box-shadow: none !important;
|
|
15690
15691
|
}
|
|
15691
|
-
.
|
|
15692
|
+
.index_module_teacher_layout__a8c40776 {
|
|
15692
15693
|
position: fixed;
|
|
15693
15694
|
right: 568px;
|
|
15694
15695
|
border-radius: 8px;
|
|
@@ -15698,8 +15699,8 @@
|
|
|
15698
15699
|
backdrop-filter: blur(7.5px);
|
|
15699
15700
|
width: 80px;
|
|
15700
15701
|
}
|
|
15701
|
-
.
|
|
15702
|
-
.
|
|
15702
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 > div,
|
|
15703
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776 > div {
|
|
15703
15704
|
display: flex;
|
|
15704
15705
|
flex-direction: column;
|
|
15705
15706
|
align-items: center;
|
|
@@ -15711,16 +15712,16 @@
|
|
|
15711
15712
|
position: relative;
|
|
15712
15713
|
cursor: pointer;
|
|
15713
15714
|
}
|
|
15714
|
-
.
|
|
15715
|
-
.
|
|
15715
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 > div:hover,
|
|
15716
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776 > div:hover {
|
|
15716
15717
|
background-color: #f5f5f5;
|
|
15717
15718
|
}
|
|
15718
|
-
.
|
|
15719
|
-
.
|
|
15719
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 > div:hover .index_module_delete__a8c40776,
|
|
15720
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776 > div:hover .index_module_delete__a8c40776 {
|
|
15720
15721
|
display: block;
|
|
15721
15722
|
}
|
|
15722
|
-
.
|
|
15723
|
-
.
|
|
15723
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 > div p,
|
|
15724
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776 > div p {
|
|
15724
15725
|
max-width: 60px;
|
|
15725
15726
|
overflow: hidden;
|
|
15726
15727
|
text-overflow: ellipsis;
|
|
@@ -15730,14 +15731,14 @@
|
|
|
15730
15731
|
line-height: 1;
|
|
15731
15732
|
padding-top: 12px;
|
|
15732
15733
|
}
|
|
15733
|
-
.
|
|
15734
|
-
.
|
|
15734
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 > div img,
|
|
15735
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776 > div img {
|
|
15735
15736
|
width: 32px;
|
|
15736
15737
|
height: 32px;
|
|
15737
15738
|
border-radius: 50%;
|
|
15738
15739
|
}
|
|
15739
|
-
.
|
|
15740
|
-
.
|
|
15740
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 > div .index_module_num__a8c40776,
|
|
15741
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776 > div .index_module_num__a8c40776 {
|
|
15741
15742
|
position: absolute;
|
|
15742
15743
|
top: 0;
|
|
15743
15744
|
right: 0;
|
|
@@ -15749,8 +15750,8 @@
|
|
|
15749
15750
|
font-size: 12px;
|
|
15750
15751
|
line-height: 1.2;
|
|
15751
15752
|
}
|
|
15752
|
-
.
|
|
15753
|
-
.
|
|
15753
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 > div .index_module_delete__a8c40776,
|
|
15754
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776 > div .index_module_delete__a8c40776 {
|
|
15754
15755
|
position: absolute;
|
|
15755
15756
|
top: 2px;
|
|
15756
15757
|
right: 2px;
|
|
@@ -15758,35 +15759,35 @@
|
|
|
15758
15759
|
font-size: 12px;
|
|
15759
15760
|
display: none;
|
|
15760
15761
|
}
|
|
15761
|
-
.
|
|
15762
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 > div {
|
|
15762
15763
|
margin: 8px;
|
|
15763
15764
|
}
|
|
15764
|
-
.
|
|
15765
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 .index_module_shrink__a8c40776 {
|
|
15765
15766
|
border-bottom: 1px solid #ebebeb;
|
|
15766
15767
|
border-radius: 0;
|
|
15767
15768
|
margin-bottom: 8px;
|
|
15768
15769
|
margin-top: 8px;
|
|
15769
15770
|
}
|
|
15770
|
-
.
|
|
15771
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 .index_module_shrink__a8c40776 > span {
|
|
15771
15772
|
font-size: 20px;
|
|
15772
15773
|
}
|
|
15773
|
-
.
|
|
15774
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 .index_module_shrink__a8c40776 p {
|
|
15774
15775
|
padding-top: 0;
|
|
15775
15776
|
}
|
|
15776
|
-
.
|
|
15777
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 .index_module_shrink__a8c40776:hover {
|
|
15777
15778
|
background-color: #fff !important;
|
|
15778
15779
|
}
|
|
15779
|
-
.
|
|
15780
|
-
.
|
|
15780
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 .index_module_active__a8c40776,
|
|
15781
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776 .index_module_active__a8c40776 {
|
|
15781
15782
|
background: #ffe8e0;
|
|
15782
15783
|
}
|
|
15783
|
-
.
|
|
15784
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776 > div:last-child {
|
|
15784
15785
|
margin-bottom: 0;
|
|
15785
15786
|
}
|
|
15786
|
-
.
|
|
15787
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776 > div:first-child {
|
|
15787
15788
|
margin-top: 0;
|
|
15788
15789
|
}
|
|
15789
|
-
.
|
|
15790
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776 {
|
|
15790
15791
|
max-height: 524px;
|
|
15791
15792
|
padding: 0 8px;
|
|
15792
15793
|
padding-right: 4px;
|
|
@@ -15794,66 +15795,66 @@
|
|
|
15794
15795
|
margin-bottom: 8px;
|
|
15795
15796
|
margin-top: 8px;
|
|
15796
15797
|
}
|
|
15797
|
-
.
|
|
15798
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776::-webkit-scrollbar {
|
|
15798
15799
|
background-color: #eaedf1;
|
|
15799
15800
|
background-color: transparent;
|
|
15800
15801
|
width: 4px;
|
|
15801
15802
|
height: 4px;
|
|
15802
15803
|
}
|
|
15803
|
-
.
|
|
15804
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776::-webkit-scrollbar-thumb {
|
|
15804
15805
|
border-radius: 4px;
|
|
15805
15806
|
background-color: rgba(0, 0, 0, 0.25);
|
|
15806
15807
|
}
|
|
15807
|
-
.
|
|
15808
|
+
.index_module_teacher_layout_newlabo__a8c40776 {
|
|
15808
15809
|
top: 50px;
|
|
15809
15810
|
right: 0;
|
|
15810
15811
|
}
|
|
15811
|
-
.
|
|
15812
|
+
.index_module_teacher_layout_newlabo__a8c40776 .index_module_top__a8c40776 svg {
|
|
15812
15813
|
transform: rotate(180deg);
|
|
15813
15814
|
}
|
|
15814
|
-
.
|
|
15815
|
-
.
|
|
15815
|
+
.index_module_teacher_layout_newlabo__a8c40776 .index_module_top__a8c40776 .index_module_active__a8c40776,
|
|
15816
|
+
.index_module_teacher_layout_newlabo__a8c40776 .index_module_bottom__a8c40776 .index_module_active__a8c40776 {
|
|
15816
15817
|
background-color: #D1E4FF;
|
|
15817
15818
|
}
|
|
15818
|
-
.
|
|
15819
|
+
.index_module_teacher_layout_modal__a8c40776 {
|
|
15819
15820
|
width: 328px;
|
|
15820
15821
|
height: calc(100% - 48px);
|
|
15821
15822
|
background-color: #fff;
|
|
15822
15823
|
position: absolute;
|
|
15823
15824
|
border-top: 1px solid #ebebeb;
|
|
15824
15825
|
}
|
|
15825
|
-
.
|
|
15826
|
-
.
|
|
15826
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_top__a8c40776 .index_module_ai__a8c40776,
|
|
15827
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_bottom__a8c40776 .index_module_ai__a8c40776 {
|
|
15827
15828
|
border-bottom: 1px solid #ebebeb;
|
|
15828
15829
|
padding: 16px;
|
|
15829
15830
|
display: flex;
|
|
15830
15831
|
align-items: center;
|
|
15831
15832
|
cursor: pointer;
|
|
15832
15833
|
}
|
|
15833
|
-
.
|
|
15834
|
-
.
|
|
15834
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_top__a8c40776 .index_module_ai__a8c40776 img,
|
|
15835
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_bottom__a8c40776 .index_module_ai__a8c40776 img {
|
|
15835
15836
|
width: 32px;
|
|
15836
15837
|
height: 32px;
|
|
15837
15838
|
border-radius: 50%;
|
|
15838
15839
|
margin-right: 12px;
|
|
15839
15840
|
}
|
|
15840
|
-
.
|
|
15841
|
-
.
|
|
15841
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_top__a8c40776 .index_module_ai__a8c40776 > span,
|
|
15842
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_bottom__a8c40776 .index_module_ai__a8c40776 > span {
|
|
15842
15843
|
margin-right: 12px;
|
|
15843
15844
|
}
|
|
15844
|
-
.
|
|
15845
|
-
.
|
|
15845
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_top__a8c40776 .index_module_ai__a8c40776 .index_module_user_info__a8c40776,
|
|
15846
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_bottom__a8c40776 .index_module_ai__a8c40776 .index_module_user_info__a8c40776 {
|
|
15846
15847
|
width: 252px;
|
|
15847
15848
|
}
|
|
15848
|
-
.
|
|
15849
|
-
.
|
|
15849
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_top__a8c40776 .index_module_ai__a8c40776 .index_module_user_info__a8c40776 .index_module_message__a8c40776,
|
|
15850
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_bottom__a8c40776 .index_module_ai__a8c40776 .index_module_user_info__a8c40776 .index_module_message__a8c40776 {
|
|
15850
15851
|
color: #000;
|
|
15851
15852
|
font-size: 14px;
|
|
15852
15853
|
line-height: 1;
|
|
15853
15854
|
padding-right: 10px;
|
|
15854
15855
|
}
|
|
15855
|
-
.
|
|
15856
|
-
.
|
|
15856
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_top__a8c40776 .index_module_ai__a8c40776 .index_module_user_info__a8c40776 .index_module_message__a8c40776 .index_module_num__a8c40776,
|
|
15857
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_bottom__a8c40776 .index_module_ai__a8c40776 .index_module_user_info__a8c40776 .index_module_message__a8c40776 .index_module_num__a8c40776 {
|
|
15857
15858
|
margin-left: 12px;
|
|
15858
15859
|
border-radius: 26px;
|
|
15859
15860
|
background-color: #f4523b;
|
|
@@ -15863,14 +15864,14 @@
|
|
|
15863
15864
|
font-size: 12px;
|
|
15864
15865
|
line-height: 1;
|
|
15865
15866
|
}
|
|
15866
|
-
.
|
|
15867
|
-
.
|
|
15867
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_top__a8c40776 .index_module_ai__a8c40776 .index_module_user_info__a8c40776 .index_module_message__a8c40776 .index_module_time__a8c40776,
|
|
15868
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_bottom__a8c40776 .index_module_ai__a8c40776 .index_module_user_info__a8c40776 .index_module_message__a8c40776 .index_module_time__a8c40776 {
|
|
15868
15869
|
font-size: 12px;
|
|
15869
15870
|
color: rgba(0, 0, 0, 0.25);
|
|
15870
15871
|
float: right;
|
|
15871
15872
|
}
|
|
15872
|
-
.
|
|
15873
|
-
.
|
|
15873
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_top__a8c40776 .index_module_ai__a8c40776 .index_module_user_info__a8c40776 .index_module_con__a8c40776,
|
|
15874
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_bottom__a8c40776 .index_module_ai__a8c40776 .index_module_user_info__a8c40776 .index_module_con__a8c40776 {
|
|
15874
15875
|
color: rgba(0, 0, 0, 0.45);
|
|
15875
15876
|
font-size: 12px;
|
|
15876
15877
|
line-height: 1.5;
|
|
@@ -15879,32 +15880,32 @@
|
|
|
15879
15880
|
white-space: nowrap;
|
|
15880
15881
|
text-overflow: ellipsis;
|
|
15881
15882
|
}
|
|
15882
|
-
.
|
|
15883
|
-
.
|
|
15883
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_top__a8c40776 .index_module_active__a8c40776,
|
|
15884
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_bottom__a8c40776 .index_module_active__a8c40776 {
|
|
15884
15885
|
background: #ffe8e0;
|
|
15885
15886
|
}
|
|
15886
|
-
.
|
|
15887
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_bottom__a8c40776 {
|
|
15887
15888
|
overflow: auto;
|
|
15888
15889
|
height: calc(100% - 70px);
|
|
15889
15890
|
}
|
|
15890
|
-
.
|
|
15891
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_bottom__a8c40776::-webkit-scrollbar {
|
|
15891
15892
|
background-color: #eaedf1;
|
|
15892
15893
|
background-color: transparent;
|
|
15893
15894
|
width: 4px;
|
|
15894
15895
|
height: 4px;
|
|
15895
15896
|
}
|
|
15896
|
-
.
|
|
15897
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_bottom__a8c40776::-webkit-scrollbar-thumb {
|
|
15897
15898
|
border-radius: 4px;
|
|
15898
15899
|
background-color: rgba(0, 0, 0, 0.25);
|
|
15899
15900
|
}
|
|
15900
|
-
.
|
|
15901
|
+
.index_module_teacher_layout_modal__a8c40776 .anticon {
|
|
15901
15902
|
vertical-align: 0;
|
|
15902
15903
|
}
|
|
15903
|
-
.
|
|
15904
|
-
.
|
|
15904
|
+
.index_module_teacher_layout_modal_newlabo__a8c40776 .index_module_top__a8c40776 .index_module_active__a8c40776,
|
|
15905
|
+
.index_module_teacher_layout_modal_newlabo__a8c40776 .index_module_bottom__a8c40776 .index_module_active__a8c40776 {
|
|
15905
15906
|
background: #f0f8ff !important;
|
|
15906
15907
|
}
|
|
15907
|
-
.
|
|
15908
|
+
.index_module_history_list__a8c40776 {
|
|
15908
15909
|
position: absolute;
|
|
15909
15910
|
top: 0;
|
|
15910
15911
|
background: rgba(0, 0, 0, 0.3);
|
|
@@ -15912,7 +15913,7 @@
|
|
|
15912
15913
|
height: 100%;
|
|
15913
15914
|
overflow: hidden;
|
|
15914
15915
|
}
|
|
15915
|
-
.
|
|
15916
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 {
|
|
15916
15917
|
background: #fff;
|
|
15917
15918
|
position: absolute;
|
|
15918
15919
|
z-index: 10;
|
|
@@ -15920,10 +15921,10 @@
|
|
|
15920
15921
|
width: 100%;
|
|
15921
15922
|
border-radius: 16px 16px 0px 0px;
|
|
15922
15923
|
overflow: hidden;
|
|
15923
|
-
animation:
|
|
15924
|
+
animation: index_module_mymove__a8c40776 1s forwards;
|
|
15924
15925
|
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
|
|
15925
15926
|
}
|
|
15926
|
-
.
|
|
15927
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_title__a8c40776 {
|
|
15927
15928
|
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
|
15928
15929
|
font-size: 16px;
|
|
15929
15930
|
font-weight: 600;
|
|
@@ -15932,18 +15933,18 @@
|
|
|
15932
15933
|
display: flex;
|
|
15933
15934
|
justify-content: space-between;
|
|
15934
15935
|
}
|
|
15935
|
-
.
|
|
15936
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_title__a8c40776 svg {
|
|
15936
15937
|
font-size: 12px;
|
|
15937
15938
|
cursor: pointer;
|
|
15938
15939
|
opacity: 0.65;
|
|
15939
15940
|
font-weight: 300;
|
|
15940
15941
|
}
|
|
15941
|
-
.
|
|
15942
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_search_top__a8c40776 {
|
|
15942
15943
|
position: relative;
|
|
15943
15944
|
margin: 16px 24px;
|
|
15944
15945
|
background-color: #fff;
|
|
15945
15946
|
}
|
|
15946
|
-
.
|
|
15947
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_search_top__a8c40776 input {
|
|
15947
15948
|
width: 100%;
|
|
15948
15949
|
height: 40px;
|
|
15949
15950
|
line-height: 40px;
|
|
@@ -15953,7 +15954,7 @@
|
|
|
15953
15954
|
padding-right: 30px;
|
|
15954
15955
|
color: rgba(0, 0, 0, 0.85);
|
|
15955
15956
|
}
|
|
15956
|
-
.
|
|
15957
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_search_top__a8c40776 .anticon {
|
|
15957
15958
|
position: absolute;
|
|
15958
15959
|
top: 11px;
|
|
15959
15960
|
z-index: 1;
|
|
@@ -15961,7 +15962,7 @@
|
|
|
15961
15962
|
font-size: 16px;
|
|
15962
15963
|
color: rgba(0, 0, 0, 0.65);
|
|
15963
15964
|
}
|
|
15964
|
-
.
|
|
15965
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_search_top__a8c40776 .guanbi_Close {
|
|
15965
15966
|
position: absolute;
|
|
15966
15967
|
top: 3px;
|
|
15967
15968
|
right: 38px;
|
|
@@ -15970,32 +15971,32 @@
|
|
|
15970
15971
|
color: rgba(0, 0, 0, 0.65);
|
|
15971
15972
|
cursor: pointer;
|
|
15972
15973
|
}
|
|
15973
|
-
.
|
|
15974
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_search_top__a8c40776 .guanbi_Close svg {
|
|
15974
15975
|
font-size: 10px;
|
|
15975
15976
|
opacity: 0.65;
|
|
15976
15977
|
}
|
|
15977
|
-
.
|
|
15978
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_search_top__a8c40776 svg {
|
|
15978
15979
|
opacity: 0.65;
|
|
15979
15980
|
font-weight: 300;
|
|
15980
15981
|
}
|
|
15981
|
-
.
|
|
15982
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776:first-child {
|
|
15982
15983
|
margin-top: 0;
|
|
15983
15984
|
}
|
|
15984
|
-
.
|
|
15985
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 {
|
|
15985
15986
|
overflow: auto;
|
|
15986
15987
|
height: 510px;
|
|
15987
15988
|
}
|
|
15988
|
-
.
|
|
15989
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776::-webkit-scrollbar {
|
|
15989
15990
|
background-color: #eaedf1;
|
|
15990
15991
|
background-color: transparent;
|
|
15991
15992
|
width: 4px;
|
|
15992
15993
|
height: 4px;
|
|
15993
15994
|
}
|
|
15994
|
-
.
|
|
15995
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776::-webkit-scrollbar-thumb {
|
|
15995
15996
|
border-radius: 4px;
|
|
15996
15997
|
background-color: rgba(0, 0, 0, 0.25);
|
|
15997
15998
|
}
|
|
15998
|
-
.
|
|
15999
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary__a8c40776 {
|
|
15999
16000
|
width: 100%;
|
|
16000
16001
|
padding: 8px 16px;
|
|
16001
16002
|
display: flex;
|
|
@@ -16003,41 +16004,41 @@
|
|
|
16003
16004
|
border-bottom: 1px solid #ebebeb;
|
|
16004
16005
|
cursor: pointer;
|
|
16005
16006
|
}
|
|
16006
|
-
.
|
|
16007
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary__a8c40776:hover {
|
|
16007
16008
|
background-color: #EBEBEB;
|
|
16008
16009
|
}
|
|
16009
|
-
.
|
|
16010
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary__a8c40776 .index_module_head_img__a8c40776 {
|
|
16010
16011
|
width: 36px;
|
|
16011
16012
|
height: 36px;
|
|
16012
16013
|
border-radius: 50%;
|
|
16013
16014
|
margin-right: 16px;
|
|
16014
16015
|
}
|
|
16015
|
-
.
|
|
16016
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary__a8c40776 .index_module_head_img__a8c40776 img {
|
|
16016
16017
|
width: 36px;
|
|
16017
16018
|
height: 36px;
|
|
16018
16019
|
border-radius: 50%;
|
|
16019
16020
|
}
|
|
16020
|
-
.
|
|
16021
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary__a8c40776 .index_module_head_img__a8c40776 svg {
|
|
16021
16022
|
width: 36px;
|
|
16022
16023
|
height: 36px;
|
|
16023
16024
|
}
|
|
16024
|
-
.
|
|
16025
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary__a8c40776 .index_module_list_desc__a8c40776 {
|
|
16025
16026
|
width: calc(100% - 56px);
|
|
16026
16027
|
}
|
|
16027
|
-
.
|
|
16028
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary__a8c40776 .index_module_list_desc__a8c40776 .index_module_name__a8c40776 {
|
|
16028
16029
|
color: rgba(0, 0, 0, 0.85);
|
|
16029
16030
|
font-size: 16px;
|
|
16030
16031
|
font-weight: 600;
|
|
16031
16032
|
line-height: 150%;
|
|
16032
16033
|
margin-bottom: 4px;
|
|
16033
16034
|
}
|
|
16034
|
-
.
|
|
16035
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary__a8c40776 .index_module_list_desc__a8c40776 .index_module_name__a8c40776 .index_module_time__a8c40776 {
|
|
16035
16036
|
float: right;
|
|
16036
16037
|
font-size: 14px;
|
|
16037
16038
|
color: #8c8c8c;
|
|
16038
16039
|
font-weight: 400;
|
|
16039
16040
|
}
|
|
16040
|
-
.
|
|
16041
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary__a8c40776 .index_module_list_desc__a8c40776 .index_module_decs__a8c40776 {
|
|
16041
16042
|
color: rgba(0, 0, 0, 0.65);
|
|
16042
16043
|
font-size: 14px;
|
|
16043
16044
|
font-weight: 400;
|
|
@@ -16046,35 +16047,35 @@
|
|
|
16046
16047
|
text-overflow: ellipsis;
|
|
16047
16048
|
white-space: nowrap;
|
|
16048
16049
|
}
|
|
16049
|
-
.
|
|
16050
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary__a8c40776 .index_module_list_desc__a8c40776 .index_module_decs__a8c40776 span {
|
|
16050
16051
|
color: #f4523b;
|
|
16051
16052
|
}
|
|
16052
|
-
.
|
|
16053
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary__a8c40776 .index_module_open__a8c40776 {
|
|
16053
16054
|
font-size: 24px;
|
|
16054
16055
|
color: rgba(0, 0, 0, 0.65);
|
|
16055
16056
|
}
|
|
16056
|
-
.
|
|
16057
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary__a8c40776 .index_module_active__a8c40776 svg {
|
|
16057
16058
|
transform: rotate(90deg);
|
|
16058
16059
|
}
|
|
16059
|
-
.
|
|
16060
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary_active__a8c40776 {
|
|
16060
16061
|
background-color: #fff4f0;
|
|
16061
16062
|
}
|
|
16062
|
-
.
|
|
16063
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary_active__a8c40776:hover {
|
|
16063
16064
|
background-color: #fff4f0;
|
|
16064
16065
|
}
|
|
16065
|
-
.
|
|
16066
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_detail__a8c40776 {
|
|
16066
16067
|
background-color: rgba(0, 0, 0, 0.02);
|
|
16067
16068
|
}
|
|
16068
|
-
.
|
|
16069
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_detail__a8c40776 .index_module_list__a8c40776 {
|
|
16069
16070
|
padding: 8px 16px;
|
|
16070
16071
|
margin-bottom: 1px;
|
|
16071
16072
|
position: relative;
|
|
16072
16073
|
cursor: pointer;
|
|
16073
16074
|
}
|
|
16074
|
-
.
|
|
16075
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_detail__a8c40776 .index_module_list__a8c40776:hover {
|
|
16075
16076
|
background-color: rgba(0, 0, 0, 0.04);
|
|
16076
16077
|
}
|
|
16077
|
-
.
|
|
16078
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_detail__a8c40776 .index_module_list__a8c40776::before {
|
|
16078
16079
|
content: "";
|
|
16079
16080
|
display: inline-block;
|
|
16080
16081
|
width: 100%;
|
|
@@ -16084,22 +16085,22 @@
|
|
|
16084
16085
|
bottom: -1px;
|
|
16085
16086
|
left: -1px;
|
|
16086
16087
|
}
|
|
16087
|
-
.
|
|
16088
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_detail__a8c40776 .index_module_list__a8c40776 .index_module_name__a8c40776 {
|
|
16088
16089
|
display: flex;
|
|
16089
16090
|
justify-content: space-between;
|
|
16090
16091
|
align-items: center;
|
|
16091
16092
|
margin-bottom: 4px;
|
|
16092
16093
|
}
|
|
16093
|
-
.
|
|
16094
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_detail__a8c40776 .index_module_list__a8c40776 .index_module_name__a8c40776 p {
|
|
16094
16095
|
color: rgba(0, 0, 0, 0.65);
|
|
16095
16096
|
font-size: 14px;
|
|
16096
16097
|
line-height: 1.5;
|
|
16097
16098
|
}
|
|
16098
|
-
.
|
|
16099
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_detail__a8c40776 .index_module_list__a8c40776 .index_module_name__a8c40776 .index_module_time__a8c40776 {
|
|
16099
16100
|
font-size: 14px;
|
|
16100
16101
|
color: #8c8c8c;
|
|
16101
16102
|
}
|
|
16102
|
-
.
|
|
16103
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_detail__a8c40776 .index_module_list__a8c40776 .index_module_con__a8c40776 {
|
|
16103
16104
|
color: rgba(0, 0, 0, 0.85);
|
|
16104
16105
|
font-size: 14px;
|
|
16105
16106
|
font-weight: 400;
|
|
@@ -16109,22 +16110,22 @@
|
|
|
16109
16110
|
max-height: 21px;
|
|
16110
16111
|
white-space: nowrap;
|
|
16111
16112
|
}
|
|
16112
|
-
.
|
|
16113
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_detail__a8c40776 .index_module_list__a8c40776 .index_module_con__a8c40776 span {
|
|
16113
16114
|
color: #f4523b;
|
|
16114
16115
|
}
|
|
16115
|
-
.
|
|
16116
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_detail__a8c40776 .index_module_list_more__a8c40776 {
|
|
16116
16117
|
text-align: center;
|
|
16117
16118
|
color: rgba(0, 0, 0, 0.45);
|
|
16118
16119
|
font-size: 14px;
|
|
16119
16120
|
}
|
|
16120
|
-
.
|
|
16121
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_no_data__a8c40776 {
|
|
16121
16122
|
text-align: center;
|
|
16122
16123
|
margin-top: 130px;
|
|
16123
16124
|
}
|
|
16124
|
-
.
|
|
16125
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_no_data__a8c40776 img {
|
|
16125
16126
|
width: 160px;
|
|
16126
16127
|
}
|
|
16127
|
-
.
|
|
16128
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_no_data__a8c40776 p {
|
|
16128
16129
|
margin-top: 24px;
|
|
16129
16130
|
color: rgba(0, 0, 0, 0.45);
|
|
16130
16131
|
text-align: center;
|
|
@@ -16132,7 +16133,7 @@
|
|
|
16132
16133
|
line-height: 100%;
|
|
16133
16134
|
/* 14px */
|
|
16134
16135
|
}
|
|
16135
|
-
@keyframes
|
|
16136
|
+
@keyframes index_module_mymove__a8c40776 {
|
|
16136
16137
|
from {
|
|
16137
16138
|
bottom: -500px;
|
|
16138
16139
|
}
|
|
@@ -16140,10 +16141,10 @@
|
|
|
16140
16141
|
bottom: 0;
|
|
16141
16142
|
}
|
|
16142
16143
|
}
|
|
16143
|
-
.
|
|
16144
|
+
.index_module_history_list__a8c40776 .anticon {
|
|
16144
16145
|
vertical-align: 0;
|
|
16145
16146
|
}
|
|
16146
|
-
.
|
|
16147
|
+
.index_module_history_list_broadside__a8c40776 {
|
|
16147
16148
|
width: 417px;
|
|
16148
16149
|
height: calc(100% - 48px);
|
|
16149
16150
|
right: 0;
|
|
@@ -16152,22 +16153,22 @@
|
|
|
16152
16153
|
background: transparent;
|
|
16153
16154
|
overflow: visible;
|
|
16154
16155
|
}
|
|
16155
|
-
.
|
|
16156
|
+
.index_module_history_list_broadside__a8c40776 .index_module_search_layout__a8c40776 {
|
|
16156
16157
|
height: 100%;
|
|
16157
16158
|
border-radius: 0;
|
|
16158
16159
|
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
|
|
16159
16160
|
}
|
|
16160
|
-
.
|
|
16161
|
+
.index_module_history_list_broadside__a8c40776 .index_module_search_layout__a8c40776 .index_module_search_top__a8c40776 {
|
|
16161
16162
|
margin: 16px;
|
|
16162
16163
|
}
|
|
16163
|
-
.
|
|
16164
|
+
.index_module_history_list_broadside__a8c40776 .index_module_search_layout__a8c40776 .index_module_title__a8c40776 {
|
|
16164
16165
|
padding: 16px;
|
|
16165
16166
|
}
|
|
16166
|
-
.
|
|
16167
|
+
.index_module_history_list_broadside__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 {
|
|
16167
16168
|
height: calc(100% - 140px);
|
|
16168
16169
|
max-height: calc(100% - 140px);
|
|
16169
16170
|
}
|
|
16170
|
-
.
|
|
16171
|
+
.index_module_screenshot_Modal__a8c40776 {
|
|
16171
16172
|
position: fixed;
|
|
16172
16173
|
top: 0;
|
|
16173
16174
|
left: 0;
|
|
@@ -16176,20 +16177,20 @@
|
|
|
16176
16177
|
height: 100% !important;
|
|
16177
16178
|
background-color: transparent !important;
|
|
16178
16179
|
}
|
|
16179
|
-
.
|
|
16180
|
+
.index_module_screenshot_Modal__a8c40776 .ReactCrop__child-wrapper {
|
|
16180
16181
|
position: fixed;
|
|
16181
16182
|
width: 100% !important;
|
|
16182
16183
|
height: 100% !important;
|
|
16183
16184
|
top: 0 !important;
|
|
16184
16185
|
left: 0 !important;
|
|
16185
16186
|
}
|
|
16186
|
-
.
|
|
16187
|
+
.index_module_screenshot_Modal__a8c40776 .ReactCrop {
|
|
16187
16188
|
width: 100% !important;
|
|
16188
16189
|
height: 100% !important;
|
|
16189
16190
|
top: 0 !important;
|
|
16190
16191
|
left: 0 !important;
|
|
16191
16192
|
}
|
|
16192
|
-
.
|
|
16193
|
+
.index_module_screenshot_Modal__a8c40776 .index_module_screenshot_Modal_btn__a8c40776 {
|
|
16193
16194
|
position: fixed !important;
|
|
16194
16195
|
z-index: 999;
|
|
16195
16196
|
border-radius: 4px;
|
|
@@ -16200,33 +16201,33 @@
|
|
|
16200
16201
|
justify-content: space-around;
|
|
16201
16202
|
align-items: center;
|
|
16202
16203
|
}
|
|
16203
|
-
.
|
|
16204
|
+
.index_module_screenshot_Modal__a8c40776 .index_module_screenshot_Modal_btn__a8c40776 > span {
|
|
16204
16205
|
display: inline-block;
|
|
16205
16206
|
width: 24px;
|
|
16206
16207
|
height: 24px;
|
|
16207
16208
|
border-radius: 2px;
|
|
16208
16209
|
text-align: center;
|
|
16209
16210
|
}
|
|
16210
|
-
.
|
|
16211
|
+
.index_module_screenshot_Modal__a8c40776 .index_module_screenshot_Modal_btn__a8c40776 > span .index_module_anticon__a8c40776 {
|
|
16211
16212
|
padding-top: 3.5px;
|
|
16212
16213
|
}
|
|
16213
|
-
.
|
|
16214
|
+
.index_module_screenshot_Modal__a8c40776 .index_module_screenshot_Modal_btn__a8c40776 > span:hover {
|
|
16214
16215
|
background-color: rgba(0, 0, 0, 0.04);
|
|
16215
16216
|
}
|
|
16216
|
-
.
|
|
16217
|
+
.index_module_screenshot_Modal__a8c40776 .index_module_screenshot_Modal_btn__a8c40776 > span svg {
|
|
16217
16218
|
font-size: 18px;
|
|
16218
16219
|
color: #f4523b;
|
|
16219
16220
|
}
|
|
16220
|
-
.
|
|
16221
|
+
.index_module_screenshot_Modal__a8c40776 .index_module_screenshot_Modal_btn__a8c40776 > span:nth-child(2) {
|
|
16221
16222
|
display: inline-block;
|
|
16222
16223
|
width: 24px;
|
|
16223
16224
|
height: 24px;
|
|
16224
16225
|
border-radius: 2px;
|
|
16225
16226
|
}
|
|
16226
|
-
.
|
|
16227
|
+
.index_module_screenshot_Modal__a8c40776 .index_module_screenshot_Modal_btn__a8c40776 > span:nth-child(2):hover {
|
|
16227
16228
|
background-color: rgba(0, 0, 0, 0.04);
|
|
16228
16229
|
}
|
|
16229
|
-
.
|
|
16230
|
+
.index_module_screenshot_Modal__a8c40776 .index_module_screenshot_Modal_btn__a8c40776 > span:nth-child(2) svg {
|
|
16230
16231
|
color: #23d9c3;
|
|
16231
16232
|
}
|
|
16232
16233
|
|
|
@@ -18831,49 +18832,49 @@
|
|
|
18831
18832
|
"description": "图标,六级填充色"
|
|
18832
18833
|
}
|
|
18833
18834
|
*/
|
|
18834
|
-
.
|
|
18835
|
-
.
|
|
18835
|
+
.index_module_service_ChatWindow_Drawer__a8c40776,
|
|
18836
|
+
.index_module_ChatWindow_Modal__a8c40776 {
|
|
18836
18837
|
width: 100% !important;
|
|
18837
18838
|
}
|
|
18838
|
-
.
|
|
18839
|
-
.
|
|
18839
|
+
.index_module_service_ChatWindow_Drawer__a8c40776 .bhd-drawer-mask,
|
|
18840
|
+
.index_module_ChatWindow_Modal__a8c40776 .bhd-drawer-mask {
|
|
18840
18841
|
background-color: rgba(0, 0, 0, 0.15) !important;
|
|
18841
18842
|
}
|
|
18842
|
-
.
|
|
18843
|
-
.
|
|
18843
|
+
.index_module_ChatWindow_Drawer__a8c40776,
|
|
18844
|
+
.index_module_ChatWindow_Modal__a8c40776 {
|
|
18844
18845
|
/* 全局修改滚动条样式 */
|
|
18845
18846
|
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1) !important;
|
|
18846
18847
|
}
|
|
18847
|
-
.
|
|
18848
|
-
.
|
|
18848
|
+
.index_module_ChatWindow_Drawer__a8c40776 textarea::-webkit-scrollbar,
|
|
18849
|
+
.index_module_ChatWindow_Modal__a8c40776 textarea::-webkit-scrollbar {
|
|
18849
18850
|
background-color: #eaedf1;
|
|
18850
18851
|
background-color: transparent;
|
|
18851
18852
|
width: 4px;
|
|
18852
18853
|
height: 4px;
|
|
18853
18854
|
}
|
|
18854
|
-
.
|
|
18855
|
-
.
|
|
18855
|
+
.index_module_ChatWindow_Drawer__a8c40776 textarea::-webkit-scrollbar-thumb,
|
|
18856
|
+
.index_module_ChatWindow_Modal__a8c40776 textarea::-webkit-scrollbar-thumb {
|
|
18856
18857
|
border-radius: 4px;
|
|
18857
18858
|
background-color: rgba(0, 0, 0, 0.25);
|
|
18858
18859
|
}
|
|
18859
|
-
.
|
|
18860
|
-
.
|
|
18860
|
+
.index_module_ChatWindow_Drawer__a8c40776 pre::-webkit-scrollbar,
|
|
18861
|
+
.index_module_ChatWindow_Modal__a8c40776 pre::-webkit-scrollbar {
|
|
18861
18862
|
background-color: #eaedf1;
|
|
18862
18863
|
background-color: transparent;
|
|
18863
18864
|
width: 4px;
|
|
18864
18865
|
height: 4px;
|
|
18865
18866
|
}
|
|
18866
|
-
.
|
|
18867
|
-
.
|
|
18867
|
+
.index_module_ChatWindow_Drawer__a8c40776 pre::-webkit-scrollbar-thumb,
|
|
18868
|
+
.index_module_ChatWindow_Modal__a8c40776 pre::-webkit-scrollbar-thumb {
|
|
18868
18869
|
border-radius: 4px;
|
|
18869
18870
|
background-color: rgba(0, 0, 0, 0.25);
|
|
18870
18871
|
}
|
|
18871
|
-
.
|
|
18872
|
-
.
|
|
18872
|
+
.index_module_ChatWindow_Drawer__a8c40776 .bhd-drawer-body,
|
|
18873
|
+
.index_module_ChatWindow_Modal__a8c40776 .bhd-drawer-body {
|
|
18873
18874
|
padding: 0 !important;
|
|
18874
18875
|
}
|
|
18875
|
-
.
|
|
18876
|
-
.
|
|
18876
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776,
|
|
18877
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 {
|
|
18877
18878
|
display: flex;
|
|
18878
18879
|
padding: 16px 24px;
|
|
18879
18880
|
justify-content: space-between;
|
|
@@ -18881,16 +18882,16 @@
|
|
|
18881
18882
|
background-color: #fff;
|
|
18882
18883
|
line-height: 1;
|
|
18883
18884
|
}
|
|
18884
|
-
.
|
|
18885
|
-
.
|
|
18885
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_user__a8c40776,
|
|
18886
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_user__a8c40776 {
|
|
18886
18887
|
color: #000;
|
|
18887
18888
|
font-size: 16px;
|
|
18888
18889
|
font-weight: 600;
|
|
18889
18890
|
position: relative;
|
|
18890
18891
|
padding-left: 36px;
|
|
18891
18892
|
}
|
|
18892
|
-
.
|
|
18893
|
-
.
|
|
18893
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_user__a8c40776 i,
|
|
18894
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_user__a8c40776 i {
|
|
18894
18895
|
padding-right: 16px;
|
|
18895
18896
|
color: #111;
|
|
18896
18897
|
position: absolute;
|
|
@@ -18899,8 +18900,8 @@
|
|
|
18899
18900
|
left: 0;
|
|
18900
18901
|
cursor: pointer;
|
|
18901
18902
|
}
|
|
18902
|
-
.
|
|
18903
|
-
.
|
|
18903
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_user__a8c40776 .index_module_count__a8c40776,
|
|
18904
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_user__a8c40776 .index_module_count__a8c40776 {
|
|
18904
18905
|
position: absolute;
|
|
18905
18906
|
top: -6px;
|
|
18906
18907
|
right: 5px;
|
|
@@ -18911,19 +18912,19 @@
|
|
|
18911
18912
|
font-size: 12px;
|
|
18912
18913
|
line-height: 1.2;
|
|
18913
18914
|
}
|
|
18914
|
-
.
|
|
18915
|
-
.
|
|
18915
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776,
|
|
18916
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 {
|
|
18916
18917
|
display: flex;
|
|
18917
18918
|
height: 16px;
|
|
18918
18919
|
}
|
|
18919
|
-
.
|
|
18920
|
-
.
|
|
18920
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 i,
|
|
18921
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 i {
|
|
18921
18922
|
font-size: 16px;
|
|
18922
18923
|
margin-left: 23px;
|
|
18923
18924
|
cursor: pointer;
|
|
18924
18925
|
}
|
|
18925
|
-
.
|
|
18926
|
-
.
|
|
18926
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 .index_module_line__a8c40776,
|
|
18927
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 .index_module_line__a8c40776 {
|
|
18927
18928
|
display: inline-block;
|
|
18928
18929
|
width: 1px;
|
|
18929
18930
|
height: 16px;
|
|
@@ -18931,13 +18932,13 @@
|
|
|
18931
18932
|
margin: 0 4px;
|
|
18932
18933
|
margin-left: 23px;
|
|
18933
18934
|
}
|
|
18934
|
-
.
|
|
18935
|
-
.
|
|
18935
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 .index_module_popover_main__a8c40776,
|
|
18936
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 .index_module_popover_main__a8c40776 {
|
|
18936
18937
|
position: relative;
|
|
18937
18938
|
z-index: 99;
|
|
18938
18939
|
}
|
|
18939
|
-
.
|
|
18940
|
-
.
|
|
18940
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 .index_module_popover_main__a8c40776 .index_module_popover__a8c40776,
|
|
18941
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 .index_module_popover_main__a8c40776 .index_module_popover__a8c40776 {
|
|
18941
18942
|
padding: 8px 0;
|
|
18942
18943
|
width: 74px;
|
|
18943
18944
|
text-align: center;
|
|
@@ -18953,8 +18954,8 @@
|
|
|
18953
18954
|
left: -30px;
|
|
18954
18955
|
display: none;
|
|
18955
18956
|
}
|
|
18956
|
-
.
|
|
18957
|
-
.
|
|
18957
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 .index_module_popover_main__a8c40776 .index_module_popover__a8c40776::after,
|
|
18958
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 .index_module_popover_main__a8c40776 .index_module_popover__a8c40776::after {
|
|
18958
18959
|
content: "";
|
|
18959
18960
|
position: absolute;
|
|
18960
18961
|
width: 0;
|
|
@@ -18965,8 +18966,8 @@
|
|
|
18965
18966
|
top: -12px;
|
|
18966
18967
|
left: 32px;
|
|
18967
18968
|
}
|
|
18968
|
-
.
|
|
18969
|
-
.
|
|
18969
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 .index_module_popover_main__a8c40776 .index_module_popover__a8c40776::before,
|
|
18970
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 .index_module_popover_main__a8c40776 .index_module_popover__a8c40776::before {
|
|
18970
18971
|
content: "";
|
|
18971
18972
|
position: absolute;
|
|
18972
18973
|
z-index: 99;
|
|
@@ -18977,44 +18978,44 @@
|
|
|
18977
18978
|
top: -13px;
|
|
18978
18979
|
left: 32px;
|
|
18979
18980
|
}
|
|
18980
|
-
.
|
|
18981
|
-
.
|
|
18981
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 .index_module_popover_main__a8c40776:hover .index_module_popover__a8c40776,
|
|
18982
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap__a8c40776 .index_module_top__a8c40776 .index_module_operate__a8c40776 .index_module_popover_main__a8c40776:hover .index_module_popover__a8c40776 {
|
|
18982
18983
|
display: block;
|
|
18983
18984
|
}
|
|
18984
|
-
.
|
|
18985
|
-
.
|
|
18985
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap_newlabo__a8c40776 .index_module_top__a8c40776,
|
|
18986
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap_newlabo__a8c40776 .index_module_top__a8c40776 {
|
|
18986
18987
|
background-color: #f5f5f5;
|
|
18987
18988
|
border-bottom: 1px solid #ebebeb;
|
|
18988
18989
|
}
|
|
18989
|
-
.
|
|
18990
|
-
.
|
|
18990
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_header_wrap_newlabo__a8c40776 .index_module_top__a8c40776 .index_module_user__a8c40776,
|
|
18991
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_header_wrap_newlabo__a8c40776 .index_module_top__a8c40776 .index_module_user__a8c40776 {
|
|
18991
18992
|
padding-left: 0;
|
|
18992
18993
|
font-weight: 400;
|
|
18993
18994
|
}
|
|
18994
|
-
.
|
|
18995
|
-
.
|
|
18995
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776,
|
|
18996
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 {
|
|
18996
18997
|
max-height: calc(100vh - 110px);
|
|
18997
18998
|
overflow: auto;
|
|
18998
18999
|
background: #f5f5f5;
|
|
18999
19000
|
min-height: 200px;
|
|
19000
19001
|
}
|
|
19001
|
-
.
|
|
19002
|
-
.
|
|
19002
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_loading__a8c40776,
|
|
19003
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_loading__a8c40776 {
|
|
19003
19004
|
text-align: center;
|
|
19004
19005
|
margin: 10px 0;
|
|
19005
19006
|
}
|
|
19006
|
-
.
|
|
19007
|
-
.
|
|
19007
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_loading__a8c40776 img,
|
|
19008
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_loading__a8c40776 img {
|
|
19008
19009
|
width: 30px;
|
|
19009
19010
|
height: 30px;
|
|
19010
19011
|
}
|
|
19011
|
-
.
|
|
19012
|
-
.
|
|
19012
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776,
|
|
19013
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 {
|
|
19013
19014
|
padding: 16px;
|
|
19014
19015
|
padding-top: 0;
|
|
19015
19016
|
}
|
|
19016
|
-
.
|
|
19017
|
-
.
|
|
19017
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_left__a8c40776 .index_module_head_sculpture__a8c40776,
|
|
19018
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_left__a8c40776 .index_module_head_sculpture__a8c40776 {
|
|
19018
19019
|
width: 32px;
|
|
19019
19020
|
height: 32px;
|
|
19020
19021
|
margin-top: 24px;
|
|
@@ -19023,19 +19024,19 @@
|
|
|
19023
19024
|
vertical-align: top;
|
|
19024
19025
|
overflow: hidden;
|
|
19025
19026
|
}
|
|
19026
|
-
.
|
|
19027
|
-
.
|
|
19027
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_left__a8c40776 .index_module_head_sculpture__a8c40776 img,
|
|
19028
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_left__a8c40776 .index_module_head_sculpture__a8c40776 img {
|
|
19028
19029
|
width: 100%;
|
|
19029
19030
|
height: 100%;
|
|
19030
19031
|
}
|
|
19031
|
-
.
|
|
19032
|
-
.
|
|
19032
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_left__a8c40776 .index_module_main_content__a8c40776,
|
|
19033
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_left__a8c40776 .index_module_main_content__a8c40776 {
|
|
19033
19034
|
display: flex;
|
|
19034
19035
|
flex-direction: column;
|
|
19035
19036
|
align-items: flex-end;
|
|
19036
19037
|
}
|
|
19037
|
-
.
|
|
19038
|
-
.
|
|
19038
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_right__a8c40776 .index_module_head_sculpture__a8c40776,
|
|
19039
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_right__a8c40776 .index_module_head_sculpture__a8c40776 {
|
|
19039
19040
|
width: 32px;
|
|
19040
19041
|
height: 32px;
|
|
19041
19042
|
margin-top: 24px;
|
|
@@ -19046,80 +19047,80 @@
|
|
|
19046
19047
|
overflow: hidden;
|
|
19047
19048
|
text-align: center;
|
|
19048
19049
|
}
|
|
19049
|
-
.
|
|
19050
|
-
.
|
|
19050
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_right__a8c40776 .index_module_head_sculpture__a8c40776 i,
|
|
19051
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_right__a8c40776 .index_module_head_sculpture__a8c40776 i {
|
|
19051
19052
|
color: #fff;
|
|
19052
19053
|
}
|
|
19053
|
-
.
|
|
19054
|
-
.
|
|
19054
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_right__a8c40776 .index_module_head_sculpture__a8c40776 img,
|
|
19055
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_right__a8c40776 .index_module_head_sculpture__a8c40776 img {
|
|
19055
19056
|
width: 100%;
|
|
19056
19057
|
height: 100%;
|
|
19057
19058
|
}
|
|
19058
|
-
.
|
|
19059
|
-
.
|
|
19059
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li,
|
|
19060
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li {
|
|
19060
19061
|
position: relative;
|
|
19061
19062
|
display: flex;
|
|
19062
19063
|
width: 100%;
|
|
19063
19064
|
}
|
|
19064
|
-
.
|
|
19065
|
-
.
|
|
19065
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776,
|
|
19066
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 {
|
|
19066
19067
|
max-width: 80%;
|
|
19067
19068
|
}
|
|
19068
|
-
.
|
|
19069
|
-
.
|
|
19069
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content_flag__a8c40776,
|
|
19070
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content_flag__a8c40776 {
|
|
19070
19071
|
width: 100%;
|
|
19071
19072
|
}
|
|
19072
|
-
.
|
|
19073
|
-
.
|
|
19073
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content_flag__a8c40776:hover .index_module_operate_modal__a8c40776,
|
|
19074
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content_flag__a8c40776:hover .index_module_operate_modal__a8c40776 {
|
|
19074
19075
|
visibility: visible;
|
|
19075
19076
|
}
|
|
19076
|
-
.
|
|
19077
|
-
.
|
|
19077
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776,
|
|
19078
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 {
|
|
19078
19079
|
display: flex;
|
|
19079
19080
|
justify-content: space-between;
|
|
19080
19081
|
align-items: center;
|
|
19081
19082
|
bottom: 0;
|
|
19082
19083
|
}
|
|
19083
|
-
.
|
|
19084
|
-
.
|
|
19084
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776,
|
|
19085
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 {
|
|
19085
19086
|
display: inline-block;
|
|
19086
19087
|
padding: 8px;
|
|
19087
19088
|
line-height: 1;
|
|
19088
19089
|
color: rgba(0, 0, 0, 0.45);
|
|
19089
19090
|
}
|
|
19090
|
-
.
|
|
19091
|
-
.
|
|
19091
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 i,
|
|
19092
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 i {
|
|
19092
19093
|
color: rgba(0, 0, 0, 0.45);
|
|
19093
19094
|
font-size: 16px;
|
|
19094
19095
|
cursor: pointer;
|
|
19095
19096
|
}
|
|
19096
|
-
.
|
|
19097
|
-
.
|
|
19097
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 i svg,
|
|
19098
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 i svg {
|
|
19098
19099
|
color: rgba(0, 0, 0, 0.65);
|
|
19099
19100
|
}
|
|
19100
|
-
.
|
|
19101
|
-
.
|
|
19101
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 i:hover svg,
|
|
19102
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 i:hover svg {
|
|
19102
19103
|
color: #f4523b;
|
|
19103
19104
|
}
|
|
19104
|
-
.
|
|
19105
|
-
.
|
|
19105
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 .index_module_active__a8c40776 svg,
|
|
19106
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 .index_module_active__a8c40776 svg {
|
|
19106
19107
|
color: #f4523b;
|
|
19107
19108
|
}
|
|
19108
|
-
.
|
|
19109
|
-
.
|
|
19109
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 span,
|
|
19110
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 span {
|
|
19110
19111
|
margin: 0 8px;
|
|
19111
19112
|
cursor: pointer;
|
|
19112
19113
|
}
|
|
19113
|
-
.
|
|
19114
|
-
.
|
|
19114
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_generate__a8c40776,
|
|
19115
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_generate__a8c40776 {
|
|
19115
19116
|
font-size: 12px;
|
|
19116
19117
|
color: rgba(0, 0, 0, 0.45);
|
|
19117
19118
|
display: inline-block;
|
|
19118
19119
|
padding: 8px 0;
|
|
19119
19120
|
cursor: pointer;
|
|
19120
19121
|
}
|
|
19121
|
-
.
|
|
19122
|
-
.
|
|
19122
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_generate__a8c40776 .index_module_icon__a8c40776,
|
|
19123
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_generate__a8c40776 .index_module_icon__a8c40776 {
|
|
19123
19124
|
display: inline-block;
|
|
19124
19125
|
width: 10px;
|
|
19125
19126
|
height: 10px;
|
|
@@ -19127,8 +19128,8 @@
|
|
|
19127
19128
|
background-color: rgba(0, 0, 0, 0.45);
|
|
19128
19129
|
margin-right: 4px;
|
|
19129
19130
|
}
|
|
19130
|
-
.
|
|
19131
|
-
.
|
|
19131
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_generate__a8c40776 .index_module_find_teacher__a8c40776,
|
|
19132
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_generate__a8c40776 .index_module_find_teacher__a8c40776 {
|
|
19132
19133
|
padding: 2px 8px;
|
|
19133
19134
|
border-radius: 2px;
|
|
19134
19135
|
background-color: rgba(0, 0, 0, 0.04);
|
|
@@ -19136,91 +19137,91 @@
|
|
|
19136
19137
|
font-size: 12px;
|
|
19137
19138
|
line-height: 1;
|
|
19138
19139
|
}
|
|
19139
|
-
.
|
|
19140
|
-
.
|
|
19140
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_generate__a8c40776 .index_module_find_teacher__a8c40776:hover,
|
|
19141
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_generate__a8c40776 .index_module_find_teacher__a8c40776:hover {
|
|
19141
19142
|
color: #f4523b;
|
|
19142
19143
|
}
|
|
19143
|
-
.
|
|
19144
|
-
.
|
|
19144
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_generate__a8c40776:hover,
|
|
19145
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_generate__a8c40776:hover {
|
|
19145
19146
|
color: #f4523b;
|
|
19146
19147
|
}
|
|
19147
|
-
.
|
|
19148
|
-
.
|
|
19148
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_generate__a8c40776:hover span,
|
|
19149
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_generate__a8c40776:hover span {
|
|
19149
19150
|
color: #f4523b;
|
|
19150
19151
|
}
|
|
19151
|
-
.
|
|
19152
|
-
.
|
|
19152
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_findTeacher__a8c40776,
|
|
19153
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_findTeacher__a8c40776 {
|
|
19153
19154
|
font-size: 12px;
|
|
19154
19155
|
color: rgba(0, 0, 0, 0.45);
|
|
19155
19156
|
display: inline-block;
|
|
19156
19157
|
padding: 8px 0;
|
|
19157
19158
|
cursor: pointer;
|
|
19158
19159
|
}
|
|
19159
|
-
.
|
|
19160
|
-
.
|
|
19160
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_findTeacher__a8c40776 span,
|
|
19161
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_findTeacher__a8c40776 span {
|
|
19161
19162
|
padding: 0px 8px;
|
|
19162
19163
|
background-color: rgba(0, 0, 0, 0.04);
|
|
19163
19164
|
color: rgba(0, 0, 0, 0.45);
|
|
19164
19165
|
}
|
|
19165
|
-
.
|
|
19166
|
-
.
|
|
19166
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_findTeacher__a8c40776 span:hover,
|
|
19167
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_stop_findTeacher__a8c40776 span:hover {
|
|
19167
19168
|
color: #f4523b;
|
|
19168
19169
|
}
|
|
19169
|
-
.
|
|
19170
|
-
.
|
|
19170
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776,
|
|
19171
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 {
|
|
19171
19172
|
position: relative;
|
|
19172
19173
|
}
|
|
19173
|
-
.
|
|
19174
|
-
.
|
|
19174
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776,
|
|
19175
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 {
|
|
19175
19176
|
position: relative;
|
|
19176
19177
|
max-width: 100%;
|
|
19177
19178
|
}
|
|
19178
|
-
.
|
|
19179
|
-
.
|
|
19179
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776,
|
|
19180
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 {
|
|
19180
19181
|
padding: 0;
|
|
19181
19182
|
line-height: 1;
|
|
19182
19183
|
}
|
|
19183
|
-
.
|
|
19184
|
-
.
|
|
19184
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 p,
|
|
19185
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 p {
|
|
19185
19186
|
word-break: break-all;
|
|
19186
19187
|
white-space: break-spaces;
|
|
19187
19188
|
}
|
|
19188
|
-
.
|
|
19189
|
-
.
|
|
19190
|
-
.
|
|
19191
|
-
.
|
|
19189
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 p,
|
|
19190
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 p,
|
|
19191
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 li,
|
|
19192
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 li {
|
|
19192
19193
|
line-height: 1.5;
|
|
19193
19194
|
color: rgba(0, 0, 0, 0.85);
|
|
19194
19195
|
}
|
|
19195
|
-
.
|
|
19196
|
-
.
|
|
19196
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 > h3,
|
|
19197
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 > h3 {
|
|
19197
19198
|
font-size: 16px;
|
|
19198
19199
|
font-weight: 600;
|
|
19199
19200
|
padding: 10px 0;
|
|
19200
19201
|
}
|
|
19201
|
-
.
|
|
19202
|
-
.
|
|
19202
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 ol,
|
|
19203
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 ol {
|
|
19203
19204
|
list-style: decimal;
|
|
19204
19205
|
-webkit-padding-start: 20px;
|
|
19205
19206
|
padding-inline-start: 20px;
|
|
19206
19207
|
}
|
|
19207
|
-
.
|
|
19208
|
-
.
|
|
19208
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 ol li,
|
|
19209
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 ol li {
|
|
19209
19210
|
list-style-type: auto;
|
|
19210
19211
|
}
|
|
19211
|
-
.
|
|
19212
|
-
.
|
|
19212
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 ol li p,
|
|
19213
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 ol li p {
|
|
19213
19214
|
padding: 4px 0;
|
|
19214
19215
|
font-size: 14px;
|
|
19215
19216
|
font-weight: 600;
|
|
19216
19217
|
}
|
|
19217
|
-
.
|
|
19218
|
-
.
|
|
19218
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 ol li > ul li,
|
|
19219
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_content_child__a8c40776 ol li > ul li {
|
|
19219
19220
|
list-style: inside;
|
|
19220
19221
|
color: rgba(0, 0, 0, 0.65);
|
|
19221
19222
|
}
|
|
19222
|
-
.
|
|
19223
|
-
.
|
|
19223
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 pre,
|
|
19224
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 pre {
|
|
19224
19225
|
background: #fafafa;
|
|
19225
19226
|
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
19226
19227
|
border-top: none;
|
|
@@ -19229,13 +19230,13 @@
|
|
|
19229
19230
|
margin: 4px 0;
|
|
19230
19231
|
border-radius: 0 0 4px 4px;
|
|
19231
19232
|
}
|
|
19232
|
-
.
|
|
19233
|
-
.
|
|
19233
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_operate_modal_bottom__a8c40776,
|
|
19234
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_operate_modal_bottom__a8c40776 {
|
|
19234
19235
|
position: relative;
|
|
19235
19236
|
top: 10px ;
|
|
19236
19237
|
}
|
|
19237
|
-
.
|
|
19238
|
-
.
|
|
19238
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_operate_modal_bottom__a8c40776::before,
|
|
19239
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_operate_modal_bottom__a8c40776::before {
|
|
19239
19240
|
content: '';
|
|
19240
19241
|
display: block;
|
|
19241
19242
|
width: calc(100% + 32px);
|
|
@@ -19245,33 +19246,33 @@
|
|
|
19245
19246
|
bottom: 40px;
|
|
19246
19247
|
left: -16px;
|
|
19247
19248
|
}
|
|
19248
|
-
.
|
|
19249
|
-
.
|
|
19249
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_operate_modal_bottom__a8c40776 > p,
|
|
19250
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_operate_modal_bottom__a8c40776 > p {
|
|
19250
19251
|
padding: 12px 0;
|
|
19251
19252
|
}
|
|
19252
|
-
.
|
|
19253
|
-
.
|
|
19253
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_find_teacher__a8c40776,
|
|
19254
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_find_teacher__a8c40776 {
|
|
19254
19255
|
padding: 0;
|
|
19255
19256
|
background-color: transparent;
|
|
19256
19257
|
color: #f4523b;
|
|
19257
19258
|
}
|
|
19258
|
-
.
|
|
19259
|
-
.
|
|
19259
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 .anticon,
|
|
19260
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 .anticon {
|
|
19260
19261
|
display: inline-block;
|
|
19261
19262
|
width: 20px;
|
|
19262
19263
|
height: 20px;
|
|
19263
19264
|
}
|
|
19264
|
-
.
|
|
19265
|
-
.
|
|
19265
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 .anticon:hover,
|
|
19266
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_content__a8c40776 .index_module_operate_modal_bottom__a8c40776 .index_module_operate__a8c40776 .anticon:hover {
|
|
19266
19267
|
background-color: rgba(0, 0, 0, 0.04);
|
|
19267
19268
|
}
|
|
19268
|
-
.
|
|
19269
|
-
.
|
|
19269
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_sign__a8c40776,
|
|
19270
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_main_content__a8c40776 .index_module_sign__a8c40776 {
|
|
19270
19271
|
background-color: #1890ff;
|
|
19271
19272
|
color: #fff;
|
|
19272
19273
|
}
|
|
19273
|
-
.
|
|
19274
|
-
.
|
|
19274
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776,
|
|
19275
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 {
|
|
19275
19276
|
visibility: hidden;
|
|
19276
19277
|
height: 24px;
|
|
19277
19278
|
white-space: nowrap;
|
|
@@ -19281,8 +19282,8 @@
|
|
|
19281
19282
|
z-index: 9;
|
|
19282
19283
|
text-align: right;
|
|
19283
19284
|
}
|
|
19284
|
-
.
|
|
19285
|
-
.
|
|
19285
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776,
|
|
19286
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 {
|
|
19286
19287
|
display: inline-flex;
|
|
19287
19288
|
align-items: center;
|
|
19288
19289
|
padding: 8px 0;
|
|
@@ -19292,66 +19293,66 @@
|
|
|
19292
19293
|
line-height: 1;
|
|
19293
19294
|
color: rgba(0, 0, 0, 0.45);
|
|
19294
19295
|
}
|
|
19295
|
-
.
|
|
19296
|
-
.
|
|
19296
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 i,
|
|
19297
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 i {
|
|
19297
19298
|
color: rgba(0, 0, 0, 0.45);
|
|
19298
19299
|
font-size: 16px;
|
|
19299
19300
|
cursor: pointer;
|
|
19300
19301
|
}
|
|
19301
|
-
.
|
|
19302
|
-
.
|
|
19302
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 i svg,
|
|
19303
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 i svg {
|
|
19303
19304
|
color: rgba(0, 0, 0, 0.65);
|
|
19304
19305
|
}
|
|
19305
|
-
.
|
|
19306
|
-
.
|
|
19306
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 i:hover svg,
|
|
19307
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 i:hover svg {
|
|
19307
19308
|
color: #f4523b;
|
|
19308
19309
|
}
|
|
19309
|
-
.
|
|
19310
|
-
.
|
|
19310
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 .index_module_active__a8c40776 svg,
|
|
19311
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 .index_module_active__a8c40776 svg {
|
|
19311
19312
|
color: #f4523b;
|
|
19312
19313
|
}
|
|
19313
|
-
.
|
|
19314
|
-
.
|
|
19314
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 span,
|
|
19315
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 span {
|
|
19315
19316
|
margin: 0 8px;
|
|
19316
19317
|
}
|
|
19317
|
-
.
|
|
19318
|
-
.
|
|
19318
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 .index_module_ask_question__a8c40776,
|
|
19319
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_main__a8c40776 .index_module_operate_modal__a8c40776 .index_module_operate__a8c40776 .index_module_ask_question__a8c40776 {
|
|
19319
19320
|
cursor: pointer;
|
|
19320
19321
|
color: #f4523b;
|
|
19321
19322
|
font-size: 12px;
|
|
19322
19323
|
line-height: 1;
|
|
19323
19324
|
}
|
|
19324
|
-
.
|
|
19325
|
-
.
|
|
19325
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_content__a8c40776,
|
|
19326
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 > li .index_module_content__a8c40776 {
|
|
19326
19327
|
padding: 12px 16px;
|
|
19327
19328
|
display: inline-block;
|
|
19328
19329
|
font-size: 14px;
|
|
19329
19330
|
}
|
|
19330
|
-
.
|
|
19331
|
-
.
|
|
19331
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_left__a8c40776,
|
|
19332
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_left__a8c40776 {
|
|
19332
19333
|
justify-content: flex-end;
|
|
19333
19334
|
}
|
|
19334
|
-
.
|
|
19335
|
-
.
|
|
19335
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_left__a8c40776 .index_module_main__a8c40776,
|
|
19336
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_left__a8c40776 .index_module_main__a8c40776 {
|
|
19336
19337
|
text-align: right;
|
|
19337
19338
|
}
|
|
19338
|
-
.
|
|
19339
|
-
.
|
|
19339
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li.index_module_left__a8c40776 .index_module_content__a8c40776,
|
|
19340
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li.index_module_left__a8c40776 .index_module_content__a8c40776 {
|
|
19340
19341
|
border-radius: 20px 2px 20px 20px;
|
|
19341
19342
|
background: #d1e4ff;
|
|
19342
19343
|
text-align: left;
|
|
19343
19344
|
}
|
|
19344
|
-
.
|
|
19345
|
-
.
|
|
19345
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li.index_module_right__a8c40776 .index_module_content__a8c40776,
|
|
19346
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li.index_module_right__a8c40776 .index_module_content__a8c40776 {
|
|
19346
19347
|
border-radius: 2px 20px 20px 20px;
|
|
19347
19348
|
background: #fff;
|
|
19348
19349
|
}
|
|
19349
|
-
.
|
|
19350
|
-
.
|
|
19350
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_association_problem__a8c40776,
|
|
19351
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_association_problem__a8c40776 {
|
|
19351
19352
|
padding-left: 0;
|
|
19352
19353
|
}
|
|
19353
|
-
.
|
|
19354
|
-
.
|
|
19354
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_association_problem__a8c40776 li,
|
|
19355
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_association_problem__a8c40776 li {
|
|
19355
19356
|
padding-top: 16px;
|
|
19356
19357
|
color: #5991ef;
|
|
19357
19358
|
font-size: 14px;
|
|
@@ -19360,8 +19361,8 @@
|
|
|
19360
19361
|
cursor: pointer;
|
|
19361
19362
|
list-style-type: none;
|
|
19362
19363
|
}
|
|
19363
|
-
.
|
|
19364
|
-
.
|
|
19364
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_img_con__a8c40776,
|
|
19365
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_img_con__a8c40776 {
|
|
19365
19366
|
width: 100%;
|
|
19366
19367
|
text-align: center;
|
|
19367
19368
|
position: relative;
|
|
@@ -19370,12 +19371,12 @@
|
|
|
19370
19371
|
display: inline-flex;
|
|
19371
19372
|
margin-top: 12px;
|
|
19372
19373
|
}
|
|
19373
|
-
.
|
|
19374
|
-
.
|
|
19374
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_img_con__a8c40776 img,
|
|
19375
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_img_con__a8c40776 img {
|
|
19375
19376
|
width: 100%;
|
|
19376
19377
|
}
|
|
19377
|
-
.
|
|
19378
|
-
.
|
|
19378
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_img_con__a8c40776 .index_module_mask_zoom__a8c40776,
|
|
19379
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_img_con__a8c40776 .index_module_mask_zoom__a8c40776 {
|
|
19379
19380
|
position: absolute;
|
|
19380
19381
|
top: 0;
|
|
19381
19382
|
left: 0;
|
|
@@ -19387,18 +19388,18 @@
|
|
|
19387
19388
|
align-items: center;
|
|
19388
19389
|
justify-content: center;
|
|
19389
19390
|
}
|
|
19390
|
-
.
|
|
19391
|
-
.
|
|
19391
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_img_con__a8c40776 .index_module_mask_zoom__a8c40776 svg,
|
|
19392
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_img_con__a8c40776 .index_module_mask_zoom__a8c40776 svg {
|
|
19392
19393
|
font-size: 20px;
|
|
19393
19394
|
color: #fff;
|
|
19394
19395
|
cursor: pointer;
|
|
19395
19396
|
}
|
|
19396
|
-
.
|
|
19397
|
-
.
|
|
19397
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_img_con__a8c40776:hover .index_module_mask_zoom__a8c40776,
|
|
19398
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_img_con__a8c40776:hover .index_module_mask_zoom__a8c40776 {
|
|
19398
19399
|
display: flex;
|
|
19399
19400
|
}
|
|
19400
|
-
.
|
|
19401
|
-
.
|
|
19401
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_copyCode__a8c40776,
|
|
19402
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_copyCode__a8c40776 {
|
|
19402
19403
|
display: flex;
|
|
19403
19404
|
justify-content: flex-end;
|
|
19404
19405
|
align-items: center;
|
|
@@ -19416,67 +19417,67 @@
|
|
|
19416
19417
|
cursor: pointer;
|
|
19417
19418
|
font-weight: 400 !important;
|
|
19418
19419
|
}
|
|
19419
|
-
.
|
|
19420
|
-
.
|
|
19420
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_copyCode__a8c40776 .index_module_icon__a8c40776,
|
|
19421
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_copyCode__a8c40776 .index_module_icon__a8c40776 {
|
|
19421
19422
|
display: none;
|
|
19422
19423
|
}
|
|
19423
|
-
.
|
|
19424
|
-
.
|
|
19424
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_copyCode__a8c40776 .copy,
|
|
19425
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_copyCode__a8c40776 .copy {
|
|
19425
19426
|
display: block;
|
|
19426
19427
|
}
|
|
19427
|
-
.
|
|
19428
|
-
.
|
|
19428
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_copyCode__a8c40776 svg,
|
|
19429
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .index_module_copyCode__a8c40776 svg {
|
|
19429
19430
|
color: rgba(0, 0, 0, 0.65);
|
|
19430
19431
|
margin-right: 8px;
|
|
19431
19432
|
font-size: 16px;
|
|
19432
19433
|
position: relative;
|
|
19433
19434
|
top: 2px;
|
|
19434
19435
|
}
|
|
19435
|
-
.
|
|
19436
|
-
.
|
|
19436
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .copy_success .copyCode,
|
|
19437
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .copy_success .copyCode {
|
|
19437
19438
|
color: #f4523b;
|
|
19438
19439
|
}
|
|
19439
|
-
.
|
|
19440
|
-
.
|
|
19440
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .copy_success .copy,
|
|
19441
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .copy_success .copy {
|
|
19441
19442
|
display: none;
|
|
19442
19443
|
}
|
|
19443
|
-
.
|
|
19444
|
-
.
|
|
19444
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .copy_success .copy_success_flag,
|
|
19445
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .copy_success .copy_success_flag {
|
|
19445
19446
|
display: inline-block;
|
|
19446
19447
|
}
|
|
19447
|
-
.
|
|
19448
|
-
.
|
|
19448
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .copy_success .copy_success_flag svg,
|
|
19449
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 .copy_success .copy_success_flag svg {
|
|
19449
19450
|
color: #f4523b;
|
|
19450
19451
|
}
|
|
19451
|
-
.
|
|
19452
|
-
.
|
|
19452
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 p > code,
|
|
19453
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 p > code {
|
|
19453
19454
|
border: none;
|
|
19454
19455
|
background-color: rgba(0, 0, 0, 0.06);
|
|
19455
19456
|
border-radius: 2px;
|
|
19456
19457
|
color: #000;
|
|
19457
19458
|
padding: 0 2px;
|
|
19458
19459
|
}
|
|
19459
|
-
.
|
|
19460
|
-
.
|
|
19460
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 li ::marker,
|
|
19461
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 li ::marker {
|
|
19461
19462
|
font-weight: 600 !important;
|
|
19462
19463
|
}
|
|
19463
|
-
.
|
|
19464
|
-
.
|
|
19464
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 li ::marker,
|
|
19465
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 li ::marker {
|
|
19465
19466
|
font-weight: 600 !important;
|
|
19466
19467
|
}
|
|
19467
|
-
.
|
|
19468
|
-
.
|
|
19468
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 li p,
|
|
19469
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 li p {
|
|
19469
19470
|
font-weight: 400 !important;
|
|
19470
19471
|
}
|
|
19471
|
-
.
|
|
19472
|
-
.
|
|
19472
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 li p strong,
|
|
19473
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 li .index_module_content__a8c40776 li p strong {
|
|
19473
19474
|
border-bottom: 6px solid #ffe8e0;
|
|
19474
19475
|
height: 20px;
|
|
19475
19476
|
display: inline-block;
|
|
19476
19477
|
font-weight: 600;
|
|
19477
19478
|
}
|
|
19478
|
-
.
|
|
19479
|
-
.
|
|
19479
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_time__a8c40776,
|
|
19480
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_time__a8c40776 {
|
|
19480
19481
|
display: block;
|
|
19481
19482
|
margin: 40px 0;
|
|
19482
19483
|
margin-bottom: 16px;
|
|
@@ -19485,8 +19486,8 @@
|
|
|
19485
19486
|
color: rgba(0, 0, 0, 0.25);
|
|
19486
19487
|
position: relative;
|
|
19487
19488
|
}
|
|
19488
|
-
.
|
|
19489
|
-
.
|
|
19489
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_time__a8c40776::before,
|
|
19490
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_time__a8c40776::before {
|
|
19490
19491
|
content: "";
|
|
19491
19492
|
width: 100px;
|
|
19492
19493
|
display: inline-block;
|
|
@@ -19496,8 +19497,8 @@
|
|
|
19496
19497
|
top: -3px;
|
|
19497
19498
|
right: 16px;
|
|
19498
19499
|
}
|
|
19499
|
-
.
|
|
19500
|
-
.
|
|
19500
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_time__a8c40776::after,
|
|
19501
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_time__a8c40776::after {
|
|
19501
19502
|
content: "";
|
|
19502
19503
|
width: 100px;
|
|
19503
19504
|
display: inline-block;
|
|
@@ -19507,16 +19508,16 @@
|
|
|
19507
19508
|
top: -3px;
|
|
19508
19509
|
left: 16px;
|
|
19509
19510
|
}
|
|
19510
|
-
.
|
|
19511
|
-
.
|
|
19511
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_citation_content__a8c40776,
|
|
19512
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_citation_content__a8c40776 {
|
|
19512
19513
|
display: table;
|
|
19513
19514
|
margin-top: 4px;
|
|
19514
19515
|
padding: 8px;
|
|
19515
19516
|
border-radius: 2px;
|
|
19516
19517
|
background: #e7e7e7;
|
|
19517
19518
|
}
|
|
19518
|
-
.
|
|
19519
|
-
.
|
|
19519
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_citation_content__a8c40776 p,
|
|
19520
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_citation_content__a8c40776 p {
|
|
19520
19521
|
color: rgba(0, 0, 0, 0.65);
|
|
19521
19522
|
font-size: 12px;
|
|
19522
19523
|
line-height: 1.5;
|
|
@@ -19530,100 +19531,100 @@
|
|
|
19530
19531
|
cursor: pointer;
|
|
19531
19532
|
text-align: left;
|
|
19532
19533
|
}
|
|
19533
|
-
.
|
|
19534
|
-
.
|
|
19534
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_citation_content__a8c40776 .index_module_text_exceed__a8c40776,
|
|
19535
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_citation_content__a8c40776 .index_module_text_exceed__a8c40776 {
|
|
19535
19536
|
padding-right: 16px;
|
|
19536
19537
|
position: relative;
|
|
19537
19538
|
}
|
|
19538
|
-
.
|
|
19539
|
-
.
|
|
19539
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_citation_content__a8c40776 .index_module_text_exceed__a8c40776 > span,
|
|
19540
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_citation_content__a8c40776 .index_module_text_exceed__a8c40776 > span {
|
|
19540
19541
|
position: absolute;
|
|
19541
19542
|
top: 20px;
|
|
19542
19543
|
right: 0;
|
|
19543
19544
|
}
|
|
19544
|
-
.
|
|
19545
|
-
.
|
|
19545
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_popover_content__a8c40776,
|
|
19546
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_message_con__a8c40776 .index_module_popover_content__a8c40776 {
|
|
19546
19547
|
max-width: 400px;
|
|
19547
19548
|
}
|
|
19548
|
-
.
|
|
19549
|
-
.
|
|
19549
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776::-webkit-scrollbar,
|
|
19550
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776::-webkit-scrollbar {
|
|
19550
19551
|
background-color: #eff0f7;
|
|
19551
19552
|
background-color: transparent;
|
|
19552
19553
|
width: 6px;
|
|
19553
19554
|
height: 4px;
|
|
19554
19555
|
}
|
|
19555
|
-
.
|
|
19556
|
-
.
|
|
19556
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main__a8c40776::-webkit-scrollbar-thumb,
|
|
19557
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776::-webkit-scrollbar-thumb {
|
|
19557
19558
|
border-radius: 4px;
|
|
19558
19559
|
background-color: rgba(181, 184, 198, 0.8);
|
|
19559
19560
|
}
|
|
19560
|
-
.
|
|
19561
|
-
.
|
|
19561
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main_newlabo__a8c40776 pre,
|
|
19562
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main_newlabo__a8c40776 pre {
|
|
19562
19563
|
background: #2b303b !important;
|
|
19563
19564
|
color: #fff;
|
|
19564
19565
|
overflow: auto;
|
|
19565
19566
|
}
|
|
19566
|
-
.
|
|
19567
|
-
.
|
|
19567
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main_newlabo__a8c40776 pre pre::-webkit-scrollbar,
|
|
19568
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main_newlabo__a8c40776 pre pre::-webkit-scrollbar {
|
|
19568
19569
|
background-color: #eaedf1;
|
|
19569
19570
|
background-color: transparent;
|
|
19570
19571
|
width: 4px;
|
|
19571
19572
|
height: 4px;
|
|
19572
19573
|
}
|
|
19573
|
-
.
|
|
19574
|
-
.
|
|
19574
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main_newlabo__a8c40776 pre pre::-webkit-scrollbar-thumb,
|
|
19575
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main_newlabo__a8c40776 pre pre::-webkit-scrollbar-thumb {
|
|
19575
19576
|
border-radius: 4px;
|
|
19576
19577
|
background-color: #f4f4f4;
|
|
19577
19578
|
}
|
|
19578
|
-
.
|
|
19579
|
-
.
|
|
19579
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_main_newlabo_no_pic__a8c40776 .index_module_head_sculpture__a8c40776,
|
|
19580
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main_newlabo_no_pic__a8c40776 .index_module_head_sculpture__a8c40776 {
|
|
19580
19581
|
display: none !important;
|
|
19581
19582
|
}
|
|
19582
|
-
.
|
|
19583
|
-
.
|
|
19583
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776,
|
|
19584
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 {
|
|
19584
19585
|
position: absolute;
|
|
19585
19586
|
bottom: 0;
|
|
19586
19587
|
width: 100%;
|
|
19587
19588
|
}
|
|
19588
|
-
.
|
|
19589
|
-
.
|
|
19589
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_teacherList__a8c40776,
|
|
19590
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_teacherList__a8c40776 {
|
|
19590
19591
|
white-space: nowrap;
|
|
19591
19592
|
overflow: auto;
|
|
19592
19593
|
width: calc(100% - 40px);
|
|
19593
19594
|
box-sizing: border-box;
|
|
19594
19595
|
margin-bottom: 6px;
|
|
19595
19596
|
}
|
|
19596
|
-
.
|
|
19597
|
-
.
|
|
19597
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_teacherList__a8c40776 .index_module_item__a8c40776,
|
|
19598
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_teacherList__a8c40776 .index_module_item__a8c40776 {
|
|
19598
19599
|
display: inline-block;
|
|
19599
19600
|
margin-right: 8px;
|
|
19600
19601
|
}
|
|
19601
|
-
.
|
|
19602
|
-
.
|
|
19602
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_teacherList__a8c40776 .index_module_item__a8c40776:last-child,
|
|
19603
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_teacherList__a8c40776 .index_module_item__a8c40776:last-child {
|
|
19603
19604
|
margin-right: 0;
|
|
19604
19605
|
}
|
|
19605
|
-
.
|
|
19606
|
-
.
|
|
19606
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_teacherList__a8c40776::-webkit-scrollbar,
|
|
19607
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_teacherList__a8c40776::-webkit-scrollbar {
|
|
19607
19608
|
background-color: #eaedf1;
|
|
19608
19609
|
background-color: transparent;
|
|
19609
19610
|
width: 4px;
|
|
19610
19611
|
height: 4px;
|
|
19611
19612
|
}
|
|
19612
|
-
.
|
|
19613
|
-
.
|
|
19613
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_teacherList__a8c40776::-webkit-scrollbar-thumb,
|
|
19614
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_teacherList__a8c40776::-webkit-scrollbar-thumb {
|
|
19614
19615
|
border-radius: 4px;
|
|
19615
19616
|
background-color: rgba(181, 184, 198, 0.6);
|
|
19616
19617
|
}
|
|
19617
|
-
.
|
|
19618
|
-
.
|
|
19618
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list__a8c40776,
|
|
19619
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list__a8c40776 {
|
|
19619
19620
|
position: absolute;
|
|
19620
19621
|
bottom: 60px;
|
|
19621
19622
|
margin: 0 16px;
|
|
19622
19623
|
padding-bottom: 4px;
|
|
19623
19624
|
line-height: 1;
|
|
19624
19625
|
}
|
|
19625
|
-
.
|
|
19626
|
-
.
|
|
19626
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list__a8c40776 .index_module_item__a8c40776 > span,
|
|
19627
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list__a8c40776 .index_module_item__a8c40776 > span {
|
|
19627
19628
|
cursor: pointer;
|
|
19628
19629
|
max-width: 100%;
|
|
19629
19630
|
display: inline-block;
|
|
@@ -19637,42 +19638,43 @@
|
|
|
19637
19638
|
line-height: 1;
|
|
19638
19639
|
overflow: hidden;
|
|
19639
19640
|
}
|
|
19640
|
-
.
|
|
19641
|
-
.
|
|
19641
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list__a8c40776 .index_module_item__a8c40776 > span:hover,
|
|
19642
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list__a8c40776 .index_module_item__a8c40776 > span:hover {
|
|
19642
19643
|
background-color: #fff;
|
|
19643
19644
|
}
|
|
19644
|
-
.
|
|
19645
|
-
.
|
|
19645
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list__a8c40776 .index_module_item__a8c40776 > span .index_module_sign__a8c40776,
|
|
19646
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list__a8c40776 .index_module_item__a8c40776 > span .index_module_sign__a8c40776 {
|
|
19646
19647
|
color: #f4523b;
|
|
19647
19648
|
}
|
|
19648
|
-
.
|
|
19649
|
-
.
|
|
19649
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_flag__a8c40776,
|
|
19650
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_flag__a8c40776 {
|
|
19650
19651
|
position: absolute;
|
|
19651
19652
|
bottom: 60px;
|
|
19652
19653
|
margin: 0 16px;
|
|
19653
19654
|
line-height: 1;
|
|
19655
|
+
padding-top: 24px;
|
|
19654
19656
|
}
|
|
19655
|
-
.
|
|
19656
|
-
.
|
|
19657
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_flag__a8c40776 p,
|
|
19658
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_flag__a8c40776 p {
|
|
19657
19659
|
padding: 8px 16px;
|
|
19658
19660
|
background-color: #fff;
|
|
19659
19661
|
border-radius: 38px;
|
|
19660
19662
|
cursor: pointer;
|
|
19661
19663
|
}
|
|
19662
|
-
.
|
|
19663
|
-
.
|
|
19664
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_flag__a8c40776 p:hover,
|
|
19665
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_issues_list_flag__a8c40776 p:hover {
|
|
19664
19666
|
background-color: #fff4f0;
|
|
19665
19667
|
color: #f4523b;
|
|
19666
19668
|
}
|
|
19667
|
-
.
|
|
19668
|
-
.
|
|
19669
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776,
|
|
19670
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 {
|
|
19669
19671
|
display: flex;
|
|
19670
19672
|
align-items: flex-end;
|
|
19671
19673
|
margin-bottom: 12px;
|
|
19672
19674
|
padding: 0 16px;
|
|
19673
19675
|
}
|
|
19674
|
-
.
|
|
19675
|
-
.
|
|
19676
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776,
|
|
19677
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 {
|
|
19676
19678
|
align-items: flex-end;
|
|
19677
19679
|
width: calc(100% - 36px);
|
|
19678
19680
|
background-color: #fff;
|
|
@@ -19684,12 +19686,12 @@
|
|
|
19684
19686
|
position: relative;
|
|
19685
19687
|
padding-right: 1px;
|
|
19686
19688
|
}
|
|
19687
|
-
.
|
|
19688
|
-
.
|
|
19689
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776,
|
|
19690
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 {
|
|
19689
19691
|
line-height: 1;
|
|
19690
19692
|
}
|
|
19691
|
-
.
|
|
19692
|
-
.
|
|
19693
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 textarea,
|
|
19694
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 textarea {
|
|
19693
19695
|
max-height: 100px;
|
|
19694
19696
|
padding: 0;
|
|
19695
19697
|
border: none;
|
|
@@ -19697,55 +19699,55 @@
|
|
|
19697
19699
|
resize: none;
|
|
19698
19700
|
padding-right: 48px;
|
|
19699
19701
|
}
|
|
19700
|
-
.
|
|
19701
|
-
.
|
|
19702
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 textarea.bhd-input,
|
|
19703
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 textarea.bhd-input {
|
|
19702
19704
|
min-height: 21px !important;
|
|
19703
19705
|
line-height: 1.5;
|
|
19704
19706
|
}
|
|
19705
|
-
.
|
|
19706
|
-
.
|
|
19707
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .bhd-input[disabled],
|
|
19708
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .bhd-input[disabled] {
|
|
19707
19709
|
background-color: #fff !important;
|
|
19708
19710
|
}
|
|
19709
|
-
.
|
|
19710
|
-
.
|
|
19711
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776,
|
|
19712
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 {
|
|
19711
19713
|
display: flex;
|
|
19712
19714
|
align-items: center;
|
|
19713
19715
|
padding-bottom: 12px;
|
|
19714
19716
|
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
19715
19717
|
margin-bottom: 12px;
|
|
19716
19718
|
}
|
|
19717
|
-
.
|
|
19718
|
-
.
|
|
19719
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776:hover,
|
|
19720
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776:hover {
|
|
19719
19721
|
cursor: pointer;
|
|
19720
19722
|
}
|
|
19721
|
-
.
|
|
19722
|
-
.
|
|
19723
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776,
|
|
19724
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 {
|
|
19723
19725
|
width: 90px;
|
|
19724
19726
|
height: 60px;
|
|
19725
19727
|
position: relative;
|
|
19726
19728
|
border-radius: 4px;
|
|
19727
19729
|
}
|
|
19728
|
-
.
|
|
19729
|
-
.
|
|
19730
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 img,
|
|
19731
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 img {
|
|
19730
19732
|
width: 100%;
|
|
19731
19733
|
height: 100%;
|
|
19732
19734
|
border-radius: 4px;
|
|
19733
19735
|
overflow: hidden;
|
|
19734
19736
|
}
|
|
19735
|
-
.
|
|
19736
|
-
.
|
|
19737
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 .index_module_icon_close__a8c40776,
|
|
19738
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 .index_module_icon_close__a8c40776 {
|
|
19737
19739
|
position: absolute;
|
|
19738
19740
|
top: -8px;
|
|
19739
19741
|
right: -8px;
|
|
19740
19742
|
z-index: 2;
|
|
19741
19743
|
}
|
|
19742
|
-
.
|
|
19743
|
-
.
|
|
19744
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 .index_module_icon_close__a8c40776 span,
|
|
19745
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 .index_module_icon_close__a8c40776 span {
|
|
19744
19746
|
font-size: 18px;
|
|
19745
19747
|
color: rgba(0, 0, 0, 0.45);
|
|
19746
19748
|
}
|
|
19747
|
-
.
|
|
19748
|
-
.
|
|
19749
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 .index_module_icon_zoom__a8c40776,
|
|
19750
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 .index_module_icon_zoom__a8c40776 {
|
|
19749
19751
|
position: absolute;
|
|
19750
19752
|
background: rgba(0, 0, 0, 0.3);
|
|
19751
19753
|
width: 100%;
|
|
@@ -19757,25 +19759,25 @@
|
|
|
19757
19759
|
justify-content: center;
|
|
19758
19760
|
border-radius: 4px;
|
|
19759
19761
|
}
|
|
19760
|
-
.
|
|
19761
|
-
.
|
|
19762
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 .index_module_icon_zoom__a8c40776 .anticon,
|
|
19763
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 .index_module_icon_zoom__a8c40776 .anticon {
|
|
19762
19764
|
color: #fff;
|
|
19763
19765
|
}
|
|
19764
|
-
.
|
|
19765
|
-
.
|
|
19766
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 .index_module_icon_zoom__a8c40776 .index_module_anticon__a8c40776,
|
|
19767
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776 .index_module_icon_zoom__a8c40776 .index_module_anticon__a8c40776 {
|
|
19766
19768
|
color: #fff;
|
|
19767
19769
|
font-size: 18px;
|
|
19768
19770
|
}
|
|
19769
|
-
.
|
|
19770
|
-
.
|
|
19771
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776:hover .index_module_icon_zoom__a8c40776,
|
|
19772
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_left__a8c40776:hover .index_module_icon_zoom__a8c40776 {
|
|
19771
19773
|
display: flex;
|
|
19772
19774
|
}
|
|
19773
|
-
.
|
|
19774
|
-
.
|
|
19775
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_right__a8c40776,
|
|
19776
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_right__a8c40776 {
|
|
19775
19777
|
margin-left: 24px;
|
|
19776
19778
|
}
|
|
19777
|
-
.
|
|
19778
|
-
.
|
|
19779
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_right__a8c40776 p,
|
|
19780
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_right__a8c40776 p {
|
|
19779
19781
|
display: inline-flex;
|
|
19780
19782
|
align-items: center;
|
|
19781
19783
|
padding: 2px 8px;
|
|
@@ -19783,64 +19785,64 @@
|
|
|
19783
19785
|
color: rgba(0, 0, 0, 0.85);
|
|
19784
19786
|
line-height: 1.5;
|
|
19785
19787
|
}
|
|
19786
|
-
.
|
|
19787
|
-
.
|
|
19788
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_right__a8c40776 p:first-child,
|
|
19789
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_right__a8c40776 p:first-child {
|
|
19788
19790
|
margin-bottom: 8px;
|
|
19789
19791
|
}
|
|
19790
|
-
.
|
|
19791
|
-
.
|
|
19792
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_right__a8c40776 p span,
|
|
19793
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_right__a8c40776 p span {
|
|
19792
19794
|
margin-right: 4px;
|
|
19793
19795
|
}
|
|
19794
|
-
.
|
|
19795
|
-
.
|
|
19796
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_right__a8c40776 p .anticon,
|
|
19797
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_right__a8c40776 p .anticon {
|
|
19796
19798
|
vertical-align: middle !important;
|
|
19797
19799
|
}
|
|
19798
|
-
.
|
|
19799
|
-
.
|
|
19800
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_right__a8c40776 p svg,
|
|
19801
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_input__a8c40776 .index_module_picture_layout__a8c40776 .index_module_right__a8c40776 p svg {
|
|
19800
19802
|
color: rgba(0, 0, 0, 0.85);
|
|
19801
19803
|
font-size: 20px;
|
|
19802
19804
|
}
|
|
19803
|
-
.
|
|
19804
|
-
.
|
|
19805
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_no_AI__a8c40776,
|
|
19806
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_no_AI__a8c40776 {
|
|
19805
19807
|
width: 100%;
|
|
19806
19808
|
}
|
|
19807
|
-
.
|
|
19808
|
-
.
|
|
19809
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_no_AI__a8c40776 textarea,
|
|
19810
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 > .index_module_no_AI__a8c40776 textarea {
|
|
19809
19811
|
padding-right: 12px;
|
|
19810
19812
|
}
|
|
19811
|
-
.
|
|
19812
|
-
.
|
|
19813
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_screenshot__a8c40776,
|
|
19814
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_screenshot__a8c40776 {
|
|
19813
19815
|
position: absolute;
|
|
19814
19816
|
right: 16px;
|
|
19815
19817
|
bottom: 10px;
|
|
19816
19818
|
color: rgba(0, 0, 0, 0.65);
|
|
19817
19819
|
}
|
|
19818
|
-
.
|
|
19819
|
-
.
|
|
19820
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_screenshot__a8c40776 i,
|
|
19821
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_screenshot__a8c40776 i {
|
|
19820
19822
|
cursor: pointer;
|
|
19821
19823
|
}
|
|
19822
|
-
.
|
|
19823
|
-
.
|
|
19824
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_screenshot__a8c40776 i svg,
|
|
19825
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_screenshot__a8c40776 i svg {
|
|
19824
19826
|
color: rgba(0, 0, 0, 0.65);
|
|
19825
19827
|
font-size: 20px;
|
|
19826
19828
|
}
|
|
19827
|
-
.
|
|
19828
|
-
.
|
|
19829
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_disabled__a8c40776,
|
|
19830
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_disabled__a8c40776 {
|
|
19829
19831
|
cursor: not-allowed !important;
|
|
19830
19832
|
color: rgba(0, 0, 0, 0.25) !important;
|
|
19831
19833
|
}
|
|
19832
|
-
.
|
|
19833
|
-
.
|
|
19834
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_disabled__a8c40776 svg,
|
|
19835
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_disabled__a8c40776 svg {
|
|
19834
19836
|
color: rgba(0, 0, 0, 0.25) !important;
|
|
19835
19837
|
}
|
|
19836
|
-
.
|
|
19837
|
-
.
|
|
19838
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_content_main__a8c40776,
|
|
19839
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_content_main__a8c40776 {
|
|
19838
19840
|
display: flex;
|
|
19839
19841
|
align-items: center;
|
|
19840
19842
|
width: calc(100% - 24px);
|
|
19841
19843
|
}
|
|
19842
|
-
.
|
|
19843
|
-
.
|
|
19844
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_content_main__a8c40776 .index_module_content_con__a8c40776,
|
|
19845
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_content_main__a8c40776 .index_module_content_con__a8c40776 {
|
|
19844
19846
|
margin-top: 6px;
|
|
19845
19847
|
align-items: center;
|
|
19846
19848
|
padding: 8px;
|
|
@@ -19848,8 +19850,8 @@
|
|
|
19848
19850
|
display: inline-block;
|
|
19849
19851
|
width: calc(100% - 60px);
|
|
19850
19852
|
}
|
|
19851
|
-
.
|
|
19852
|
-
.
|
|
19853
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_content_main__a8c40776 .index_module_content_con__a8c40776 p,
|
|
19854
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_content_main__a8c40776 .index_module_content_con__a8c40776 p {
|
|
19853
19855
|
color: rgba(0, 0, 0, 0.65);
|
|
19854
19856
|
border-radius: 2px;
|
|
19855
19857
|
font-size: 12px;
|
|
@@ -19864,96 +19866,96 @@
|
|
|
19864
19866
|
display: flex;
|
|
19865
19867
|
align-items: center;
|
|
19866
19868
|
}
|
|
19867
|
-
.
|
|
19868
|
-
.
|
|
19869
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_content_main__a8c40776 .index_module_content_con__a8c40776 p img,
|
|
19870
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_content_main__a8c40776 .index_module_content_con__a8c40776 p img {
|
|
19869
19871
|
margin-right: 8px;
|
|
19870
19872
|
width: 60px;
|
|
19871
19873
|
}
|
|
19872
|
-
.
|
|
19873
|
-
.
|
|
19874
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_content_main__a8c40776 .index_module_delete_quote__a8c40776,
|
|
19875
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_input_wrap__a8c40776 .index_module_content_main__a8c40776 .index_module_delete_quote__a8c40776 {
|
|
19874
19876
|
font-size: 18px;
|
|
19875
19877
|
color: #bfbfbf;
|
|
19876
19878
|
margin-top: 6px;
|
|
19877
19879
|
}
|
|
19878
|
-
.
|
|
19879
|
-
.
|
|
19880
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_sending__a8c40776,
|
|
19881
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_sending__a8c40776 {
|
|
19880
19882
|
width: 20px;
|
|
19881
19883
|
margin-left: 16px;
|
|
19882
19884
|
margin-bottom: 8px;
|
|
19883
19885
|
}
|
|
19884
|
-
.
|
|
19885
|
-
.
|
|
19886
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_sending__a8c40776 i svg,
|
|
19887
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_sending__a8c40776 i svg {
|
|
19886
19888
|
font-size: 20px;
|
|
19887
19889
|
color: rgba(0, 0, 0, 0.65);
|
|
19888
19890
|
cursor: pointer;
|
|
19889
19891
|
}
|
|
19890
|
-
.
|
|
19891
|
-
.
|
|
19892
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_sending__a8c40776 .index_module_disabled__a8c40776 svg,
|
|
19893
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 .index_module_Drawer_buttom__a8c40776 .index_module_sending__a8c40776 .index_module_disabled__a8c40776 svg {
|
|
19892
19894
|
color: rgba(0, 0, 0, 0.25);
|
|
19893
19895
|
cursor: not-allowed;
|
|
19894
19896
|
}
|
|
19895
|
-
.
|
|
19896
|
-
.
|
|
19897
|
+
.index_module_ChatWindow_Drawer__a8c40776 .index_module_Drawer_buttom_Issues_List_newlabo__a8c40776,
|
|
19898
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List_newlabo__a8c40776 {
|
|
19897
19899
|
background-color: #f5f5f5 !important;
|
|
19898
19900
|
}
|
|
19899
|
-
.
|
|
19900
|
-
.
|
|
19901
|
+
.index_module_ChatWindow_Drawer__a8c40776 .anticon,
|
|
19902
|
+
.index_module_ChatWindow_Modal__a8c40776 .anticon {
|
|
19901
19903
|
vertical-align: 0;
|
|
19902
19904
|
}
|
|
19903
|
-
.
|
|
19905
|
+
.index_module_ChatWindow_Drawer__a8c40776 {
|
|
19904
19906
|
background: #f5f5f5 !important;
|
|
19905
19907
|
position: relative;
|
|
19906
19908
|
height: 100%;
|
|
19907
19909
|
}
|
|
19908
|
-
.
|
|
19910
|
+
.index_module_ChatWindow_Drawer__a8c40776 .bhd-drawer-header {
|
|
19909
19911
|
display: none !important;
|
|
19910
19912
|
}
|
|
19911
|
-
.
|
|
19913
|
+
.index_module_ChatWindow_Modal__a8c40776 .bhd-modal {
|
|
19912
19914
|
border-radius: 8px;
|
|
19913
19915
|
overflow: hidden;
|
|
19914
19916
|
position: relative;
|
|
19915
19917
|
}
|
|
19916
|
-
.
|
|
19918
|
+
.index_module_ChatWindow_Modal__a8c40776 .bhd-modal-content {
|
|
19917
19919
|
height: 100%;
|
|
19918
19920
|
background-color: #f5f5f5 !important;
|
|
19919
19921
|
}
|
|
19920
|
-
.
|
|
19922
|
+
.index_module_ChatWindow_Modal__a8c40776 .bhd-modal-content .bhd-modal-close {
|
|
19921
19923
|
display: none !important;
|
|
19922
19924
|
}
|
|
19923
|
-
.
|
|
19925
|
+
.index_module_ChatWindow_Modal__a8c40776 .bhd-modal-header {
|
|
19924
19926
|
display: none !important;
|
|
19925
19927
|
}
|
|
19926
|
-
.
|
|
19928
|
+
.index_module_ChatWindow_Modal__a8c40776 .bhd-modal-body {
|
|
19927
19929
|
height: 100%;
|
|
19928
19930
|
padding: 0 !important;
|
|
19929
19931
|
border-radius: 4px !important;
|
|
19930
19932
|
}
|
|
19931
|
-
.
|
|
19933
|
+
.index_module_ChatWindow_Modal__a8c40776 .bhd-drawer-right > .bhd-drawer-content-wrapper {
|
|
19932
19934
|
top: 129px;
|
|
19933
19935
|
right: 200px;
|
|
19934
19936
|
height: 790px;
|
|
19935
19937
|
}
|
|
19936
|
-
.
|
|
19938
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_main_list__a8c40776 {
|
|
19937
19939
|
max-height: 650px;
|
|
19938
19940
|
}
|
|
19939
|
-
.
|
|
19941
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_user__a8c40776 {
|
|
19940
19942
|
padding-left: 0 !important;
|
|
19941
19943
|
cursor: pointer;
|
|
19942
19944
|
}
|
|
19943
|
-
.
|
|
19945
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_buttom_Issues_List__a8c40776 {
|
|
19944
19946
|
border-radius: 4px;
|
|
19945
19947
|
width: calc(100% - 328px);
|
|
19946
19948
|
margin-left: 328px;
|
|
19947
19949
|
}
|
|
19948
|
-
.
|
|
19950
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 {
|
|
19949
19951
|
max-height: 700px;
|
|
19950
19952
|
}
|
|
19951
|
-
.
|
|
19953
|
+
.index_module_ChatWindow_Modal__a8c40776 .index_module_Drawer_main__a8c40776 .index_module_chat_content__a8c40776 {
|
|
19952
19954
|
width: calc(100% - 328px);
|
|
19953
19955
|
margin-left: 328px;
|
|
19954
19956
|
display: inline-block;
|
|
19955
19957
|
}
|
|
19956
|
-
.
|
|
19958
|
+
.index_module_popover_main_content__a8c40776 {
|
|
19957
19959
|
min-width: 300px !important;
|
|
19958
19960
|
max-width: 340px !important;
|
|
19959
19961
|
background-color: #fff !important;
|
|
@@ -19961,21 +19963,21 @@
|
|
|
19961
19963
|
border-radius: 4px;
|
|
19962
19964
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
19963
19965
|
}
|
|
19964
|
-
.
|
|
19966
|
+
.index_module_popover_main_content__a8c40776 .bhd-tooltip-content {
|
|
19965
19967
|
background-color: #fff;
|
|
19966
19968
|
border-radius: 4px;
|
|
19967
19969
|
}
|
|
19968
|
-
.
|
|
19970
|
+
.index_module_popover_main_content__a8c40776 .bhd-tooltip-content .bhd-tooltip-inner {
|
|
19969
19971
|
background-color: #fff;
|
|
19970
19972
|
color: rgba(0, 0, 0, 0.85);
|
|
19971
19973
|
font-size: 14px;
|
|
19972
19974
|
padding: 12px 16px;
|
|
19973
19975
|
border-radius: 4px;
|
|
19974
19976
|
}
|
|
19975
|
-
.
|
|
19977
|
+
.index_module_popover_main_content__a8c40776 .bhd-tooltip-arrow:before {
|
|
19976
19978
|
background: #ccc !important;
|
|
19977
19979
|
}
|
|
19978
|
-
.
|
|
19980
|
+
.index_module_popover_main_content__a8c40776 .bhd-tooltip-arrow::after {
|
|
19979
19981
|
width: 0 !important;
|
|
19980
19982
|
height: 0 !important;
|
|
19981
19983
|
border: 5px solid;
|
|
@@ -19987,28 +19989,28 @@
|
|
|
19987
19989
|
right: 0 !important;
|
|
19988
19990
|
box-shadow: none !important;
|
|
19989
19991
|
}
|
|
19990
|
-
.
|
|
19992
|
+
.index_module_popover_main_content_name__a8c40776 {
|
|
19991
19993
|
width: auto;
|
|
19992
19994
|
background-color: #fff !important;
|
|
19993
19995
|
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
|
|
19994
19996
|
border-radius: 4px;
|
|
19995
19997
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
19996
19998
|
}
|
|
19997
|
-
.
|
|
19999
|
+
.index_module_popover_main_content_name__a8c40776 .bhd-tooltip-content {
|
|
19998
20000
|
background-color: #fff;
|
|
19999
20001
|
border-radius: 4px;
|
|
20000
20002
|
}
|
|
20001
|
-
.
|
|
20003
|
+
.index_module_popover_main_content_name__a8c40776 .bhd-tooltip-content .bhd-tooltip-inner {
|
|
20002
20004
|
background-color: #fff;
|
|
20003
20005
|
color: rgba(0, 0, 0, 0.85);
|
|
20004
20006
|
font-size: 14px;
|
|
20005
20007
|
padding: 12px 16px;
|
|
20006
20008
|
border-radius: 4px;
|
|
20007
20009
|
}
|
|
20008
|
-
.
|
|
20010
|
+
.index_module_popover_main_content_name__a8c40776 .bhd-tooltip-arrow:before {
|
|
20009
20011
|
background: #ccc !important;
|
|
20010
20012
|
}
|
|
20011
|
-
.
|
|
20013
|
+
.index_module_popover_main_content_name__a8c40776 .bhd-tooltip-arrow::after {
|
|
20012
20014
|
width: 0 !important;
|
|
20013
20015
|
height: 0 !important;
|
|
20014
20016
|
border: 5px solid;
|
|
@@ -20020,7 +20022,7 @@
|
|
|
20020
20022
|
right: 0 !important;
|
|
20021
20023
|
box-shadow: none !important;
|
|
20022
20024
|
}
|
|
20023
|
-
.
|
|
20025
|
+
.index_module_teacher_layout__a8c40776 {
|
|
20024
20026
|
position: fixed;
|
|
20025
20027
|
right: 568px;
|
|
20026
20028
|
border-radius: 8px;
|
|
@@ -20030,8 +20032,8 @@
|
|
|
20030
20032
|
backdrop-filter: blur(7.5px);
|
|
20031
20033
|
width: 80px;
|
|
20032
20034
|
}
|
|
20033
|
-
.
|
|
20034
|
-
.
|
|
20035
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 > div,
|
|
20036
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776 > div {
|
|
20035
20037
|
display: flex;
|
|
20036
20038
|
flex-direction: column;
|
|
20037
20039
|
align-items: center;
|
|
@@ -20043,16 +20045,16 @@
|
|
|
20043
20045
|
position: relative;
|
|
20044
20046
|
cursor: pointer;
|
|
20045
20047
|
}
|
|
20046
|
-
.
|
|
20047
|
-
.
|
|
20048
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 > div:hover,
|
|
20049
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776 > div:hover {
|
|
20048
20050
|
background-color: #f5f5f5;
|
|
20049
20051
|
}
|
|
20050
|
-
.
|
|
20051
|
-
.
|
|
20052
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 > div:hover .index_module_delete__a8c40776,
|
|
20053
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776 > div:hover .index_module_delete__a8c40776 {
|
|
20052
20054
|
display: block;
|
|
20053
20055
|
}
|
|
20054
|
-
.
|
|
20055
|
-
.
|
|
20056
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 > div p,
|
|
20057
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776 > div p {
|
|
20056
20058
|
max-width: 60px;
|
|
20057
20059
|
overflow: hidden;
|
|
20058
20060
|
text-overflow: ellipsis;
|
|
@@ -20062,14 +20064,14 @@
|
|
|
20062
20064
|
line-height: 1;
|
|
20063
20065
|
padding-top: 12px;
|
|
20064
20066
|
}
|
|
20065
|
-
.
|
|
20066
|
-
.
|
|
20067
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 > div img,
|
|
20068
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776 > div img {
|
|
20067
20069
|
width: 32px;
|
|
20068
20070
|
height: 32px;
|
|
20069
20071
|
border-radius: 50%;
|
|
20070
20072
|
}
|
|
20071
|
-
.
|
|
20072
|
-
.
|
|
20073
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 > div .index_module_num__a8c40776,
|
|
20074
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776 > div .index_module_num__a8c40776 {
|
|
20073
20075
|
position: absolute;
|
|
20074
20076
|
top: 0;
|
|
20075
20077
|
right: 0;
|
|
@@ -20081,8 +20083,8 @@
|
|
|
20081
20083
|
font-size: 12px;
|
|
20082
20084
|
line-height: 1.2;
|
|
20083
20085
|
}
|
|
20084
|
-
.
|
|
20085
|
-
.
|
|
20086
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 > div .index_module_delete__a8c40776,
|
|
20087
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776 > div .index_module_delete__a8c40776 {
|
|
20086
20088
|
position: absolute;
|
|
20087
20089
|
top: 2px;
|
|
20088
20090
|
right: 2px;
|
|
@@ -20090,35 +20092,35 @@
|
|
|
20090
20092
|
font-size: 12px;
|
|
20091
20093
|
display: none;
|
|
20092
20094
|
}
|
|
20093
|
-
.
|
|
20095
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 > div {
|
|
20094
20096
|
margin: 8px;
|
|
20095
20097
|
}
|
|
20096
|
-
.
|
|
20098
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 .index_module_shrink__a8c40776 {
|
|
20097
20099
|
border-bottom: 1px solid #ebebeb;
|
|
20098
20100
|
border-radius: 0;
|
|
20099
20101
|
margin-bottom: 8px;
|
|
20100
20102
|
margin-top: 8px;
|
|
20101
20103
|
}
|
|
20102
|
-
.
|
|
20104
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 .index_module_shrink__a8c40776 > span {
|
|
20103
20105
|
font-size: 20px;
|
|
20104
20106
|
}
|
|
20105
|
-
.
|
|
20107
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 .index_module_shrink__a8c40776 p {
|
|
20106
20108
|
padding-top: 0;
|
|
20107
20109
|
}
|
|
20108
|
-
.
|
|
20110
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 .index_module_shrink__a8c40776:hover {
|
|
20109
20111
|
background-color: #fff !important;
|
|
20110
20112
|
}
|
|
20111
|
-
.
|
|
20112
|
-
.
|
|
20113
|
+
.index_module_teacher_layout__a8c40776 .index_module_top__a8c40776 .index_module_active__a8c40776,
|
|
20114
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776 .index_module_active__a8c40776 {
|
|
20113
20115
|
background: #ffe8e0;
|
|
20114
20116
|
}
|
|
20115
|
-
.
|
|
20117
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776 > div:last-child {
|
|
20116
20118
|
margin-bottom: 0;
|
|
20117
20119
|
}
|
|
20118
|
-
.
|
|
20120
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776 > div:first-child {
|
|
20119
20121
|
margin-top: 0;
|
|
20120
20122
|
}
|
|
20121
|
-
.
|
|
20123
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776 {
|
|
20122
20124
|
max-height: 524px;
|
|
20123
20125
|
padding: 0 8px;
|
|
20124
20126
|
padding-right: 4px;
|
|
@@ -20126,66 +20128,66 @@
|
|
|
20126
20128
|
margin-bottom: 8px;
|
|
20127
20129
|
margin-top: 8px;
|
|
20128
20130
|
}
|
|
20129
|
-
.
|
|
20131
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776::-webkit-scrollbar {
|
|
20130
20132
|
background-color: #eaedf1;
|
|
20131
20133
|
background-color: transparent;
|
|
20132
20134
|
width: 4px;
|
|
20133
20135
|
height: 4px;
|
|
20134
20136
|
}
|
|
20135
|
-
.
|
|
20137
|
+
.index_module_teacher_layout__a8c40776 .index_module_bottom__a8c40776::-webkit-scrollbar-thumb {
|
|
20136
20138
|
border-radius: 4px;
|
|
20137
20139
|
background-color: rgba(0, 0, 0, 0.25);
|
|
20138
20140
|
}
|
|
20139
|
-
.
|
|
20141
|
+
.index_module_teacher_layout_newlabo__a8c40776 {
|
|
20140
20142
|
top: 50px;
|
|
20141
20143
|
right: 0;
|
|
20142
20144
|
}
|
|
20143
|
-
.
|
|
20145
|
+
.index_module_teacher_layout_newlabo__a8c40776 .index_module_top__a8c40776 svg {
|
|
20144
20146
|
transform: rotate(180deg);
|
|
20145
20147
|
}
|
|
20146
|
-
.
|
|
20147
|
-
.
|
|
20148
|
+
.index_module_teacher_layout_newlabo__a8c40776 .index_module_top__a8c40776 .index_module_active__a8c40776,
|
|
20149
|
+
.index_module_teacher_layout_newlabo__a8c40776 .index_module_bottom__a8c40776 .index_module_active__a8c40776 {
|
|
20148
20150
|
background-color: #D1E4FF;
|
|
20149
20151
|
}
|
|
20150
|
-
.
|
|
20152
|
+
.index_module_teacher_layout_modal__a8c40776 {
|
|
20151
20153
|
width: 328px;
|
|
20152
20154
|
height: calc(100% - 48px);
|
|
20153
20155
|
background-color: #fff;
|
|
20154
20156
|
position: absolute;
|
|
20155
20157
|
border-top: 1px solid #ebebeb;
|
|
20156
20158
|
}
|
|
20157
|
-
.
|
|
20158
|
-
.
|
|
20159
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_top__a8c40776 .index_module_ai__a8c40776,
|
|
20160
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_bottom__a8c40776 .index_module_ai__a8c40776 {
|
|
20159
20161
|
border-bottom: 1px solid #ebebeb;
|
|
20160
20162
|
padding: 16px;
|
|
20161
20163
|
display: flex;
|
|
20162
20164
|
align-items: center;
|
|
20163
20165
|
cursor: pointer;
|
|
20164
20166
|
}
|
|
20165
|
-
.
|
|
20166
|
-
.
|
|
20167
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_top__a8c40776 .index_module_ai__a8c40776 img,
|
|
20168
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_bottom__a8c40776 .index_module_ai__a8c40776 img {
|
|
20167
20169
|
width: 32px;
|
|
20168
20170
|
height: 32px;
|
|
20169
20171
|
border-radius: 50%;
|
|
20170
20172
|
margin-right: 12px;
|
|
20171
20173
|
}
|
|
20172
|
-
.
|
|
20173
|
-
.
|
|
20174
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_top__a8c40776 .index_module_ai__a8c40776 > span,
|
|
20175
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_bottom__a8c40776 .index_module_ai__a8c40776 > span {
|
|
20174
20176
|
margin-right: 12px;
|
|
20175
20177
|
}
|
|
20176
|
-
.
|
|
20177
|
-
.
|
|
20178
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_top__a8c40776 .index_module_ai__a8c40776 .index_module_user_info__a8c40776,
|
|
20179
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_bottom__a8c40776 .index_module_ai__a8c40776 .index_module_user_info__a8c40776 {
|
|
20178
20180
|
width: 252px;
|
|
20179
20181
|
}
|
|
20180
|
-
.
|
|
20181
|
-
.
|
|
20182
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_top__a8c40776 .index_module_ai__a8c40776 .index_module_user_info__a8c40776 .index_module_message__a8c40776,
|
|
20183
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_bottom__a8c40776 .index_module_ai__a8c40776 .index_module_user_info__a8c40776 .index_module_message__a8c40776 {
|
|
20182
20184
|
color: #000;
|
|
20183
20185
|
font-size: 14px;
|
|
20184
20186
|
line-height: 1;
|
|
20185
20187
|
padding-right: 10px;
|
|
20186
20188
|
}
|
|
20187
|
-
.
|
|
20188
|
-
.
|
|
20189
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_top__a8c40776 .index_module_ai__a8c40776 .index_module_user_info__a8c40776 .index_module_message__a8c40776 .index_module_num__a8c40776,
|
|
20190
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_bottom__a8c40776 .index_module_ai__a8c40776 .index_module_user_info__a8c40776 .index_module_message__a8c40776 .index_module_num__a8c40776 {
|
|
20189
20191
|
margin-left: 12px;
|
|
20190
20192
|
border-radius: 26px;
|
|
20191
20193
|
background-color: #f4523b;
|
|
@@ -20195,14 +20197,14 @@
|
|
|
20195
20197
|
font-size: 12px;
|
|
20196
20198
|
line-height: 1;
|
|
20197
20199
|
}
|
|
20198
|
-
.
|
|
20199
|
-
.
|
|
20200
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_top__a8c40776 .index_module_ai__a8c40776 .index_module_user_info__a8c40776 .index_module_message__a8c40776 .index_module_time__a8c40776,
|
|
20201
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_bottom__a8c40776 .index_module_ai__a8c40776 .index_module_user_info__a8c40776 .index_module_message__a8c40776 .index_module_time__a8c40776 {
|
|
20200
20202
|
font-size: 12px;
|
|
20201
20203
|
color: rgba(0, 0, 0, 0.25);
|
|
20202
20204
|
float: right;
|
|
20203
20205
|
}
|
|
20204
|
-
.
|
|
20205
|
-
.
|
|
20206
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_top__a8c40776 .index_module_ai__a8c40776 .index_module_user_info__a8c40776 .index_module_con__a8c40776,
|
|
20207
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_bottom__a8c40776 .index_module_ai__a8c40776 .index_module_user_info__a8c40776 .index_module_con__a8c40776 {
|
|
20206
20208
|
color: rgba(0, 0, 0, 0.45);
|
|
20207
20209
|
font-size: 12px;
|
|
20208
20210
|
line-height: 1.5;
|
|
@@ -20211,32 +20213,32 @@
|
|
|
20211
20213
|
white-space: nowrap;
|
|
20212
20214
|
text-overflow: ellipsis;
|
|
20213
20215
|
}
|
|
20214
|
-
.
|
|
20215
|
-
.
|
|
20216
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_top__a8c40776 .index_module_active__a8c40776,
|
|
20217
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_bottom__a8c40776 .index_module_active__a8c40776 {
|
|
20216
20218
|
background: #ffe8e0;
|
|
20217
20219
|
}
|
|
20218
|
-
.
|
|
20220
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_bottom__a8c40776 {
|
|
20219
20221
|
overflow: auto;
|
|
20220
20222
|
height: calc(100% - 70px);
|
|
20221
20223
|
}
|
|
20222
|
-
.
|
|
20224
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_bottom__a8c40776::-webkit-scrollbar {
|
|
20223
20225
|
background-color: #eaedf1;
|
|
20224
20226
|
background-color: transparent;
|
|
20225
20227
|
width: 4px;
|
|
20226
20228
|
height: 4px;
|
|
20227
20229
|
}
|
|
20228
|
-
.
|
|
20230
|
+
.index_module_teacher_layout_modal__a8c40776 .index_module_bottom__a8c40776::-webkit-scrollbar-thumb {
|
|
20229
20231
|
border-radius: 4px;
|
|
20230
20232
|
background-color: rgba(0, 0, 0, 0.25);
|
|
20231
20233
|
}
|
|
20232
|
-
.
|
|
20234
|
+
.index_module_teacher_layout_modal__a8c40776 .anticon {
|
|
20233
20235
|
vertical-align: 0;
|
|
20234
20236
|
}
|
|
20235
|
-
.
|
|
20236
|
-
.
|
|
20237
|
+
.index_module_teacher_layout_modal_newlabo__a8c40776 .index_module_top__a8c40776 .index_module_active__a8c40776,
|
|
20238
|
+
.index_module_teacher_layout_modal_newlabo__a8c40776 .index_module_bottom__a8c40776 .index_module_active__a8c40776 {
|
|
20237
20239
|
background: #f0f8ff !important;
|
|
20238
20240
|
}
|
|
20239
|
-
.
|
|
20241
|
+
.index_module_history_list__a8c40776 {
|
|
20240
20242
|
position: absolute;
|
|
20241
20243
|
top: 0;
|
|
20242
20244
|
background: rgba(0, 0, 0, 0.3);
|
|
@@ -20244,7 +20246,7 @@
|
|
|
20244
20246
|
height: 100%;
|
|
20245
20247
|
overflow: hidden;
|
|
20246
20248
|
}
|
|
20247
|
-
.
|
|
20249
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 {
|
|
20248
20250
|
background: #fff;
|
|
20249
20251
|
position: absolute;
|
|
20250
20252
|
z-index: 10;
|
|
@@ -20252,10 +20254,10 @@
|
|
|
20252
20254
|
width: 100%;
|
|
20253
20255
|
border-radius: 16px 16px 0px 0px;
|
|
20254
20256
|
overflow: hidden;
|
|
20255
|
-
animation:
|
|
20257
|
+
animation: index_module_mymove__a8c40776 1s forwards;
|
|
20256
20258
|
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
|
|
20257
20259
|
}
|
|
20258
|
-
.
|
|
20260
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_title__a8c40776 {
|
|
20259
20261
|
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
|
20260
20262
|
font-size: 16px;
|
|
20261
20263
|
font-weight: 600;
|
|
@@ -20264,18 +20266,18 @@
|
|
|
20264
20266
|
display: flex;
|
|
20265
20267
|
justify-content: space-between;
|
|
20266
20268
|
}
|
|
20267
|
-
.
|
|
20269
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_title__a8c40776 svg {
|
|
20268
20270
|
font-size: 12px;
|
|
20269
20271
|
cursor: pointer;
|
|
20270
20272
|
opacity: 0.65;
|
|
20271
20273
|
font-weight: 300;
|
|
20272
20274
|
}
|
|
20273
|
-
.
|
|
20275
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_search_top__a8c40776 {
|
|
20274
20276
|
position: relative;
|
|
20275
20277
|
margin: 16px 24px;
|
|
20276
20278
|
background-color: #fff;
|
|
20277
20279
|
}
|
|
20278
|
-
.
|
|
20280
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_search_top__a8c40776 input {
|
|
20279
20281
|
width: 100%;
|
|
20280
20282
|
height: 40px;
|
|
20281
20283
|
line-height: 40px;
|
|
@@ -20285,7 +20287,7 @@
|
|
|
20285
20287
|
padding-right: 30px;
|
|
20286
20288
|
color: rgba(0, 0, 0, 0.85);
|
|
20287
20289
|
}
|
|
20288
|
-
.
|
|
20290
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_search_top__a8c40776 .anticon {
|
|
20289
20291
|
position: absolute;
|
|
20290
20292
|
top: 11px;
|
|
20291
20293
|
z-index: 1;
|
|
@@ -20293,7 +20295,7 @@
|
|
|
20293
20295
|
font-size: 16px;
|
|
20294
20296
|
color: rgba(0, 0, 0, 0.65);
|
|
20295
20297
|
}
|
|
20296
|
-
.
|
|
20298
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_search_top__a8c40776 .guanbi_Close {
|
|
20297
20299
|
position: absolute;
|
|
20298
20300
|
top: 3px;
|
|
20299
20301
|
right: 38px;
|
|
@@ -20302,32 +20304,32 @@
|
|
|
20302
20304
|
color: rgba(0, 0, 0, 0.65);
|
|
20303
20305
|
cursor: pointer;
|
|
20304
20306
|
}
|
|
20305
|
-
.
|
|
20307
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_search_top__a8c40776 .guanbi_Close svg {
|
|
20306
20308
|
font-size: 10px;
|
|
20307
20309
|
opacity: 0.65;
|
|
20308
20310
|
}
|
|
20309
|
-
.
|
|
20311
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_search_top__a8c40776 svg {
|
|
20310
20312
|
opacity: 0.65;
|
|
20311
20313
|
font-weight: 300;
|
|
20312
20314
|
}
|
|
20313
|
-
.
|
|
20315
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776:first-child {
|
|
20314
20316
|
margin-top: 0;
|
|
20315
20317
|
}
|
|
20316
|
-
.
|
|
20318
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 {
|
|
20317
20319
|
overflow: auto;
|
|
20318
20320
|
height: 510px;
|
|
20319
20321
|
}
|
|
20320
|
-
.
|
|
20322
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776::-webkit-scrollbar {
|
|
20321
20323
|
background-color: #eaedf1;
|
|
20322
20324
|
background-color: transparent;
|
|
20323
20325
|
width: 4px;
|
|
20324
20326
|
height: 4px;
|
|
20325
20327
|
}
|
|
20326
|
-
.
|
|
20328
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776::-webkit-scrollbar-thumb {
|
|
20327
20329
|
border-radius: 4px;
|
|
20328
20330
|
background-color: rgba(0, 0, 0, 0.25);
|
|
20329
20331
|
}
|
|
20330
|
-
.
|
|
20332
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary__a8c40776 {
|
|
20331
20333
|
width: 100%;
|
|
20332
20334
|
padding: 8px 16px;
|
|
20333
20335
|
display: flex;
|
|
@@ -20335,41 +20337,41 @@
|
|
|
20335
20337
|
border-bottom: 1px solid #ebebeb;
|
|
20336
20338
|
cursor: pointer;
|
|
20337
20339
|
}
|
|
20338
|
-
.
|
|
20340
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary__a8c40776:hover {
|
|
20339
20341
|
background-color: #EBEBEB;
|
|
20340
20342
|
}
|
|
20341
|
-
.
|
|
20343
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary__a8c40776 .index_module_head_img__a8c40776 {
|
|
20342
20344
|
width: 36px;
|
|
20343
20345
|
height: 36px;
|
|
20344
20346
|
border-radius: 50%;
|
|
20345
20347
|
margin-right: 16px;
|
|
20346
20348
|
}
|
|
20347
|
-
.
|
|
20349
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary__a8c40776 .index_module_head_img__a8c40776 img {
|
|
20348
20350
|
width: 36px;
|
|
20349
20351
|
height: 36px;
|
|
20350
20352
|
border-radius: 50%;
|
|
20351
20353
|
}
|
|
20352
|
-
.
|
|
20354
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary__a8c40776 .index_module_head_img__a8c40776 svg {
|
|
20353
20355
|
width: 36px;
|
|
20354
20356
|
height: 36px;
|
|
20355
20357
|
}
|
|
20356
|
-
.
|
|
20358
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary__a8c40776 .index_module_list_desc__a8c40776 {
|
|
20357
20359
|
width: calc(100% - 56px);
|
|
20358
20360
|
}
|
|
20359
|
-
.
|
|
20361
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary__a8c40776 .index_module_list_desc__a8c40776 .index_module_name__a8c40776 {
|
|
20360
20362
|
color: rgba(0, 0, 0, 0.85);
|
|
20361
20363
|
font-size: 16px;
|
|
20362
20364
|
font-weight: 600;
|
|
20363
20365
|
line-height: 150%;
|
|
20364
20366
|
margin-bottom: 4px;
|
|
20365
20367
|
}
|
|
20366
|
-
.
|
|
20368
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary__a8c40776 .index_module_list_desc__a8c40776 .index_module_name__a8c40776 .index_module_time__a8c40776 {
|
|
20367
20369
|
float: right;
|
|
20368
20370
|
font-size: 14px;
|
|
20369
20371
|
color: #8c8c8c;
|
|
20370
20372
|
font-weight: 400;
|
|
20371
20373
|
}
|
|
20372
|
-
.
|
|
20374
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary__a8c40776 .index_module_list_desc__a8c40776 .index_module_decs__a8c40776 {
|
|
20373
20375
|
color: rgba(0, 0, 0, 0.65);
|
|
20374
20376
|
font-size: 14px;
|
|
20375
20377
|
font-weight: 400;
|
|
@@ -20378,35 +20380,35 @@
|
|
|
20378
20380
|
text-overflow: ellipsis;
|
|
20379
20381
|
white-space: nowrap;
|
|
20380
20382
|
}
|
|
20381
|
-
.
|
|
20383
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary__a8c40776 .index_module_list_desc__a8c40776 .index_module_decs__a8c40776 span {
|
|
20382
20384
|
color: #f4523b;
|
|
20383
20385
|
}
|
|
20384
|
-
.
|
|
20386
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary__a8c40776 .index_module_open__a8c40776 {
|
|
20385
20387
|
font-size: 24px;
|
|
20386
20388
|
color: rgba(0, 0, 0, 0.65);
|
|
20387
20389
|
}
|
|
20388
|
-
.
|
|
20390
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary__a8c40776 .index_module_active__a8c40776 svg {
|
|
20389
20391
|
transform: rotate(90deg);
|
|
20390
20392
|
}
|
|
20391
|
-
.
|
|
20393
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary_active__a8c40776 {
|
|
20392
20394
|
background-color: #fff4f0;
|
|
20393
20395
|
}
|
|
20394
|
-
.
|
|
20396
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_summary_active__a8c40776:hover {
|
|
20395
20397
|
background-color: #fff4f0;
|
|
20396
20398
|
}
|
|
20397
|
-
.
|
|
20399
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_detail__a8c40776 {
|
|
20398
20400
|
background-color: rgba(0, 0, 0, 0.02);
|
|
20399
20401
|
}
|
|
20400
|
-
.
|
|
20402
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_detail__a8c40776 .index_module_list__a8c40776 {
|
|
20401
20403
|
padding: 8px 16px;
|
|
20402
20404
|
margin-bottom: 1px;
|
|
20403
20405
|
position: relative;
|
|
20404
20406
|
cursor: pointer;
|
|
20405
20407
|
}
|
|
20406
|
-
.
|
|
20408
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_detail__a8c40776 .index_module_list__a8c40776:hover {
|
|
20407
20409
|
background-color: rgba(0, 0, 0, 0.04);
|
|
20408
20410
|
}
|
|
20409
|
-
.
|
|
20411
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_detail__a8c40776 .index_module_list__a8c40776::before {
|
|
20410
20412
|
content: "";
|
|
20411
20413
|
display: inline-block;
|
|
20412
20414
|
width: 100%;
|
|
@@ -20416,22 +20418,22 @@
|
|
|
20416
20418
|
bottom: -1px;
|
|
20417
20419
|
left: -1px;
|
|
20418
20420
|
}
|
|
20419
|
-
.
|
|
20421
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_detail__a8c40776 .index_module_list__a8c40776 .index_module_name__a8c40776 {
|
|
20420
20422
|
display: flex;
|
|
20421
20423
|
justify-content: space-between;
|
|
20422
20424
|
align-items: center;
|
|
20423
20425
|
margin-bottom: 4px;
|
|
20424
20426
|
}
|
|
20425
|
-
.
|
|
20427
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_detail__a8c40776 .index_module_list__a8c40776 .index_module_name__a8c40776 p {
|
|
20426
20428
|
color: rgba(0, 0, 0, 0.65);
|
|
20427
20429
|
font-size: 14px;
|
|
20428
20430
|
line-height: 1.5;
|
|
20429
20431
|
}
|
|
20430
|
-
.
|
|
20432
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_detail__a8c40776 .index_module_list__a8c40776 .index_module_name__a8c40776 .index_module_time__a8c40776 {
|
|
20431
20433
|
font-size: 14px;
|
|
20432
20434
|
color: #8c8c8c;
|
|
20433
20435
|
}
|
|
20434
|
-
.
|
|
20436
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_detail__a8c40776 .index_module_list__a8c40776 .index_module_con__a8c40776 {
|
|
20435
20437
|
color: rgba(0, 0, 0, 0.85);
|
|
20436
20438
|
font-size: 14px;
|
|
20437
20439
|
font-weight: 400;
|
|
@@ -20441,22 +20443,22 @@
|
|
|
20441
20443
|
max-height: 21px;
|
|
20442
20444
|
white-space: nowrap;
|
|
20443
20445
|
}
|
|
20444
|
-
.
|
|
20446
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_detail__a8c40776 .index_module_list__a8c40776 .index_module_con__a8c40776 span {
|
|
20445
20447
|
color: #f4523b;
|
|
20446
20448
|
}
|
|
20447
|
-
.
|
|
20449
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_list_item__a8c40776 .index_module_list_detail__a8c40776 .index_module_list_more__a8c40776 {
|
|
20448
20450
|
text-align: center;
|
|
20449
20451
|
color: rgba(0, 0, 0, 0.45);
|
|
20450
20452
|
font-size: 14px;
|
|
20451
20453
|
}
|
|
20452
|
-
.
|
|
20454
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_no_data__a8c40776 {
|
|
20453
20455
|
text-align: center;
|
|
20454
20456
|
margin-top: 130px;
|
|
20455
20457
|
}
|
|
20456
|
-
.
|
|
20458
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_no_data__a8c40776 img {
|
|
20457
20459
|
width: 160px;
|
|
20458
20460
|
}
|
|
20459
|
-
.
|
|
20461
|
+
.index_module_history_list__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 .index_module_no_data__a8c40776 p {
|
|
20460
20462
|
margin-top: 24px;
|
|
20461
20463
|
color: rgba(0, 0, 0, 0.45);
|
|
20462
20464
|
text-align: center;
|
|
@@ -20464,7 +20466,7 @@
|
|
|
20464
20466
|
line-height: 100%;
|
|
20465
20467
|
/* 14px */
|
|
20466
20468
|
}
|
|
20467
|
-
@keyframes
|
|
20469
|
+
@keyframes index_module_mymove__a8c40776 {
|
|
20468
20470
|
from {
|
|
20469
20471
|
bottom: -500px;
|
|
20470
20472
|
}
|
|
@@ -20472,10 +20474,10 @@
|
|
|
20472
20474
|
bottom: 0;
|
|
20473
20475
|
}
|
|
20474
20476
|
}
|
|
20475
|
-
.
|
|
20477
|
+
.index_module_history_list__a8c40776 .anticon {
|
|
20476
20478
|
vertical-align: 0;
|
|
20477
20479
|
}
|
|
20478
|
-
.
|
|
20480
|
+
.index_module_history_list_broadside__a8c40776 {
|
|
20479
20481
|
width: 417px;
|
|
20480
20482
|
height: calc(100% - 48px);
|
|
20481
20483
|
right: 0;
|
|
@@ -20484,22 +20486,22 @@
|
|
|
20484
20486
|
background: transparent;
|
|
20485
20487
|
overflow: visible;
|
|
20486
20488
|
}
|
|
20487
|
-
.
|
|
20489
|
+
.index_module_history_list_broadside__a8c40776 .index_module_search_layout__a8c40776 {
|
|
20488
20490
|
height: 100%;
|
|
20489
20491
|
border-radius: 0;
|
|
20490
20492
|
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
|
|
20491
20493
|
}
|
|
20492
|
-
.
|
|
20494
|
+
.index_module_history_list_broadside__a8c40776 .index_module_search_layout__a8c40776 .index_module_search_top__a8c40776 {
|
|
20493
20495
|
margin: 16px;
|
|
20494
20496
|
}
|
|
20495
|
-
.
|
|
20497
|
+
.index_module_history_list_broadside__a8c40776 .index_module_search_layout__a8c40776 .index_module_title__a8c40776 {
|
|
20496
20498
|
padding: 16px;
|
|
20497
20499
|
}
|
|
20498
|
-
.
|
|
20500
|
+
.index_module_history_list_broadside__a8c40776 .index_module_search_layout__a8c40776 .index_module_main_list__a8c40776 {
|
|
20499
20501
|
height: calc(100% - 140px);
|
|
20500
20502
|
max-height: calc(100% - 140px);
|
|
20501
20503
|
}
|
|
20502
|
-
.
|
|
20504
|
+
.index_module_screenshot_Modal__a8c40776 {
|
|
20503
20505
|
position: fixed;
|
|
20504
20506
|
top: 0;
|
|
20505
20507
|
left: 0;
|
|
@@ -20508,20 +20510,20 @@
|
|
|
20508
20510
|
height: 100% !important;
|
|
20509
20511
|
background-color: transparent !important;
|
|
20510
20512
|
}
|
|
20511
|
-
.
|
|
20513
|
+
.index_module_screenshot_Modal__a8c40776 .ReactCrop__child-wrapper {
|
|
20512
20514
|
position: fixed;
|
|
20513
20515
|
width: 100% !important;
|
|
20514
20516
|
height: 100% !important;
|
|
20515
20517
|
top: 0 !important;
|
|
20516
20518
|
left: 0 !important;
|
|
20517
20519
|
}
|
|
20518
|
-
.
|
|
20520
|
+
.index_module_screenshot_Modal__a8c40776 .ReactCrop {
|
|
20519
20521
|
width: 100% !important;
|
|
20520
20522
|
height: 100% !important;
|
|
20521
20523
|
top: 0 !important;
|
|
20522
20524
|
left: 0 !important;
|
|
20523
20525
|
}
|
|
20524
|
-
.
|
|
20526
|
+
.index_module_screenshot_Modal__a8c40776 .index_module_screenshot_Modal_btn__a8c40776 {
|
|
20525
20527
|
position: fixed !important;
|
|
20526
20528
|
z-index: 999;
|
|
20527
20529
|
border-radius: 4px;
|
|
@@ -20532,32 +20534,32 @@
|
|
|
20532
20534
|
justify-content: space-around;
|
|
20533
20535
|
align-items: center;
|
|
20534
20536
|
}
|
|
20535
|
-
.
|
|
20537
|
+
.index_module_screenshot_Modal__a8c40776 .index_module_screenshot_Modal_btn__a8c40776 > span {
|
|
20536
20538
|
display: inline-block;
|
|
20537
20539
|
width: 24px;
|
|
20538
20540
|
height: 24px;
|
|
20539
20541
|
border-radius: 2px;
|
|
20540
20542
|
text-align: center;
|
|
20541
20543
|
}
|
|
20542
|
-
.
|
|
20544
|
+
.index_module_screenshot_Modal__a8c40776 .index_module_screenshot_Modal_btn__a8c40776 > span .index_module_anticon__a8c40776 {
|
|
20543
20545
|
padding-top: 3.5px;
|
|
20544
20546
|
}
|
|
20545
|
-
.
|
|
20547
|
+
.index_module_screenshot_Modal__a8c40776 .index_module_screenshot_Modal_btn__a8c40776 > span:hover {
|
|
20546
20548
|
background-color: rgba(0, 0, 0, 0.04);
|
|
20547
20549
|
}
|
|
20548
|
-
.
|
|
20550
|
+
.index_module_screenshot_Modal__a8c40776 .index_module_screenshot_Modal_btn__a8c40776 > span svg {
|
|
20549
20551
|
font-size: 18px;
|
|
20550
20552
|
color: #f4523b;
|
|
20551
20553
|
}
|
|
20552
|
-
.
|
|
20554
|
+
.index_module_screenshot_Modal__a8c40776 .index_module_screenshot_Modal_btn__a8c40776 > span:nth-child(2) {
|
|
20553
20555
|
display: inline-block;
|
|
20554
20556
|
width: 24px;
|
|
20555
20557
|
height: 24px;
|
|
20556
20558
|
border-radius: 2px;
|
|
20557
20559
|
}
|
|
20558
|
-
.
|
|
20560
|
+
.index_module_screenshot_Modal__a8c40776 .index_module_screenshot_Modal_btn__a8c40776 > span:nth-child(2):hover {
|
|
20559
20561
|
background-color: rgba(0, 0, 0, 0.04);
|
|
20560
20562
|
}
|
|
20561
|
-
.
|
|
20563
|
+
.index_module_screenshot_Modal__a8c40776 .index_module_screenshot_Modal_btn__a8c40776 > span:nth-child(2) svg {
|
|
20562
20564
|
color: #23d9c3;
|
|
20563
20565
|
}
|