bhd-components 0.7.21 → 0.7.22
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/{13653d98.esm.es5.production.js → cf6d2143.esm.es5.production.js} +1 -1
- package/dist/{49e31ffd.esm.es5.development.js → fcb57c77.esm.es5.development.js} +1 -1
- package/dist/index.esm.es5.development.css +500 -495
- package/dist/index.esm.es5.development.js +122 -41
- package/dist/index.esm.es5.production.css +1 -1
- package/dist/index.esm.es5.production.js +1 -1
- package/es2017/customerService/historyFun.js +14 -5
- package/es2017/customerService/index.js +36 -14
- package/es2017/customerService/index.module.less +4 -0
- package/es2017/customerService/teacherList.js +62 -19
- package/esm/customerService/historyFun.js +14 -5
- package/esm/customerService/index.js +38 -14
- package/esm/customerService/index.module.less +4 -0
- package/esm/customerService/teacherList.js +68 -19
- package/package.json +1 -1
|
@@ -8611,49 +8611,49 @@
|
|
|
8611
8611
|
"description": "图标,六级填充色"
|
|
8612
8612
|
}
|
|
8613
8613
|
*/
|
|
8614
|
-
.
|
|
8615
|
-
.
|
|
8614
|
+
.index_module_service_ChatWindow_Drawer__db13568b,
|
|
8615
|
+
.index_module_ChatWindow_Modal__db13568b {
|
|
8616
8616
|
width: 100% !important;
|
|
8617
8617
|
}
|
|
8618
|
-
.
|
|
8619
|
-
.
|
|
8618
|
+
.index_module_service_ChatWindow_Drawer__db13568b .bhd-drawer-mask,
|
|
8619
|
+
.index_module_ChatWindow_Modal__db13568b .bhd-drawer-mask {
|
|
8620
8620
|
background-color: rgba(0, 0, 0, 0.15) !important;
|
|
8621
8621
|
}
|
|
8622
|
-
.
|
|
8623
|
-
.
|
|
8622
|
+
.index_module_ChatWindow_Drawer__db13568b,
|
|
8623
|
+
.index_module_ChatWindow_Modal__db13568b {
|
|
8624
8624
|
/* 全局修改滚动条样式 */
|
|
8625
8625
|
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1) !important;
|
|
8626
8626
|
}
|
|
8627
|
-
.
|
|
8628
|
-
.
|
|
8627
|
+
.index_module_ChatWindow_Drawer__db13568b textarea::-webkit-scrollbar,
|
|
8628
|
+
.index_module_ChatWindow_Modal__db13568b textarea::-webkit-scrollbar {
|
|
8629
8629
|
background-color: #eaedf1;
|
|
8630
8630
|
background-color: transparent;
|
|
8631
8631
|
width: 4px;
|
|
8632
8632
|
height: 4px;
|
|
8633
8633
|
}
|
|
8634
|
-
.
|
|
8635
|
-
.
|
|
8634
|
+
.index_module_ChatWindow_Drawer__db13568b textarea::-webkit-scrollbar-thumb,
|
|
8635
|
+
.index_module_ChatWindow_Modal__db13568b textarea::-webkit-scrollbar-thumb {
|
|
8636
8636
|
border-radius: 4px;
|
|
8637
8637
|
background-color: rgba(0, 0, 0, 0.25);
|
|
8638
8638
|
}
|
|
8639
|
-
.
|
|
8640
|
-
.
|
|
8639
|
+
.index_module_ChatWindow_Drawer__db13568b pre::-webkit-scrollbar,
|
|
8640
|
+
.index_module_ChatWindow_Modal__db13568b pre::-webkit-scrollbar {
|
|
8641
8641
|
background-color: #eaedf1;
|
|
8642
8642
|
background-color: transparent;
|
|
8643
8643
|
width: 4px;
|
|
8644
8644
|
height: 4px;
|
|
8645
8645
|
}
|
|
8646
|
-
.
|
|
8647
|
-
.
|
|
8646
|
+
.index_module_ChatWindow_Drawer__db13568b pre::-webkit-scrollbar-thumb,
|
|
8647
|
+
.index_module_ChatWindow_Modal__db13568b pre::-webkit-scrollbar-thumb {
|
|
8648
8648
|
border-radius: 4px;
|
|
8649
8649
|
background-color: rgba(0, 0, 0, 0.25);
|
|
8650
8650
|
}
|
|
8651
|
-
.
|
|
8652
|
-
.
|
|
8651
|
+
.index_module_ChatWindow_Drawer__db13568b .bhd-drawer-body,
|
|
8652
|
+
.index_module_ChatWindow_Modal__db13568b .bhd-drawer-body {
|
|
8653
8653
|
padding: 0 !important;
|
|
8654
8654
|
}
|
|
8655
|
-
.
|
|
8656
|
-
.
|
|
8655
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_header_wrap__db13568b .index_module_top__db13568b,
|
|
8656
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_header_wrap__db13568b .index_module_top__db13568b {
|
|
8657
8657
|
display: flex;
|
|
8658
8658
|
padding: 16px 24px;
|
|
8659
8659
|
justify-content: space-between;
|
|
@@ -8661,16 +8661,16 @@
|
|
|
8661
8661
|
background-color: #fff;
|
|
8662
8662
|
line-height: 1;
|
|
8663
8663
|
}
|
|
8664
|
-
.
|
|
8665
|
-
.
|
|
8664
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_header_wrap__db13568b .index_module_top__db13568b .index_module_user__db13568b,
|
|
8665
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_header_wrap__db13568b .index_module_top__db13568b .index_module_user__db13568b {
|
|
8666
8666
|
color: #000;
|
|
8667
8667
|
font-size: 16px;
|
|
8668
8668
|
font-weight: 600;
|
|
8669
8669
|
position: relative;
|
|
8670
8670
|
padding-left: 36px;
|
|
8671
8671
|
}
|
|
8672
|
-
.
|
|
8673
|
-
.
|
|
8672
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_header_wrap__db13568b .index_module_top__db13568b .index_module_user__db13568b i,
|
|
8673
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_header_wrap__db13568b .index_module_top__db13568b .index_module_user__db13568b i {
|
|
8674
8674
|
padding-right: 16px;
|
|
8675
8675
|
color: #111;
|
|
8676
8676
|
position: absolute;
|
|
@@ -8679,8 +8679,8 @@
|
|
|
8679
8679
|
left: 0;
|
|
8680
8680
|
cursor: pointer;
|
|
8681
8681
|
}
|
|
8682
|
-
.
|
|
8683
|
-
.
|
|
8682
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_header_wrap__db13568b .index_module_top__db13568b .index_module_user__db13568b .index_module_count__db13568b,
|
|
8683
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_header_wrap__db13568b .index_module_top__db13568b .index_module_user__db13568b .index_module_count__db13568b {
|
|
8684
8684
|
position: absolute;
|
|
8685
8685
|
top: -6px;
|
|
8686
8686
|
right: 5px;
|
|
@@ -8691,19 +8691,19 @@
|
|
|
8691
8691
|
font-size: 12px;
|
|
8692
8692
|
line-height: 1.2;
|
|
8693
8693
|
}
|
|
8694
|
-
.
|
|
8695
|
-
.
|
|
8694
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_header_wrap__db13568b .index_module_top__db13568b .index_module_operate__db13568b,
|
|
8695
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_header_wrap__db13568b .index_module_top__db13568b .index_module_operate__db13568b {
|
|
8696
8696
|
display: flex;
|
|
8697
8697
|
height: 16px;
|
|
8698
8698
|
}
|
|
8699
|
-
.
|
|
8700
|
-
.
|
|
8699
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_header_wrap__db13568b .index_module_top__db13568b .index_module_operate__db13568b i,
|
|
8700
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_header_wrap__db13568b .index_module_top__db13568b .index_module_operate__db13568b i {
|
|
8701
8701
|
font-size: 16px;
|
|
8702
8702
|
margin-left: 23px;
|
|
8703
8703
|
cursor: pointer;
|
|
8704
8704
|
}
|
|
8705
|
-
.
|
|
8706
|
-
.
|
|
8705
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_header_wrap__db13568b .index_module_top__db13568b .index_module_operate__db13568b .index_module_line__db13568b,
|
|
8706
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_header_wrap__db13568b .index_module_top__db13568b .index_module_operate__db13568b .index_module_line__db13568b {
|
|
8707
8707
|
display: inline-block;
|
|
8708
8708
|
width: 1px;
|
|
8709
8709
|
height: 16px;
|
|
@@ -8711,13 +8711,13 @@
|
|
|
8711
8711
|
margin: 0 4px;
|
|
8712
8712
|
margin-left: 23px;
|
|
8713
8713
|
}
|
|
8714
|
-
.
|
|
8715
|
-
.
|
|
8714
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_header_wrap__db13568b .index_module_top__db13568b .index_module_operate__db13568b .index_module_popover_main__db13568b,
|
|
8715
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_header_wrap__db13568b .index_module_top__db13568b .index_module_operate__db13568b .index_module_popover_main__db13568b {
|
|
8716
8716
|
position: relative;
|
|
8717
8717
|
z-index: 99;
|
|
8718
8718
|
}
|
|
8719
|
-
.
|
|
8720
|
-
.
|
|
8719
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_header_wrap__db13568b .index_module_top__db13568b .index_module_operate__db13568b .index_module_popover_main__db13568b .index_module_popover__db13568b,
|
|
8720
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_header_wrap__db13568b .index_module_top__db13568b .index_module_operate__db13568b .index_module_popover_main__db13568b .index_module_popover__db13568b {
|
|
8721
8721
|
padding: 8px 0;
|
|
8722
8722
|
width: 74px;
|
|
8723
8723
|
text-align: center;
|
|
@@ -8733,8 +8733,8 @@
|
|
|
8733
8733
|
left: -30px;
|
|
8734
8734
|
display: none;
|
|
8735
8735
|
}
|
|
8736
|
-
.
|
|
8737
|
-
.
|
|
8736
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_header_wrap__db13568b .index_module_top__db13568b .index_module_operate__db13568b .index_module_popover_main__db13568b .index_module_popover__db13568b::after,
|
|
8737
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_header_wrap__db13568b .index_module_top__db13568b .index_module_operate__db13568b .index_module_popover_main__db13568b .index_module_popover__db13568b::after {
|
|
8738
8738
|
content: "";
|
|
8739
8739
|
position: absolute;
|
|
8740
8740
|
width: 0;
|
|
@@ -8745,8 +8745,8 @@
|
|
|
8745
8745
|
top: -12px;
|
|
8746
8746
|
left: 32px;
|
|
8747
8747
|
}
|
|
8748
|
-
.
|
|
8749
|
-
.
|
|
8748
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_header_wrap__db13568b .index_module_top__db13568b .index_module_operate__db13568b .index_module_popover_main__db13568b .index_module_popover__db13568b::before,
|
|
8749
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_header_wrap__db13568b .index_module_top__db13568b .index_module_operate__db13568b .index_module_popover_main__db13568b .index_module_popover__db13568b::before {
|
|
8750
8750
|
content: "";
|
|
8751
8751
|
position: absolute;
|
|
8752
8752
|
z-index: 99;
|
|
@@ -8757,44 +8757,44 @@
|
|
|
8757
8757
|
top: -13px;
|
|
8758
8758
|
left: 32px;
|
|
8759
8759
|
}
|
|
8760
|
-
.
|
|
8761
|
-
.
|
|
8760
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_header_wrap__db13568b .index_module_top__db13568b .index_module_operate__db13568b .index_module_popover_main__db13568b:hover .index_module_popover__db13568b,
|
|
8761
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_header_wrap__db13568b .index_module_top__db13568b .index_module_operate__db13568b .index_module_popover_main__db13568b:hover .index_module_popover__db13568b {
|
|
8762
8762
|
display: block;
|
|
8763
8763
|
}
|
|
8764
|
-
.
|
|
8765
|
-
.
|
|
8764
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_header_wrap_newlabo__db13568b .index_module_top__db13568b,
|
|
8765
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_header_wrap_newlabo__db13568b .index_module_top__db13568b {
|
|
8766
8766
|
background-color: #f5f5f5;
|
|
8767
8767
|
border-bottom: 1px solid #ebebeb;
|
|
8768
8768
|
}
|
|
8769
|
-
.
|
|
8770
|
-
.
|
|
8769
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_header_wrap_newlabo__db13568b .index_module_top__db13568b .index_module_user__db13568b,
|
|
8770
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_header_wrap_newlabo__db13568b .index_module_top__db13568b .index_module_user__db13568b {
|
|
8771
8771
|
padding-left: 0;
|
|
8772
8772
|
font-weight: 400;
|
|
8773
8773
|
}
|
|
8774
|
-
.
|
|
8775
|
-
.
|
|
8774
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b,
|
|
8775
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b {
|
|
8776
8776
|
max-height: calc(100vh - 110px);
|
|
8777
8777
|
overflow: auto;
|
|
8778
8778
|
background: #f5f5f5;
|
|
8779
8779
|
min-height: 200px;
|
|
8780
8780
|
}
|
|
8781
|
-
.
|
|
8782
|
-
.
|
|
8781
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_loading__db13568b,
|
|
8782
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_loading__db13568b {
|
|
8783
8783
|
text-align: center;
|
|
8784
8784
|
margin: 10px 0;
|
|
8785
8785
|
}
|
|
8786
|
-
.
|
|
8787
|
-
.
|
|
8786
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_loading__db13568b img,
|
|
8787
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_loading__db13568b img {
|
|
8788
8788
|
width: 30px;
|
|
8789
8789
|
height: 30px;
|
|
8790
8790
|
}
|
|
8791
|
-
.
|
|
8792
|
-
.
|
|
8791
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b,
|
|
8792
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b {
|
|
8793
8793
|
padding: 16px;
|
|
8794
8794
|
padding-top: 0;
|
|
8795
8795
|
}
|
|
8796
|
-
.
|
|
8797
|
-
.
|
|
8796
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_left__db13568b .index_module_head_sculpture__db13568b,
|
|
8797
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_left__db13568b .index_module_head_sculpture__db13568b {
|
|
8798
8798
|
width: 32px;
|
|
8799
8799
|
height: 32px;
|
|
8800
8800
|
margin-top: 24px;
|
|
@@ -8803,19 +8803,19 @@
|
|
|
8803
8803
|
vertical-align: top;
|
|
8804
8804
|
overflow: hidden;
|
|
8805
8805
|
}
|
|
8806
|
-
.
|
|
8807
|
-
.
|
|
8806
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_left__db13568b .index_module_head_sculpture__db13568b img,
|
|
8807
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_left__db13568b .index_module_head_sculpture__db13568b img {
|
|
8808
8808
|
width: 100%;
|
|
8809
8809
|
height: 100%;
|
|
8810
8810
|
}
|
|
8811
|
-
.
|
|
8812
|
-
.
|
|
8811
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_left__db13568b .index_module_main_content__db13568b,
|
|
8812
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_left__db13568b .index_module_main_content__db13568b {
|
|
8813
8813
|
display: flex;
|
|
8814
8814
|
flex-direction: column;
|
|
8815
8815
|
align-items: flex-end;
|
|
8816
8816
|
}
|
|
8817
|
-
.
|
|
8818
|
-
.
|
|
8817
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_right__db13568b .index_module_head_sculpture__db13568b,
|
|
8818
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_right__db13568b .index_module_head_sculpture__db13568b {
|
|
8819
8819
|
width: 32px;
|
|
8820
8820
|
height: 32px;
|
|
8821
8821
|
margin-top: 24px;
|
|
@@ -8826,80 +8826,80 @@
|
|
|
8826
8826
|
overflow: hidden;
|
|
8827
8827
|
text-align: center;
|
|
8828
8828
|
}
|
|
8829
|
-
.
|
|
8830
|
-
.
|
|
8829
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_right__db13568b .index_module_head_sculpture__db13568b i,
|
|
8830
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_right__db13568b .index_module_head_sculpture__db13568b i {
|
|
8831
8831
|
color: #fff;
|
|
8832
8832
|
}
|
|
8833
|
-
.
|
|
8834
|
-
.
|
|
8833
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_right__db13568b .index_module_head_sculpture__db13568b img,
|
|
8834
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_right__db13568b .index_module_head_sculpture__db13568b img {
|
|
8835
8835
|
width: 100%;
|
|
8836
8836
|
height: 100%;
|
|
8837
8837
|
}
|
|
8838
|
-
.
|
|
8839
|
-
.
|
|
8838
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li,
|
|
8839
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li {
|
|
8840
8840
|
position: relative;
|
|
8841
8841
|
display: flex;
|
|
8842
8842
|
width: 100%;
|
|
8843
8843
|
}
|
|
8844
|
-
.
|
|
8845
|
-
.
|
|
8844
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b,
|
|
8845
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b {
|
|
8846
8846
|
max-width: 80%;
|
|
8847
8847
|
}
|
|
8848
|
-
.
|
|
8849
|
-
.
|
|
8848
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content_flag__db13568b,
|
|
8849
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content_flag__db13568b {
|
|
8850
8850
|
width: 100%;
|
|
8851
8851
|
}
|
|
8852
|
-
.
|
|
8853
|
-
.
|
|
8852
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content_flag__db13568b:hover .index_module_operate_modal__db13568b,
|
|
8853
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content_flag__db13568b:hover .index_module_operate_modal__db13568b {
|
|
8854
8854
|
visibility: visible;
|
|
8855
8855
|
}
|
|
8856
|
-
.
|
|
8857
|
-
.
|
|
8856
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b,
|
|
8857
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b {
|
|
8858
8858
|
display: flex;
|
|
8859
8859
|
justify-content: space-between;
|
|
8860
8860
|
align-items: center;
|
|
8861
8861
|
bottom: 0;
|
|
8862
8862
|
}
|
|
8863
|
-
.
|
|
8864
|
-
.
|
|
8863
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_operate__db13568b,
|
|
8864
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_operate__db13568b {
|
|
8865
8865
|
display: inline-block;
|
|
8866
8866
|
padding: 8px;
|
|
8867
8867
|
line-height: 1;
|
|
8868
8868
|
color: rgba(0, 0, 0, 0.45);
|
|
8869
8869
|
}
|
|
8870
|
-
.
|
|
8871
|
-
.
|
|
8870
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_operate__db13568b i,
|
|
8871
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_operate__db13568b i {
|
|
8872
8872
|
color: rgba(0, 0, 0, 0.45);
|
|
8873
8873
|
font-size: 16px;
|
|
8874
8874
|
cursor: pointer;
|
|
8875
8875
|
}
|
|
8876
|
-
.
|
|
8877
|
-
.
|
|
8876
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_operate__db13568b i svg,
|
|
8877
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_operate__db13568b i svg {
|
|
8878
8878
|
color: rgba(0, 0, 0, 0.65);
|
|
8879
8879
|
}
|
|
8880
|
-
.
|
|
8881
|
-
.
|
|
8880
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_operate__db13568b i:hover svg,
|
|
8881
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_operate__db13568b i:hover svg {
|
|
8882
8882
|
color: #f4523b;
|
|
8883
8883
|
}
|
|
8884
|
-
.
|
|
8885
|
-
.
|
|
8884
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_operate__db13568b .index_module_active__db13568b svg,
|
|
8885
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_operate__db13568b .index_module_active__db13568b svg {
|
|
8886
8886
|
color: #f4523b;
|
|
8887
8887
|
}
|
|
8888
|
-
.
|
|
8889
|
-
.
|
|
8888
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_operate__db13568b span,
|
|
8889
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_operate__db13568b span {
|
|
8890
8890
|
margin: 0 8px;
|
|
8891
8891
|
cursor: pointer;
|
|
8892
8892
|
}
|
|
8893
|
-
.
|
|
8894
|
-
.
|
|
8893
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_stop_generate__db13568b,
|
|
8894
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_stop_generate__db13568b {
|
|
8895
8895
|
font-size: 12px;
|
|
8896
8896
|
color: rgba(0, 0, 0, 0.45);
|
|
8897
8897
|
display: inline-block;
|
|
8898
8898
|
padding: 8px 0;
|
|
8899
8899
|
cursor: pointer;
|
|
8900
8900
|
}
|
|
8901
|
-
.
|
|
8902
|
-
.
|
|
8901
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_stop_generate__db13568b .index_module_icon__db13568b,
|
|
8902
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_stop_generate__db13568b .index_module_icon__db13568b {
|
|
8903
8903
|
display: inline-block;
|
|
8904
8904
|
width: 10px;
|
|
8905
8905
|
height: 10px;
|
|
@@ -8907,8 +8907,8 @@
|
|
|
8907
8907
|
background-color: rgba(0, 0, 0, 0.45);
|
|
8908
8908
|
margin-right: 4px;
|
|
8909
8909
|
}
|
|
8910
|
-
.
|
|
8911
|
-
.
|
|
8910
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_stop_generate__db13568b .index_module_find_teacher__db13568b,
|
|
8911
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_stop_generate__db13568b .index_module_find_teacher__db13568b {
|
|
8912
8912
|
padding: 2px 8px;
|
|
8913
8913
|
border-radius: 2px;
|
|
8914
8914
|
background-color: rgba(0, 0, 0, 0.04);
|
|
@@ -8916,91 +8916,91 @@
|
|
|
8916
8916
|
font-size: 12px;
|
|
8917
8917
|
line-height: 1;
|
|
8918
8918
|
}
|
|
8919
|
-
.
|
|
8920
|
-
.
|
|
8919
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_stop_generate__db13568b .index_module_find_teacher__db13568b:hover,
|
|
8920
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_stop_generate__db13568b .index_module_find_teacher__db13568b:hover {
|
|
8921
8921
|
color: #f4523b;
|
|
8922
8922
|
}
|
|
8923
|
-
.
|
|
8924
|
-
.
|
|
8923
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_stop_generate__db13568b:hover,
|
|
8924
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_stop_generate__db13568b:hover {
|
|
8925
8925
|
color: #f4523b;
|
|
8926
8926
|
}
|
|
8927
|
-
.
|
|
8928
|
-
.
|
|
8927
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_stop_generate__db13568b:hover span,
|
|
8928
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_stop_generate__db13568b:hover span {
|
|
8929
8929
|
color: #f4523b;
|
|
8930
8930
|
}
|
|
8931
|
-
.
|
|
8932
|
-
.
|
|
8931
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_stop_findTeacher__db13568b,
|
|
8932
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_stop_findTeacher__db13568b {
|
|
8933
8933
|
font-size: 12px;
|
|
8934
8934
|
color: rgba(0, 0, 0, 0.45);
|
|
8935
8935
|
display: inline-block;
|
|
8936
8936
|
padding: 8px 0;
|
|
8937
8937
|
cursor: pointer;
|
|
8938
8938
|
}
|
|
8939
|
-
.
|
|
8940
|
-
.
|
|
8939
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_stop_findTeacher__db13568b span,
|
|
8940
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_stop_findTeacher__db13568b span {
|
|
8941
8941
|
padding: 0px 8px;
|
|
8942
8942
|
background-color: rgba(0, 0, 0, 0.04);
|
|
8943
8943
|
color: rgba(0, 0, 0, 0.45);
|
|
8944
8944
|
}
|
|
8945
|
-
.
|
|
8946
|
-
.
|
|
8945
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_stop_findTeacher__db13568b span:hover,
|
|
8946
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal_bottom__db13568b .index_module_stop_findTeacher__db13568b span:hover {
|
|
8947
8947
|
color: #f4523b;
|
|
8948
8948
|
}
|
|
8949
|
-
.
|
|
8950
|
-
.
|
|
8949
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b,
|
|
8950
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b {
|
|
8951
8951
|
position: relative;
|
|
8952
8952
|
}
|
|
8953
|
-
.
|
|
8954
|
-
.
|
|
8953
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b,
|
|
8954
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b {
|
|
8955
8955
|
position: relative;
|
|
8956
8956
|
max-width: 100%;
|
|
8957
8957
|
}
|
|
8958
|
-
.
|
|
8959
|
-
.
|
|
8958
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_content_child__db13568b,
|
|
8959
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_content_child__db13568b {
|
|
8960
8960
|
padding: 0;
|
|
8961
8961
|
line-height: 1;
|
|
8962
8962
|
}
|
|
8963
|
-
.
|
|
8964
|
-
.
|
|
8963
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_content_child__db13568b p,
|
|
8964
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_content_child__db13568b p {
|
|
8965
8965
|
word-break: break-all;
|
|
8966
8966
|
white-space: break-spaces;
|
|
8967
8967
|
}
|
|
8968
|
-
.
|
|
8969
|
-
.
|
|
8970
|
-
.
|
|
8971
|
-
.
|
|
8968
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_content_child__db13568b p,
|
|
8969
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_content_child__db13568b p,
|
|
8970
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_content_child__db13568b li,
|
|
8971
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_content_child__db13568b li {
|
|
8972
8972
|
line-height: 1.5;
|
|
8973
8973
|
color: rgba(0, 0, 0, 0.85);
|
|
8974
8974
|
}
|
|
8975
|
-
.
|
|
8976
|
-
.
|
|
8975
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_content_child__db13568b > h3,
|
|
8976
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_content_child__db13568b > h3 {
|
|
8977
8977
|
font-size: 16px;
|
|
8978
8978
|
font-weight: 600;
|
|
8979
8979
|
padding: 10px 0;
|
|
8980
8980
|
}
|
|
8981
|
-
.
|
|
8982
|
-
.
|
|
8981
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_content_child__db13568b ol,
|
|
8982
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_content_child__db13568b ol {
|
|
8983
8983
|
list-style: decimal;
|
|
8984
8984
|
-webkit-padding-start: 20px;
|
|
8985
8985
|
padding-inline-start: 20px;
|
|
8986
8986
|
}
|
|
8987
|
-
.
|
|
8988
|
-
.
|
|
8987
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_content_child__db13568b ol li,
|
|
8988
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_content_child__db13568b ol li {
|
|
8989
8989
|
list-style-type: auto;
|
|
8990
8990
|
}
|
|
8991
|
-
.
|
|
8992
|
-
.
|
|
8991
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_content_child__db13568b ol li p,
|
|
8992
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_content_child__db13568b ol li p {
|
|
8993
8993
|
padding: 4px 0;
|
|
8994
8994
|
font-size: 14px;
|
|
8995
8995
|
font-weight: 600;
|
|
8996
8996
|
}
|
|
8997
|
-
.
|
|
8998
|
-
.
|
|
8997
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_content_child__db13568b ol li > ul li,
|
|
8998
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_content_child__db13568b ol li > ul li {
|
|
8999
8999
|
list-style: inside;
|
|
9000
9000
|
color: rgba(0, 0, 0, 0.65);
|
|
9001
9001
|
}
|
|
9002
|
-
.
|
|
9003
|
-
.
|
|
9002
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b pre,
|
|
9003
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b pre {
|
|
9004
9004
|
background: #fafafa;
|
|
9005
9005
|
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
9006
9006
|
border-top: none;
|
|
@@ -9009,13 +9009,13 @@
|
|
|
9009
9009
|
margin: 4px 0;
|
|
9010
9010
|
border-radius: 0 0 4px 4px;
|
|
9011
9011
|
}
|
|
9012
|
-
.
|
|
9013
|
-
.
|
|
9012
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_operate_modal_bottom__db13568b,
|
|
9013
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_operate_modal_bottom__db13568b {
|
|
9014
9014
|
position: relative;
|
|
9015
9015
|
top: 12px ;
|
|
9016
9016
|
}
|
|
9017
|
-
.
|
|
9018
|
-
.
|
|
9017
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_operate_modal_bottom__db13568b::before,
|
|
9018
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_operate_modal_bottom__db13568b::before {
|
|
9019
9019
|
content: '';
|
|
9020
9020
|
display: block;
|
|
9021
9021
|
width: calc(100% + 32px);
|
|
@@ -9025,33 +9025,38 @@
|
|
|
9025
9025
|
bottom: 42px;
|
|
9026
9026
|
left: -16px;
|
|
9027
9027
|
}
|
|
9028
|
-
.
|
|
9029
|
-
.
|
|
9028
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_operate_modal_bottom__db13568b > p,
|
|
9029
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_operate_modal_bottom__db13568b > p {
|
|
9030
9030
|
padding: 12px 0;
|
|
9031
9031
|
}
|
|
9032
|
-
.
|
|
9033
|
-
.
|
|
9032
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_operate_modal_bottom__db13568b .index_module_find_teacher__db13568b,
|
|
9033
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_operate_modal_bottom__db13568b .index_module_find_teacher__db13568b {
|
|
9034
9034
|
padding: 0;
|
|
9035
9035
|
background-color: transparent;
|
|
9036
9036
|
color: #f4523b;
|
|
9037
9037
|
}
|
|
9038
|
-
.
|
|
9039
|
-
.
|
|
9038
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_operate_modal_bottom__db13568b .index_module_operate__db13568b .anticon,
|
|
9039
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_operate_modal_bottom__db13568b .index_module_operate__db13568b .anticon {
|
|
9040
9040
|
display: inline-block;
|
|
9041
9041
|
width: 20px;
|
|
9042
9042
|
height: 20px;
|
|
9043
9043
|
}
|
|
9044
|
-
.
|
|
9045
|
-
.
|
|
9044
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_operate_modal_bottom__db13568b .index_module_operate__db13568b .anticon:hover,
|
|
9045
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_operate_modal_bottom__db13568b .index_module_operate__db13568b .anticon:hover {
|
|
9046
9046
|
background-color: rgba(0, 0, 0, 0.04);
|
|
9047
9047
|
}
|
|
9048
|
-
.
|
|
9049
|
-
.
|
|
9048
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_find_teacher_con__db13568b,
|
|
9049
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_content__db13568b .index_module_find_teacher_con__db13568b {
|
|
9050
|
+
color: #f4523b;
|
|
9051
|
+
cursor: pointer;
|
|
9052
|
+
}
|
|
9053
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_sign__db13568b,
|
|
9054
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_main_content__db13568b .index_module_sign__db13568b {
|
|
9050
9055
|
background-color: #1890ff;
|
|
9051
9056
|
color: #fff;
|
|
9052
9057
|
}
|
|
9053
|
-
.
|
|
9054
|
-
.
|
|
9058
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal__db13568b,
|
|
9059
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal__db13568b {
|
|
9055
9060
|
visibility: hidden;
|
|
9056
9061
|
height: 24px;
|
|
9057
9062
|
white-space: nowrap;
|
|
@@ -9061,8 +9066,8 @@
|
|
|
9061
9066
|
z-index: 9;
|
|
9062
9067
|
text-align: right;
|
|
9063
9068
|
}
|
|
9064
|
-
.
|
|
9065
|
-
.
|
|
9069
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal__db13568b .index_module_operate__db13568b,
|
|
9070
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal__db13568b .index_module_operate__db13568b {
|
|
9066
9071
|
display: inline-flex;
|
|
9067
9072
|
align-items: center;
|
|
9068
9073
|
padding: 8px 0;
|
|
@@ -9072,66 +9077,66 @@
|
|
|
9072
9077
|
line-height: 1;
|
|
9073
9078
|
color: rgba(0, 0, 0, 0.45);
|
|
9074
9079
|
}
|
|
9075
|
-
.
|
|
9076
|
-
.
|
|
9080
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal__db13568b .index_module_operate__db13568b i,
|
|
9081
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal__db13568b .index_module_operate__db13568b i {
|
|
9077
9082
|
color: rgba(0, 0, 0, 0.45);
|
|
9078
9083
|
font-size: 16px;
|
|
9079
9084
|
cursor: pointer;
|
|
9080
9085
|
}
|
|
9081
|
-
.
|
|
9082
|
-
.
|
|
9086
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal__db13568b .index_module_operate__db13568b i svg,
|
|
9087
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal__db13568b .index_module_operate__db13568b i svg {
|
|
9083
9088
|
color: rgba(0, 0, 0, 0.65);
|
|
9084
9089
|
}
|
|
9085
|
-
.
|
|
9086
|
-
.
|
|
9090
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal__db13568b .index_module_operate__db13568b i:hover svg,
|
|
9091
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal__db13568b .index_module_operate__db13568b i:hover svg {
|
|
9087
9092
|
color: #f4523b;
|
|
9088
9093
|
}
|
|
9089
|
-
.
|
|
9090
|
-
.
|
|
9094
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal__db13568b .index_module_operate__db13568b .index_module_active__db13568b svg,
|
|
9095
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal__db13568b .index_module_operate__db13568b .index_module_active__db13568b svg {
|
|
9091
9096
|
color: #f4523b;
|
|
9092
9097
|
}
|
|
9093
|
-
.
|
|
9094
|
-
.
|
|
9098
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal__db13568b .index_module_operate__db13568b span,
|
|
9099
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal__db13568b .index_module_operate__db13568b span {
|
|
9095
9100
|
margin: 0 8px;
|
|
9096
9101
|
}
|
|
9097
|
-
.
|
|
9098
|
-
.
|
|
9102
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal__db13568b .index_module_operate__db13568b .index_module_ask_question__db13568b,
|
|
9103
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_main__db13568b .index_module_operate_modal__db13568b .index_module_operate__db13568b .index_module_ask_question__db13568b {
|
|
9099
9104
|
cursor: pointer;
|
|
9100
9105
|
color: #f4523b;
|
|
9101
9106
|
font-size: 12px;
|
|
9102
9107
|
line-height: 1;
|
|
9103
9108
|
}
|
|
9104
|
-
.
|
|
9105
|
-
.
|
|
9109
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_content__db13568b,
|
|
9110
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b > li .index_module_content__db13568b {
|
|
9106
9111
|
padding: 12px 16px;
|
|
9107
9112
|
display: inline-block;
|
|
9108
9113
|
font-size: 14px;
|
|
9109
9114
|
}
|
|
9110
|
-
.
|
|
9111
|
-
.
|
|
9115
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_left__db13568b,
|
|
9116
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_left__db13568b {
|
|
9112
9117
|
justify-content: flex-end;
|
|
9113
9118
|
}
|
|
9114
|
-
.
|
|
9115
|
-
.
|
|
9119
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_left__db13568b .index_module_main__db13568b,
|
|
9120
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_left__db13568b .index_module_main__db13568b {
|
|
9116
9121
|
text-align: right;
|
|
9117
9122
|
}
|
|
9118
|
-
.
|
|
9119
|
-
.
|
|
9123
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li.index_module_left__db13568b .index_module_content__db13568b,
|
|
9124
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li.index_module_left__db13568b .index_module_content__db13568b {
|
|
9120
9125
|
border-radius: 20px 2px 20px 20px;
|
|
9121
9126
|
background: #d1e4ff;
|
|
9122
9127
|
text-align: left;
|
|
9123
9128
|
}
|
|
9124
|
-
.
|
|
9125
|
-
.
|
|
9129
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li.index_module_right__db13568b .index_module_content__db13568b,
|
|
9130
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li.index_module_right__db13568b .index_module_content__db13568b {
|
|
9126
9131
|
border-radius: 2px 20px 20px 20px;
|
|
9127
9132
|
background: #fff;
|
|
9128
9133
|
}
|
|
9129
|
-
.
|
|
9130
|
-
.
|
|
9134
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_association_problem__db13568b,
|
|
9135
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_association_problem__db13568b {
|
|
9131
9136
|
padding-left: 0;
|
|
9132
9137
|
}
|
|
9133
|
-
.
|
|
9134
|
-
.
|
|
9138
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_association_problem__db13568b li,
|
|
9139
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_association_problem__db13568b li {
|
|
9135
9140
|
padding-top: 16px;
|
|
9136
9141
|
color: #5991ef;
|
|
9137
9142
|
font-size: 14px;
|
|
@@ -9140,13 +9145,13 @@
|
|
|
9140
9145
|
cursor: pointer;
|
|
9141
9146
|
list-style-type: none;
|
|
9142
9147
|
}
|
|
9143
|
-
.
|
|
9144
|
-
.
|
|
9148
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_association_problem_flag__db13568b li,
|
|
9149
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_association_problem_flag__db13568b li {
|
|
9145
9150
|
padding-left: 30px;
|
|
9146
9151
|
position: relative;
|
|
9147
9152
|
}
|
|
9148
|
-
.
|
|
9149
|
-
.
|
|
9153
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_association_problem_flag__db13568b li::after,
|
|
9154
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_association_problem_flag__db13568b li::after {
|
|
9150
9155
|
content: '';
|
|
9151
9156
|
width: 6px;
|
|
9152
9157
|
height: 6px;
|
|
@@ -9157,24 +9162,24 @@
|
|
|
9157
9162
|
top: 26px;
|
|
9158
9163
|
left: 10px;
|
|
9159
9164
|
}
|
|
9160
|
-
.
|
|
9161
|
-
.
|
|
9165
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_association_problem_flag__db13568b li:first-child,
|
|
9166
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_association_problem_flag__db13568b li:first-child {
|
|
9162
9167
|
padding-left: 0;
|
|
9163
9168
|
}
|
|
9164
|
-
.
|
|
9165
|
-
.
|
|
9169
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_association_problem_flag__db13568b li:first-child::after,
|
|
9170
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_association_problem_flag__db13568b li:first-child::after {
|
|
9166
9171
|
display: none;
|
|
9167
9172
|
}
|
|
9168
|
-
.
|
|
9169
|
-
.
|
|
9173
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_association_problem_flag__db13568b .index_module_related_issues_flag__db13568b span,
|
|
9174
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_association_problem_flag__db13568b .index_module_related_issues_flag__db13568b span {
|
|
9170
9175
|
color: #000;
|
|
9171
9176
|
font-weight: 600;
|
|
9172
9177
|
border-bottom: 6px solid #ffe8e0;
|
|
9173
9178
|
display: inline-block;
|
|
9174
9179
|
height: 22px;
|
|
9175
9180
|
}
|
|
9176
|
-
.
|
|
9177
|
-
.
|
|
9181
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_img_con__db13568b,
|
|
9182
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_img_con__db13568b {
|
|
9178
9183
|
width: 100%;
|
|
9179
9184
|
text-align: center;
|
|
9180
9185
|
position: relative;
|
|
@@ -9185,14 +9190,14 @@
|
|
|
9185
9190
|
width: 240px;
|
|
9186
9191
|
max-height: 134px;
|
|
9187
9192
|
}
|
|
9188
|
-
.
|
|
9189
|
-
.
|
|
9193
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_img_con__db13568b img,
|
|
9194
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_img_con__db13568b img {
|
|
9190
9195
|
width: 240px;
|
|
9191
9196
|
height: -moz-fit-content;
|
|
9192
9197
|
height: fit-content;
|
|
9193
9198
|
}
|
|
9194
|
-
.
|
|
9195
|
-
.
|
|
9199
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_img_con__db13568b .index_module_mask_zoom__db13568b,
|
|
9200
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_img_con__db13568b .index_module_mask_zoom__db13568b {
|
|
9196
9201
|
position: absolute;
|
|
9197
9202
|
top: 0;
|
|
9198
9203
|
left: 0;
|
|
@@ -9204,29 +9209,29 @@
|
|
|
9204
9209
|
align-items: center;
|
|
9205
9210
|
justify-content: center;
|
|
9206
9211
|
}
|
|
9207
|
-
.
|
|
9208
|
-
.
|
|
9212
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_img_con__db13568b .index_module_mask_zoom__db13568b svg,
|
|
9213
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_img_con__db13568b .index_module_mask_zoom__db13568b svg {
|
|
9209
9214
|
font-size: 20px;
|
|
9210
9215
|
color: #fff;
|
|
9211
9216
|
cursor: pointer;
|
|
9212
9217
|
}
|
|
9213
|
-
.
|
|
9214
|
-
.
|
|
9218
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_img_con__db13568b:hover .index_module_mask_zoom__db13568b,
|
|
9219
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_img_con__db13568b:hover .index_module_mask_zoom__db13568b {
|
|
9215
9220
|
display: flex;
|
|
9216
9221
|
}
|
|
9217
|
-
.
|
|
9218
|
-
.
|
|
9222
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_img_con2__db13568b,
|
|
9223
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_img_con2__db13568b {
|
|
9219
9224
|
width: 300px;
|
|
9220
9225
|
max-height: 168px;
|
|
9221
9226
|
}
|
|
9222
|
-
.
|
|
9223
|
-
.
|
|
9227
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_img_con2__db13568b img,
|
|
9228
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_img_con2__db13568b img {
|
|
9224
9229
|
width: 300px;
|
|
9225
9230
|
height: -moz-fit-content;
|
|
9226
9231
|
height: fit-content;
|
|
9227
9232
|
}
|
|
9228
|
-
.
|
|
9229
|
-
.
|
|
9233
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_copyCode__db13568b,
|
|
9234
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_copyCode__db13568b {
|
|
9230
9235
|
display: flex;
|
|
9231
9236
|
justify-content: flex-end;
|
|
9232
9237
|
align-items: center;
|
|
@@ -9244,67 +9249,67 @@
|
|
|
9244
9249
|
cursor: pointer;
|
|
9245
9250
|
font-weight: 400 !important;
|
|
9246
9251
|
}
|
|
9247
|
-
.
|
|
9248
|
-
.
|
|
9252
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_copyCode__db13568b .index_module_icon__db13568b,
|
|
9253
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_copyCode__db13568b .index_module_icon__db13568b {
|
|
9249
9254
|
display: none;
|
|
9250
9255
|
}
|
|
9251
|
-
.
|
|
9252
|
-
.
|
|
9256
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_copyCode__db13568b .copy,
|
|
9257
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_copyCode__db13568b .copy {
|
|
9253
9258
|
display: block;
|
|
9254
9259
|
}
|
|
9255
|
-
.
|
|
9256
|
-
.
|
|
9260
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_copyCode__db13568b svg,
|
|
9261
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .index_module_copyCode__db13568b svg {
|
|
9257
9262
|
color: rgba(0, 0, 0, 0.65);
|
|
9258
9263
|
margin-right: 8px;
|
|
9259
9264
|
font-size: 16px;
|
|
9260
9265
|
position: relative;
|
|
9261
9266
|
top: 2px;
|
|
9262
9267
|
}
|
|
9263
|
-
.
|
|
9264
|
-
.
|
|
9268
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .copy_success .copyCode,
|
|
9269
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .copy_success .copyCode {
|
|
9265
9270
|
color: #f4523b;
|
|
9266
9271
|
}
|
|
9267
|
-
.
|
|
9268
|
-
.
|
|
9272
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .copy_success .copy,
|
|
9273
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .copy_success .copy {
|
|
9269
9274
|
display: none;
|
|
9270
9275
|
}
|
|
9271
|
-
.
|
|
9272
|
-
.
|
|
9276
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .copy_success .copy_success_flag,
|
|
9277
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .copy_success .copy_success_flag {
|
|
9273
9278
|
display: inline-block;
|
|
9274
9279
|
}
|
|
9275
|
-
.
|
|
9276
|
-
.
|
|
9280
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .copy_success .copy_success_flag svg,
|
|
9281
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b .copy_success .copy_success_flag svg {
|
|
9277
9282
|
color: #f4523b;
|
|
9278
9283
|
}
|
|
9279
|
-
.
|
|
9280
|
-
.
|
|
9284
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b p > code,
|
|
9285
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b p > code {
|
|
9281
9286
|
border: none;
|
|
9282
9287
|
background-color: rgba(0, 0, 0, 0.06);
|
|
9283
9288
|
border-radius: 2px;
|
|
9284
9289
|
color: #000;
|
|
9285
9290
|
padding: 0 2px;
|
|
9286
9291
|
}
|
|
9287
|
-
.
|
|
9288
|
-
.
|
|
9292
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b li ::marker,
|
|
9293
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b li ::marker {
|
|
9289
9294
|
font-weight: 600 !important;
|
|
9290
9295
|
}
|
|
9291
|
-
.
|
|
9292
|
-
.
|
|
9296
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b li ::marker,
|
|
9297
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b li ::marker {
|
|
9293
9298
|
font-weight: 600 !important;
|
|
9294
9299
|
}
|
|
9295
|
-
.
|
|
9296
|
-
.
|
|
9300
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b li p,
|
|
9301
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b li p {
|
|
9297
9302
|
font-weight: 400 !important;
|
|
9298
9303
|
}
|
|
9299
|
-
.
|
|
9300
|
-
.
|
|
9304
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b li p strong,
|
|
9305
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b li .index_module_content__db13568b li p strong {
|
|
9301
9306
|
border-bottom: 6px solid #ffe8e0;
|
|
9302
9307
|
height: 20px;
|
|
9303
9308
|
display: inline-block;
|
|
9304
9309
|
font-weight: 600;
|
|
9305
9310
|
}
|
|
9306
|
-
.
|
|
9307
|
-
.
|
|
9311
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_time__db13568b,
|
|
9312
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_time__db13568b {
|
|
9308
9313
|
display: block;
|
|
9309
9314
|
margin: 40px 0;
|
|
9310
9315
|
margin-bottom: 16px;
|
|
@@ -9313,8 +9318,8 @@
|
|
|
9313
9318
|
color: rgba(0, 0, 0, 0.25);
|
|
9314
9319
|
position: relative;
|
|
9315
9320
|
}
|
|
9316
|
-
.
|
|
9317
|
-
.
|
|
9321
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_time__db13568b::before,
|
|
9322
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_time__db13568b::before {
|
|
9318
9323
|
content: "";
|
|
9319
9324
|
width: 100px;
|
|
9320
9325
|
display: inline-block;
|
|
@@ -9324,8 +9329,8 @@
|
|
|
9324
9329
|
top: -3px;
|
|
9325
9330
|
right: 16px;
|
|
9326
9331
|
}
|
|
9327
|
-
.
|
|
9328
|
-
.
|
|
9332
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_time__db13568b::after,
|
|
9333
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_time__db13568b::after {
|
|
9329
9334
|
content: "";
|
|
9330
9335
|
width: 100px;
|
|
9331
9336
|
display: inline-block;
|
|
@@ -9335,16 +9340,16 @@
|
|
|
9335
9340
|
top: -3px;
|
|
9336
9341
|
left: 16px;
|
|
9337
9342
|
}
|
|
9338
|
-
.
|
|
9339
|
-
.
|
|
9343
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_citation_content__db13568b,
|
|
9344
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_citation_content__db13568b {
|
|
9340
9345
|
display: table;
|
|
9341
9346
|
margin-top: 4px;
|
|
9342
9347
|
padding: 8px;
|
|
9343
9348
|
border-radius: 2px;
|
|
9344
9349
|
background: #e7e7e7;
|
|
9345
9350
|
}
|
|
9346
|
-
.
|
|
9347
|
-
.
|
|
9351
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_citation_content__db13568b p,
|
|
9352
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_citation_content__db13568b p {
|
|
9348
9353
|
color: rgba(0, 0, 0, 0.65);
|
|
9349
9354
|
font-size: 12px;
|
|
9350
9355
|
line-height: 1.5;
|
|
@@ -9358,100 +9363,100 @@
|
|
|
9358
9363
|
cursor: pointer;
|
|
9359
9364
|
text-align: left;
|
|
9360
9365
|
}
|
|
9361
|
-
.
|
|
9362
|
-
.
|
|
9366
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_citation_content__db13568b .index_module_text_exceed__db13568b,
|
|
9367
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_citation_content__db13568b .index_module_text_exceed__db13568b {
|
|
9363
9368
|
padding-right: 16px;
|
|
9364
9369
|
position: relative;
|
|
9365
9370
|
}
|
|
9366
|
-
.
|
|
9367
|
-
.
|
|
9371
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_citation_content__db13568b .index_module_text_exceed__db13568b > span,
|
|
9372
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_citation_content__db13568b .index_module_text_exceed__db13568b > span {
|
|
9368
9373
|
position: absolute;
|
|
9369
9374
|
top: 20px;
|
|
9370
9375
|
right: 0;
|
|
9371
9376
|
}
|
|
9372
|
-
.
|
|
9373
|
-
.
|
|
9377
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_popover_content__db13568b,
|
|
9378
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_message_con__db13568b .index_module_popover_content__db13568b {
|
|
9374
9379
|
max-width: 400px;
|
|
9375
9380
|
}
|
|
9376
|
-
.
|
|
9377
|
-
.
|
|
9381
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b::-webkit-scrollbar,
|
|
9382
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b::-webkit-scrollbar {
|
|
9378
9383
|
background-color: #eff0f7;
|
|
9379
9384
|
background-color: transparent;
|
|
9380
9385
|
width: 6px;
|
|
9381
9386
|
height: 4px;
|
|
9382
9387
|
}
|
|
9383
|
-
.
|
|
9384
|
-
.
|
|
9388
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main__db13568b::-webkit-scrollbar-thumb,
|
|
9389
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b::-webkit-scrollbar-thumb {
|
|
9385
9390
|
border-radius: 4px;
|
|
9386
9391
|
background-color: rgba(181, 184, 198, 0.8);
|
|
9387
9392
|
}
|
|
9388
|
-
.
|
|
9389
|
-
.
|
|
9393
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main_newlabo__db13568b pre,
|
|
9394
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main_newlabo__db13568b pre {
|
|
9390
9395
|
background: #2b303b !important;
|
|
9391
9396
|
color: #fff;
|
|
9392
9397
|
overflow: auto;
|
|
9393
9398
|
}
|
|
9394
|
-
.
|
|
9395
|
-
.
|
|
9399
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main_newlabo__db13568b pre pre::-webkit-scrollbar,
|
|
9400
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main_newlabo__db13568b pre pre::-webkit-scrollbar {
|
|
9396
9401
|
background-color: #eaedf1;
|
|
9397
9402
|
background-color: transparent;
|
|
9398
9403
|
width: 4px;
|
|
9399
9404
|
height: 4px;
|
|
9400
9405
|
}
|
|
9401
|
-
.
|
|
9402
|
-
.
|
|
9406
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main_newlabo__db13568b pre pre::-webkit-scrollbar-thumb,
|
|
9407
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main_newlabo__db13568b pre pre::-webkit-scrollbar-thumb {
|
|
9403
9408
|
border-radius: 4px;
|
|
9404
9409
|
background-color: #f4f4f4;
|
|
9405
9410
|
}
|
|
9406
|
-
.
|
|
9407
|
-
.
|
|
9411
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_main_newlabo_no_pic__db13568b .index_module_head_sculpture__db13568b,
|
|
9412
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main_newlabo_no_pic__db13568b .index_module_head_sculpture__db13568b {
|
|
9408
9413
|
display: none !important;
|
|
9409
9414
|
}
|
|
9410
|
-
.
|
|
9411
|
-
.
|
|
9415
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b,
|
|
9416
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b {
|
|
9412
9417
|
position: absolute;
|
|
9413
9418
|
bottom: 0;
|
|
9414
9419
|
width: 100%;
|
|
9415
9420
|
}
|
|
9416
|
-
.
|
|
9417
|
-
.
|
|
9421
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_issues_list_teacherList__db13568b,
|
|
9422
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_issues_list_teacherList__db13568b {
|
|
9418
9423
|
white-space: nowrap;
|
|
9419
9424
|
overflow: auto;
|
|
9420
9425
|
width: calc(100% - 40px);
|
|
9421
9426
|
box-sizing: border-box;
|
|
9422
9427
|
margin-bottom: 6px;
|
|
9423
9428
|
}
|
|
9424
|
-
.
|
|
9425
|
-
.
|
|
9429
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_issues_list_teacherList__db13568b .index_module_item__db13568b,
|
|
9430
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_issues_list_teacherList__db13568b .index_module_item__db13568b {
|
|
9426
9431
|
display: inline-block;
|
|
9427
9432
|
margin-right: 8px;
|
|
9428
9433
|
}
|
|
9429
|
-
.
|
|
9430
|
-
.
|
|
9434
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_issues_list_teacherList__db13568b .index_module_item__db13568b:last-child,
|
|
9435
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_issues_list_teacherList__db13568b .index_module_item__db13568b:last-child {
|
|
9431
9436
|
margin-right: 0;
|
|
9432
9437
|
}
|
|
9433
|
-
.
|
|
9434
|
-
.
|
|
9438
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_issues_list_teacherList__db13568b::-webkit-scrollbar,
|
|
9439
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_issues_list_teacherList__db13568b::-webkit-scrollbar {
|
|
9435
9440
|
background-color: #eaedf1;
|
|
9436
9441
|
background-color: transparent;
|
|
9437
9442
|
width: 4px;
|
|
9438
9443
|
height: 4px;
|
|
9439
9444
|
}
|
|
9440
|
-
.
|
|
9441
|
-
.
|
|
9445
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_issues_list_teacherList__db13568b::-webkit-scrollbar-thumb,
|
|
9446
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_issues_list_teacherList__db13568b::-webkit-scrollbar-thumb {
|
|
9442
9447
|
border-radius: 4px;
|
|
9443
9448
|
background-color: rgba(181, 184, 198, 0.6);
|
|
9444
9449
|
}
|
|
9445
|
-
.
|
|
9446
|
-
.
|
|
9450
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_issues_list__db13568b,
|
|
9451
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_issues_list__db13568b {
|
|
9447
9452
|
position: absolute;
|
|
9448
9453
|
bottom: 60px;
|
|
9449
9454
|
margin: 0 16px;
|
|
9450
9455
|
padding-bottom: 4px;
|
|
9451
9456
|
line-height: 1;
|
|
9452
9457
|
}
|
|
9453
|
-
.
|
|
9454
|
-
.
|
|
9458
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_issues_list__db13568b .index_module_item__db13568b > span,
|
|
9459
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_issues_list__db13568b .index_module_item__db13568b > span {
|
|
9455
9460
|
cursor: pointer;
|
|
9456
9461
|
max-width: 100%;
|
|
9457
9462
|
display: inline-block;
|
|
@@ -9465,22 +9470,22 @@
|
|
|
9465
9470
|
line-height: 1;
|
|
9466
9471
|
overflow: hidden;
|
|
9467
9472
|
}
|
|
9468
|
-
.
|
|
9469
|
-
.
|
|
9473
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_issues_list__db13568b .index_module_item__db13568b > span:hover,
|
|
9474
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_issues_list__db13568b .index_module_item__db13568b > span:hover {
|
|
9470
9475
|
background-color: #fff;
|
|
9471
9476
|
}
|
|
9472
|
-
.
|
|
9473
|
-
.
|
|
9477
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_issues_list__db13568b .index_module_item__db13568b > span .index_module_sign__db13568b,
|
|
9478
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_issues_list__db13568b .index_module_item__db13568b > span .index_module_sign__db13568b {
|
|
9474
9479
|
color: #f4523b;
|
|
9475
9480
|
}
|
|
9476
|
-
.
|
|
9477
|
-
.
|
|
9481
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_issues_list_flag__db13568b,
|
|
9482
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_issues_list_flag__db13568b {
|
|
9478
9483
|
margin: 0 16px;
|
|
9479
9484
|
line-height: 1;
|
|
9480
9485
|
padding-top: 24px;
|
|
9481
9486
|
}
|
|
9482
|
-
.
|
|
9483
|
-
.
|
|
9487
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_issues_list_flag__db13568b p,
|
|
9488
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_issues_list_flag__db13568b p {
|
|
9484
9489
|
padding: 8px 16px;
|
|
9485
9490
|
background-color: #fff;
|
|
9486
9491
|
border-radius: 38px;
|
|
@@ -9489,20 +9494,20 @@
|
|
|
9489
9494
|
display: inline-block;
|
|
9490
9495
|
cursor: pointer;
|
|
9491
9496
|
}
|
|
9492
|
-
.
|
|
9493
|
-
.
|
|
9497
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_issues_list_flag__db13568b p:hover,
|
|
9498
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_issues_list_flag__db13568b p:hover {
|
|
9494
9499
|
background-color: #fff4f0;
|
|
9495
9500
|
color: #f4523b;
|
|
9496
9501
|
}
|
|
9497
|
-
.
|
|
9498
|
-
.
|
|
9502
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b,
|
|
9503
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b {
|
|
9499
9504
|
display: flex;
|
|
9500
9505
|
align-items: flex-end;
|
|
9501
9506
|
margin-bottom: 12px;
|
|
9502
9507
|
padding: 0 16px;
|
|
9503
9508
|
}
|
|
9504
|
-
.
|
|
9505
|
-
.
|
|
9509
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b,
|
|
9510
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b {
|
|
9506
9511
|
align-items: flex-end;
|
|
9507
9512
|
width: calc(100% - 36px);
|
|
9508
9513
|
background-color: #fff;
|
|
@@ -9514,12 +9519,12 @@
|
|
|
9514
9519
|
position: relative;
|
|
9515
9520
|
padding-right: 1px;
|
|
9516
9521
|
}
|
|
9517
|
-
.
|
|
9518
|
-
.
|
|
9522
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b,
|
|
9523
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b {
|
|
9519
9524
|
line-height: 1;
|
|
9520
9525
|
}
|
|
9521
|
-
.
|
|
9522
|
-
.
|
|
9526
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b textarea,
|
|
9527
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b textarea {
|
|
9523
9528
|
max-height: 100px;
|
|
9524
9529
|
padding: 0;
|
|
9525
9530
|
border: none;
|
|
@@ -9527,55 +9532,55 @@
|
|
|
9527
9532
|
resize: none;
|
|
9528
9533
|
padding-right: 48px;
|
|
9529
9534
|
}
|
|
9530
|
-
.
|
|
9531
|
-
.
|
|
9535
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b textarea.bhd-input,
|
|
9536
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b textarea.bhd-input {
|
|
9532
9537
|
min-height: 21px !important;
|
|
9533
9538
|
line-height: 1.5;
|
|
9534
9539
|
}
|
|
9535
|
-
.
|
|
9536
|
-
.
|
|
9540
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .bhd-input[disabled],
|
|
9541
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .bhd-input[disabled] {
|
|
9537
9542
|
background-color: #fff !important;
|
|
9538
9543
|
}
|
|
9539
|
-
.
|
|
9540
|
-
.
|
|
9544
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b,
|
|
9545
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b {
|
|
9541
9546
|
display: flex;
|
|
9542
9547
|
align-items: center;
|
|
9543
9548
|
padding-bottom: 12px;
|
|
9544
9549
|
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
9545
9550
|
margin-bottom: 12px;
|
|
9546
9551
|
}
|
|
9547
|
-
.
|
|
9548
|
-
.
|
|
9552
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b:hover,
|
|
9553
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b:hover {
|
|
9549
9554
|
cursor: pointer;
|
|
9550
9555
|
}
|
|
9551
|
-
.
|
|
9552
|
-
.
|
|
9556
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_left__db13568b,
|
|
9557
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_left__db13568b {
|
|
9553
9558
|
width: 90px;
|
|
9554
9559
|
height: 60px;
|
|
9555
9560
|
position: relative;
|
|
9556
9561
|
border-radius: 4px;
|
|
9557
9562
|
}
|
|
9558
|
-
.
|
|
9559
|
-
.
|
|
9563
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_left__db13568b img,
|
|
9564
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_left__db13568b img {
|
|
9560
9565
|
width: 100%;
|
|
9561
9566
|
height: 100%;
|
|
9562
9567
|
border-radius: 4px;
|
|
9563
9568
|
overflow: hidden;
|
|
9564
9569
|
}
|
|
9565
|
-
.
|
|
9566
|
-
.
|
|
9570
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_left__db13568b .index_module_icon_close__db13568b,
|
|
9571
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_left__db13568b .index_module_icon_close__db13568b {
|
|
9567
9572
|
position: absolute;
|
|
9568
9573
|
top: -8px;
|
|
9569
9574
|
right: -8px;
|
|
9570
9575
|
z-index: 2;
|
|
9571
9576
|
}
|
|
9572
|
-
.
|
|
9573
|
-
.
|
|
9577
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_left__db13568b .index_module_icon_close__db13568b span,
|
|
9578
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_left__db13568b .index_module_icon_close__db13568b span {
|
|
9574
9579
|
font-size: 18px;
|
|
9575
9580
|
color: rgba(0, 0, 0, 0.45);
|
|
9576
9581
|
}
|
|
9577
|
-
.
|
|
9578
|
-
.
|
|
9582
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_left__db13568b .index_module_icon_zoom__db13568b,
|
|
9583
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_left__db13568b .index_module_icon_zoom__db13568b {
|
|
9579
9584
|
position: absolute;
|
|
9580
9585
|
background: rgba(0, 0, 0, 0.3);
|
|
9581
9586
|
width: 100%;
|
|
@@ -9587,25 +9592,25 @@
|
|
|
9587
9592
|
justify-content: center;
|
|
9588
9593
|
border-radius: 4px;
|
|
9589
9594
|
}
|
|
9590
|
-
.
|
|
9591
|
-
.
|
|
9595
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_left__db13568b .index_module_icon_zoom__db13568b .anticon,
|
|
9596
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_left__db13568b .index_module_icon_zoom__db13568b .anticon {
|
|
9592
9597
|
color: #fff;
|
|
9593
9598
|
}
|
|
9594
|
-
.
|
|
9595
|
-
.
|
|
9599
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_left__db13568b .index_module_icon_zoom__db13568b .index_module_anticon__db13568b,
|
|
9600
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_left__db13568b .index_module_icon_zoom__db13568b .index_module_anticon__db13568b {
|
|
9596
9601
|
color: #fff;
|
|
9597
9602
|
font-size: 18px;
|
|
9598
9603
|
}
|
|
9599
|
-
.
|
|
9600
|
-
.
|
|
9604
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_left__db13568b:hover .index_module_icon_zoom__db13568b,
|
|
9605
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_left__db13568b:hover .index_module_icon_zoom__db13568b {
|
|
9601
9606
|
display: flex;
|
|
9602
9607
|
}
|
|
9603
|
-
.
|
|
9604
|
-
.
|
|
9608
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_right__db13568b,
|
|
9609
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_right__db13568b {
|
|
9605
9610
|
margin-left: 24px;
|
|
9606
9611
|
}
|
|
9607
|
-
.
|
|
9608
|
-
.
|
|
9612
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_right__db13568b p,
|
|
9613
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_right__db13568b p {
|
|
9609
9614
|
display: inline-flex;
|
|
9610
9615
|
align-items: center;
|
|
9611
9616
|
padding: 2px 8px;
|
|
@@ -9613,64 +9618,64 @@
|
|
|
9613
9618
|
color: rgba(0, 0, 0, 0.85);
|
|
9614
9619
|
line-height: 1.5;
|
|
9615
9620
|
}
|
|
9616
|
-
.
|
|
9617
|
-
.
|
|
9621
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_right__db13568b p:first-child,
|
|
9622
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_right__db13568b p:first-child {
|
|
9618
9623
|
margin-bottom: 8px;
|
|
9619
9624
|
}
|
|
9620
|
-
.
|
|
9621
|
-
.
|
|
9625
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_right__db13568b p span,
|
|
9626
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_right__db13568b p span {
|
|
9622
9627
|
margin-right: 4px;
|
|
9623
9628
|
}
|
|
9624
|
-
.
|
|
9625
|
-
.
|
|
9629
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_right__db13568b p .anticon,
|
|
9630
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_right__db13568b p .anticon {
|
|
9626
9631
|
vertical-align: middle !important;
|
|
9627
9632
|
}
|
|
9628
|
-
.
|
|
9629
|
-
.
|
|
9633
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_right__db13568b p svg,
|
|
9634
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_input__db13568b .index_module_picture_layout__db13568b .index_module_right__db13568b p svg {
|
|
9630
9635
|
color: rgba(0, 0, 0, 0.85);
|
|
9631
9636
|
font-size: 20px;
|
|
9632
9637
|
}
|
|
9633
|
-
.
|
|
9634
|
-
.
|
|
9638
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_no_AI__db13568b,
|
|
9639
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_no_AI__db13568b {
|
|
9635
9640
|
width: 100%;
|
|
9636
9641
|
}
|
|
9637
|
-
.
|
|
9638
|
-
.
|
|
9642
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_no_AI__db13568b textarea,
|
|
9643
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b > .index_module_no_AI__db13568b textarea {
|
|
9639
9644
|
padding-right: 12px;
|
|
9640
9645
|
}
|
|
9641
|
-
.
|
|
9642
|
-
.
|
|
9646
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b .index_module_screenshot__db13568b,
|
|
9647
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b .index_module_screenshot__db13568b {
|
|
9643
9648
|
position: absolute;
|
|
9644
9649
|
right: 16px;
|
|
9645
9650
|
bottom: 10px;
|
|
9646
9651
|
color: rgba(0, 0, 0, 0.65);
|
|
9647
9652
|
}
|
|
9648
|
-
.
|
|
9649
|
-
.
|
|
9653
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b .index_module_screenshot__db13568b i,
|
|
9654
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b .index_module_screenshot__db13568b i {
|
|
9650
9655
|
cursor: pointer;
|
|
9651
9656
|
}
|
|
9652
|
-
.
|
|
9653
|
-
.
|
|
9657
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b .index_module_screenshot__db13568b i svg,
|
|
9658
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b .index_module_screenshot__db13568b i svg {
|
|
9654
9659
|
color: rgba(0, 0, 0, 0.65);
|
|
9655
9660
|
font-size: 20px;
|
|
9656
9661
|
}
|
|
9657
|
-
.
|
|
9658
|
-
.
|
|
9662
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b .index_module_disabled__db13568b,
|
|
9663
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b .index_module_disabled__db13568b {
|
|
9659
9664
|
cursor: not-allowed !important;
|
|
9660
9665
|
color: rgba(0, 0, 0, 0.25) !important;
|
|
9661
9666
|
}
|
|
9662
|
-
.
|
|
9663
|
-
.
|
|
9667
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b .index_module_disabled__db13568b svg,
|
|
9668
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b .index_module_disabled__db13568b svg {
|
|
9664
9669
|
color: rgba(0, 0, 0, 0.25) !important;
|
|
9665
9670
|
}
|
|
9666
|
-
.
|
|
9667
|
-
.
|
|
9671
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b .index_module_content_main__db13568b,
|
|
9672
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b .index_module_content_main__db13568b {
|
|
9668
9673
|
display: flex;
|
|
9669
9674
|
align-items: center;
|
|
9670
9675
|
width: calc(100% - 24px);
|
|
9671
9676
|
}
|
|
9672
|
-
.
|
|
9673
|
-
.
|
|
9677
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b .index_module_content_main__db13568b .index_module_content_con__db13568b,
|
|
9678
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b .index_module_content_main__db13568b .index_module_content_con__db13568b {
|
|
9674
9679
|
margin-top: 6px;
|
|
9675
9680
|
align-items: center;
|
|
9676
9681
|
padding: 8px;
|
|
@@ -9678,8 +9683,8 @@
|
|
|
9678
9683
|
display: inline-block;
|
|
9679
9684
|
width: calc(100% - 60px);
|
|
9680
9685
|
}
|
|
9681
|
-
.
|
|
9682
|
-
.
|
|
9686
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b .index_module_content_main__db13568b .index_module_content_con__db13568b p,
|
|
9687
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b .index_module_content_main__db13568b .index_module_content_con__db13568b p {
|
|
9683
9688
|
color: rgba(0, 0, 0, 0.65);
|
|
9684
9689
|
border-radius: 2px;
|
|
9685
9690
|
font-size: 12px;
|
|
@@ -9694,96 +9699,96 @@
|
|
|
9694
9699
|
display: flex;
|
|
9695
9700
|
align-items: center;
|
|
9696
9701
|
}
|
|
9697
|
-
.
|
|
9698
|
-
.
|
|
9702
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b .index_module_content_main__db13568b .index_module_content_con__db13568b p img,
|
|
9703
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b .index_module_content_main__db13568b .index_module_content_con__db13568b p img {
|
|
9699
9704
|
margin-right: 8px;
|
|
9700
9705
|
width: 60px;
|
|
9701
9706
|
}
|
|
9702
|
-
.
|
|
9703
|
-
.
|
|
9707
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b .index_module_content_main__db13568b .index_module_delete_quote__db13568b,
|
|
9708
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_input_wrap__db13568b .index_module_content_main__db13568b .index_module_delete_quote__db13568b {
|
|
9704
9709
|
font-size: 18px;
|
|
9705
9710
|
color: #bfbfbf;
|
|
9706
9711
|
margin-top: 6px;
|
|
9707
9712
|
}
|
|
9708
|
-
.
|
|
9709
|
-
.
|
|
9713
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_sending__db13568b,
|
|
9714
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_sending__db13568b {
|
|
9710
9715
|
width: 20px;
|
|
9711
9716
|
margin-left: 16px;
|
|
9712
9717
|
margin-bottom: 8px;
|
|
9713
9718
|
}
|
|
9714
|
-
.
|
|
9715
|
-
.
|
|
9719
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_sending__db13568b i svg,
|
|
9720
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_sending__db13568b i svg {
|
|
9716
9721
|
font-size: 20px;
|
|
9717
9722
|
color: rgba(0, 0, 0, 0.65);
|
|
9718
9723
|
cursor: pointer;
|
|
9719
9724
|
}
|
|
9720
|
-
.
|
|
9721
|
-
.
|
|
9725
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_sending__db13568b .index_module_disabled__db13568b svg,
|
|
9726
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b .index_module_Drawer_buttom__db13568b .index_module_sending__db13568b .index_module_disabled__db13568b svg {
|
|
9722
9727
|
color: rgba(0, 0, 0, 0.25);
|
|
9723
9728
|
cursor: not-allowed;
|
|
9724
9729
|
}
|
|
9725
|
-
.
|
|
9726
|
-
.
|
|
9730
|
+
.index_module_ChatWindow_Drawer__db13568b .index_module_Drawer_buttom_Issues_List_newlabo__db13568b,
|
|
9731
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List_newlabo__db13568b {
|
|
9727
9732
|
background-color: #f5f5f5 !important;
|
|
9728
9733
|
}
|
|
9729
|
-
.
|
|
9730
|
-
.
|
|
9734
|
+
.index_module_ChatWindow_Drawer__db13568b .anticon,
|
|
9735
|
+
.index_module_ChatWindow_Modal__db13568b .anticon {
|
|
9731
9736
|
vertical-align: 0;
|
|
9732
9737
|
}
|
|
9733
|
-
.
|
|
9738
|
+
.index_module_ChatWindow_Drawer__db13568b {
|
|
9734
9739
|
background: #f5f5f5 !important;
|
|
9735
9740
|
position: relative;
|
|
9736
9741
|
height: 100%;
|
|
9737
9742
|
}
|
|
9738
|
-
.
|
|
9743
|
+
.index_module_ChatWindow_Drawer__db13568b .bhd-drawer-header {
|
|
9739
9744
|
display: none !important;
|
|
9740
9745
|
}
|
|
9741
|
-
.
|
|
9746
|
+
.index_module_ChatWindow_Modal__db13568b .bhd-modal {
|
|
9742
9747
|
border-radius: 8px;
|
|
9743
9748
|
overflow: hidden;
|
|
9744
9749
|
position: relative;
|
|
9745
9750
|
}
|
|
9746
|
-
.
|
|
9751
|
+
.index_module_ChatWindow_Modal__db13568b .bhd-modal-content {
|
|
9747
9752
|
height: 100%;
|
|
9748
9753
|
background-color: #f5f5f5 !important;
|
|
9749
9754
|
}
|
|
9750
|
-
.
|
|
9755
|
+
.index_module_ChatWindow_Modal__db13568b .bhd-modal-content .bhd-modal-close {
|
|
9751
9756
|
display: none !important;
|
|
9752
9757
|
}
|
|
9753
|
-
.
|
|
9758
|
+
.index_module_ChatWindow_Modal__db13568b .bhd-modal-header {
|
|
9754
9759
|
display: none !important;
|
|
9755
9760
|
}
|
|
9756
|
-
.
|
|
9761
|
+
.index_module_ChatWindow_Modal__db13568b .bhd-modal-body {
|
|
9757
9762
|
height: 100%;
|
|
9758
9763
|
padding: 0 !important;
|
|
9759
9764
|
border-radius: 4px !important;
|
|
9760
9765
|
}
|
|
9761
|
-
.
|
|
9766
|
+
.index_module_ChatWindow_Modal__db13568b .bhd-drawer-right > .bhd-drawer-content-wrapper {
|
|
9762
9767
|
top: 129px;
|
|
9763
9768
|
right: 200px;
|
|
9764
9769
|
height: 790px;
|
|
9765
9770
|
}
|
|
9766
|
-
.
|
|
9771
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_main_list__db13568b {
|
|
9767
9772
|
max-height: 650px;
|
|
9768
9773
|
}
|
|
9769
|
-
.
|
|
9774
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_user__db13568b {
|
|
9770
9775
|
padding-left: 0 !important;
|
|
9771
9776
|
cursor: pointer;
|
|
9772
9777
|
}
|
|
9773
|
-
.
|
|
9778
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_buttom_Issues_List__db13568b {
|
|
9774
9779
|
border-radius: 4px;
|
|
9775
9780
|
width: calc(100% - 328px);
|
|
9776
9781
|
margin-left: 328px;
|
|
9777
9782
|
}
|
|
9778
|
-
.
|
|
9783
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b {
|
|
9779
9784
|
max-height: 700px;
|
|
9780
9785
|
}
|
|
9781
|
-
.
|
|
9786
|
+
.index_module_ChatWindow_Modal__db13568b .index_module_Drawer_main__db13568b .index_module_chat_content__db13568b {
|
|
9782
9787
|
width: calc(100% - 328px);
|
|
9783
9788
|
margin-left: 328px;
|
|
9784
9789
|
display: inline-block;
|
|
9785
9790
|
}
|
|
9786
|
-
.
|
|
9791
|
+
.index_module_popover_main_content__db13568b {
|
|
9787
9792
|
min-width: 300px !important;
|
|
9788
9793
|
max-width: 340px !important;
|
|
9789
9794
|
background-color: #fff !important;
|
|
@@ -9791,21 +9796,21 @@
|
|
|
9791
9796
|
border-radius: 4px;
|
|
9792
9797
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
9793
9798
|
}
|
|
9794
|
-
.
|
|
9799
|
+
.index_module_popover_main_content__db13568b .bhd-tooltip-content {
|
|
9795
9800
|
background-color: #fff;
|
|
9796
9801
|
border-radius: 4px;
|
|
9797
9802
|
}
|
|
9798
|
-
.
|
|
9803
|
+
.index_module_popover_main_content__db13568b .bhd-tooltip-content .bhd-tooltip-inner {
|
|
9799
9804
|
background-color: #fff;
|
|
9800
9805
|
color: rgba(0, 0, 0, 0.85);
|
|
9801
9806
|
font-size: 14px;
|
|
9802
9807
|
padding: 12px 16px;
|
|
9803
9808
|
border-radius: 4px;
|
|
9804
9809
|
}
|
|
9805
|
-
.
|
|
9810
|
+
.index_module_popover_main_content__db13568b .bhd-tooltip-arrow:before {
|
|
9806
9811
|
background: #ccc !important;
|
|
9807
9812
|
}
|
|
9808
|
-
.
|
|
9813
|
+
.index_module_popover_main_content__db13568b .bhd-tooltip-arrow::after {
|
|
9809
9814
|
width: 0 !important;
|
|
9810
9815
|
height: 0 !important;
|
|
9811
9816
|
border: 5px solid;
|
|
@@ -9817,28 +9822,28 @@
|
|
|
9817
9822
|
right: 0 !important;
|
|
9818
9823
|
box-shadow: none !important;
|
|
9819
9824
|
}
|
|
9820
|
-
.
|
|
9825
|
+
.index_module_popover_main_content_name__db13568b {
|
|
9821
9826
|
width: auto;
|
|
9822
9827
|
background-color: #fff !important;
|
|
9823
9828
|
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
|
|
9824
9829
|
border-radius: 4px;
|
|
9825
9830
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
9826
9831
|
}
|
|
9827
|
-
.
|
|
9832
|
+
.index_module_popover_main_content_name__db13568b .bhd-tooltip-content {
|
|
9828
9833
|
background-color: #fff;
|
|
9829
9834
|
border-radius: 4px;
|
|
9830
9835
|
}
|
|
9831
|
-
.
|
|
9836
|
+
.index_module_popover_main_content_name__db13568b .bhd-tooltip-content .bhd-tooltip-inner {
|
|
9832
9837
|
background-color: #fff;
|
|
9833
9838
|
color: rgba(0, 0, 0, 0.85);
|
|
9834
9839
|
font-size: 14px;
|
|
9835
9840
|
padding: 12px 16px;
|
|
9836
9841
|
border-radius: 4px;
|
|
9837
9842
|
}
|
|
9838
|
-
.
|
|
9843
|
+
.index_module_popover_main_content_name__db13568b .bhd-tooltip-arrow:before {
|
|
9839
9844
|
background: #ccc !important;
|
|
9840
9845
|
}
|
|
9841
|
-
.
|
|
9846
|
+
.index_module_popover_main_content_name__db13568b .bhd-tooltip-arrow::after {
|
|
9842
9847
|
width: 0 !important;
|
|
9843
9848
|
height: 0 !important;
|
|
9844
9849
|
border: 5px solid;
|
|
@@ -9850,7 +9855,7 @@
|
|
|
9850
9855
|
right: 0 !important;
|
|
9851
9856
|
box-shadow: none !important;
|
|
9852
9857
|
}
|
|
9853
|
-
.
|
|
9858
|
+
.index_module_teacher_layout__db13568b {
|
|
9854
9859
|
position: fixed;
|
|
9855
9860
|
right: 568px;
|
|
9856
9861
|
border-radius: 8px;
|
|
@@ -9860,8 +9865,8 @@
|
|
|
9860
9865
|
backdrop-filter: blur(7.5px);
|
|
9861
9866
|
width: 80px;
|
|
9862
9867
|
}
|
|
9863
|
-
.
|
|
9864
|
-
.
|
|
9868
|
+
.index_module_teacher_layout__db13568b .index_module_top__db13568b > div,
|
|
9869
|
+
.index_module_teacher_layout__db13568b .index_module_bottom__db13568b > div {
|
|
9865
9870
|
display: flex;
|
|
9866
9871
|
flex-direction: column;
|
|
9867
9872
|
align-items: center;
|
|
@@ -9873,16 +9878,16 @@
|
|
|
9873
9878
|
position: relative;
|
|
9874
9879
|
cursor: pointer;
|
|
9875
9880
|
}
|
|
9876
|
-
.
|
|
9877
|
-
.
|
|
9881
|
+
.index_module_teacher_layout__db13568b .index_module_top__db13568b > div:hover,
|
|
9882
|
+
.index_module_teacher_layout__db13568b .index_module_bottom__db13568b > div:hover {
|
|
9878
9883
|
background-color: #f5f5f5;
|
|
9879
9884
|
}
|
|
9880
|
-
.
|
|
9881
|
-
.
|
|
9885
|
+
.index_module_teacher_layout__db13568b .index_module_top__db13568b > div:hover .index_module_delete__db13568b,
|
|
9886
|
+
.index_module_teacher_layout__db13568b .index_module_bottom__db13568b > div:hover .index_module_delete__db13568b {
|
|
9882
9887
|
display: block;
|
|
9883
9888
|
}
|
|
9884
|
-
.
|
|
9885
|
-
.
|
|
9889
|
+
.index_module_teacher_layout__db13568b .index_module_top__db13568b > div p,
|
|
9890
|
+
.index_module_teacher_layout__db13568b .index_module_bottom__db13568b > div p {
|
|
9886
9891
|
max-width: 60px;
|
|
9887
9892
|
overflow: hidden;
|
|
9888
9893
|
text-overflow: ellipsis;
|
|
@@ -9892,14 +9897,14 @@
|
|
|
9892
9897
|
line-height: 1;
|
|
9893
9898
|
padding-top: 12px;
|
|
9894
9899
|
}
|
|
9895
|
-
.
|
|
9896
|
-
.
|
|
9900
|
+
.index_module_teacher_layout__db13568b .index_module_top__db13568b > div img,
|
|
9901
|
+
.index_module_teacher_layout__db13568b .index_module_bottom__db13568b > div img {
|
|
9897
9902
|
width: 32px;
|
|
9898
9903
|
height: 32px;
|
|
9899
9904
|
border-radius: 50%;
|
|
9900
9905
|
}
|
|
9901
|
-
.
|
|
9902
|
-
.
|
|
9906
|
+
.index_module_teacher_layout__db13568b .index_module_top__db13568b > div .index_module_num__db13568b,
|
|
9907
|
+
.index_module_teacher_layout__db13568b .index_module_bottom__db13568b > div .index_module_num__db13568b {
|
|
9903
9908
|
position: absolute;
|
|
9904
9909
|
top: 0;
|
|
9905
9910
|
right: 0;
|
|
@@ -9911,8 +9916,8 @@
|
|
|
9911
9916
|
font-size: 12px;
|
|
9912
9917
|
line-height: 1.2;
|
|
9913
9918
|
}
|
|
9914
|
-
.
|
|
9915
|
-
.
|
|
9919
|
+
.index_module_teacher_layout__db13568b .index_module_top__db13568b > div .index_module_delete__db13568b,
|
|
9920
|
+
.index_module_teacher_layout__db13568b .index_module_bottom__db13568b > div .index_module_delete__db13568b {
|
|
9916
9921
|
position: absolute;
|
|
9917
9922
|
top: 2px;
|
|
9918
9923
|
right: 2px;
|
|
@@ -9920,35 +9925,35 @@
|
|
|
9920
9925
|
font-size: 12px;
|
|
9921
9926
|
display: none;
|
|
9922
9927
|
}
|
|
9923
|
-
.
|
|
9928
|
+
.index_module_teacher_layout__db13568b .index_module_top__db13568b > div {
|
|
9924
9929
|
margin: 8px;
|
|
9925
9930
|
}
|
|
9926
|
-
.
|
|
9931
|
+
.index_module_teacher_layout__db13568b .index_module_top__db13568b .index_module_shrink__db13568b {
|
|
9927
9932
|
border-bottom: 1px solid #ebebeb;
|
|
9928
9933
|
border-radius: 0;
|
|
9929
9934
|
margin-bottom: 8px;
|
|
9930
9935
|
margin-top: 8px;
|
|
9931
9936
|
}
|
|
9932
|
-
.
|
|
9937
|
+
.index_module_teacher_layout__db13568b .index_module_top__db13568b .index_module_shrink__db13568b > span {
|
|
9933
9938
|
font-size: 20px;
|
|
9934
9939
|
}
|
|
9935
|
-
.
|
|
9940
|
+
.index_module_teacher_layout__db13568b .index_module_top__db13568b .index_module_shrink__db13568b p {
|
|
9936
9941
|
padding-top: 0;
|
|
9937
9942
|
}
|
|
9938
|
-
.
|
|
9943
|
+
.index_module_teacher_layout__db13568b .index_module_top__db13568b .index_module_shrink__db13568b:hover {
|
|
9939
9944
|
background-color: #fff !important;
|
|
9940
9945
|
}
|
|
9941
|
-
.
|
|
9942
|
-
.
|
|
9946
|
+
.index_module_teacher_layout__db13568b .index_module_top__db13568b .index_module_active__db13568b,
|
|
9947
|
+
.index_module_teacher_layout__db13568b .index_module_bottom__db13568b .index_module_active__db13568b {
|
|
9943
9948
|
background: #ffe8e0;
|
|
9944
9949
|
}
|
|
9945
|
-
.
|
|
9950
|
+
.index_module_teacher_layout__db13568b .index_module_bottom__db13568b > div:last-child {
|
|
9946
9951
|
margin-bottom: 0;
|
|
9947
9952
|
}
|
|
9948
|
-
.
|
|
9953
|
+
.index_module_teacher_layout__db13568b .index_module_bottom__db13568b > div:first-child {
|
|
9949
9954
|
margin-top: 0;
|
|
9950
9955
|
}
|
|
9951
|
-
.
|
|
9956
|
+
.index_module_teacher_layout__db13568b .index_module_bottom__db13568b {
|
|
9952
9957
|
max-height: 524px;
|
|
9953
9958
|
padding: 0 8px;
|
|
9954
9959
|
padding-right: 4px;
|
|
@@ -9956,66 +9961,66 @@
|
|
|
9956
9961
|
margin-bottom: 8px;
|
|
9957
9962
|
margin-top: 8px;
|
|
9958
9963
|
}
|
|
9959
|
-
.
|
|
9964
|
+
.index_module_teacher_layout__db13568b .index_module_bottom__db13568b::-webkit-scrollbar {
|
|
9960
9965
|
background-color: #eaedf1;
|
|
9961
9966
|
background-color: transparent;
|
|
9962
9967
|
width: 4px;
|
|
9963
9968
|
height: 4px;
|
|
9964
9969
|
}
|
|
9965
|
-
.
|
|
9970
|
+
.index_module_teacher_layout__db13568b .index_module_bottom__db13568b::-webkit-scrollbar-thumb {
|
|
9966
9971
|
border-radius: 4px;
|
|
9967
9972
|
background-color: rgba(0, 0, 0, 0.25);
|
|
9968
9973
|
}
|
|
9969
|
-
.
|
|
9974
|
+
.index_module_teacher_layout_newlabo__db13568b {
|
|
9970
9975
|
top: 50px;
|
|
9971
9976
|
right: 0;
|
|
9972
9977
|
}
|
|
9973
|
-
.
|
|
9978
|
+
.index_module_teacher_layout_newlabo__db13568b .index_module_top__db13568b svg {
|
|
9974
9979
|
transform: rotate(180deg);
|
|
9975
9980
|
}
|
|
9976
|
-
.
|
|
9977
|
-
.
|
|
9981
|
+
.index_module_teacher_layout_newlabo__db13568b .index_module_top__db13568b .index_module_active__db13568b,
|
|
9982
|
+
.index_module_teacher_layout_newlabo__db13568b .index_module_bottom__db13568b .index_module_active__db13568b {
|
|
9978
9983
|
background-color: #D1E4FF;
|
|
9979
9984
|
}
|
|
9980
|
-
.
|
|
9985
|
+
.index_module_teacher_layout_modal__db13568b {
|
|
9981
9986
|
width: 328px;
|
|
9982
9987
|
height: calc(100% - 48px);
|
|
9983
9988
|
background-color: #fff;
|
|
9984
9989
|
position: absolute;
|
|
9985
9990
|
border-top: 1px solid #ebebeb;
|
|
9986
9991
|
}
|
|
9987
|
-
.
|
|
9988
|
-
.
|
|
9992
|
+
.index_module_teacher_layout_modal__db13568b .index_module_top__db13568b .index_module_ai__db13568b,
|
|
9993
|
+
.index_module_teacher_layout_modal__db13568b .index_module_bottom__db13568b .index_module_ai__db13568b {
|
|
9989
9994
|
border-bottom: 1px solid #ebebeb;
|
|
9990
9995
|
padding: 16px;
|
|
9991
9996
|
display: flex;
|
|
9992
9997
|
align-items: center;
|
|
9993
9998
|
cursor: pointer;
|
|
9994
9999
|
}
|
|
9995
|
-
.
|
|
9996
|
-
.
|
|
10000
|
+
.index_module_teacher_layout_modal__db13568b .index_module_top__db13568b .index_module_ai__db13568b img,
|
|
10001
|
+
.index_module_teacher_layout_modal__db13568b .index_module_bottom__db13568b .index_module_ai__db13568b img {
|
|
9997
10002
|
width: 32px;
|
|
9998
10003
|
height: 32px;
|
|
9999
10004
|
border-radius: 50%;
|
|
10000
10005
|
margin-right: 12px;
|
|
10001
10006
|
}
|
|
10002
|
-
.
|
|
10003
|
-
.
|
|
10007
|
+
.index_module_teacher_layout_modal__db13568b .index_module_top__db13568b .index_module_ai__db13568b > span,
|
|
10008
|
+
.index_module_teacher_layout_modal__db13568b .index_module_bottom__db13568b .index_module_ai__db13568b > span {
|
|
10004
10009
|
margin-right: 12px;
|
|
10005
10010
|
}
|
|
10006
|
-
.
|
|
10007
|
-
.
|
|
10011
|
+
.index_module_teacher_layout_modal__db13568b .index_module_top__db13568b .index_module_ai__db13568b .index_module_user_info__db13568b,
|
|
10012
|
+
.index_module_teacher_layout_modal__db13568b .index_module_bottom__db13568b .index_module_ai__db13568b .index_module_user_info__db13568b {
|
|
10008
10013
|
width: 252px;
|
|
10009
10014
|
}
|
|
10010
|
-
.
|
|
10011
|
-
.
|
|
10015
|
+
.index_module_teacher_layout_modal__db13568b .index_module_top__db13568b .index_module_ai__db13568b .index_module_user_info__db13568b .index_module_message__db13568b,
|
|
10016
|
+
.index_module_teacher_layout_modal__db13568b .index_module_bottom__db13568b .index_module_ai__db13568b .index_module_user_info__db13568b .index_module_message__db13568b {
|
|
10012
10017
|
color: #000;
|
|
10013
10018
|
font-size: 14px;
|
|
10014
10019
|
line-height: 1;
|
|
10015
10020
|
padding-right: 10px;
|
|
10016
10021
|
}
|
|
10017
|
-
.
|
|
10018
|
-
.
|
|
10022
|
+
.index_module_teacher_layout_modal__db13568b .index_module_top__db13568b .index_module_ai__db13568b .index_module_user_info__db13568b .index_module_message__db13568b .index_module_num__db13568b,
|
|
10023
|
+
.index_module_teacher_layout_modal__db13568b .index_module_bottom__db13568b .index_module_ai__db13568b .index_module_user_info__db13568b .index_module_message__db13568b .index_module_num__db13568b {
|
|
10019
10024
|
margin-left: 12px;
|
|
10020
10025
|
border-radius: 26px;
|
|
10021
10026
|
background-color: #f4523b;
|
|
@@ -10025,14 +10030,14 @@
|
|
|
10025
10030
|
font-size: 12px;
|
|
10026
10031
|
line-height: 1;
|
|
10027
10032
|
}
|
|
10028
|
-
.
|
|
10029
|
-
.
|
|
10033
|
+
.index_module_teacher_layout_modal__db13568b .index_module_top__db13568b .index_module_ai__db13568b .index_module_user_info__db13568b .index_module_message__db13568b .index_module_time__db13568b,
|
|
10034
|
+
.index_module_teacher_layout_modal__db13568b .index_module_bottom__db13568b .index_module_ai__db13568b .index_module_user_info__db13568b .index_module_message__db13568b .index_module_time__db13568b {
|
|
10030
10035
|
font-size: 12px;
|
|
10031
10036
|
color: rgba(0, 0, 0, 0.25);
|
|
10032
10037
|
float: right;
|
|
10033
10038
|
}
|
|
10034
|
-
.
|
|
10035
|
-
.
|
|
10039
|
+
.index_module_teacher_layout_modal__db13568b .index_module_top__db13568b .index_module_ai__db13568b .index_module_user_info__db13568b .index_module_con__db13568b,
|
|
10040
|
+
.index_module_teacher_layout_modal__db13568b .index_module_bottom__db13568b .index_module_ai__db13568b .index_module_user_info__db13568b .index_module_con__db13568b {
|
|
10036
10041
|
color: rgba(0, 0, 0, 0.45);
|
|
10037
10042
|
font-size: 12px;
|
|
10038
10043
|
line-height: 1.5;
|
|
@@ -10041,32 +10046,32 @@
|
|
|
10041
10046
|
white-space: nowrap;
|
|
10042
10047
|
text-overflow: ellipsis;
|
|
10043
10048
|
}
|
|
10044
|
-
.
|
|
10045
|
-
.
|
|
10049
|
+
.index_module_teacher_layout_modal__db13568b .index_module_top__db13568b .index_module_active__db13568b,
|
|
10050
|
+
.index_module_teacher_layout_modal__db13568b .index_module_bottom__db13568b .index_module_active__db13568b {
|
|
10046
10051
|
background: #ffe8e0;
|
|
10047
10052
|
}
|
|
10048
|
-
.
|
|
10053
|
+
.index_module_teacher_layout_modal__db13568b .index_module_bottom__db13568b {
|
|
10049
10054
|
overflow: auto;
|
|
10050
10055
|
height: calc(100% - 70px);
|
|
10051
10056
|
}
|
|
10052
|
-
.
|
|
10057
|
+
.index_module_teacher_layout_modal__db13568b .index_module_bottom__db13568b::-webkit-scrollbar {
|
|
10053
10058
|
background-color: #eaedf1;
|
|
10054
10059
|
background-color: transparent;
|
|
10055
10060
|
width: 4px;
|
|
10056
10061
|
height: 4px;
|
|
10057
10062
|
}
|
|
10058
|
-
.
|
|
10063
|
+
.index_module_teacher_layout_modal__db13568b .index_module_bottom__db13568b::-webkit-scrollbar-thumb {
|
|
10059
10064
|
border-radius: 4px;
|
|
10060
10065
|
background-color: rgba(0, 0, 0, 0.25);
|
|
10061
10066
|
}
|
|
10062
|
-
.
|
|
10067
|
+
.index_module_teacher_layout_modal__db13568b .anticon {
|
|
10063
10068
|
vertical-align: 0;
|
|
10064
10069
|
}
|
|
10065
|
-
.
|
|
10066
|
-
.
|
|
10070
|
+
.index_module_teacher_layout_modal_newlabo__db13568b .index_module_top__db13568b .index_module_active__db13568b,
|
|
10071
|
+
.index_module_teacher_layout_modal_newlabo__db13568b .index_module_bottom__db13568b .index_module_active__db13568b {
|
|
10067
10072
|
background: #f0f8ff !important;
|
|
10068
10073
|
}
|
|
10069
|
-
.
|
|
10074
|
+
.index_module_history_list__db13568b {
|
|
10070
10075
|
position: absolute;
|
|
10071
10076
|
top: 0;
|
|
10072
10077
|
background: rgba(0, 0, 0, 0.3);
|
|
@@ -10074,7 +10079,7 @@
|
|
|
10074
10079
|
height: 100%;
|
|
10075
10080
|
overflow: hidden;
|
|
10076
10081
|
}
|
|
10077
|
-
.
|
|
10082
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b {
|
|
10078
10083
|
background: #fff;
|
|
10079
10084
|
position: absolute;
|
|
10080
10085
|
z-index: 10;
|
|
@@ -10082,10 +10087,10 @@
|
|
|
10082
10087
|
width: 100%;
|
|
10083
10088
|
border-radius: 16px 16px 0px 0px;
|
|
10084
10089
|
overflow: hidden;
|
|
10085
|
-
animation:
|
|
10090
|
+
animation: index_module_mymove__db13568b 1s forwards;
|
|
10086
10091
|
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
|
|
10087
10092
|
}
|
|
10088
|
-
.
|
|
10093
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_title__db13568b {
|
|
10089
10094
|
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
|
10090
10095
|
font-size: 16px;
|
|
10091
10096
|
font-weight: 600;
|
|
@@ -10094,18 +10099,18 @@
|
|
|
10094
10099
|
display: flex;
|
|
10095
10100
|
justify-content: space-between;
|
|
10096
10101
|
}
|
|
10097
|
-
.
|
|
10102
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_title__db13568b svg {
|
|
10098
10103
|
font-size: 12px;
|
|
10099
10104
|
cursor: pointer;
|
|
10100
10105
|
opacity: 0.65;
|
|
10101
10106
|
font-weight: 300;
|
|
10102
10107
|
}
|
|
10103
|
-
.
|
|
10108
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_search_top__db13568b {
|
|
10104
10109
|
position: relative;
|
|
10105
10110
|
margin: 16px 24px;
|
|
10106
10111
|
background-color: #fff;
|
|
10107
10112
|
}
|
|
10108
|
-
.
|
|
10113
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_search_top__db13568b input {
|
|
10109
10114
|
width: 100%;
|
|
10110
10115
|
height: 40px;
|
|
10111
10116
|
line-height: 40px;
|
|
@@ -10115,7 +10120,7 @@
|
|
|
10115
10120
|
padding-right: 30px;
|
|
10116
10121
|
color: rgba(0, 0, 0, 0.85);
|
|
10117
10122
|
}
|
|
10118
|
-
.
|
|
10123
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_search_top__db13568b .anticon {
|
|
10119
10124
|
position: absolute;
|
|
10120
10125
|
top: 11px;
|
|
10121
10126
|
z-index: 1;
|
|
@@ -10123,7 +10128,7 @@
|
|
|
10123
10128
|
font-size: 16px;
|
|
10124
10129
|
color: rgba(0, 0, 0, 0.65);
|
|
10125
10130
|
}
|
|
10126
|
-
.
|
|
10131
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_search_top__db13568b .guanbi_Close {
|
|
10127
10132
|
position: absolute;
|
|
10128
10133
|
top: 3px;
|
|
10129
10134
|
right: 38px;
|
|
@@ -10132,32 +10137,32 @@
|
|
|
10132
10137
|
color: rgba(0, 0, 0, 0.65);
|
|
10133
10138
|
cursor: pointer;
|
|
10134
10139
|
}
|
|
10135
|
-
.
|
|
10140
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_search_top__db13568b .guanbi_Close svg {
|
|
10136
10141
|
font-size: 10px;
|
|
10137
10142
|
opacity: 0.65;
|
|
10138
10143
|
}
|
|
10139
|
-
.
|
|
10144
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_search_top__db13568b svg {
|
|
10140
10145
|
opacity: 0.65;
|
|
10141
10146
|
font-weight: 300;
|
|
10142
10147
|
}
|
|
10143
|
-
.
|
|
10148
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b:first-child {
|
|
10144
10149
|
margin-top: 0;
|
|
10145
10150
|
}
|
|
10146
|
-
.
|
|
10151
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b {
|
|
10147
10152
|
overflow: auto;
|
|
10148
10153
|
height: 510px;
|
|
10149
10154
|
}
|
|
10150
|
-
.
|
|
10155
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b::-webkit-scrollbar {
|
|
10151
10156
|
background-color: #eaedf1;
|
|
10152
10157
|
background-color: transparent;
|
|
10153
10158
|
width: 4px;
|
|
10154
10159
|
height: 4px;
|
|
10155
10160
|
}
|
|
10156
|
-
.
|
|
10161
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b::-webkit-scrollbar-thumb {
|
|
10157
10162
|
border-radius: 4px;
|
|
10158
10163
|
background-color: rgba(0, 0, 0, 0.25);
|
|
10159
10164
|
}
|
|
10160
|
-
.
|
|
10165
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_list_item__db13568b .index_module_list_summary__db13568b {
|
|
10161
10166
|
width: 100%;
|
|
10162
10167
|
padding: 8px 16px;
|
|
10163
10168
|
display: flex;
|
|
@@ -10165,41 +10170,41 @@
|
|
|
10165
10170
|
border-bottom: 1px solid #ebebeb;
|
|
10166
10171
|
cursor: pointer;
|
|
10167
10172
|
}
|
|
10168
|
-
.
|
|
10173
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_list_item__db13568b .index_module_list_summary__db13568b:hover {
|
|
10169
10174
|
background-color: #EBEBEB;
|
|
10170
10175
|
}
|
|
10171
|
-
.
|
|
10176
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_list_item__db13568b .index_module_list_summary__db13568b .index_module_head_img__db13568b {
|
|
10172
10177
|
width: 36px;
|
|
10173
10178
|
height: 36px;
|
|
10174
10179
|
border-radius: 50%;
|
|
10175
10180
|
margin-right: 16px;
|
|
10176
10181
|
}
|
|
10177
|
-
.
|
|
10182
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_list_item__db13568b .index_module_list_summary__db13568b .index_module_head_img__db13568b img {
|
|
10178
10183
|
width: 36px;
|
|
10179
10184
|
height: 36px;
|
|
10180
10185
|
border-radius: 50%;
|
|
10181
10186
|
}
|
|
10182
|
-
.
|
|
10187
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_list_item__db13568b .index_module_list_summary__db13568b .index_module_head_img__db13568b svg {
|
|
10183
10188
|
width: 36px;
|
|
10184
10189
|
height: 36px;
|
|
10185
10190
|
}
|
|
10186
|
-
.
|
|
10191
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_list_item__db13568b .index_module_list_summary__db13568b .index_module_list_desc__db13568b {
|
|
10187
10192
|
width: calc(100% - 56px);
|
|
10188
10193
|
}
|
|
10189
|
-
.
|
|
10194
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_list_item__db13568b .index_module_list_summary__db13568b .index_module_list_desc__db13568b .index_module_name__db13568b {
|
|
10190
10195
|
color: rgba(0, 0, 0, 0.85);
|
|
10191
10196
|
font-size: 16px;
|
|
10192
10197
|
font-weight: 600;
|
|
10193
10198
|
line-height: 150%;
|
|
10194
10199
|
margin-bottom: 4px;
|
|
10195
10200
|
}
|
|
10196
|
-
.
|
|
10201
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_list_item__db13568b .index_module_list_summary__db13568b .index_module_list_desc__db13568b .index_module_name__db13568b .index_module_time__db13568b {
|
|
10197
10202
|
float: right;
|
|
10198
10203
|
font-size: 14px;
|
|
10199
10204
|
color: #8c8c8c;
|
|
10200
10205
|
font-weight: 400;
|
|
10201
10206
|
}
|
|
10202
|
-
.
|
|
10207
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_list_item__db13568b .index_module_list_summary__db13568b .index_module_list_desc__db13568b .index_module_decs__db13568b {
|
|
10203
10208
|
color: rgba(0, 0, 0, 0.65);
|
|
10204
10209
|
font-size: 14px;
|
|
10205
10210
|
font-weight: 400;
|
|
@@ -10208,35 +10213,35 @@
|
|
|
10208
10213
|
text-overflow: ellipsis;
|
|
10209
10214
|
white-space: nowrap;
|
|
10210
10215
|
}
|
|
10211
|
-
.
|
|
10216
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_list_item__db13568b .index_module_list_summary__db13568b .index_module_list_desc__db13568b .index_module_decs__db13568b span {
|
|
10212
10217
|
color: #f4523b;
|
|
10213
10218
|
}
|
|
10214
|
-
.
|
|
10219
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_list_item__db13568b .index_module_list_summary__db13568b .index_module_open__db13568b {
|
|
10215
10220
|
font-size: 24px;
|
|
10216
10221
|
color: rgba(0, 0, 0, 0.65);
|
|
10217
10222
|
}
|
|
10218
|
-
.
|
|
10223
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_list_item__db13568b .index_module_list_summary__db13568b .index_module_active__db13568b svg {
|
|
10219
10224
|
transform: rotate(90deg);
|
|
10220
10225
|
}
|
|
10221
|
-
.
|
|
10226
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_list_item__db13568b .index_module_list_summary_active__db13568b {
|
|
10222
10227
|
background-color: #fff4f0;
|
|
10223
10228
|
}
|
|
10224
|
-
.
|
|
10229
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_list_item__db13568b .index_module_list_summary_active__db13568b:hover {
|
|
10225
10230
|
background-color: #fff4f0;
|
|
10226
10231
|
}
|
|
10227
|
-
.
|
|
10232
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_list_item__db13568b .index_module_list_detail__db13568b {
|
|
10228
10233
|
background-color: rgba(0, 0, 0, 0.02);
|
|
10229
10234
|
}
|
|
10230
|
-
.
|
|
10235
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_list_item__db13568b .index_module_list_detail__db13568b .index_module_list__db13568b {
|
|
10231
10236
|
padding: 8px 16px;
|
|
10232
10237
|
margin-bottom: 1px;
|
|
10233
10238
|
position: relative;
|
|
10234
10239
|
cursor: pointer;
|
|
10235
10240
|
}
|
|
10236
|
-
.
|
|
10241
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_list_item__db13568b .index_module_list_detail__db13568b .index_module_list__db13568b:hover {
|
|
10237
10242
|
background-color: rgba(0, 0, 0, 0.04);
|
|
10238
10243
|
}
|
|
10239
|
-
.
|
|
10244
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_list_item__db13568b .index_module_list_detail__db13568b .index_module_list__db13568b::before {
|
|
10240
10245
|
content: "";
|
|
10241
10246
|
display: inline-block;
|
|
10242
10247
|
width: 100%;
|
|
@@ -10246,22 +10251,22 @@
|
|
|
10246
10251
|
bottom: -1px;
|
|
10247
10252
|
left: -1px;
|
|
10248
10253
|
}
|
|
10249
|
-
.
|
|
10254
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_list_item__db13568b .index_module_list_detail__db13568b .index_module_list__db13568b .index_module_name__db13568b {
|
|
10250
10255
|
display: flex;
|
|
10251
10256
|
justify-content: space-between;
|
|
10252
10257
|
align-items: center;
|
|
10253
10258
|
margin-bottom: 4px;
|
|
10254
10259
|
}
|
|
10255
|
-
.
|
|
10260
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_list_item__db13568b .index_module_list_detail__db13568b .index_module_list__db13568b .index_module_name__db13568b p {
|
|
10256
10261
|
color: rgba(0, 0, 0, 0.65);
|
|
10257
10262
|
font-size: 14px;
|
|
10258
10263
|
line-height: 1.5;
|
|
10259
10264
|
}
|
|
10260
|
-
.
|
|
10265
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_list_item__db13568b .index_module_list_detail__db13568b .index_module_list__db13568b .index_module_name__db13568b .index_module_time__db13568b {
|
|
10261
10266
|
font-size: 14px;
|
|
10262
10267
|
color: #8c8c8c;
|
|
10263
10268
|
}
|
|
10264
|
-
.
|
|
10269
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_list_item__db13568b .index_module_list_detail__db13568b .index_module_list__db13568b .index_module_con__db13568b {
|
|
10265
10270
|
color: rgba(0, 0, 0, 0.85);
|
|
10266
10271
|
font-size: 14px;
|
|
10267
10272
|
font-weight: 400;
|
|
@@ -10271,22 +10276,22 @@
|
|
|
10271
10276
|
max-height: 21px;
|
|
10272
10277
|
white-space: nowrap;
|
|
10273
10278
|
}
|
|
10274
|
-
.
|
|
10279
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_list_item__db13568b .index_module_list_detail__db13568b .index_module_list__db13568b .index_module_con__db13568b span {
|
|
10275
10280
|
color: #f4523b;
|
|
10276
10281
|
}
|
|
10277
|
-
.
|
|
10282
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_list_item__db13568b .index_module_list_detail__db13568b .index_module_list_more__db13568b {
|
|
10278
10283
|
text-align: center;
|
|
10279
10284
|
color: rgba(0, 0, 0, 0.45);
|
|
10280
10285
|
font-size: 14px;
|
|
10281
10286
|
}
|
|
10282
|
-
.
|
|
10287
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_no_data__db13568b {
|
|
10283
10288
|
text-align: center;
|
|
10284
10289
|
margin-top: 130px;
|
|
10285
10290
|
}
|
|
10286
|
-
.
|
|
10291
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_no_data__db13568b img {
|
|
10287
10292
|
width: 160px;
|
|
10288
10293
|
}
|
|
10289
|
-
.
|
|
10294
|
+
.index_module_history_list__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b .index_module_no_data__db13568b p {
|
|
10290
10295
|
margin-top: 24px;
|
|
10291
10296
|
color: rgba(0, 0, 0, 0.45);
|
|
10292
10297
|
text-align: center;
|
|
@@ -10294,7 +10299,7 @@
|
|
|
10294
10299
|
line-height: 100%;
|
|
10295
10300
|
/* 14px */
|
|
10296
10301
|
}
|
|
10297
|
-
@keyframes
|
|
10302
|
+
@keyframes index_module_mymove__db13568b {
|
|
10298
10303
|
from {
|
|
10299
10304
|
bottom: -500px;
|
|
10300
10305
|
}
|
|
@@ -10302,10 +10307,10 @@
|
|
|
10302
10307
|
bottom: 0;
|
|
10303
10308
|
}
|
|
10304
10309
|
}
|
|
10305
|
-
.
|
|
10310
|
+
.index_module_history_list__db13568b .anticon {
|
|
10306
10311
|
vertical-align: 0;
|
|
10307
10312
|
}
|
|
10308
|
-
.
|
|
10313
|
+
.index_module_history_list_broadside__db13568b {
|
|
10309
10314
|
width: 417px;
|
|
10310
10315
|
height: calc(100% - 48px);
|
|
10311
10316
|
right: 0;
|
|
@@ -10314,29 +10319,29 @@
|
|
|
10314
10319
|
background: transparent;
|
|
10315
10320
|
overflow: visible;
|
|
10316
10321
|
}
|
|
10317
|
-
.
|
|
10322
|
+
.index_module_history_list_broadside__db13568b .index_module_search_layout__db13568b {
|
|
10318
10323
|
height: 100%;
|
|
10319
10324
|
border-radius: 0;
|
|
10320
10325
|
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
|
|
10321
10326
|
}
|
|
10322
|
-
.
|
|
10327
|
+
.index_module_history_list_broadside__db13568b .index_module_search_layout__db13568b .index_module_search_top__db13568b {
|
|
10323
10328
|
margin: 16px;
|
|
10324
10329
|
}
|
|
10325
|
-
.
|
|
10330
|
+
.index_module_history_list_broadside__db13568b .index_module_search_layout__db13568b .index_module_title__db13568b {
|
|
10326
10331
|
padding: 16px;
|
|
10327
10332
|
}
|
|
10328
|
-
.
|
|
10333
|
+
.index_module_history_list_broadside__db13568b .index_module_search_layout__db13568b .index_module_main_list__db13568b {
|
|
10329
10334
|
height: calc(100% - 140px);
|
|
10330
10335
|
max-height: calc(100% - 140px);
|
|
10331
10336
|
}
|
|
10332
|
-
.
|
|
10337
|
+
.index_module_teacher_list__db13568b .index_module_name__db13568b {
|
|
10333
10338
|
margin-bottom: 0!important;
|
|
10334
10339
|
font-weight: 400 !important;
|
|
10335
10340
|
}
|
|
10336
|
-
.
|
|
10341
|
+
.index_module_teacher_list__db13568b .index_module_name__db13568b .index_module_sign__db13568b {
|
|
10337
10342
|
color: #f4523b;
|
|
10338
10343
|
}
|
|
10339
|
-
.
|
|
10344
|
+
.index_module_screenshot_Modal__db13568b {
|
|
10340
10345
|
position: fixed;
|
|
10341
10346
|
top: 0;
|
|
10342
10347
|
left: 0;
|
|
@@ -10345,20 +10350,20 @@
|
|
|
10345
10350
|
height: 100% !important;
|
|
10346
10351
|
background-color: transparent !important;
|
|
10347
10352
|
}
|
|
10348
|
-
.
|
|
10353
|
+
.index_module_screenshot_Modal__db13568b .ReactCrop__child-wrapper {
|
|
10349
10354
|
position: fixed;
|
|
10350
10355
|
width: 100% !important;
|
|
10351
10356
|
height: 100% !important;
|
|
10352
10357
|
top: 0 !important;
|
|
10353
10358
|
left: 0 !important;
|
|
10354
10359
|
}
|
|
10355
|
-
.
|
|
10360
|
+
.index_module_screenshot_Modal__db13568b .ReactCrop {
|
|
10356
10361
|
width: 100% !important;
|
|
10357
10362
|
height: 100% !important;
|
|
10358
10363
|
top: 0 !important;
|
|
10359
10364
|
left: 0 !important;
|
|
10360
10365
|
}
|
|
10361
|
-
.
|
|
10366
|
+
.index_module_screenshot_Modal__db13568b .index_module_screenshot_Modal_btn__db13568b {
|
|
10362
10367
|
position: fixed !important;
|
|
10363
10368
|
z-index: 999;
|
|
10364
10369
|
border-radius: 4px;
|
|
@@ -10369,32 +10374,32 @@
|
|
|
10369
10374
|
justify-content: space-around;
|
|
10370
10375
|
align-items: center;
|
|
10371
10376
|
}
|
|
10372
|
-
.
|
|
10377
|
+
.index_module_screenshot_Modal__db13568b .index_module_screenshot_Modal_btn__db13568b > span {
|
|
10373
10378
|
display: inline-block;
|
|
10374
10379
|
width: 24px;
|
|
10375
10380
|
height: 24px;
|
|
10376
10381
|
border-radius: 2px;
|
|
10377
10382
|
text-align: center;
|
|
10378
10383
|
}
|
|
10379
|
-
.
|
|
10384
|
+
.index_module_screenshot_Modal__db13568b .index_module_screenshot_Modal_btn__db13568b > span .index_module_anticon__db13568b {
|
|
10380
10385
|
padding-top: 3.5px;
|
|
10381
10386
|
}
|
|
10382
|
-
.
|
|
10387
|
+
.index_module_screenshot_Modal__db13568b .index_module_screenshot_Modal_btn__db13568b > span:hover {
|
|
10383
10388
|
background-color: rgba(0, 0, 0, 0.04);
|
|
10384
10389
|
}
|
|
10385
|
-
.
|
|
10390
|
+
.index_module_screenshot_Modal__db13568b .index_module_screenshot_Modal_btn__db13568b > span svg {
|
|
10386
10391
|
font-size: 18px;
|
|
10387
10392
|
color: #f4523b;
|
|
10388
10393
|
}
|
|
10389
|
-
.
|
|
10394
|
+
.index_module_screenshot_Modal__db13568b .index_module_screenshot_Modal_btn__db13568b > span:nth-child(2) {
|
|
10390
10395
|
display: inline-block;
|
|
10391
10396
|
width: 24px;
|
|
10392
10397
|
height: 24px;
|
|
10393
10398
|
border-radius: 2px;
|
|
10394
10399
|
}
|
|
10395
|
-
.
|
|
10400
|
+
.index_module_screenshot_Modal__db13568b .index_module_screenshot_Modal_btn__db13568b > span:nth-child(2):hover {
|
|
10396
10401
|
background-color: rgba(0, 0, 0, 0.04);
|
|
10397
10402
|
}
|
|
10398
|
-
.
|
|
10403
|
+
.index_module_screenshot_Modal__db13568b .index_module_screenshot_Modal_btn__db13568b > span:nth-child(2) svg {
|
|
10399
10404
|
color: #23d9c3;
|
|
10400
10405
|
}
|