bhd-components 0.6.8 → 0.6.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/{12224038.esm.es5.development.js → 769f0c13.esm.es5.development.js} +1 -1
- package/dist/{600075bb.esm.es5.production.js → a1012a79.esm.es5.production.js} +1 -1
- package/dist/index.esm.es5.development.css +750 -726
- package/dist/index.esm.es5.development.js +49 -11
- package/dist/index.esm.es5.production.css +1 -1
- package/dist/index.esm.es5.production.js +1 -1
- package/es2017/customerService/historyFun.js +4 -1
- package/es2017/customerService/index.js +43 -8
- package/es2017/customerService/index.module.less +11 -0
- package/es2017/customerService/index2.module.less +11 -0
- package/esm/customerService/historyFun.js +3 -0
- package/esm/customerService/index.js +43 -8
- package/esm/customerService/index.module.less +11 -0
- package/esm/customerService/index2.module.less +11 -0
- package/package.json +1 -1
|
@@ -6389,49 +6389,49 @@
|
|
|
6389
6389
|
"description": "图标,六级填充色"
|
|
6390
6390
|
}
|
|
6391
6391
|
*/
|
|
6392
|
-
.
|
|
6393
|
-
.
|
|
6392
|
+
.index2_module_service_ChatWindow_Drawer__a7b52270,
|
|
6393
|
+
.index2_module_ChatWindow_Modal__a7b52270 {
|
|
6394
6394
|
width: 100% !important;
|
|
6395
6395
|
}
|
|
6396
|
-
.
|
|
6397
|
-
.
|
|
6396
|
+
.index2_module_service_ChatWindow_Drawer__a7b52270 .bhd-drawer-mask,
|
|
6397
|
+
.index2_module_ChatWindow_Modal__a7b52270 .bhd-drawer-mask {
|
|
6398
6398
|
background-color: rgba(0, 0, 0, 0.15) !important;
|
|
6399
6399
|
}
|
|
6400
|
-
.
|
|
6401
|
-
.
|
|
6400
|
+
.index2_module_ChatWindow_Drawer__a7b52270,
|
|
6401
|
+
.index2_module_ChatWindow_Modal__a7b52270 {
|
|
6402
6402
|
/* 全局修改滚动条样式 */
|
|
6403
6403
|
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1) !important;
|
|
6404
6404
|
}
|
|
6405
|
-
.
|
|
6406
|
-
.
|
|
6405
|
+
.index2_module_ChatWindow_Drawer__a7b52270 textarea::-webkit-scrollbar,
|
|
6406
|
+
.index2_module_ChatWindow_Modal__a7b52270 textarea::-webkit-scrollbar {
|
|
6407
6407
|
background-color: #eaedf1;
|
|
6408
6408
|
background-color: transparent;
|
|
6409
6409
|
width: 4px;
|
|
6410
6410
|
height: 4px;
|
|
6411
6411
|
}
|
|
6412
|
-
.
|
|
6413
|
-
.
|
|
6412
|
+
.index2_module_ChatWindow_Drawer__a7b52270 textarea::-webkit-scrollbar-thumb,
|
|
6413
|
+
.index2_module_ChatWindow_Modal__a7b52270 textarea::-webkit-scrollbar-thumb {
|
|
6414
6414
|
border-radius: 4px;
|
|
6415
6415
|
background-color: rgba(0, 0, 0, 0.25);
|
|
6416
6416
|
}
|
|
6417
|
-
.
|
|
6418
|
-
.
|
|
6417
|
+
.index2_module_ChatWindow_Drawer__a7b52270 pre::-webkit-scrollbar,
|
|
6418
|
+
.index2_module_ChatWindow_Modal__a7b52270 pre::-webkit-scrollbar {
|
|
6419
6419
|
background-color: #eaedf1;
|
|
6420
6420
|
background-color: transparent;
|
|
6421
6421
|
width: 4px;
|
|
6422
6422
|
height: 4px;
|
|
6423
6423
|
}
|
|
6424
|
-
.
|
|
6425
|
-
.
|
|
6424
|
+
.index2_module_ChatWindow_Drawer__a7b52270 pre::-webkit-scrollbar-thumb,
|
|
6425
|
+
.index2_module_ChatWindow_Modal__a7b52270 pre::-webkit-scrollbar-thumb {
|
|
6426
6426
|
border-radius: 4px;
|
|
6427
6427
|
background-color: rgba(0, 0, 0, 0.25);
|
|
6428
6428
|
}
|
|
6429
|
-
.
|
|
6430
|
-
.
|
|
6429
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .bhd-drawer-body,
|
|
6430
|
+
.index2_module_ChatWindow_Modal__a7b52270 .bhd-drawer-body {
|
|
6431
6431
|
padding: 0 !important;
|
|
6432
6432
|
}
|
|
6433
|
-
.
|
|
6434
|
-
.
|
|
6433
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_header_wrap__a7b52270 .index2_module_top__a7b52270,
|
|
6434
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_header_wrap__a7b52270 .index2_module_top__a7b52270 {
|
|
6435
6435
|
display: flex;
|
|
6436
6436
|
padding: 16px 24px;
|
|
6437
6437
|
justify-content: space-between;
|
|
@@ -6439,16 +6439,16 @@
|
|
|
6439
6439
|
background-color: #fff;
|
|
6440
6440
|
line-height: 1;
|
|
6441
6441
|
}
|
|
6442
|
-
.
|
|
6443
|
-
.
|
|
6442
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_header_wrap__a7b52270 .index2_module_top__a7b52270 .index2_module_user__a7b52270,
|
|
6443
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_header_wrap__a7b52270 .index2_module_top__a7b52270 .index2_module_user__a7b52270 {
|
|
6444
6444
|
color: #000;
|
|
6445
6445
|
font-size: 16px;
|
|
6446
6446
|
font-weight: 600;
|
|
6447
6447
|
position: relative;
|
|
6448
6448
|
padding-left: 36px;
|
|
6449
6449
|
}
|
|
6450
|
-
.
|
|
6451
|
-
.
|
|
6450
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_header_wrap__a7b52270 .index2_module_top__a7b52270 .index2_module_user__a7b52270 i,
|
|
6451
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_header_wrap__a7b52270 .index2_module_top__a7b52270 .index2_module_user__a7b52270 i {
|
|
6452
6452
|
padding-right: 16px;
|
|
6453
6453
|
color: #111;
|
|
6454
6454
|
position: absolute;
|
|
@@ -6457,8 +6457,8 @@
|
|
|
6457
6457
|
left: 0;
|
|
6458
6458
|
cursor: pointer;
|
|
6459
6459
|
}
|
|
6460
|
-
.
|
|
6461
|
-
.
|
|
6460
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_header_wrap__a7b52270 .index2_module_top__a7b52270 .index2_module_user__a7b52270 .index2_module_count__a7b52270,
|
|
6461
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_header_wrap__a7b52270 .index2_module_top__a7b52270 .index2_module_user__a7b52270 .index2_module_count__a7b52270 {
|
|
6462
6462
|
position: absolute;
|
|
6463
6463
|
top: -6px;
|
|
6464
6464
|
right: 5px;
|
|
@@ -6469,19 +6469,19 @@
|
|
|
6469
6469
|
font-size: 12px;
|
|
6470
6470
|
line-height: 1.2;
|
|
6471
6471
|
}
|
|
6472
|
-
.
|
|
6473
|
-
.
|
|
6472
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_header_wrap__a7b52270 .index2_module_top__a7b52270 .index2_module_operate__a7b52270,
|
|
6473
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_header_wrap__a7b52270 .index2_module_top__a7b52270 .index2_module_operate__a7b52270 {
|
|
6474
6474
|
display: flex;
|
|
6475
6475
|
height: 16px;
|
|
6476
6476
|
}
|
|
6477
|
-
.
|
|
6478
|
-
.
|
|
6477
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_header_wrap__a7b52270 .index2_module_top__a7b52270 .index2_module_operate__a7b52270 i,
|
|
6478
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_header_wrap__a7b52270 .index2_module_top__a7b52270 .index2_module_operate__a7b52270 i {
|
|
6479
6479
|
font-size: 16px;
|
|
6480
6480
|
margin-left: 23px;
|
|
6481
6481
|
cursor: pointer;
|
|
6482
6482
|
}
|
|
6483
|
-
.
|
|
6484
|
-
.
|
|
6483
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_header_wrap__a7b52270 .index2_module_top__a7b52270 .index2_module_operate__a7b52270 .index2_module_line__a7b52270,
|
|
6484
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_header_wrap__a7b52270 .index2_module_top__a7b52270 .index2_module_operate__a7b52270 .index2_module_line__a7b52270 {
|
|
6485
6485
|
display: inline-block;
|
|
6486
6486
|
width: 1px;
|
|
6487
6487
|
height: 16px;
|
|
@@ -6489,40 +6489,40 @@
|
|
|
6489
6489
|
margin: 0 4px;
|
|
6490
6490
|
margin-left: 23px;
|
|
6491
6491
|
}
|
|
6492
|
-
.
|
|
6493
|
-
.
|
|
6492
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_header_wrap_newlabo__a7b52270 .index2_module_top__a7b52270,
|
|
6493
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_header_wrap_newlabo__a7b52270 .index2_module_top__a7b52270 {
|
|
6494
6494
|
background-color: #f5f5f5;
|
|
6495
6495
|
border-bottom: 1px solid #ebebeb;
|
|
6496
6496
|
}
|
|
6497
|
-
.
|
|
6498
|
-
.
|
|
6497
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_header_wrap_newlabo__a7b52270 .index2_module_top__a7b52270 .index2_module_user__a7b52270,
|
|
6498
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_header_wrap_newlabo__a7b52270 .index2_module_top__a7b52270 .index2_module_user__a7b52270 {
|
|
6499
6499
|
padding-left: 0;
|
|
6500
6500
|
font-weight: 400;
|
|
6501
6501
|
}
|
|
6502
|
-
.
|
|
6503
|
-
.
|
|
6502
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270,
|
|
6503
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 {
|
|
6504
6504
|
max-height: calc(100vh - 110px);
|
|
6505
6505
|
overflow: auto;
|
|
6506
6506
|
background: #f5f5f5;
|
|
6507
6507
|
min-height: 200px;
|
|
6508
6508
|
}
|
|
6509
|
-
.
|
|
6510
|
-
.
|
|
6509
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_loading__a7b52270,
|
|
6510
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_loading__a7b52270 {
|
|
6511
6511
|
text-align: center;
|
|
6512
6512
|
margin: 10px 0;
|
|
6513
6513
|
}
|
|
6514
|
-
.
|
|
6515
|
-
.
|
|
6514
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_loading__a7b52270 img,
|
|
6515
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_loading__a7b52270 img {
|
|
6516
6516
|
width: 30px;
|
|
6517
6517
|
height: 30px;
|
|
6518
6518
|
}
|
|
6519
|
-
.
|
|
6520
|
-
.
|
|
6519
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270,
|
|
6520
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 {
|
|
6521
6521
|
padding: 16px;
|
|
6522
6522
|
padding-top: 0;
|
|
6523
6523
|
}
|
|
6524
|
-
.
|
|
6525
|
-
.
|
|
6524
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_left__a7b52270 .index2_module_head_sculpture__a7b52270,
|
|
6525
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_left__a7b52270 .index2_module_head_sculpture__a7b52270 {
|
|
6526
6526
|
width: 32px;
|
|
6527
6527
|
height: 32px;
|
|
6528
6528
|
margin-top: 24px;
|
|
@@ -6531,19 +6531,19 @@
|
|
|
6531
6531
|
vertical-align: top;
|
|
6532
6532
|
overflow: hidden;
|
|
6533
6533
|
}
|
|
6534
|
-
.
|
|
6535
|
-
.
|
|
6534
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_left__a7b52270 .index2_module_head_sculpture__a7b52270 img,
|
|
6535
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_left__a7b52270 .index2_module_head_sculpture__a7b52270 img {
|
|
6536
6536
|
width: 100%;
|
|
6537
6537
|
height: 100%;
|
|
6538
6538
|
}
|
|
6539
|
-
.
|
|
6540
|
-
.
|
|
6539
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_left__a7b52270 .index2_module_main_content__a7b52270,
|
|
6540
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_left__a7b52270 .index2_module_main_content__a7b52270 {
|
|
6541
6541
|
display: flex;
|
|
6542
6542
|
flex-direction: column;
|
|
6543
6543
|
align-items: flex-end;
|
|
6544
6544
|
}
|
|
6545
|
-
.
|
|
6546
|
-
.
|
|
6545
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_right__a7b52270 .index2_module_head_sculpture__a7b52270,
|
|
6546
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_right__a7b52270 .index2_module_head_sculpture__a7b52270 {
|
|
6547
6547
|
width: 32px;
|
|
6548
6548
|
height: 32px;
|
|
6549
6549
|
margin-top: 24px;
|
|
@@ -6554,83 +6554,94 @@
|
|
|
6554
6554
|
overflow: hidden;
|
|
6555
6555
|
text-align: center;
|
|
6556
6556
|
}
|
|
6557
|
-
.
|
|
6558
|
-
.
|
|
6557
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_right__a7b52270 .index2_module_head_sculpture__a7b52270 i,
|
|
6558
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_right__a7b52270 .index2_module_head_sculpture__a7b52270 i {
|
|
6559
6559
|
color: #fff;
|
|
6560
6560
|
}
|
|
6561
|
-
.
|
|
6562
|
-
.
|
|
6561
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_right__a7b52270 .index2_module_head_sculpture__a7b52270 img,
|
|
6562
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_right__a7b52270 .index2_module_head_sculpture__a7b52270 img {
|
|
6563
6563
|
width: 100%;
|
|
6564
6564
|
height: 100%;
|
|
6565
6565
|
}
|
|
6566
|
-
.
|
|
6567
|
-
.
|
|
6566
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li,
|
|
6567
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li {
|
|
6568
6568
|
position: relative;
|
|
6569
6569
|
display: flex;
|
|
6570
6570
|
width: 100%;
|
|
6571
6571
|
}
|
|
6572
|
-
.
|
|
6573
|
-
.
|
|
6572
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270,
|
|
6573
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 {
|
|
6574
6574
|
max-width: 80%;
|
|
6575
6575
|
}
|
|
6576
|
-
.
|
|
6577
|
-
.
|
|
6576
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content_flag__a7b52270,
|
|
6577
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content_flag__a7b52270 {
|
|
6578
6578
|
width: 100%;
|
|
6579
6579
|
}
|
|
6580
|
-
.
|
|
6581
|
-
.
|
|
6580
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content_flag__a7b52270:hover .index2_module_operate_modal__a7b52270,
|
|
6581
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content_flag__a7b52270:hover .index2_module_operate_modal__a7b52270 {
|
|
6582
6582
|
visibility: visible;
|
|
6583
6583
|
}
|
|
6584
|
-
.
|
|
6585
|
-
.
|
|
6584
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content__a7b52270,
|
|
6585
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content__a7b52270 {
|
|
6586
6586
|
position: relative;
|
|
6587
6587
|
}
|
|
6588
|
-
.
|
|
6589
|
-
.
|
|
6588
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content__a7b52270 .index2_module_content__a7b52270,
|
|
6589
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content__a7b52270 .index2_module_content__a7b52270 {
|
|
6590
6590
|
max-width: 100%;
|
|
6591
6591
|
}
|
|
6592
|
-
.
|
|
6593
|
-
.
|
|
6592
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content__a7b52270 .index2_module_content__a7b52270 .index2_module_content_child__a7b52270,
|
|
6593
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content__a7b52270 .index2_module_content__a7b52270 .index2_module_content_child__a7b52270 {
|
|
6594
6594
|
padding: 0;
|
|
6595
6595
|
line-height: 1;
|
|
6596
6596
|
}
|
|
6597
|
-
.
|
|
6598
|
-
.
|
|
6597
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content__a7b52270 .index2_module_content__a7b52270 .index2_module_content_child__a7b52270 p,
|
|
6598
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content__a7b52270 .index2_module_content__a7b52270 .index2_module_content_child__a7b52270 p {
|
|
6599
6599
|
word-break: break-all;
|
|
6600
|
+
white-space: break-spaces;
|
|
6600
6601
|
}
|
|
6601
|
-
.
|
|
6602
|
-
.
|
|
6603
|
-
.
|
|
6604
|
-
.
|
|
6602
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content__a7b52270 .index2_module_content__a7b52270 .index2_module_content_child__a7b52270 p,
|
|
6603
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content__a7b52270 .index2_module_content__a7b52270 .index2_module_content_child__a7b52270 p,
|
|
6604
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content__a7b52270 .index2_module_content__a7b52270 .index2_module_content_child__a7b52270 li,
|
|
6605
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content__a7b52270 .index2_module_content__a7b52270 .index2_module_content_child__a7b52270 li {
|
|
6605
6606
|
line-height: 1.5;
|
|
6606
6607
|
color: rgba(0, 0, 0, 0.85);
|
|
6607
6608
|
}
|
|
6608
|
-
.
|
|
6609
|
-
.
|
|
6609
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content__a7b52270 .index2_module_content__a7b52270 .index2_module_content_child__a7b52270 > h3,
|
|
6610
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content__a7b52270 .index2_module_content__a7b52270 .index2_module_content_child__a7b52270 > h3 {
|
|
6610
6611
|
font-size: 16px;
|
|
6611
6612
|
font-weight: 600;
|
|
6612
6613
|
padding: 10px 0;
|
|
6613
6614
|
}
|
|
6614
|
-
.
|
|
6615
|
-
.
|
|
6615
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content__a7b52270 .index2_module_content__a7b52270 .index2_module_content_child__a7b52270 ol,
|
|
6616
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content__a7b52270 .index2_module_content__a7b52270 .index2_module_content_child__a7b52270 ol {
|
|
6617
|
+
list-style: decimal;
|
|
6618
|
+
-webkit-padding-start: 20px;
|
|
6619
|
+
padding-inline-start: 20px;
|
|
6620
|
+
}
|
|
6621
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content__a7b52270 .index2_module_content__a7b52270 .index2_module_content_child__a7b52270 ol li,
|
|
6622
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content__a7b52270 .index2_module_content__a7b52270 .index2_module_content_child__a7b52270 ol li {
|
|
6623
|
+
list-style-type: auto;
|
|
6624
|
+
}
|
|
6625
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content__a7b52270 .index2_module_content__a7b52270 .index2_module_content_child__a7b52270 ol li p,
|
|
6626
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content__a7b52270 .index2_module_content__a7b52270 .index2_module_content_child__a7b52270 ol li p {
|
|
6616
6627
|
padding: 4px 0;
|
|
6617
6628
|
font-size: 14px;
|
|
6618
6629
|
font-weight: 600;
|
|
6619
6630
|
}
|
|
6620
|
-
.
|
|
6621
|
-
.
|
|
6631
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content__a7b52270 .index2_module_content__a7b52270 .index2_module_content_child__a7b52270 ol li > ul li,
|
|
6632
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content__a7b52270 .index2_module_content__a7b52270 .index2_module_content_child__a7b52270 ol li > ul li {
|
|
6622
6633
|
list-style: inside;
|
|
6623
6634
|
color: rgba(0, 0, 0, 0.65);
|
|
6624
6635
|
}
|
|
6625
|
-
.
|
|
6626
|
-
.
|
|
6636
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content__a7b52270 .index2_module_content__a7b52270 pre,
|
|
6637
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_main_content__a7b52270 .index2_module_content__a7b52270 pre {
|
|
6627
6638
|
background: rgba(0, 0, 0, 0.05);
|
|
6628
6639
|
padding: 12px;
|
|
6629
6640
|
line-height: 1.5;
|
|
6630
6641
|
margin: 4px 0;
|
|
6631
6642
|
}
|
|
6632
|
-
.
|
|
6633
|
-
.
|
|
6643
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal__a7b52270,
|
|
6644
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal__a7b52270 {
|
|
6634
6645
|
visibility: hidden;
|
|
6635
6646
|
height: 24px;
|
|
6636
6647
|
white-space: nowrap;
|
|
@@ -6640,8 +6651,8 @@
|
|
|
6640
6651
|
z-index: 9;
|
|
6641
6652
|
text-align: right;
|
|
6642
6653
|
}
|
|
6643
|
-
.
|
|
6644
|
-
.
|
|
6654
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal__a7b52270 .index2_module_operate__a7b52270,
|
|
6655
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal__a7b52270 .index2_module_operate__a7b52270 {
|
|
6645
6656
|
display: inline-flex;
|
|
6646
6657
|
align-items: center;
|
|
6647
6658
|
padding: 8px 0;
|
|
@@ -6651,30 +6662,30 @@
|
|
|
6651
6662
|
line-height: 1;
|
|
6652
6663
|
color: rgba(0, 0, 0, 0.45);
|
|
6653
6664
|
}
|
|
6654
|
-
.
|
|
6655
|
-
.
|
|
6665
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal__a7b52270 .index2_module_operate__a7b52270 i,
|
|
6666
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal__a7b52270 .index2_module_operate__a7b52270 i {
|
|
6656
6667
|
color: rgba(0, 0, 0, 0.45);
|
|
6657
6668
|
font-size: 16px;
|
|
6658
6669
|
cursor: pointer;
|
|
6659
6670
|
}
|
|
6660
|
-
.
|
|
6661
|
-
.
|
|
6671
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal__a7b52270 .index2_module_operate__a7b52270 i svg,
|
|
6672
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal__a7b52270 .index2_module_operate__a7b52270 i svg {
|
|
6662
6673
|
color: rgba(0, 0, 0, 0.65);
|
|
6663
6674
|
}
|
|
6664
|
-
.
|
|
6665
|
-
.
|
|
6675
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal__a7b52270 .index2_module_operate__a7b52270 i:hover svg,
|
|
6676
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal__a7b52270 .index2_module_operate__a7b52270 i:hover svg {
|
|
6666
6677
|
color: #5991ef;
|
|
6667
6678
|
}
|
|
6668
|
-
.
|
|
6669
|
-
.
|
|
6679
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal__a7b52270 .index2_module_operate__a7b52270 .index2_module_active__a7b52270 svg,
|
|
6680
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal__a7b52270 .index2_module_operate__a7b52270 .index2_module_active__a7b52270 svg {
|
|
6670
6681
|
color: #5991ef;
|
|
6671
6682
|
}
|
|
6672
|
-
.
|
|
6673
|
-
.
|
|
6683
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal__a7b52270 .index2_module_operate__a7b52270 span,
|
|
6684
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal__a7b52270 .index2_module_operate__a7b52270 span {
|
|
6674
6685
|
margin: 0 8px;
|
|
6675
6686
|
}
|
|
6676
|
-
.
|
|
6677
|
-
.
|
|
6687
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal__a7b52270 .index2_module_operate__a7b52270 .index2_module_ask_question__a7b52270,
|
|
6688
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal__a7b52270 .index2_module_operate__a7b52270 .index2_module_ask_question__a7b52270 {
|
|
6678
6689
|
cursor: pointer;
|
|
6679
6690
|
color: rgba(0, 0, 0, 0.45);
|
|
6680
6691
|
font-size: 12px;
|
|
@@ -6683,57 +6694,57 @@
|
|
|
6683
6694
|
background-color: rgba(0, 0, 0, 0.04);
|
|
6684
6695
|
margin-right: 16px;
|
|
6685
6696
|
}
|
|
6686
|
-
.
|
|
6687
|
-
.
|
|
6697
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal__a7b52270 .index2_module_operate__a7b52270 .index2_module_ask_question__a7b52270:hover,
|
|
6698
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal__a7b52270 .index2_module_operate__a7b52270 .index2_module_ask_question__a7b52270:hover {
|
|
6688
6699
|
color: #5991ef;
|
|
6689
6700
|
}
|
|
6690
|
-
.
|
|
6691
|
-
.
|
|
6701
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270,
|
|
6702
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 {
|
|
6692
6703
|
display: flex;
|
|
6693
6704
|
justify-content: space-between;
|
|
6694
6705
|
align-items: center;
|
|
6695
6706
|
bottom: 0;
|
|
6696
6707
|
}
|
|
6697
|
-
.
|
|
6698
|
-
.
|
|
6708
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_operate__a7b52270,
|
|
6709
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_operate__a7b52270 {
|
|
6699
6710
|
display: inline-block;
|
|
6700
6711
|
padding: 8px;
|
|
6701
6712
|
line-height: 1;
|
|
6702
6713
|
color: rgba(0, 0, 0, 0.45);
|
|
6703
6714
|
}
|
|
6704
|
-
.
|
|
6705
|
-
.
|
|
6715
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_operate__a7b52270 i,
|
|
6716
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_operate__a7b52270 i {
|
|
6706
6717
|
color: rgba(0, 0, 0, 0.45);
|
|
6707
6718
|
font-size: 16px;
|
|
6708
6719
|
cursor: pointer;
|
|
6709
6720
|
}
|
|
6710
|
-
.
|
|
6711
|
-
.
|
|
6721
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_operate__a7b52270 i svg,
|
|
6722
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_operate__a7b52270 i svg {
|
|
6712
6723
|
color: rgba(0, 0, 0, 0.65);
|
|
6713
6724
|
}
|
|
6714
|
-
.
|
|
6715
|
-
.
|
|
6725
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_operate__a7b52270 i:hover svg,
|
|
6726
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_operate__a7b52270 i:hover svg {
|
|
6716
6727
|
color: #5991ef;
|
|
6717
6728
|
}
|
|
6718
|
-
.
|
|
6719
|
-
.
|
|
6729
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_operate__a7b52270 .index2_module_active__a7b52270 svg,
|
|
6730
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_operate__a7b52270 .index2_module_active__a7b52270 svg {
|
|
6720
6731
|
color: #5991ef;
|
|
6721
6732
|
}
|
|
6722
|
-
.
|
|
6723
|
-
.
|
|
6733
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_operate__a7b52270 span,
|
|
6734
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_operate__a7b52270 span {
|
|
6724
6735
|
margin: 0 8px;
|
|
6725
6736
|
cursor: pointer;
|
|
6726
6737
|
}
|
|
6727
|
-
.
|
|
6728
|
-
.
|
|
6738
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_stop_generate__a7b52270,
|
|
6739
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_stop_generate__a7b52270 {
|
|
6729
6740
|
font-size: 12px;
|
|
6730
6741
|
color: rgba(0, 0, 0, 0.45);
|
|
6731
6742
|
display: inline-block;
|
|
6732
6743
|
padding: 8px 0;
|
|
6733
6744
|
cursor: pointer;
|
|
6734
6745
|
}
|
|
6735
|
-
.
|
|
6736
|
-
.
|
|
6746
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_stop_generate__a7b52270 .index2_module_icon__a7b52270,
|
|
6747
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_stop_generate__a7b52270 .index2_module_icon__a7b52270 {
|
|
6737
6748
|
display: inline-block;
|
|
6738
6749
|
width: 10px;
|
|
6739
6750
|
height: 10px;
|
|
@@ -6741,8 +6752,8 @@
|
|
|
6741
6752
|
background-color: rgba(0, 0, 0, 0.45);
|
|
6742
6753
|
margin-right: 4px;
|
|
6743
6754
|
}
|
|
6744
|
-
.
|
|
6745
|
-
.
|
|
6755
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_stop_generate__a7b52270 .index2_module_find_teacher__a7b52270,
|
|
6756
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_stop_generate__a7b52270 .index2_module_find_teacher__a7b52270 {
|
|
6746
6757
|
padding: 2px 8px;
|
|
6747
6758
|
border-radius: 2px;
|
|
6748
6759
|
background-color: rgba(0, 0, 0, 0.04);
|
|
@@ -6750,71 +6761,72 @@
|
|
|
6750
6761
|
font-size: 12px;
|
|
6751
6762
|
line-height: 1;
|
|
6752
6763
|
}
|
|
6753
|
-
.
|
|
6754
|
-
.
|
|
6764
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_stop_generate__a7b52270 .index2_module_find_teacher__a7b52270:hover,
|
|
6765
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_stop_generate__a7b52270 .index2_module_find_teacher__a7b52270:hover {
|
|
6755
6766
|
color: #5991ef;
|
|
6756
6767
|
}
|
|
6757
|
-
.
|
|
6758
|
-
.
|
|
6768
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_stop_generate__a7b52270:hover,
|
|
6769
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_stop_generate__a7b52270:hover {
|
|
6759
6770
|
color: #5991ef;
|
|
6760
6771
|
}
|
|
6761
|
-
.
|
|
6762
|
-
.
|
|
6772
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_stop_generate__a7b52270:hover span,
|
|
6773
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_stop_generate__a7b52270:hover span {
|
|
6763
6774
|
color: #5991ef;
|
|
6764
6775
|
}
|
|
6765
|
-
.
|
|
6766
|
-
.
|
|
6776
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_stop_findTeacher__a7b52270,
|
|
6777
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_stop_findTeacher__a7b52270 {
|
|
6767
6778
|
font-size: 12px;
|
|
6768
6779
|
color: rgba(0, 0, 0, 0.45);
|
|
6769
6780
|
display: inline-block;
|
|
6770
6781
|
padding: 8px 0;
|
|
6771
6782
|
cursor: pointer;
|
|
6772
6783
|
}
|
|
6773
|
-
.
|
|
6774
|
-
.
|
|
6784
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_stop_findTeacher__a7b52270 span,
|
|
6785
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_stop_findTeacher__a7b52270 span {
|
|
6775
6786
|
padding: 0px 8px;
|
|
6776
6787
|
background-color: rgba(0, 0, 0, 0.04);
|
|
6777
6788
|
color: rgba(0, 0, 0, 0.45);
|
|
6778
6789
|
}
|
|
6779
|
-
.
|
|
6780
|
-
.
|
|
6790
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_stop_findTeacher__a7b52270 span:hover,
|
|
6791
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_main__a7b52270 .index2_module_operate_modal_bottom__a7b52270 .index2_module_stop_findTeacher__a7b52270 span:hover {
|
|
6781
6792
|
color: #5991ef;
|
|
6782
6793
|
}
|
|
6783
|
-
.
|
|
6784
|
-
.
|
|
6794
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_content__a7b52270,
|
|
6795
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 > li .index2_module_content__a7b52270 {
|
|
6785
6796
|
padding: 12px 16px;
|
|
6786
6797
|
display: inline-block;
|
|
6787
6798
|
font-size: 14px;
|
|
6788
6799
|
}
|
|
6789
|
-
.
|
|
6790
|
-
.
|
|
6800
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_left__a7b52270,
|
|
6801
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_left__a7b52270 {
|
|
6791
6802
|
justify-content: flex-end;
|
|
6792
6803
|
}
|
|
6793
|
-
.
|
|
6794
|
-
.
|
|
6804
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_left__a7b52270 .index2_module_main__a7b52270,
|
|
6805
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_left__a7b52270 .index2_module_main__a7b52270 {
|
|
6795
6806
|
text-align: right;
|
|
6796
6807
|
}
|
|
6797
|
-
.
|
|
6798
|
-
.
|
|
6808
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 li.index2_module_left__a7b52270 .index2_module_content__a7b52270,
|
|
6809
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 li.index2_module_left__a7b52270 .index2_module_content__a7b52270 {
|
|
6799
6810
|
border-radius: 20px 2px 20px 20px;
|
|
6800
6811
|
background: #d1e4ff;
|
|
6801
6812
|
text-align: left;
|
|
6802
6813
|
}
|
|
6803
|
-
.
|
|
6804
|
-
.
|
|
6814
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 li.index2_module_right__a7b52270 .index2_module_content__a7b52270,
|
|
6815
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 li.index2_module_right__a7b52270 .index2_module_content__a7b52270 {
|
|
6805
6816
|
border-radius: 2px 20px 20px 20px;
|
|
6806
6817
|
background: #fff;
|
|
6807
6818
|
}
|
|
6808
|
-
.
|
|
6809
|
-
.
|
|
6819
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 li .index2_module_content__a7b52270 .index2_module_association_problem__a7b52270 li,
|
|
6820
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 li .index2_module_content__a7b52270 .index2_module_association_problem__a7b52270 li {
|
|
6810
6821
|
color: #5991ef;
|
|
6811
6822
|
font-size: 14px;
|
|
6812
6823
|
font-weight: 400;
|
|
6813
6824
|
line-height: 1.8;
|
|
6814
6825
|
cursor: pointer;
|
|
6826
|
+
list-style-type: none;
|
|
6815
6827
|
}
|
|
6816
|
-
.
|
|
6817
|
-
.
|
|
6828
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_time__a7b52270,
|
|
6829
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_time__a7b52270 {
|
|
6818
6830
|
display: block;
|
|
6819
6831
|
margin: 40px 0;
|
|
6820
6832
|
margin-bottom: 16px;
|
|
@@ -6823,8 +6835,8 @@
|
|
|
6823
6835
|
color: rgba(0, 0, 0, 0.25);
|
|
6824
6836
|
position: relative;
|
|
6825
6837
|
}
|
|
6826
|
-
.
|
|
6827
|
-
.
|
|
6838
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_time__a7b52270::before,
|
|
6839
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_time__a7b52270::before {
|
|
6828
6840
|
content: "";
|
|
6829
6841
|
width: 100px;
|
|
6830
6842
|
display: inline-block;
|
|
@@ -6834,8 +6846,8 @@
|
|
|
6834
6846
|
top: -3px;
|
|
6835
6847
|
right: 16px;
|
|
6836
6848
|
}
|
|
6837
|
-
.
|
|
6838
|
-
.
|
|
6849
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_time__a7b52270::after,
|
|
6850
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_time__a7b52270::after {
|
|
6839
6851
|
content: "";
|
|
6840
6852
|
width: 100px;
|
|
6841
6853
|
display: inline-block;
|
|
@@ -6845,16 +6857,16 @@
|
|
|
6845
6857
|
top: -3px;
|
|
6846
6858
|
left: 16px;
|
|
6847
6859
|
}
|
|
6848
|
-
.
|
|
6849
|
-
.
|
|
6860
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_citation_content__a7b52270,
|
|
6861
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_citation_content__a7b52270 {
|
|
6850
6862
|
display: table;
|
|
6851
6863
|
margin-top: 4px;
|
|
6852
6864
|
padding: 8px;
|
|
6853
6865
|
border-radius: 2px;
|
|
6854
6866
|
background: #e7e7e7;
|
|
6855
6867
|
}
|
|
6856
|
-
.
|
|
6857
|
-
.
|
|
6868
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_citation_content__a7b52270 p,
|
|
6869
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_citation_content__a7b52270 p {
|
|
6858
6870
|
color: rgba(0, 0, 0, 0.65);
|
|
6859
6871
|
font-size: 12px;
|
|
6860
6872
|
line-height: 1.5;
|
|
@@ -6868,100 +6880,100 @@
|
|
|
6868
6880
|
cursor: pointer;
|
|
6869
6881
|
text-align: left;
|
|
6870
6882
|
}
|
|
6871
|
-
.
|
|
6872
|
-
.
|
|
6883
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_citation_content__a7b52270 .index2_module_text_exceed__a7b52270,
|
|
6884
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_citation_content__a7b52270 .index2_module_text_exceed__a7b52270 {
|
|
6873
6885
|
padding-right: 16px;
|
|
6874
6886
|
position: relative;
|
|
6875
6887
|
}
|
|
6876
|
-
.
|
|
6877
|
-
.
|
|
6888
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_citation_content__a7b52270 .index2_module_text_exceed__a7b52270 > span,
|
|
6889
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_citation_content__a7b52270 .index2_module_text_exceed__a7b52270 > span {
|
|
6878
6890
|
position: absolute;
|
|
6879
6891
|
top: 20px;
|
|
6880
6892
|
right: 0;
|
|
6881
6893
|
}
|
|
6882
|
-
.
|
|
6883
|
-
.
|
|
6894
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_popover_content__a7b52270,
|
|
6895
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_message_con__a7b52270 .index2_module_popover_content__a7b52270 {
|
|
6884
6896
|
max-width: 400px;
|
|
6885
6897
|
}
|
|
6886
|
-
.
|
|
6887
|
-
.
|
|
6898
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270::-webkit-scrollbar,
|
|
6899
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270::-webkit-scrollbar {
|
|
6888
6900
|
background-color: #eff0f7;
|
|
6889
6901
|
background-color: transparent;
|
|
6890
6902
|
width: 6px;
|
|
6891
6903
|
height: 4px;
|
|
6892
6904
|
}
|
|
6893
|
-
.
|
|
6894
|
-
.
|
|
6905
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270::-webkit-scrollbar-thumb,
|
|
6906
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270::-webkit-scrollbar-thumb {
|
|
6895
6907
|
border-radius: 4px;
|
|
6896
6908
|
background-color: rgba(181, 184, 198, 0.8);
|
|
6897
6909
|
}
|
|
6898
|
-
.
|
|
6899
|
-
.
|
|
6910
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main_newlabo__a7b52270 pre,
|
|
6911
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main_newlabo__a7b52270 pre {
|
|
6900
6912
|
background: #2b303b !important;
|
|
6901
6913
|
color: #fff;
|
|
6902
6914
|
overflow: auto;
|
|
6903
6915
|
}
|
|
6904
|
-
.
|
|
6905
|
-
.
|
|
6916
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main_newlabo__a7b52270 pre pre::-webkit-scrollbar,
|
|
6917
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main_newlabo__a7b52270 pre pre::-webkit-scrollbar {
|
|
6906
6918
|
background-color: #eaedf1;
|
|
6907
6919
|
background-color: transparent;
|
|
6908
6920
|
width: 4px;
|
|
6909
6921
|
height: 4px;
|
|
6910
6922
|
}
|
|
6911
|
-
.
|
|
6912
|
-
.
|
|
6923
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main_newlabo__a7b52270 pre pre::-webkit-scrollbar-thumb,
|
|
6924
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main_newlabo__a7b52270 pre pre::-webkit-scrollbar-thumb {
|
|
6913
6925
|
border-radius: 4px;
|
|
6914
6926
|
background-color: #f4f4f4;
|
|
6915
6927
|
}
|
|
6916
|
-
.
|
|
6917
|
-
.
|
|
6928
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main_newlabo_no_pic__a7b52270 .index2_module_head_sculpture__a7b52270,
|
|
6929
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main_newlabo_no_pic__a7b52270 .index2_module_head_sculpture__a7b52270 {
|
|
6918
6930
|
display: none !important;
|
|
6919
6931
|
}
|
|
6920
|
-
.
|
|
6921
|
-
.
|
|
6932
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270,
|
|
6933
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 {
|
|
6922
6934
|
position: absolute;
|
|
6923
6935
|
bottom: 0;
|
|
6924
6936
|
width: 100%;
|
|
6925
6937
|
}
|
|
6926
|
-
.
|
|
6927
|
-
.
|
|
6938
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_issues_list_teacherList__a7b52270,
|
|
6939
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_issues_list_teacherList__a7b52270 {
|
|
6928
6940
|
white-space: nowrap;
|
|
6929
6941
|
overflow: auto;
|
|
6930
6942
|
width: calc(100% - 40px);
|
|
6931
6943
|
box-sizing: border-box;
|
|
6932
6944
|
margin-bottom: 6px;
|
|
6933
6945
|
}
|
|
6934
|
-
.
|
|
6935
|
-
.
|
|
6946
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_issues_list_teacherList__a7b52270 .index2_module_item__a7b52270,
|
|
6947
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_issues_list_teacherList__a7b52270 .index2_module_item__a7b52270 {
|
|
6936
6948
|
display: inline-block;
|
|
6937
6949
|
margin-right: 8px;
|
|
6938
6950
|
}
|
|
6939
|
-
.
|
|
6940
|
-
.
|
|
6951
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_issues_list_teacherList__a7b52270 .index2_module_item__a7b52270:last-child,
|
|
6952
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_issues_list_teacherList__a7b52270 .index2_module_item__a7b52270:last-child {
|
|
6941
6953
|
margin-right: 0;
|
|
6942
6954
|
}
|
|
6943
|
-
.
|
|
6944
|
-
.
|
|
6955
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_issues_list_teacherList__a7b52270::-webkit-scrollbar,
|
|
6956
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_issues_list_teacherList__a7b52270::-webkit-scrollbar {
|
|
6945
6957
|
background-color: #eaedf1;
|
|
6946
6958
|
background-color: transparent;
|
|
6947
6959
|
width: 4px;
|
|
6948
6960
|
height: 4px;
|
|
6949
6961
|
}
|
|
6950
|
-
.
|
|
6951
|
-
.
|
|
6962
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_issues_list_teacherList__a7b52270::-webkit-scrollbar-thumb,
|
|
6963
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_issues_list_teacherList__a7b52270::-webkit-scrollbar-thumb {
|
|
6952
6964
|
border-radius: 4px;
|
|
6953
6965
|
background-color: rgba(181, 184, 198, 0.6);
|
|
6954
6966
|
}
|
|
6955
|
-
.
|
|
6956
|
-
.
|
|
6967
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_issues_list__a7b52270,
|
|
6968
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_issues_list__a7b52270 {
|
|
6957
6969
|
position: absolute;
|
|
6958
6970
|
bottom: 60px;
|
|
6959
6971
|
margin: 0 16px;
|
|
6960
6972
|
padding-bottom: 4px;
|
|
6961
6973
|
line-height: 1;
|
|
6962
6974
|
}
|
|
6963
|
-
.
|
|
6964
|
-
.
|
|
6975
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_issues_list__a7b52270 .index2_module_item__a7b52270 > span,
|
|
6976
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_issues_list__a7b52270 .index2_module_item__a7b52270 > span {
|
|
6965
6977
|
cursor: pointer;
|
|
6966
6978
|
max-width: 100%;
|
|
6967
6979
|
display: inline-block;
|
|
@@ -6975,23 +6987,23 @@
|
|
|
6975
6987
|
line-height: 1;
|
|
6976
6988
|
overflow: hidden;
|
|
6977
6989
|
}
|
|
6978
|
-
.
|
|
6979
|
-
.
|
|
6990
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_issues_list__a7b52270 .index2_module_item__a7b52270 > span:hover,
|
|
6991
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_issues_list__a7b52270 .index2_module_item__a7b52270 > span:hover {
|
|
6980
6992
|
background-color: #fff;
|
|
6981
6993
|
}
|
|
6982
|
-
.
|
|
6983
|
-
.
|
|
6994
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_issues_list__a7b52270 .index2_module_item__a7b52270 > span .index2_module_sign__a7b52270,
|
|
6995
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_issues_list__a7b52270 .index2_module_item__a7b52270 > span .index2_module_sign__a7b52270 {
|
|
6984
6996
|
color: #5991ef;
|
|
6985
6997
|
}
|
|
6986
|
-
.
|
|
6987
|
-
.
|
|
6998
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270,
|
|
6999
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 {
|
|
6988
7000
|
display: flex;
|
|
6989
7001
|
align-items: flex-end;
|
|
6990
7002
|
margin-bottom: 12px;
|
|
6991
7003
|
padding: 0 16px;
|
|
6992
7004
|
}
|
|
6993
|
-
.
|
|
6994
|
-
.
|
|
7005
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270,
|
|
7006
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 {
|
|
6995
7007
|
align-items: flex-end;
|
|
6996
7008
|
width: calc(100% - 36px);
|
|
6997
7009
|
background-color: #fff;
|
|
@@ -7003,12 +7015,12 @@
|
|
|
7003
7015
|
position: relative;
|
|
7004
7016
|
padding-right: 1px;
|
|
7005
7017
|
}
|
|
7006
|
-
.
|
|
7007
|
-
.
|
|
7018
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 > .index2_module_input__a7b52270,
|
|
7019
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 > .index2_module_input__a7b52270 {
|
|
7008
7020
|
line-height: 1;
|
|
7009
7021
|
}
|
|
7010
|
-
.
|
|
7011
|
-
.
|
|
7022
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 > .index2_module_input__a7b52270 textarea,
|
|
7023
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 > .index2_module_input__a7b52270 textarea {
|
|
7012
7024
|
max-height: 100px;
|
|
7013
7025
|
padding: 0;
|
|
7014
7026
|
border: none;
|
|
@@ -7016,64 +7028,64 @@
|
|
|
7016
7028
|
resize: none;
|
|
7017
7029
|
padding-right: 48px;
|
|
7018
7030
|
}
|
|
7019
|
-
.
|
|
7020
|
-
.
|
|
7031
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 > .index2_module_input__a7b52270 textarea.bhd-input,
|
|
7032
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 > .index2_module_input__a7b52270 textarea.bhd-input {
|
|
7021
7033
|
min-height: 21px !important;
|
|
7022
7034
|
line-height: 1.5;
|
|
7023
7035
|
}
|
|
7024
|
-
.
|
|
7025
|
-
.
|
|
7036
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 > .index2_module_input__a7b52270 .bhd-input[disabled],
|
|
7037
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 > .index2_module_input__a7b52270 .bhd-input[disabled] {
|
|
7026
7038
|
background-color: #fff !important;
|
|
7027
7039
|
}
|
|
7028
|
-
.
|
|
7029
|
-
.
|
|
7040
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 > .index2_module_no_AI__a7b52270,
|
|
7041
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 > .index2_module_no_AI__a7b52270 {
|
|
7030
7042
|
width: 100%;
|
|
7031
7043
|
}
|
|
7032
|
-
.
|
|
7033
|
-
.
|
|
7044
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 > .index2_module_no_AI__a7b52270 textarea,
|
|
7045
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 > .index2_module_no_AI__a7b52270 textarea {
|
|
7034
7046
|
padding-right: 12px;
|
|
7035
7047
|
}
|
|
7036
|
-
.
|
|
7037
|
-
.
|
|
7048
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 .index2_module_voice__a7b52270,
|
|
7049
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 .index2_module_voice__a7b52270 {
|
|
7038
7050
|
position: absolute;
|
|
7039
7051
|
right: 18px;
|
|
7040
7052
|
bottom: 10px;
|
|
7041
7053
|
color: rgba(0, 0, 0, 0.65);
|
|
7042
7054
|
}
|
|
7043
|
-
.
|
|
7044
|
-
.
|
|
7055
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 .index2_module_voice__a7b52270 i,
|
|
7056
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 .index2_module_voice__a7b52270 i {
|
|
7045
7057
|
cursor: pointer;
|
|
7046
7058
|
}
|
|
7047
|
-
.
|
|
7048
|
-
.
|
|
7059
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 .index2_module_voice__a7b52270 i svg,
|
|
7060
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 .index2_module_voice__a7b52270 i svg {
|
|
7049
7061
|
color: rgba(0, 0, 0, 0.65);
|
|
7050
7062
|
font-size: 20px;
|
|
7051
7063
|
}
|
|
7052
|
-
.
|
|
7053
|
-
.
|
|
7064
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 .index2_module_voice__a7b52270 .index2_module_voice_btn__a7b52270,
|
|
7065
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 .index2_module_voice__a7b52270 .index2_module_voice_btn__a7b52270 {
|
|
7054
7066
|
width: 32px;
|
|
7055
7067
|
cursor: pointer;
|
|
7056
7068
|
position: absolute;
|
|
7057
7069
|
bottom: -5px;
|
|
7058
7070
|
right: -10px;
|
|
7059
7071
|
}
|
|
7060
|
-
.
|
|
7061
|
-
.
|
|
7072
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 .index2_module_disabled__a7b52270,
|
|
7073
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 .index2_module_disabled__a7b52270 {
|
|
7062
7074
|
cursor: not-allowed !important;
|
|
7063
7075
|
color: rgba(0, 0, 0, 0.25) !important;
|
|
7064
7076
|
}
|
|
7065
|
-
.
|
|
7066
|
-
.
|
|
7077
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 .index2_module_disabled__a7b52270 svg,
|
|
7078
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 .index2_module_disabled__a7b52270 svg {
|
|
7067
7079
|
color: rgba(0, 0, 0, 0.25) !important;
|
|
7068
7080
|
}
|
|
7069
|
-
.
|
|
7070
|
-
.
|
|
7081
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 .index2_module_content_main__a7b52270,
|
|
7082
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 .index2_module_content_main__a7b52270 {
|
|
7071
7083
|
display: flex;
|
|
7072
7084
|
align-items: center;
|
|
7073
7085
|
width: calc(100% - 24px);
|
|
7074
7086
|
}
|
|
7075
|
-
.
|
|
7076
|
-
.
|
|
7087
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 .index2_module_content_main__a7b52270 .index2_module_content_con__a7b52270,
|
|
7088
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 .index2_module_content_main__a7b52270 .index2_module_content_con__a7b52270 {
|
|
7077
7089
|
margin-top: 6px;
|
|
7078
7090
|
align-items: center;
|
|
7079
7091
|
padding: 8px;
|
|
@@ -7081,8 +7093,8 @@
|
|
|
7081
7093
|
display: inline-block;
|
|
7082
7094
|
width: calc(100% - 60px);
|
|
7083
7095
|
}
|
|
7084
|
-
.
|
|
7085
|
-
.
|
|
7096
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 .index2_module_content_main__a7b52270 .index2_module_content_con__a7b52270 p,
|
|
7097
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 .index2_module_content_main__a7b52270 .index2_module_content_con__a7b52270 p {
|
|
7086
7098
|
color: rgba(0, 0, 0, 0.65);
|
|
7087
7099
|
border-radius: 2px;
|
|
7088
7100
|
font-size: 12px;
|
|
@@ -7095,90 +7107,90 @@
|
|
|
7095
7107
|
max-height: 36px;
|
|
7096
7108
|
word-break: break-all;
|
|
7097
7109
|
}
|
|
7098
|
-
.
|
|
7099
|
-
.
|
|
7110
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 .index2_module_content_main__a7b52270 .index2_module_delete_quote__a7b52270,
|
|
7111
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_input_wrap__a7b52270 .index2_module_content_main__a7b52270 .index2_module_delete_quote__a7b52270 {
|
|
7100
7112
|
font-size: 18px;
|
|
7101
7113
|
color: #bfbfbf;
|
|
7102
7114
|
margin-top: 6px;
|
|
7103
7115
|
}
|
|
7104
|
-
.
|
|
7105
|
-
.
|
|
7116
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_sending__a7b52270,
|
|
7117
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_sending__a7b52270 {
|
|
7106
7118
|
width: 20px;
|
|
7107
7119
|
margin-left: 16px;
|
|
7108
7120
|
margin-bottom: 8px;
|
|
7109
7121
|
}
|
|
7110
|
-
.
|
|
7111
|
-
.
|
|
7122
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_sending__a7b52270 i svg,
|
|
7123
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_sending__a7b52270 i svg {
|
|
7112
7124
|
font-size: 20px;
|
|
7113
7125
|
color: rgba(0, 0, 0, 0.65);
|
|
7114
7126
|
}
|
|
7115
|
-
.
|
|
7116
|
-
.
|
|
7127
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_sending__a7b52270 .index2_module_disabled__a7b52270 svg,
|
|
7128
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 .index2_module_Drawer_buttom__a7b52270 .index2_module_sending__a7b52270 .index2_module_disabled__a7b52270 svg {
|
|
7117
7129
|
color: rgba(0, 0, 0, 0.25);
|
|
7118
7130
|
cursor: not-allowed;
|
|
7119
7131
|
}
|
|
7120
|
-
.
|
|
7121
|
-
.
|
|
7132
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_buttom_Issues_List_newlabo__a7b52270,
|
|
7133
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List_newlabo__a7b52270 {
|
|
7122
7134
|
background-color: #f5f5f5 !important;
|
|
7123
7135
|
}
|
|
7124
|
-
.
|
|
7125
|
-
.
|
|
7136
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .anticon,
|
|
7137
|
+
.index2_module_ChatWindow_Modal__a7b52270 .anticon {
|
|
7126
7138
|
vertical-align: 0;
|
|
7127
7139
|
}
|
|
7128
|
-
.
|
|
7140
|
+
.index2_module_ChatWindow_Drawer__a7b52270 {
|
|
7129
7141
|
background: #f5f5f5 !important;
|
|
7130
7142
|
position: relative;
|
|
7131
7143
|
height: 100%;
|
|
7132
7144
|
}
|
|
7133
|
-
.
|
|
7145
|
+
.index2_module_ChatWindow_Drawer__a7b52270 .bhd-drawer-header {
|
|
7134
7146
|
display: none !important;
|
|
7135
7147
|
}
|
|
7136
|
-
.
|
|
7148
|
+
.index2_module_ChatWindow_Modal__a7b52270 .bhd-modal {
|
|
7137
7149
|
border-radius: 8px;
|
|
7138
7150
|
overflow: hidden;
|
|
7139
7151
|
position: relative;
|
|
7140
7152
|
}
|
|
7141
|
-
.
|
|
7153
|
+
.index2_module_ChatWindow_Modal__a7b52270 .bhd-modal-content {
|
|
7142
7154
|
height: 100%;
|
|
7143
7155
|
background-color: #f5f5f5 !important;
|
|
7144
7156
|
}
|
|
7145
|
-
.
|
|
7157
|
+
.index2_module_ChatWindow_Modal__a7b52270 .bhd-modal-content .bhd-modal-close {
|
|
7146
7158
|
display: none !important;
|
|
7147
7159
|
}
|
|
7148
|
-
.
|
|
7160
|
+
.index2_module_ChatWindow_Modal__a7b52270 .bhd-modal-header {
|
|
7149
7161
|
display: none !important;
|
|
7150
7162
|
}
|
|
7151
|
-
.
|
|
7163
|
+
.index2_module_ChatWindow_Modal__a7b52270 .bhd-modal-body {
|
|
7152
7164
|
height: 100%;
|
|
7153
7165
|
padding: 0 !important;
|
|
7154
7166
|
border-radius: 4px !important;
|
|
7155
7167
|
}
|
|
7156
|
-
.
|
|
7168
|
+
.index2_module_ChatWindow_Modal__a7b52270 .bhd-drawer-right > .bhd-drawer-content-wrapper {
|
|
7157
7169
|
top: 129px;
|
|
7158
7170
|
right: 200px;
|
|
7159
7171
|
height: 790px;
|
|
7160
7172
|
}
|
|
7161
|
-
.
|
|
7173
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_main_list__a7b52270 {
|
|
7162
7174
|
max-height: 650px;
|
|
7163
7175
|
}
|
|
7164
|
-
.
|
|
7176
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_user__a7b52270 {
|
|
7165
7177
|
padding-left: 0 !important;
|
|
7166
7178
|
cursor: pointer;
|
|
7167
7179
|
}
|
|
7168
|
-
.
|
|
7180
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 {
|
|
7169
7181
|
border-radius: 4px;
|
|
7170
7182
|
width: calc(100% - 328px);
|
|
7171
7183
|
margin-left: 328px;
|
|
7172
7184
|
}
|
|
7173
|
-
.
|
|
7185
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 {
|
|
7174
7186
|
max-height: 700px;
|
|
7175
7187
|
}
|
|
7176
|
-
.
|
|
7188
|
+
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_chat_content__a7b52270 {
|
|
7177
7189
|
width: calc(100% - 328px);
|
|
7178
7190
|
margin-left: 328px;
|
|
7179
7191
|
display: inline-block;
|
|
7180
7192
|
}
|
|
7181
|
-
.
|
|
7193
|
+
.index2_module_popover_main_content__a7b52270 {
|
|
7182
7194
|
min-width: 300px !important;
|
|
7183
7195
|
max-width: 340px !important;
|
|
7184
7196
|
background-color: #fff !important;
|
|
@@ -7186,21 +7198,21 @@
|
|
|
7186
7198
|
border-radius: 4px;
|
|
7187
7199
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
7188
7200
|
}
|
|
7189
|
-
.
|
|
7201
|
+
.index2_module_popover_main_content__a7b52270 .bhd-tooltip-content {
|
|
7190
7202
|
background-color: #fff;
|
|
7191
7203
|
border-radius: 4px;
|
|
7192
7204
|
}
|
|
7193
|
-
.
|
|
7205
|
+
.index2_module_popover_main_content__a7b52270 .bhd-tooltip-content .bhd-tooltip-inner {
|
|
7194
7206
|
background-color: #fff;
|
|
7195
7207
|
color: rgba(0, 0, 0, 0.85);
|
|
7196
7208
|
font-size: 14px;
|
|
7197
7209
|
padding: 12px 16px;
|
|
7198
7210
|
border-radius: 4px;
|
|
7199
7211
|
}
|
|
7200
|
-
.
|
|
7212
|
+
.index2_module_popover_main_content__a7b52270 .bhd-tooltip-arrow:before {
|
|
7201
7213
|
background: #ccc !important;
|
|
7202
7214
|
}
|
|
7203
|
-
.
|
|
7215
|
+
.index2_module_popover_main_content__a7b52270 .bhd-tooltip-arrow::after {
|
|
7204
7216
|
width: 0 !important;
|
|
7205
7217
|
height: 0 !important;
|
|
7206
7218
|
border: 5px solid;
|
|
@@ -7212,28 +7224,28 @@
|
|
|
7212
7224
|
right: 0 !important;
|
|
7213
7225
|
box-shadow: none !important;
|
|
7214
7226
|
}
|
|
7215
|
-
.
|
|
7227
|
+
.index2_module_popover_main_content_name__a7b52270 {
|
|
7216
7228
|
width: auto;
|
|
7217
7229
|
background-color: #fff !important;
|
|
7218
7230
|
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
|
|
7219
7231
|
border-radius: 4px;
|
|
7220
7232
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
7221
7233
|
}
|
|
7222
|
-
.
|
|
7234
|
+
.index2_module_popover_main_content_name__a7b52270 .bhd-tooltip-content {
|
|
7223
7235
|
background-color: #fff;
|
|
7224
7236
|
border-radius: 4px;
|
|
7225
7237
|
}
|
|
7226
|
-
.
|
|
7238
|
+
.index2_module_popover_main_content_name__a7b52270 .bhd-tooltip-content .bhd-tooltip-inner {
|
|
7227
7239
|
background-color: #fff;
|
|
7228
7240
|
color: rgba(0, 0, 0, 0.85);
|
|
7229
7241
|
font-size: 14px;
|
|
7230
7242
|
padding: 12px 16px;
|
|
7231
7243
|
border-radius: 4px;
|
|
7232
7244
|
}
|
|
7233
|
-
.
|
|
7245
|
+
.index2_module_popover_main_content_name__a7b52270 .bhd-tooltip-arrow:before {
|
|
7234
7246
|
background: #ccc !important;
|
|
7235
7247
|
}
|
|
7236
|
-
.
|
|
7248
|
+
.index2_module_popover_main_content_name__a7b52270 .bhd-tooltip-arrow::after {
|
|
7237
7249
|
width: 0 !important;
|
|
7238
7250
|
height: 0 !important;
|
|
7239
7251
|
border: 5px solid;
|
|
@@ -7245,7 +7257,7 @@
|
|
|
7245
7257
|
right: 0 !important;
|
|
7246
7258
|
box-shadow: none !important;
|
|
7247
7259
|
}
|
|
7248
|
-
.
|
|
7260
|
+
.index2_module_teacher_layout__a7b52270 {
|
|
7249
7261
|
position: fixed;
|
|
7250
7262
|
right: 568px;
|
|
7251
7263
|
border-radius: 8px;
|
|
@@ -7255,8 +7267,8 @@
|
|
|
7255
7267
|
backdrop-filter: blur(7.5px);
|
|
7256
7268
|
width: 80px;
|
|
7257
7269
|
}
|
|
7258
|
-
.
|
|
7259
|
-
.
|
|
7270
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_top__a7b52270 > div,
|
|
7271
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_bottom__a7b52270 > div {
|
|
7260
7272
|
display: flex;
|
|
7261
7273
|
flex-direction: column;
|
|
7262
7274
|
align-items: center;
|
|
@@ -7268,16 +7280,16 @@
|
|
|
7268
7280
|
position: relative;
|
|
7269
7281
|
cursor: pointer;
|
|
7270
7282
|
}
|
|
7271
|
-
.
|
|
7272
|
-
.
|
|
7283
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_top__a7b52270 > div:hover,
|
|
7284
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_bottom__a7b52270 > div:hover {
|
|
7273
7285
|
background-color: #f5f5f5;
|
|
7274
7286
|
}
|
|
7275
|
-
.
|
|
7276
|
-
.
|
|
7287
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_top__a7b52270 > div:hover .index2_module_delete__a7b52270,
|
|
7288
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_bottom__a7b52270 > div:hover .index2_module_delete__a7b52270 {
|
|
7277
7289
|
display: block;
|
|
7278
7290
|
}
|
|
7279
|
-
.
|
|
7280
|
-
.
|
|
7291
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_top__a7b52270 > div p,
|
|
7292
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_bottom__a7b52270 > div p {
|
|
7281
7293
|
max-width: 60px;
|
|
7282
7294
|
overflow: hidden;
|
|
7283
7295
|
text-overflow: ellipsis;
|
|
@@ -7287,14 +7299,14 @@
|
|
|
7287
7299
|
line-height: 1;
|
|
7288
7300
|
padding-top: 12px;
|
|
7289
7301
|
}
|
|
7290
|
-
.
|
|
7291
|
-
.
|
|
7302
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_top__a7b52270 > div img,
|
|
7303
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_bottom__a7b52270 > div img {
|
|
7292
7304
|
width: 32px;
|
|
7293
7305
|
height: 32px;
|
|
7294
7306
|
border-radius: 50%;
|
|
7295
7307
|
}
|
|
7296
|
-
.
|
|
7297
|
-
.
|
|
7308
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_top__a7b52270 > div .index2_module_num__a7b52270,
|
|
7309
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_bottom__a7b52270 > div .index2_module_num__a7b52270 {
|
|
7298
7310
|
position: absolute;
|
|
7299
7311
|
top: 0;
|
|
7300
7312
|
right: 0;
|
|
@@ -7306,8 +7318,8 @@
|
|
|
7306
7318
|
font-size: 12px;
|
|
7307
7319
|
line-height: 1.2;
|
|
7308
7320
|
}
|
|
7309
|
-
.
|
|
7310
|
-
.
|
|
7321
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_top__a7b52270 > div .index2_module_delete__a7b52270,
|
|
7322
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_bottom__a7b52270 > div .index2_module_delete__a7b52270 {
|
|
7311
7323
|
position: absolute;
|
|
7312
7324
|
top: 2px;
|
|
7313
7325
|
right: 2px;
|
|
@@ -7315,35 +7327,35 @@
|
|
|
7315
7327
|
font-size: 12px;
|
|
7316
7328
|
display: none;
|
|
7317
7329
|
}
|
|
7318
|
-
.
|
|
7330
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_top__a7b52270 > div {
|
|
7319
7331
|
margin: 8px;
|
|
7320
7332
|
}
|
|
7321
|
-
.
|
|
7333
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_top__a7b52270 .index2_module_shrink__a7b52270 {
|
|
7322
7334
|
border-bottom: 1px solid #ebebeb;
|
|
7323
7335
|
border-radius: 0;
|
|
7324
7336
|
margin-bottom: 8px;
|
|
7325
7337
|
margin-top: 8px;
|
|
7326
7338
|
}
|
|
7327
|
-
.
|
|
7339
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_top__a7b52270 .index2_module_shrink__a7b52270 > span {
|
|
7328
7340
|
font-size: 20px;
|
|
7329
7341
|
}
|
|
7330
|
-
.
|
|
7342
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_top__a7b52270 .index2_module_shrink__a7b52270 p {
|
|
7331
7343
|
padding-top: 0;
|
|
7332
7344
|
}
|
|
7333
|
-
.
|
|
7345
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_top__a7b52270 .index2_module_shrink__a7b52270:hover {
|
|
7334
7346
|
background-color: #fff !important;
|
|
7335
7347
|
}
|
|
7336
|
-
.
|
|
7337
|
-
.
|
|
7348
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_top__a7b52270 .index2_module_active__a7b52270,
|
|
7349
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_bottom__a7b52270 .index2_module_active__a7b52270 {
|
|
7338
7350
|
background: #f0f8ff;
|
|
7339
7351
|
}
|
|
7340
|
-
.
|
|
7352
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_bottom__a7b52270 > div:last-child {
|
|
7341
7353
|
margin-bottom: 0;
|
|
7342
7354
|
}
|
|
7343
|
-
.
|
|
7355
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_bottom__a7b52270 > div:first-child {
|
|
7344
7356
|
margin-top: 0;
|
|
7345
7357
|
}
|
|
7346
|
-
.
|
|
7358
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_bottom__a7b52270 {
|
|
7347
7359
|
max-height: 524px;
|
|
7348
7360
|
padding: 0 8px;
|
|
7349
7361
|
padding-right: 4px;
|
|
@@ -7351,66 +7363,66 @@
|
|
|
7351
7363
|
margin-bottom: 8px;
|
|
7352
7364
|
margin-top: 8px;
|
|
7353
7365
|
}
|
|
7354
|
-
.
|
|
7366
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_bottom__a7b52270::-webkit-scrollbar {
|
|
7355
7367
|
background-color: #eaedf1;
|
|
7356
7368
|
background-color: transparent;
|
|
7357
7369
|
width: 4px;
|
|
7358
7370
|
height: 4px;
|
|
7359
7371
|
}
|
|
7360
|
-
.
|
|
7372
|
+
.index2_module_teacher_layout__a7b52270 .index2_module_bottom__a7b52270::-webkit-scrollbar-thumb {
|
|
7361
7373
|
border-radius: 4px;
|
|
7362
7374
|
background-color: rgba(0, 0, 0, 0.25);
|
|
7363
7375
|
}
|
|
7364
|
-
.
|
|
7376
|
+
.index2_module_teacher_layout_newlabo__a7b52270 {
|
|
7365
7377
|
top: 50px;
|
|
7366
7378
|
right: 0;
|
|
7367
7379
|
}
|
|
7368
|
-
.
|
|
7380
|
+
.index2_module_teacher_layout_newlabo__a7b52270 .index2_module_top__a7b52270 svg {
|
|
7369
7381
|
transform: rotate(180deg);
|
|
7370
7382
|
}
|
|
7371
|
-
.
|
|
7372
|
-
.
|
|
7383
|
+
.index2_module_teacher_layout_newlabo__a7b52270 .index2_module_top__a7b52270 .index2_module_active__a7b52270,
|
|
7384
|
+
.index2_module_teacher_layout_newlabo__a7b52270 .index2_module_bottom__a7b52270 .index2_module_active__a7b52270 {
|
|
7373
7385
|
background-color: #D1E4FF;
|
|
7374
7386
|
}
|
|
7375
|
-
.
|
|
7387
|
+
.index2_module_teacher_layout_modal__a7b52270 {
|
|
7376
7388
|
width: 328px;
|
|
7377
7389
|
height: calc(100% - 48px);
|
|
7378
7390
|
background-color: #fff;
|
|
7379
7391
|
position: absolute;
|
|
7380
7392
|
border-top: 1px solid #ebebeb;
|
|
7381
7393
|
}
|
|
7382
|
-
.
|
|
7383
|
-
.
|
|
7394
|
+
.index2_module_teacher_layout_modal__a7b52270 .index2_module_top__a7b52270 .index2_module_ai__a7b52270,
|
|
7395
|
+
.index2_module_teacher_layout_modal__a7b52270 .index2_module_bottom__a7b52270 .index2_module_ai__a7b52270 {
|
|
7384
7396
|
border-bottom: 1px solid #ebebeb;
|
|
7385
7397
|
padding: 16px;
|
|
7386
7398
|
display: flex;
|
|
7387
7399
|
align-items: center;
|
|
7388
7400
|
cursor: pointer;
|
|
7389
7401
|
}
|
|
7390
|
-
.
|
|
7391
|
-
.
|
|
7402
|
+
.index2_module_teacher_layout_modal__a7b52270 .index2_module_top__a7b52270 .index2_module_ai__a7b52270 img,
|
|
7403
|
+
.index2_module_teacher_layout_modal__a7b52270 .index2_module_bottom__a7b52270 .index2_module_ai__a7b52270 img {
|
|
7392
7404
|
width: 32px;
|
|
7393
7405
|
height: 32px;
|
|
7394
7406
|
border-radius: 50%;
|
|
7395
7407
|
margin-right: 12px;
|
|
7396
7408
|
}
|
|
7397
|
-
.
|
|
7398
|
-
.
|
|
7409
|
+
.index2_module_teacher_layout_modal__a7b52270 .index2_module_top__a7b52270 .index2_module_ai__a7b52270 > span,
|
|
7410
|
+
.index2_module_teacher_layout_modal__a7b52270 .index2_module_bottom__a7b52270 .index2_module_ai__a7b52270 > span {
|
|
7399
7411
|
margin-right: 12px;
|
|
7400
7412
|
}
|
|
7401
|
-
.
|
|
7402
|
-
.
|
|
7413
|
+
.index2_module_teacher_layout_modal__a7b52270 .index2_module_top__a7b52270 .index2_module_ai__a7b52270 .index2_module_user_info__a7b52270,
|
|
7414
|
+
.index2_module_teacher_layout_modal__a7b52270 .index2_module_bottom__a7b52270 .index2_module_ai__a7b52270 .index2_module_user_info__a7b52270 {
|
|
7403
7415
|
width: 252px;
|
|
7404
7416
|
}
|
|
7405
|
-
.
|
|
7406
|
-
.
|
|
7417
|
+
.index2_module_teacher_layout_modal__a7b52270 .index2_module_top__a7b52270 .index2_module_ai__a7b52270 .index2_module_user_info__a7b52270 .index2_module_message__a7b52270,
|
|
7418
|
+
.index2_module_teacher_layout_modal__a7b52270 .index2_module_bottom__a7b52270 .index2_module_ai__a7b52270 .index2_module_user_info__a7b52270 .index2_module_message__a7b52270 {
|
|
7407
7419
|
color: #000;
|
|
7408
7420
|
font-size: 14px;
|
|
7409
7421
|
line-height: 1;
|
|
7410
7422
|
padding-right: 10px;
|
|
7411
7423
|
}
|
|
7412
|
-
.
|
|
7413
|
-
.
|
|
7424
|
+
.index2_module_teacher_layout_modal__a7b52270 .index2_module_top__a7b52270 .index2_module_ai__a7b52270 .index2_module_user_info__a7b52270 .index2_module_message__a7b52270 .index2_module_num__a7b52270,
|
|
7425
|
+
.index2_module_teacher_layout_modal__a7b52270 .index2_module_bottom__a7b52270 .index2_module_ai__a7b52270 .index2_module_user_info__a7b52270 .index2_module_message__a7b52270 .index2_module_num__a7b52270 {
|
|
7414
7426
|
margin-left: 12px;
|
|
7415
7427
|
border-radius: 26px;
|
|
7416
7428
|
background-color: #f4523b;
|
|
@@ -7420,14 +7432,14 @@
|
|
|
7420
7432
|
font-size: 12px;
|
|
7421
7433
|
line-height: 1;
|
|
7422
7434
|
}
|
|
7423
|
-
.
|
|
7424
|
-
.
|
|
7435
|
+
.index2_module_teacher_layout_modal__a7b52270 .index2_module_top__a7b52270 .index2_module_ai__a7b52270 .index2_module_user_info__a7b52270 .index2_module_message__a7b52270 .index2_module_time__a7b52270,
|
|
7436
|
+
.index2_module_teacher_layout_modal__a7b52270 .index2_module_bottom__a7b52270 .index2_module_ai__a7b52270 .index2_module_user_info__a7b52270 .index2_module_message__a7b52270 .index2_module_time__a7b52270 {
|
|
7425
7437
|
font-size: 12px;
|
|
7426
7438
|
color: rgba(0, 0, 0, 0.25);
|
|
7427
7439
|
float: right;
|
|
7428
7440
|
}
|
|
7429
|
-
.
|
|
7430
|
-
.
|
|
7441
|
+
.index2_module_teacher_layout_modal__a7b52270 .index2_module_top__a7b52270 .index2_module_ai__a7b52270 .index2_module_user_info__a7b52270 .index2_module_con__a7b52270,
|
|
7442
|
+
.index2_module_teacher_layout_modal__a7b52270 .index2_module_bottom__a7b52270 .index2_module_ai__a7b52270 .index2_module_user_info__a7b52270 .index2_module_con__a7b52270 {
|
|
7431
7443
|
color: rgba(0, 0, 0, 0.45);
|
|
7432
7444
|
font-size: 12px;
|
|
7433
7445
|
line-height: 1.5;
|
|
@@ -7436,32 +7448,32 @@
|
|
|
7436
7448
|
white-space: nowrap;
|
|
7437
7449
|
text-overflow: ellipsis;
|
|
7438
7450
|
}
|
|
7439
|
-
.
|
|
7440
|
-
.
|
|
7451
|
+
.index2_module_teacher_layout_modal__a7b52270 .index2_module_top__a7b52270 .index2_module_active__a7b52270,
|
|
7452
|
+
.index2_module_teacher_layout_modal__a7b52270 .index2_module_bottom__a7b52270 .index2_module_active__a7b52270 {
|
|
7441
7453
|
background: #f0f8ff;
|
|
7442
7454
|
}
|
|
7443
|
-
.
|
|
7455
|
+
.index2_module_teacher_layout_modal__a7b52270 .index2_module_bottom__a7b52270 {
|
|
7444
7456
|
overflow: auto;
|
|
7445
7457
|
height: calc(100% - 70px);
|
|
7446
7458
|
}
|
|
7447
|
-
.
|
|
7459
|
+
.index2_module_teacher_layout_modal__a7b52270 .index2_module_bottom__a7b52270::-webkit-scrollbar {
|
|
7448
7460
|
background-color: #eaedf1;
|
|
7449
7461
|
background-color: transparent;
|
|
7450
7462
|
width: 4px;
|
|
7451
7463
|
height: 4px;
|
|
7452
7464
|
}
|
|
7453
|
-
.
|
|
7465
|
+
.index2_module_teacher_layout_modal__a7b52270 .index2_module_bottom__a7b52270::-webkit-scrollbar-thumb {
|
|
7454
7466
|
border-radius: 4px;
|
|
7455
7467
|
background-color: rgba(0, 0, 0, 0.25);
|
|
7456
7468
|
}
|
|
7457
|
-
.
|
|
7469
|
+
.index2_module_teacher_layout_modal__a7b52270 .anticon {
|
|
7458
7470
|
vertical-align: 0;
|
|
7459
7471
|
}
|
|
7460
|
-
.
|
|
7461
|
-
.
|
|
7472
|
+
.index2_module_teacher_layout_modal_newlabo__a7b52270 .index2_module_top__a7b52270 .index2_module_active__a7b52270,
|
|
7473
|
+
.index2_module_teacher_layout_modal_newlabo__a7b52270 .index2_module_bottom__a7b52270 .index2_module_active__a7b52270 {
|
|
7462
7474
|
background: #f0f8ff !important;
|
|
7463
7475
|
}
|
|
7464
|
-
.
|
|
7476
|
+
.index2_module_history_list__a7b52270 {
|
|
7465
7477
|
position: absolute;
|
|
7466
7478
|
top: 0;
|
|
7467
7479
|
background: rgba(0, 0, 0, 0.3);
|
|
@@ -7469,7 +7481,7 @@
|
|
|
7469
7481
|
height: 100%;
|
|
7470
7482
|
overflow: hidden;
|
|
7471
7483
|
}
|
|
7472
|
-
.
|
|
7484
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 {
|
|
7473
7485
|
background: #fff;
|
|
7474
7486
|
position: absolute;
|
|
7475
7487
|
z-index: 10;
|
|
@@ -7477,10 +7489,10 @@
|
|
|
7477
7489
|
width: 100%;
|
|
7478
7490
|
border-radius: 16px 16px 0px 0px;
|
|
7479
7491
|
overflow: hidden;
|
|
7480
|
-
animation:
|
|
7492
|
+
animation: index2_module_mymove__a7b52270 1s forwards;
|
|
7481
7493
|
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
|
|
7482
7494
|
}
|
|
7483
|
-
.
|
|
7495
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_title__a7b52270 {
|
|
7484
7496
|
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
|
7485
7497
|
font-size: 16px;
|
|
7486
7498
|
font-weight: 600;
|
|
@@ -7489,18 +7501,18 @@
|
|
|
7489
7501
|
display: flex;
|
|
7490
7502
|
justify-content: space-between;
|
|
7491
7503
|
}
|
|
7492
|
-
.
|
|
7504
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_title__a7b52270 svg {
|
|
7493
7505
|
font-size: 12px;
|
|
7494
7506
|
cursor: pointer;
|
|
7495
7507
|
opacity: 0.65;
|
|
7496
7508
|
font-weight: 300;
|
|
7497
7509
|
}
|
|
7498
|
-
.
|
|
7510
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_search_top__a7b52270 {
|
|
7499
7511
|
position: relative;
|
|
7500
7512
|
margin: 16px 24px;
|
|
7501
7513
|
background-color: #fff;
|
|
7502
7514
|
}
|
|
7503
|
-
.
|
|
7515
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_search_top__a7b52270 input {
|
|
7504
7516
|
width: 100%;
|
|
7505
7517
|
height: 40px;
|
|
7506
7518
|
line-height: 40px;
|
|
@@ -7510,7 +7522,7 @@
|
|
|
7510
7522
|
padding-right: 30px;
|
|
7511
7523
|
color: rgba(0, 0, 0, 0.85);
|
|
7512
7524
|
}
|
|
7513
|
-
.
|
|
7525
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_search_top__a7b52270 .anticon {
|
|
7514
7526
|
position: absolute;
|
|
7515
7527
|
top: 11px;
|
|
7516
7528
|
z-index: 1;
|
|
@@ -7518,7 +7530,7 @@
|
|
|
7518
7530
|
font-size: 16px;
|
|
7519
7531
|
color: rgba(0, 0, 0, 0.65);
|
|
7520
7532
|
}
|
|
7521
|
-
.
|
|
7533
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_search_top__a7b52270 .guanbi_Close {
|
|
7522
7534
|
position: absolute;
|
|
7523
7535
|
top: 3px;
|
|
7524
7536
|
right: 38px;
|
|
@@ -7527,70 +7539,70 @@
|
|
|
7527
7539
|
color: rgba(0, 0, 0, 0.65);
|
|
7528
7540
|
cursor: pointer;
|
|
7529
7541
|
}
|
|
7530
|
-
.
|
|
7542
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_search_top__a7b52270 .guanbi_Close svg {
|
|
7531
7543
|
font-size: 10px;
|
|
7532
7544
|
opacity: 0.65;
|
|
7533
7545
|
}
|
|
7534
|
-
.
|
|
7546
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_search_top__a7b52270 svg {
|
|
7535
7547
|
opacity: 0.65;
|
|
7536
7548
|
font-weight: 300;
|
|
7537
7549
|
}
|
|
7538
|
-
.
|
|
7550
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270:first-child {
|
|
7539
7551
|
margin-top: 0;
|
|
7540
7552
|
}
|
|
7541
|
-
.
|
|
7553
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 {
|
|
7542
7554
|
overflow: auto;
|
|
7543
7555
|
height: 510px;
|
|
7544
7556
|
}
|
|
7545
|
-
.
|
|
7557
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270::-webkit-scrollbar {
|
|
7546
7558
|
background-color: #eaedf1;
|
|
7547
7559
|
background-color: transparent;
|
|
7548
7560
|
width: 4px;
|
|
7549
7561
|
height: 4px;
|
|
7550
7562
|
}
|
|
7551
|
-
.
|
|
7563
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270::-webkit-scrollbar-thumb {
|
|
7552
7564
|
border-radius: 4px;
|
|
7553
7565
|
background-color: rgba(0, 0, 0, 0.25);
|
|
7554
7566
|
}
|
|
7555
|
-
.
|
|
7567
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_list_item__a7b52270 .index2_module_list_summary__a7b52270 {
|
|
7556
7568
|
width: 100%;
|
|
7557
7569
|
padding: 8px 16px;
|
|
7558
7570
|
display: flex;
|
|
7559
7571
|
align-items: center;
|
|
7560
7572
|
border-bottom: 1px solid #ebebeb;
|
|
7561
7573
|
}
|
|
7562
|
-
.
|
|
7574
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_list_item__a7b52270 .index2_module_list_summary__a7b52270 .index2_module_head_img__a7b52270 {
|
|
7563
7575
|
width: 36px;
|
|
7564
7576
|
height: 36px;
|
|
7565
7577
|
border-radius: 50%;
|
|
7566
7578
|
margin-right: 16px;
|
|
7567
7579
|
}
|
|
7568
|
-
.
|
|
7580
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_list_item__a7b52270 .index2_module_list_summary__a7b52270 .index2_module_head_img__a7b52270 img {
|
|
7569
7581
|
width: 36px;
|
|
7570
7582
|
height: 36px;
|
|
7571
7583
|
border-radius: 50%;
|
|
7572
7584
|
}
|
|
7573
|
-
.
|
|
7585
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_list_item__a7b52270 .index2_module_list_summary__a7b52270 .index2_module_head_img__a7b52270 svg {
|
|
7574
7586
|
width: 36px;
|
|
7575
7587
|
height: 36px;
|
|
7576
7588
|
}
|
|
7577
|
-
.
|
|
7589
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_list_item__a7b52270 .index2_module_list_summary__a7b52270 .index2_module_list_desc__a7b52270 {
|
|
7578
7590
|
width: calc(100% - 56px);
|
|
7579
7591
|
}
|
|
7580
|
-
.
|
|
7592
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_list_item__a7b52270 .index2_module_list_summary__a7b52270 .index2_module_list_desc__a7b52270 .index2_module_name__a7b52270 {
|
|
7581
7593
|
color: rgba(0, 0, 0, 0.85);
|
|
7582
7594
|
font-size: 16px;
|
|
7583
7595
|
font-weight: 600;
|
|
7584
7596
|
line-height: 150%;
|
|
7585
7597
|
margin-bottom: 4px;
|
|
7586
7598
|
}
|
|
7587
|
-
.
|
|
7599
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_list_item__a7b52270 .index2_module_list_summary__a7b52270 .index2_module_list_desc__a7b52270 .index2_module_name__a7b52270 .index2_module_time__a7b52270 {
|
|
7588
7600
|
float: right;
|
|
7589
7601
|
font-size: 14px;
|
|
7590
7602
|
color: #8c8c8c;
|
|
7591
7603
|
font-weight: 400;
|
|
7592
7604
|
}
|
|
7593
|
-
.
|
|
7605
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_list_item__a7b52270 .index2_module_list_summary__a7b52270 .index2_module_list_desc__a7b52270 .index2_module_decs__a7b52270 {
|
|
7594
7606
|
color: rgba(0, 0, 0, 0.65);
|
|
7595
7607
|
font-size: 14px;
|
|
7596
7608
|
font-weight: 400;
|
|
@@ -7599,29 +7611,29 @@
|
|
|
7599
7611
|
text-overflow: ellipsis;
|
|
7600
7612
|
white-space: nowrap;
|
|
7601
7613
|
}
|
|
7602
|
-
.
|
|
7614
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_list_item__a7b52270 .index2_module_list_summary__a7b52270 .index2_module_list_desc__a7b52270 .index2_module_decs__a7b52270 span {
|
|
7603
7615
|
color: #5991ef;
|
|
7604
7616
|
}
|
|
7605
|
-
.
|
|
7617
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_list_item__a7b52270 .index2_module_list_summary__a7b52270 .index2_module_open__a7b52270 {
|
|
7606
7618
|
font-size: 24px;
|
|
7607
7619
|
color: rgba(0, 0, 0, 0.65);
|
|
7608
7620
|
}
|
|
7609
|
-
.
|
|
7621
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_list_item__a7b52270 .index2_module_list_summary__a7b52270 .index2_module_active__a7b52270 svg {
|
|
7610
7622
|
transform: rotate(90deg);
|
|
7611
7623
|
}
|
|
7612
|
-
.
|
|
7624
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_list_item__a7b52270 .index2_module_list_detail__a7b52270 {
|
|
7613
7625
|
background-color: rgba(0, 0, 0, 0.02);
|
|
7614
7626
|
}
|
|
7615
|
-
.
|
|
7627
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_list_item__a7b52270 .index2_module_list_detail__a7b52270 .index2_module_list__a7b52270 {
|
|
7616
7628
|
padding: 8px 16px;
|
|
7617
7629
|
margin-bottom: 1px;
|
|
7618
7630
|
position: relative;
|
|
7619
7631
|
cursor: pointer;
|
|
7620
7632
|
}
|
|
7621
|
-
.
|
|
7633
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_list_item__a7b52270 .index2_module_list_detail__a7b52270 .index2_module_list__a7b52270:hover {
|
|
7622
7634
|
background-color: rgba(0, 0, 0, 0.04);
|
|
7623
7635
|
}
|
|
7624
|
-
.
|
|
7636
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_list_item__a7b52270 .index2_module_list_detail__a7b52270 .index2_module_list__a7b52270::before {
|
|
7625
7637
|
content: "";
|
|
7626
7638
|
display: inline-block;
|
|
7627
7639
|
width: 100%;
|
|
@@ -7631,23 +7643,23 @@
|
|
|
7631
7643
|
bottom: -1px;
|
|
7632
7644
|
left: -1px;
|
|
7633
7645
|
}
|
|
7634
|
-
.
|
|
7646
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_list_item__a7b52270 .index2_module_list_detail__a7b52270 .index2_module_list__a7b52270 .index2_module_name__a7b52270 {
|
|
7635
7647
|
display: flex;
|
|
7636
7648
|
justify-content: space-between;
|
|
7637
7649
|
align-items: center;
|
|
7638
7650
|
margin-bottom: 9px;
|
|
7639
7651
|
}
|
|
7640
|
-
.
|
|
7652
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_list_item__a7b52270 .index2_module_list_detail__a7b52270 .index2_module_list__a7b52270 .index2_module_name__a7b52270 p {
|
|
7641
7653
|
color: rgba(0, 0, 0, 0.85);
|
|
7642
7654
|
font-size: 16px;
|
|
7643
7655
|
font-weight: 600;
|
|
7644
7656
|
line-height: 1.5;
|
|
7645
7657
|
}
|
|
7646
|
-
.
|
|
7658
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_list_item__a7b52270 .index2_module_list_detail__a7b52270 .index2_module_list__a7b52270 .index2_module_name__a7b52270 .index2_module_time__a7b52270 {
|
|
7647
7659
|
font-size: 14px;
|
|
7648
7660
|
color: #8c8c8c;
|
|
7649
7661
|
}
|
|
7650
|
-
.
|
|
7662
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_list_item__a7b52270 .index2_module_list_detail__a7b52270 .index2_module_list__a7b52270 .index2_module_con__a7b52270 {
|
|
7651
7663
|
color: rgba(0, 0, 0, 0.85);
|
|
7652
7664
|
font-size: 14px;
|
|
7653
7665
|
font-weight: 400;
|
|
@@ -7660,22 +7672,22 @@
|
|
|
7660
7672
|
max-height: 40px;
|
|
7661
7673
|
word-break: break-all;
|
|
7662
7674
|
}
|
|
7663
|
-
.
|
|
7675
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_list_item__a7b52270 .index2_module_list_detail__a7b52270 .index2_module_list__a7b52270 .index2_module_con__a7b52270 span {
|
|
7664
7676
|
color: #5991ef;
|
|
7665
7677
|
}
|
|
7666
|
-
.
|
|
7678
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_list_item__a7b52270 .index2_module_list_detail__a7b52270 .index2_module_list_more__a7b52270 {
|
|
7667
7679
|
text-align: center;
|
|
7668
7680
|
color: rgba(0, 0, 0, 0.45);
|
|
7669
7681
|
font-size: 14px;
|
|
7670
7682
|
}
|
|
7671
|
-
.
|
|
7683
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_no_data__a7b52270 {
|
|
7672
7684
|
text-align: center;
|
|
7673
7685
|
margin-top: 130px;
|
|
7674
7686
|
}
|
|
7675
|
-
.
|
|
7687
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_no_data__a7b52270 img {
|
|
7676
7688
|
width: 160px;
|
|
7677
7689
|
}
|
|
7678
|
-
.
|
|
7690
|
+
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_no_data__a7b52270 p {
|
|
7679
7691
|
margin-top: 24px;
|
|
7680
7692
|
color: rgba(0, 0, 0, 0.45);
|
|
7681
7693
|
text-align: center;
|
|
@@ -7683,7 +7695,7 @@
|
|
|
7683
7695
|
line-height: 100%;
|
|
7684
7696
|
/* 14px */
|
|
7685
7697
|
}
|
|
7686
|
-
@keyframes
|
|
7698
|
+
@keyframes index2_module_mymove__a7b52270 {
|
|
7687
7699
|
from {
|
|
7688
7700
|
bottom: -500px;
|
|
7689
7701
|
}
|
|
@@ -7691,10 +7703,10 @@
|
|
|
7691
7703
|
bottom: 0;
|
|
7692
7704
|
}
|
|
7693
7705
|
}
|
|
7694
|
-
.
|
|
7706
|
+
.index2_module_history_list__a7b52270 .anticon {
|
|
7695
7707
|
vertical-align: 0;
|
|
7696
7708
|
}
|
|
7697
|
-
.
|
|
7709
|
+
.index2_module_history_list_broadside__a7b52270 {
|
|
7698
7710
|
width: 417px;
|
|
7699
7711
|
height: calc(100% - 48px);
|
|
7700
7712
|
right: 0;
|
|
@@ -7703,18 +7715,18 @@
|
|
|
7703
7715
|
background: transparent;
|
|
7704
7716
|
overflow: visible;
|
|
7705
7717
|
}
|
|
7706
|
-
.
|
|
7718
|
+
.index2_module_history_list_broadside__a7b52270 .index2_module_search_layout__a7b52270 {
|
|
7707
7719
|
height: 100%;
|
|
7708
7720
|
border-radius: 0;
|
|
7709
7721
|
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
|
|
7710
7722
|
}
|
|
7711
|
-
.
|
|
7723
|
+
.index2_module_history_list_broadside__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_search_top__a7b52270 {
|
|
7712
7724
|
margin: 16px;
|
|
7713
7725
|
}
|
|
7714
|
-
.
|
|
7726
|
+
.index2_module_history_list_broadside__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_title__a7b52270 {
|
|
7715
7727
|
padding: 16px;
|
|
7716
7728
|
}
|
|
7717
|
-
.
|
|
7729
|
+
.index2_module_history_list_broadside__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 {
|
|
7718
7730
|
height: calc(100% - 140px);
|
|
7719
7731
|
max-height: calc(100% - 140px);
|
|
7720
7732
|
}
|
|
@@ -8160,49 +8172,49 @@
|
|
|
8160
8172
|
"description": "图标,六级填充色"
|
|
8161
8173
|
}
|
|
8162
8174
|
*/
|
|
8163
|
-
.
|
|
8164
|
-
.
|
|
8175
|
+
.index_module_service_ChatWindow_Drawer__c8b380c0,
|
|
8176
|
+
.index_module_ChatWindow_Modal__c8b380c0 {
|
|
8165
8177
|
width: 100% !important;
|
|
8166
8178
|
}
|
|
8167
|
-
.
|
|
8168
|
-
.
|
|
8179
|
+
.index_module_service_ChatWindow_Drawer__c8b380c0 .bhd-drawer-mask,
|
|
8180
|
+
.index_module_ChatWindow_Modal__c8b380c0 .bhd-drawer-mask {
|
|
8169
8181
|
background-color: rgba(0, 0, 0, 0.15) !important;
|
|
8170
8182
|
}
|
|
8171
|
-
.
|
|
8172
|
-
.
|
|
8183
|
+
.index_module_ChatWindow_Drawer__c8b380c0,
|
|
8184
|
+
.index_module_ChatWindow_Modal__c8b380c0 {
|
|
8173
8185
|
/* 全局修改滚动条样式 */
|
|
8174
8186
|
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1) !important;
|
|
8175
8187
|
}
|
|
8176
|
-
.
|
|
8177
|
-
.
|
|
8188
|
+
.index_module_ChatWindow_Drawer__c8b380c0 textarea::-webkit-scrollbar,
|
|
8189
|
+
.index_module_ChatWindow_Modal__c8b380c0 textarea::-webkit-scrollbar {
|
|
8178
8190
|
background-color: #eaedf1;
|
|
8179
8191
|
background-color: transparent;
|
|
8180
8192
|
width: 4px;
|
|
8181
8193
|
height: 4px;
|
|
8182
8194
|
}
|
|
8183
|
-
.
|
|
8184
|
-
.
|
|
8195
|
+
.index_module_ChatWindow_Drawer__c8b380c0 textarea::-webkit-scrollbar-thumb,
|
|
8196
|
+
.index_module_ChatWindow_Modal__c8b380c0 textarea::-webkit-scrollbar-thumb {
|
|
8185
8197
|
border-radius: 4px;
|
|
8186
8198
|
background-color: rgba(0, 0, 0, 0.25);
|
|
8187
8199
|
}
|
|
8188
|
-
.
|
|
8189
|
-
.
|
|
8200
|
+
.index_module_ChatWindow_Drawer__c8b380c0 pre::-webkit-scrollbar,
|
|
8201
|
+
.index_module_ChatWindow_Modal__c8b380c0 pre::-webkit-scrollbar {
|
|
8190
8202
|
background-color: #eaedf1;
|
|
8191
8203
|
background-color: transparent;
|
|
8192
8204
|
width: 4px;
|
|
8193
8205
|
height: 4px;
|
|
8194
8206
|
}
|
|
8195
|
-
.
|
|
8196
|
-
.
|
|
8207
|
+
.index_module_ChatWindow_Drawer__c8b380c0 pre::-webkit-scrollbar-thumb,
|
|
8208
|
+
.index_module_ChatWindow_Modal__c8b380c0 pre::-webkit-scrollbar-thumb {
|
|
8197
8209
|
border-radius: 4px;
|
|
8198
8210
|
background-color: rgba(0, 0, 0, 0.25);
|
|
8199
8211
|
}
|
|
8200
|
-
.
|
|
8201
|
-
.
|
|
8212
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .bhd-drawer-body,
|
|
8213
|
+
.index_module_ChatWindow_Modal__c8b380c0 .bhd-drawer-body {
|
|
8202
8214
|
padding: 0 !important;
|
|
8203
8215
|
}
|
|
8204
|
-
.
|
|
8205
|
-
.
|
|
8216
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_header_wrap__c8b380c0 .index_module_top__c8b380c0,
|
|
8217
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_header_wrap__c8b380c0 .index_module_top__c8b380c0 {
|
|
8206
8218
|
display: flex;
|
|
8207
8219
|
padding: 16px 24px;
|
|
8208
8220
|
justify-content: space-between;
|
|
@@ -8210,16 +8222,16 @@
|
|
|
8210
8222
|
background-color: #fff;
|
|
8211
8223
|
line-height: 1;
|
|
8212
8224
|
}
|
|
8213
|
-
.
|
|
8214
|
-
.
|
|
8225
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_header_wrap__c8b380c0 .index_module_top__c8b380c0 .index_module_user__c8b380c0,
|
|
8226
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_header_wrap__c8b380c0 .index_module_top__c8b380c0 .index_module_user__c8b380c0 {
|
|
8215
8227
|
color: #000;
|
|
8216
8228
|
font-size: 16px;
|
|
8217
8229
|
font-weight: 600;
|
|
8218
8230
|
position: relative;
|
|
8219
8231
|
padding-left: 36px;
|
|
8220
8232
|
}
|
|
8221
|
-
.
|
|
8222
|
-
.
|
|
8233
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_header_wrap__c8b380c0 .index_module_top__c8b380c0 .index_module_user__c8b380c0 i,
|
|
8234
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_header_wrap__c8b380c0 .index_module_top__c8b380c0 .index_module_user__c8b380c0 i {
|
|
8223
8235
|
padding-right: 16px;
|
|
8224
8236
|
color: #111;
|
|
8225
8237
|
position: absolute;
|
|
@@ -8228,8 +8240,8 @@
|
|
|
8228
8240
|
left: 0;
|
|
8229
8241
|
cursor: pointer;
|
|
8230
8242
|
}
|
|
8231
|
-
.
|
|
8232
|
-
.
|
|
8243
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_header_wrap__c8b380c0 .index_module_top__c8b380c0 .index_module_user__c8b380c0 .index_module_count__c8b380c0,
|
|
8244
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_header_wrap__c8b380c0 .index_module_top__c8b380c0 .index_module_user__c8b380c0 .index_module_count__c8b380c0 {
|
|
8233
8245
|
position: absolute;
|
|
8234
8246
|
top: -6px;
|
|
8235
8247
|
right: 5px;
|
|
@@ -8240,19 +8252,19 @@
|
|
|
8240
8252
|
font-size: 12px;
|
|
8241
8253
|
line-height: 1.2;
|
|
8242
8254
|
}
|
|
8243
|
-
.
|
|
8244
|
-
.
|
|
8255
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_header_wrap__c8b380c0 .index_module_top__c8b380c0 .index_module_operate__c8b380c0,
|
|
8256
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_header_wrap__c8b380c0 .index_module_top__c8b380c0 .index_module_operate__c8b380c0 {
|
|
8245
8257
|
display: flex;
|
|
8246
8258
|
height: 16px;
|
|
8247
8259
|
}
|
|
8248
|
-
.
|
|
8249
|
-
.
|
|
8260
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_header_wrap__c8b380c0 .index_module_top__c8b380c0 .index_module_operate__c8b380c0 i,
|
|
8261
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_header_wrap__c8b380c0 .index_module_top__c8b380c0 .index_module_operate__c8b380c0 i {
|
|
8250
8262
|
font-size: 16px;
|
|
8251
8263
|
margin-left: 23px;
|
|
8252
8264
|
cursor: pointer;
|
|
8253
8265
|
}
|
|
8254
|
-
.
|
|
8255
|
-
.
|
|
8266
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_header_wrap__c8b380c0 .index_module_top__c8b380c0 .index_module_operate__c8b380c0 .index_module_line__c8b380c0,
|
|
8267
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_header_wrap__c8b380c0 .index_module_top__c8b380c0 .index_module_operate__c8b380c0 .index_module_line__c8b380c0 {
|
|
8256
8268
|
display: inline-block;
|
|
8257
8269
|
width: 1px;
|
|
8258
8270
|
height: 16px;
|
|
@@ -8260,40 +8272,40 @@
|
|
|
8260
8272
|
margin: 0 4px;
|
|
8261
8273
|
margin-left: 23px;
|
|
8262
8274
|
}
|
|
8263
|
-
.
|
|
8264
|
-
.
|
|
8275
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_header_wrap_newlabo__c8b380c0 .index_module_top__c8b380c0,
|
|
8276
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_header_wrap_newlabo__c8b380c0 .index_module_top__c8b380c0 {
|
|
8265
8277
|
background-color: #f5f5f5;
|
|
8266
8278
|
border-bottom: 1px solid #ebebeb;
|
|
8267
8279
|
}
|
|
8268
|
-
.
|
|
8269
|
-
.
|
|
8280
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_header_wrap_newlabo__c8b380c0 .index_module_top__c8b380c0 .index_module_user__c8b380c0,
|
|
8281
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_header_wrap_newlabo__c8b380c0 .index_module_top__c8b380c0 .index_module_user__c8b380c0 {
|
|
8270
8282
|
padding-left: 0;
|
|
8271
8283
|
font-weight: 400;
|
|
8272
8284
|
}
|
|
8273
|
-
.
|
|
8274
|
-
.
|
|
8285
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0,
|
|
8286
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 {
|
|
8275
8287
|
max-height: calc(100vh - 110px);
|
|
8276
8288
|
overflow: auto;
|
|
8277
8289
|
background: #f5f5f5;
|
|
8278
8290
|
min-height: 200px;
|
|
8279
8291
|
}
|
|
8280
|
-
.
|
|
8281
|
-
.
|
|
8292
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_loading__c8b380c0,
|
|
8293
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_loading__c8b380c0 {
|
|
8282
8294
|
text-align: center;
|
|
8283
8295
|
margin: 10px 0;
|
|
8284
8296
|
}
|
|
8285
|
-
.
|
|
8286
|
-
.
|
|
8297
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_loading__c8b380c0 img,
|
|
8298
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_loading__c8b380c0 img {
|
|
8287
8299
|
width: 30px;
|
|
8288
8300
|
height: 30px;
|
|
8289
8301
|
}
|
|
8290
|
-
.
|
|
8291
|
-
.
|
|
8302
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0,
|
|
8303
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 {
|
|
8292
8304
|
padding: 16px;
|
|
8293
8305
|
padding-top: 0;
|
|
8294
8306
|
}
|
|
8295
|
-
.
|
|
8296
|
-
.
|
|
8307
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_left__c8b380c0 .index_module_head_sculpture__c8b380c0,
|
|
8308
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_left__c8b380c0 .index_module_head_sculpture__c8b380c0 {
|
|
8297
8309
|
width: 32px;
|
|
8298
8310
|
height: 32px;
|
|
8299
8311
|
margin-top: 24px;
|
|
@@ -8302,19 +8314,19 @@
|
|
|
8302
8314
|
vertical-align: top;
|
|
8303
8315
|
overflow: hidden;
|
|
8304
8316
|
}
|
|
8305
|
-
.
|
|
8306
|
-
.
|
|
8317
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_left__c8b380c0 .index_module_head_sculpture__c8b380c0 img,
|
|
8318
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_left__c8b380c0 .index_module_head_sculpture__c8b380c0 img {
|
|
8307
8319
|
width: 100%;
|
|
8308
8320
|
height: 100%;
|
|
8309
8321
|
}
|
|
8310
|
-
.
|
|
8311
|
-
.
|
|
8322
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_left__c8b380c0 .index_module_main_content__c8b380c0,
|
|
8323
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_left__c8b380c0 .index_module_main_content__c8b380c0 {
|
|
8312
8324
|
display: flex;
|
|
8313
8325
|
flex-direction: column;
|
|
8314
8326
|
align-items: flex-end;
|
|
8315
8327
|
}
|
|
8316
|
-
.
|
|
8317
|
-
.
|
|
8328
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_right__c8b380c0 .index_module_head_sculpture__c8b380c0,
|
|
8329
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_right__c8b380c0 .index_module_head_sculpture__c8b380c0 {
|
|
8318
8330
|
width: 32px;
|
|
8319
8331
|
height: 32px;
|
|
8320
8332
|
margin-top: 24px;
|
|
@@ -8325,83 +8337,94 @@
|
|
|
8325
8337
|
overflow: hidden;
|
|
8326
8338
|
text-align: center;
|
|
8327
8339
|
}
|
|
8328
|
-
.
|
|
8329
|
-
.
|
|
8340
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_right__c8b380c0 .index_module_head_sculpture__c8b380c0 i,
|
|
8341
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_right__c8b380c0 .index_module_head_sculpture__c8b380c0 i {
|
|
8330
8342
|
color: #fff;
|
|
8331
8343
|
}
|
|
8332
|
-
.
|
|
8333
|
-
.
|
|
8344
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_right__c8b380c0 .index_module_head_sculpture__c8b380c0 img,
|
|
8345
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_right__c8b380c0 .index_module_head_sculpture__c8b380c0 img {
|
|
8334
8346
|
width: 100%;
|
|
8335
8347
|
height: 100%;
|
|
8336
8348
|
}
|
|
8337
|
-
.
|
|
8338
|
-
.
|
|
8349
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li,
|
|
8350
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li {
|
|
8339
8351
|
position: relative;
|
|
8340
8352
|
display: flex;
|
|
8341
8353
|
width: 100%;
|
|
8342
8354
|
}
|
|
8343
|
-
.
|
|
8344
|
-
.
|
|
8355
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0,
|
|
8356
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 {
|
|
8345
8357
|
max-width: 80%;
|
|
8346
8358
|
}
|
|
8347
|
-
.
|
|
8348
|
-
.
|
|
8359
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content_flag__c8b380c0,
|
|
8360
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content_flag__c8b380c0 {
|
|
8349
8361
|
width: 100%;
|
|
8350
8362
|
}
|
|
8351
|
-
.
|
|
8352
|
-
.
|
|
8363
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content_flag__c8b380c0:hover .index_module_operate_modal__c8b380c0,
|
|
8364
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content_flag__c8b380c0:hover .index_module_operate_modal__c8b380c0 {
|
|
8353
8365
|
visibility: visible;
|
|
8354
8366
|
}
|
|
8355
|
-
.
|
|
8356
|
-
.
|
|
8367
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content__c8b380c0,
|
|
8368
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content__c8b380c0 {
|
|
8357
8369
|
position: relative;
|
|
8358
8370
|
}
|
|
8359
|
-
.
|
|
8360
|
-
.
|
|
8371
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content__c8b380c0 .index_module_content__c8b380c0,
|
|
8372
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content__c8b380c0 .index_module_content__c8b380c0 {
|
|
8361
8373
|
max-width: 100%;
|
|
8362
8374
|
}
|
|
8363
|
-
.
|
|
8364
|
-
.
|
|
8375
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content__c8b380c0 .index_module_content__c8b380c0 .index_module_content_child__c8b380c0,
|
|
8376
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content__c8b380c0 .index_module_content__c8b380c0 .index_module_content_child__c8b380c0 {
|
|
8365
8377
|
padding: 0;
|
|
8366
8378
|
line-height: 1;
|
|
8367
8379
|
}
|
|
8368
|
-
.
|
|
8369
|
-
.
|
|
8380
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content__c8b380c0 .index_module_content__c8b380c0 .index_module_content_child__c8b380c0 p,
|
|
8381
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content__c8b380c0 .index_module_content__c8b380c0 .index_module_content_child__c8b380c0 p {
|
|
8370
8382
|
word-break: break-all;
|
|
8383
|
+
white-space: break-spaces;
|
|
8371
8384
|
}
|
|
8372
|
-
.
|
|
8373
|
-
.
|
|
8374
|
-
.
|
|
8375
|
-
.
|
|
8385
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content__c8b380c0 .index_module_content__c8b380c0 .index_module_content_child__c8b380c0 p,
|
|
8386
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content__c8b380c0 .index_module_content__c8b380c0 .index_module_content_child__c8b380c0 p,
|
|
8387
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content__c8b380c0 .index_module_content__c8b380c0 .index_module_content_child__c8b380c0 li,
|
|
8388
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content__c8b380c0 .index_module_content__c8b380c0 .index_module_content_child__c8b380c0 li {
|
|
8376
8389
|
line-height: 1.5;
|
|
8377
8390
|
color: rgba(0, 0, 0, 0.85);
|
|
8378
8391
|
}
|
|
8379
|
-
.
|
|
8380
|
-
.
|
|
8392
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content__c8b380c0 .index_module_content__c8b380c0 .index_module_content_child__c8b380c0 > h3,
|
|
8393
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content__c8b380c0 .index_module_content__c8b380c0 .index_module_content_child__c8b380c0 > h3 {
|
|
8381
8394
|
font-size: 16px;
|
|
8382
8395
|
font-weight: 600;
|
|
8383
8396
|
padding: 10px 0;
|
|
8384
8397
|
}
|
|
8385
|
-
.
|
|
8386
|
-
.
|
|
8398
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content__c8b380c0 .index_module_content__c8b380c0 .index_module_content_child__c8b380c0 ol,
|
|
8399
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content__c8b380c0 .index_module_content__c8b380c0 .index_module_content_child__c8b380c0 ol {
|
|
8400
|
+
list-style: decimal;
|
|
8401
|
+
-webkit-padding-start: 20px;
|
|
8402
|
+
padding-inline-start: 20px;
|
|
8403
|
+
}
|
|
8404
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content__c8b380c0 .index_module_content__c8b380c0 .index_module_content_child__c8b380c0 ol li,
|
|
8405
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content__c8b380c0 .index_module_content__c8b380c0 .index_module_content_child__c8b380c0 ol li {
|
|
8406
|
+
list-style-type: auto;
|
|
8407
|
+
}
|
|
8408
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content__c8b380c0 .index_module_content__c8b380c0 .index_module_content_child__c8b380c0 ol li p,
|
|
8409
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content__c8b380c0 .index_module_content__c8b380c0 .index_module_content_child__c8b380c0 ol li p {
|
|
8387
8410
|
padding: 4px 0;
|
|
8388
8411
|
font-size: 14px;
|
|
8389
8412
|
font-weight: 600;
|
|
8390
8413
|
}
|
|
8391
|
-
.
|
|
8392
|
-
.
|
|
8414
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content__c8b380c0 .index_module_content__c8b380c0 .index_module_content_child__c8b380c0 ol li > ul li,
|
|
8415
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content__c8b380c0 .index_module_content__c8b380c0 .index_module_content_child__c8b380c0 ol li > ul li {
|
|
8393
8416
|
list-style: inside;
|
|
8394
8417
|
color: rgba(0, 0, 0, 0.65);
|
|
8395
8418
|
}
|
|
8396
|
-
.
|
|
8397
|
-
.
|
|
8419
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content__c8b380c0 .index_module_content__c8b380c0 pre,
|
|
8420
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_main_content__c8b380c0 .index_module_content__c8b380c0 pre {
|
|
8398
8421
|
background: rgba(0, 0, 0, 0.05);
|
|
8399
8422
|
padding: 12px;
|
|
8400
8423
|
line-height: 1.5;
|
|
8401
8424
|
margin: 4px 0;
|
|
8402
8425
|
}
|
|
8403
|
-
.
|
|
8404
|
-
.
|
|
8426
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal__c8b380c0,
|
|
8427
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal__c8b380c0 {
|
|
8405
8428
|
visibility: hidden;
|
|
8406
8429
|
height: 24px;
|
|
8407
8430
|
white-space: nowrap;
|
|
@@ -8411,8 +8434,8 @@
|
|
|
8411
8434
|
z-index: 9;
|
|
8412
8435
|
text-align: right;
|
|
8413
8436
|
}
|
|
8414
|
-
.
|
|
8415
|
-
.
|
|
8437
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal__c8b380c0 .index_module_operate__c8b380c0,
|
|
8438
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal__c8b380c0 .index_module_operate__c8b380c0 {
|
|
8416
8439
|
display: inline-flex;
|
|
8417
8440
|
align-items: center;
|
|
8418
8441
|
padding: 8px 0;
|
|
@@ -8422,30 +8445,30 @@
|
|
|
8422
8445
|
line-height: 1;
|
|
8423
8446
|
color: rgba(0, 0, 0, 0.45);
|
|
8424
8447
|
}
|
|
8425
|
-
.
|
|
8426
|
-
.
|
|
8448
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal__c8b380c0 .index_module_operate__c8b380c0 i,
|
|
8449
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal__c8b380c0 .index_module_operate__c8b380c0 i {
|
|
8427
8450
|
color: rgba(0, 0, 0, 0.45);
|
|
8428
8451
|
font-size: 16px;
|
|
8429
8452
|
cursor: pointer;
|
|
8430
8453
|
}
|
|
8431
|
-
.
|
|
8432
|
-
.
|
|
8454
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal__c8b380c0 .index_module_operate__c8b380c0 i svg,
|
|
8455
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal__c8b380c0 .index_module_operate__c8b380c0 i svg {
|
|
8433
8456
|
color: rgba(0, 0, 0, 0.65);
|
|
8434
8457
|
}
|
|
8435
|
-
.
|
|
8436
|
-
.
|
|
8458
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal__c8b380c0 .index_module_operate__c8b380c0 i:hover svg,
|
|
8459
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal__c8b380c0 .index_module_operate__c8b380c0 i:hover svg {
|
|
8437
8460
|
color: #f4523b;
|
|
8438
8461
|
}
|
|
8439
|
-
.
|
|
8440
|
-
.
|
|
8462
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal__c8b380c0 .index_module_operate__c8b380c0 .index_module_active__c8b380c0 svg,
|
|
8463
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal__c8b380c0 .index_module_operate__c8b380c0 .index_module_active__c8b380c0 svg {
|
|
8441
8464
|
color: #f4523b;
|
|
8442
8465
|
}
|
|
8443
|
-
.
|
|
8444
|
-
.
|
|
8466
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal__c8b380c0 .index_module_operate__c8b380c0 span,
|
|
8467
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal__c8b380c0 .index_module_operate__c8b380c0 span {
|
|
8445
8468
|
margin: 0 8px;
|
|
8446
8469
|
}
|
|
8447
|
-
.
|
|
8448
|
-
.
|
|
8470
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal__c8b380c0 .index_module_operate__c8b380c0 .index_module_ask_question__c8b380c0,
|
|
8471
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal__c8b380c0 .index_module_operate__c8b380c0 .index_module_ask_question__c8b380c0 {
|
|
8449
8472
|
cursor: pointer;
|
|
8450
8473
|
color: rgba(0, 0, 0, 0.45);
|
|
8451
8474
|
font-size: 12px;
|
|
@@ -8454,57 +8477,57 @@
|
|
|
8454
8477
|
background-color: rgba(0, 0, 0, 0.04);
|
|
8455
8478
|
margin-right: 16px;
|
|
8456
8479
|
}
|
|
8457
|
-
.
|
|
8458
|
-
.
|
|
8480
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal__c8b380c0 .index_module_operate__c8b380c0 .index_module_ask_question__c8b380c0:hover,
|
|
8481
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal__c8b380c0 .index_module_operate__c8b380c0 .index_module_ask_question__c8b380c0:hover {
|
|
8459
8482
|
color: #f4523b;
|
|
8460
8483
|
}
|
|
8461
|
-
.
|
|
8462
|
-
.
|
|
8484
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0,
|
|
8485
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 {
|
|
8463
8486
|
display: flex;
|
|
8464
8487
|
justify-content: space-between;
|
|
8465
8488
|
align-items: center;
|
|
8466
8489
|
bottom: 0;
|
|
8467
8490
|
}
|
|
8468
|
-
.
|
|
8469
|
-
.
|
|
8491
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_operate__c8b380c0,
|
|
8492
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_operate__c8b380c0 {
|
|
8470
8493
|
display: inline-block;
|
|
8471
8494
|
padding: 8px;
|
|
8472
8495
|
line-height: 1;
|
|
8473
8496
|
color: rgba(0, 0, 0, 0.45);
|
|
8474
8497
|
}
|
|
8475
|
-
.
|
|
8476
|
-
.
|
|
8498
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_operate__c8b380c0 i,
|
|
8499
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_operate__c8b380c0 i {
|
|
8477
8500
|
color: rgba(0, 0, 0, 0.45);
|
|
8478
8501
|
font-size: 16px;
|
|
8479
8502
|
cursor: pointer;
|
|
8480
8503
|
}
|
|
8481
|
-
.
|
|
8482
|
-
.
|
|
8504
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_operate__c8b380c0 i svg,
|
|
8505
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_operate__c8b380c0 i svg {
|
|
8483
8506
|
color: rgba(0, 0, 0, 0.65);
|
|
8484
8507
|
}
|
|
8485
|
-
.
|
|
8486
|
-
.
|
|
8508
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_operate__c8b380c0 i:hover svg,
|
|
8509
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_operate__c8b380c0 i:hover svg {
|
|
8487
8510
|
color: #f4523b;
|
|
8488
8511
|
}
|
|
8489
|
-
.
|
|
8490
|
-
.
|
|
8512
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_operate__c8b380c0 .index_module_active__c8b380c0 svg,
|
|
8513
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_operate__c8b380c0 .index_module_active__c8b380c0 svg {
|
|
8491
8514
|
color: #f4523b;
|
|
8492
8515
|
}
|
|
8493
|
-
.
|
|
8494
|
-
.
|
|
8516
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_operate__c8b380c0 span,
|
|
8517
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_operate__c8b380c0 span {
|
|
8495
8518
|
margin: 0 8px;
|
|
8496
8519
|
cursor: pointer;
|
|
8497
8520
|
}
|
|
8498
|
-
.
|
|
8499
|
-
.
|
|
8521
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_stop_generate__c8b380c0,
|
|
8522
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_stop_generate__c8b380c0 {
|
|
8500
8523
|
font-size: 12px;
|
|
8501
8524
|
color: rgba(0, 0, 0, 0.45);
|
|
8502
8525
|
display: inline-block;
|
|
8503
8526
|
padding: 8px 0;
|
|
8504
8527
|
cursor: pointer;
|
|
8505
8528
|
}
|
|
8506
|
-
.
|
|
8507
|
-
.
|
|
8529
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_stop_generate__c8b380c0 .index_module_icon__c8b380c0,
|
|
8530
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_stop_generate__c8b380c0 .index_module_icon__c8b380c0 {
|
|
8508
8531
|
display: inline-block;
|
|
8509
8532
|
width: 10px;
|
|
8510
8533
|
height: 10px;
|
|
@@ -8512,8 +8535,8 @@
|
|
|
8512
8535
|
background-color: rgba(0, 0, 0, 0.45);
|
|
8513
8536
|
margin-right: 4px;
|
|
8514
8537
|
}
|
|
8515
|
-
.
|
|
8516
|
-
.
|
|
8538
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_stop_generate__c8b380c0 .index_module_find_teacher__c8b380c0,
|
|
8539
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_stop_generate__c8b380c0 .index_module_find_teacher__c8b380c0 {
|
|
8517
8540
|
padding: 2px 8px;
|
|
8518
8541
|
border-radius: 2px;
|
|
8519
8542
|
background-color: rgba(0, 0, 0, 0.04);
|
|
@@ -8521,71 +8544,72 @@
|
|
|
8521
8544
|
font-size: 12px;
|
|
8522
8545
|
line-height: 1;
|
|
8523
8546
|
}
|
|
8524
|
-
.
|
|
8525
|
-
.
|
|
8547
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_stop_generate__c8b380c0 .index_module_find_teacher__c8b380c0:hover,
|
|
8548
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_stop_generate__c8b380c0 .index_module_find_teacher__c8b380c0:hover {
|
|
8526
8549
|
color: #f4523b;
|
|
8527
8550
|
}
|
|
8528
|
-
.
|
|
8529
|
-
.
|
|
8551
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_stop_generate__c8b380c0:hover,
|
|
8552
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_stop_generate__c8b380c0:hover {
|
|
8530
8553
|
color: #f4523b;
|
|
8531
8554
|
}
|
|
8532
|
-
.
|
|
8533
|
-
.
|
|
8555
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_stop_generate__c8b380c0:hover span,
|
|
8556
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_stop_generate__c8b380c0:hover span {
|
|
8534
8557
|
color: #f4523b;
|
|
8535
8558
|
}
|
|
8536
|
-
.
|
|
8537
|
-
.
|
|
8559
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_stop_findTeacher__c8b380c0,
|
|
8560
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_stop_findTeacher__c8b380c0 {
|
|
8538
8561
|
font-size: 12px;
|
|
8539
8562
|
color: rgba(0, 0, 0, 0.45);
|
|
8540
8563
|
display: inline-block;
|
|
8541
8564
|
padding: 8px 0;
|
|
8542
8565
|
cursor: pointer;
|
|
8543
8566
|
}
|
|
8544
|
-
.
|
|
8545
|
-
.
|
|
8567
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_stop_findTeacher__c8b380c0 span,
|
|
8568
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_stop_findTeacher__c8b380c0 span {
|
|
8546
8569
|
padding: 0px 8px;
|
|
8547
8570
|
background-color: rgba(0, 0, 0, 0.04);
|
|
8548
8571
|
color: rgba(0, 0, 0, 0.45);
|
|
8549
8572
|
}
|
|
8550
|
-
.
|
|
8551
|
-
.
|
|
8573
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_stop_findTeacher__c8b380c0 span:hover,
|
|
8574
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_main__c8b380c0 .index_module_operate_modal_bottom__c8b380c0 .index_module_stop_findTeacher__c8b380c0 span:hover {
|
|
8552
8575
|
color: #f4523b;
|
|
8553
8576
|
}
|
|
8554
|
-
.
|
|
8555
|
-
.
|
|
8577
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_content__c8b380c0,
|
|
8578
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 > li .index_module_content__c8b380c0 {
|
|
8556
8579
|
padding: 12px 16px;
|
|
8557
8580
|
display: inline-block;
|
|
8558
8581
|
font-size: 14px;
|
|
8559
8582
|
}
|
|
8560
|
-
.
|
|
8561
|
-
.
|
|
8583
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_left__c8b380c0,
|
|
8584
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_left__c8b380c0 {
|
|
8562
8585
|
justify-content: flex-end;
|
|
8563
8586
|
}
|
|
8564
|
-
.
|
|
8565
|
-
.
|
|
8587
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_left__c8b380c0 .index_module_main__c8b380c0,
|
|
8588
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_left__c8b380c0 .index_module_main__c8b380c0 {
|
|
8566
8589
|
text-align: right;
|
|
8567
8590
|
}
|
|
8568
|
-
.
|
|
8569
|
-
.
|
|
8591
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 li.index_module_left__c8b380c0 .index_module_content__c8b380c0,
|
|
8592
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 li.index_module_left__c8b380c0 .index_module_content__c8b380c0 {
|
|
8570
8593
|
border-radius: 20px 2px 20px 20px;
|
|
8571
8594
|
background: #d1e4ff;
|
|
8572
8595
|
text-align: left;
|
|
8573
8596
|
}
|
|
8574
|
-
.
|
|
8575
|
-
.
|
|
8597
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 li.index_module_right__c8b380c0 .index_module_content__c8b380c0,
|
|
8598
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 li.index_module_right__c8b380c0 .index_module_content__c8b380c0 {
|
|
8576
8599
|
border-radius: 2px 20px 20px 20px;
|
|
8577
8600
|
background: #fff;
|
|
8578
8601
|
}
|
|
8579
|
-
.
|
|
8580
|
-
.
|
|
8602
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 li .index_module_content__c8b380c0 .index_module_association_problem__c8b380c0 li,
|
|
8603
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 li .index_module_content__c8b380c0 .index_module_association_problem__c8b380c0 li {
|
|
8581
8604
|
color: #5991ef;
|
|
8582
8605
|
font-size: 14px;
|
|
8583
8606
|
font-weight: 400;
|
|
8584
8607
|
line-height: 1.8;
|
|
8585
8608
|
cursor: pointer;
|
|
8609
|
+
list-style-type: none;
|
|
8586
8610
|
}
|
|
8587
|
-
.
|
|
8588
|
-
.
|
|
8611
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_time__c8b380c0,
|
|
8612
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_time__c8b380c0 {
|
|
8589
8613
|
display: block;
|
|
8590
8614
|
margin: 40px 0;
|
|
8591
8615
|
margin-bottom: 16px;
|
|
@@ -8594,8 +8618,8 @@
|
|
|
8594
8618
|
color: rgba(0, 0, 0, 0.25);
|
|
8595
8619
|
position: relative;
|
|
8596
8620
|
}
|
|
8597
|
-
.
|
|
8598
|
-
.
|
|
8621
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_time__c8b380c0::before,
|
|
8622
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_time__c8b380c0::before {
|
|
8599
8623
|
content: "";
|
|
8600
8624
|
width: 100px;
|
|
8601
8625
|
display: inline-block;
|
|
@@ -8605,8 +8629,8 @@
|
|
|
8605
8629
|
top: -3px;
|
|
8606
8630
|
right: 16px;
|
|
8607
8631
|
}
|
|
8608
|
-
.
|
|
8609
|
-
.
|
|
8632
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_time__c8b380c0::after,
|
|
8633
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_time__c8b380c0::after {
|
|
8610
8634
|
content: "";
|
|
8611
8635
|
width: 100px;
|
|
8612
8636
|
display: inline-block;
|
|
@@ -8616,16 +8640,16 @@
|
|
|
8616
8640
|
top: -3px;
|
|
8617
8641
|
left: 16px;
|
|
8618
8642
|
}
|
|
8619
|
-
.
|
|
8620
|
-
.
|
|
8643
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_citation_content__c8b380c0,
|
|
8644
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_citation_content__c8b380c0 {
|
|
8621
8645
|
display: table;
|
|
8622
8646
|
margin-top: 4px;
|
|
8623
8647
|
padding: 8px;
|
|
8624
8648
|
border-radius: 2px;
|
|
8625
8649
|
background: #e7e7e7;
|
|
8626
8650
|
}
|
|
8627
|
-
.
|
|
8628
|
-
.
|
|
8651
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_citation_content__c8b380c0 p,
|
|
8652
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_citation_content__c8b380c0 p {
|
|
8629
8653
|
color: rgba(0, 0, 0, 0.65);
|
|
8630
8654
|
font-size: 12px;
|
|
8631
8655
|
line-height: 1.5;
|
|
@@ -8639,100 +8663,100 @@
|
|
|
8639
8663
|
cursor: pointer;
|
|
8640
8664
|
text-align: left;
|
|
8641
8665
|
}
|
|
8642
|
-
.
|
|
8643
|
-
.
|
|
8666
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_citation_content__c8b380c0 .index_module_text_exceed__c8b380c0,
|
|
8667
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_citation_content__c8b380c0 .index_module_text_exceed__c8b380c0 {
|
|
8644
8668
|
padding-right: 16px;
|
|
8645
8669
|
position: relative;
|
|
8646
8670
|
}
|
|
8647
|
-
.
|
|
8648
|
-
.
|
|
8671
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_citation_content__c8b380c0 .index_module_text_exceed__c8b380c0 > span,
|
|
8672
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_citation_content__c8b380c0 .index_module_text_exceed__c8b380c0 > span {
|
|
8649
8673
|
position: absolute;
|
|
8650
8674
|
top: 20px;
|
|
8651
8675
|
right: 0;
|
|
8652
8676
|
}
|
|
8653
|
-
.
|
|
8654
|
-
.
|
|
8677
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_popover_content__c8b380c0,
|
|
8678
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_message_con__c8b380c0 .index_module_popover_content__c8b380c0 {
|
|
8655
8679
|
max-width: 400px;
|
|
8656
8680
|
}
|
|
8657
|
-
.
|
|
8658
|
-
.
|
|
8681
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0::-webkit-scrollbar,
|
|
8682
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0::-webkit-scrollbar {
|
|
8659
8683
|
background-color: #eff0f7;
|
|
8660
8684
|
background-color: transparent;
|
|
8661
8685
|
width: 6px;
|
|
8662
8686
|
height: 4px;
|
|
8663
8687
|
}
|
|
8664
|
-
.
|
|
8665
|
-
.
|
|
8688
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main__c8b380c0::-webkit-scrollbar-thumb,
|
|
8689
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0::-webkit-scrollbar-thumb {
|
|
8666
8690
|
border-radius: 4px;
|
|
8667
8691
|
background-color: rgba(181, 184, 198, 0.8);
|
|
8668
8692
|
}
|
|
8669
|
-
.
|
|
8670
|
-
.
|
|
8693
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main_newlabo__c8b380c0 pre,
|
|
8694
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main_newlabo__c8b380c0 pre {
|
|
8671
8695
|
background: #2b303b !important;
|
|
8672
8696
|
color: #fff;
|
|
8673
8697
|
overflow: auto;
|
|
8674
8698
|
}
|
|
8675
|
-
.
|
|
8676
|
-
.
|
|
8699
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main_newlabo__c8b380c0 pre pre::-webkit-scrollbar,
|
|
8700
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main_newlabo__c8b380c0 pre pre::-webkit-scrollbar {
|
|
8677
8701
|
background-color: #eaedf1;
|
|
8678
8702
|
background-color: transparent;
|
|
8679
8703
|
width: 4px;
|
|
8680
8704
|
height: 4px;
|
|
8681
8705
|
}
|
|
8682
|
-
.
|
|
8683
|
-
.
|
|
8706
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main_newlabo__c8b380c0 pre pre::-webkit-scrollbar-thumb,
|
|
8707
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main_newlabo__c8b380c0 pre pre::-webkit-scrollbar-thumb {
|
|
8684
8708
|
border-radius: 4px;
|
|
8685
8709
|
background-color: #f4f4f4;
|
|
8686
8710
|
}
|
|
8687
|
-
.
|
|
8688
|
-
.
|
|
8711
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_main_newlabo_no_pic__c8b380c0 .index_module_head_sculpture__c8b380c0,
|
|
8712
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main_newlabo_no_pic__c8b380c0 .index_module_head_sculpture__c8b380c0 {
|
|
8689
8713
|
display: none !important;
|
|
8690
8714
|
}
|
|
8691
|
-
.
|
|
8692
|
-
.
|
|
8715
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0,
|
|
8716
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 {
|
|
8693
8717
|
position: absolute;
|
|
8694
8718
|
bottom: 0;
|
|
8695
8719
|
width: 100%;
|
|
8696
8720
|
}
|
|
8697
|
-
.
|
|
8698
|
-
.
|
|
8721
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_issues_list_teacherList__c8b380c0,
|
|
8722
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_issues_list_teacherList__c8b380c0 {
|
|
8699
8723
|
white-space: nowrap;
|
|
8700
8724
|
overflow: auto;
|
|
8701
8725
|
width: calc(100% - 40px);
|
|
8702
8726
|
box-sizing: border-box;
|
|
8703
8727
|
margin-bottom: 6px;
|
|
8704
8728
|
}
|
|
8705
|
-
.
|
|
8706
|
-
.
|
|
8729
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_issues_list_teacherList__c8b380c0 .index_module_item__c8b380c0,
|
|
8730
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_issues_list_teacherList__c8b380c0 .index_module_item__c8b380c0 {
|
|
8707
8731
|
display: inline-block;
|
|
8708
8732
|
margin-right: 8px;
|
|
8709
8733
|
}
|
|
8710
|
-
.
|
|
8711
|
-
.
|
|
8734
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_issues_list_teacherList__c8b380c0 .index_module_item__c8b380c0:last-child,
|
|
8735
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_issues_list_teacherList__c8b380c0 .index_module_item__c8b380c0:last-child {
|
|
8712
8736
|
margin-right: 0;
|
|
8713
8737
|
}
|
|
8714
|
-
.
|
|
8715
|
-
.
|
|
8738
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_issues_list_teacherList__c8b380c0::-webkit-scrollbar,
|
|
8739
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_issues_list_teacherList__c8b380c0::-webkit-scrollbar {
|
|
8716
8740
|
background-color: #eaedf1;
|
|
8717
8741
|
background-color: transparent;
|
|
8718
8742
|
width: 4px;
|
|
8719
8743
|
height: 4px;
|
|
8720
8744
|
}
|
|
8721
|
-
.
|
|
8722
|
-
.
|
|
8745
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_issues_list_teacherList__c8b380c0::-webkit-scrollbar-thumb,
|
|
8746
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_issues_list_teacherList__c8b380c0::-webkit-scrollbar-thumb {
|
|
8723
8747
|
border-radius: 4px;
|
|
8724
8748
|
background-color: rgba(181, 184, 198, 0.6);
|
|
8725
8749
|
}
|
|
8726
|
-
.
|
|
8727
|
-
.
|
|
8750
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_issues_list__c8b380c0,
|
|
8751
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_issues_list__c8b380c0 {
|
|
8728
8752
|
position: absolute;
|
|
8729
8753
|
bottom: 60px;
|
|
8730
8754
|
margin: 0 16px;
|
|
8731
8755
|
padding-bottom: 4px;
|
|
8732
8756
|
line-height: 1;
|
|
8733
8757
|
}
|
|
8734
|
-
.
|
|
8735
|
-
.
|
|
8758
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_issues_list__c8b380c0 .index_module_item__c8b380c0 > span,
|
|
8759
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_issues_list__c8b380c0 .index_module_item__c8b380c0 > span {
|
|
8736
8760
|
cursor: pointer;
|
|
8737
8761
|
max-width: 100%;
|
|
8738
8762
|
display: inline-block;
|
|
@@ -8746,23 +8770,23 @@
|
|
|
8746
8770
|
line-height: 1;
|
|
8747
8771
|
overflow: hidden;
|
|
8748
8772
|
}
|
|
8749
|
-
.
|
|
8750
|
-
.
|
|
8773
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_issues_list__c8b380c0 .index_module_item__c8b380c0 > span:hover,
|
|
8774
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_issues_list__c8b380c0 .index_module_item__c8b380c0 > span:hover {
|
|
8751
8775
|
background-color: #fff;
|
|
8752
8776
|
}
|
|
8753
|
-
.
|
|
8754
|
-
.
|
|
8777
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_issues_list__c8b380c0 .index_module_item__c8b380c0 > span .index_module_sign__c8b380c0,
|
|
8778
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_issues_list__c8b380c0 .index_module_item__c8b380c0 > span .index_module_sign__c8b380c0 {
|
|
8755
8779
|
color: #f4523b;
|
|
8756
8780
|
}
|
|
8757
|
-
.
|
|
8758
|
-
.
|
|
8781
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0,
|
|
8782
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 {
|
|
8759
8783
|
display: flex;
|
|
8760
8784
|
align-items: flex-end;
|
|
8761
8785
|
margin-bottom: 12px;
|
|
8762
8786
|
padding: 0 16px;
|
|
8763
8787
|
}
|
|
8764
|
-
.
|
|
8765
|
-
.
|
|
8788
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0,
|
|
8789
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 {
|
|
8766
8790
|
align-items: flex-end;
|
|
8767
8791
|
width: calc(100% - 36px);
|
|
8768
8792
|
background-color: #fff;
|
|
@@ -8774,12 +8798,12 @@
|
|
|
8774
8798
|
position: relative;
|
|
8775
8799
|
padding-right: 1px;
|
|
8776
8800
|
}
|
|
8777
|
-
.
|
|
8778
|
-
.
|
|
8801
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 > .index_module_input__c8b380c0,
|
|
8802
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 > .index_module_input__c8b380c0 {
|
|
8779
8803
|
line-height: 1;
|
|
8780
8804
|
}
|
|
8781
|
-
.
|
|
8782
|
-
.
|
|
8805
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 > .index_module_input__c8b380c0 textarea,
|
|
8806
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 > .index_module_input__c8b380c0 textarea {
|
|
8783
8807
|
max-height: 100px;
|
|
8784
8808
|
padding: 0;
|
|
8785
8809
|
border: none;
|
|
@@ -8787,64 +8811,64 @@
|
|
|
8787
8811
|
resize: none;
|
|
8788
8812
|
padding-right: 48px;
|
|
8789
8813
|
}
|
|
8790
|
-
.
|
|
8791
|
-
.
|
|
8814
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 > .index_module_input__c8b380c0 textarea.bhd-input,
|
|
8815
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 > .index_module_input__c8b380c0 textarea.bhd-input {
|
|
8792
8816
|
min-height: 21px !important;
|
|
8793
8817
|
line-height: 1.5;
|
|
8794
8818
|
}
|
|
8795
|
-
.
|
|
8796
|
-
.
|
|
8819
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 > .index_module_input__c8b380c0 .bhd-input[disabled],
|
|
8820
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 > .index_module_input__c8b380c0 .bhd-input[disabled] {
|
|
8797
8821
|
background-color: #fff !important;
|
|
8798
8822
|
}
|
|
8799
|
-
.
|
|
8800
|
-
.
|
|
8823
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 > .index_module_no_AI__c8b380c0,
|
|
8824
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 > .index_module_no_AI__c8b380c0 {
|
|
8801
8825
|
width: 100%;
|
|
8802
8826
|
}
|
|
8803
|
-
.
|
|
8804
|
-
.
|
|
8827
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 > .index_module_no_AI__c8b380c0 textarea,
|
|
8828
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 > .index_module_no_AI__c8b380c0 textarea {
|
|
8805
8829
|
padding-right: 12px;
|
|
8806
8830
|
}
|
|
8807
|
-
.
|
|
8808
|
-
.
|
|
8831
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 .index_module_voice__c8b380c0,
|
|
8832
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 .index_module_voice__c8b380c0 {
|
|
8809
8833
|
position: absolute;
|
|
8810
8834
|
right: 18px;
|
|
8811
8835
|
bottom: 10px;
|
|
8812
8836
|
color: rgba(0, 0, 0, 0.65);
|
|
8813
8837
|
}
|
|
8814
|
-
.
|
|
8815
|
-
.
|
|
8838
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 .index_module_voice__c8b380c0 i,
|
|
8839
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 .index_module_voice__c8b380c0 i {
|
|
8816
8840
|
cursor: pointer;
|
|
8817
8841
|
}
|
|
8818
|
-
.
|
|
8819
|
-
.
|
|
8842
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 .index_module_voice__c8b380c0 i svg,
|
|
8843
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 .index_module_voice__c8b380c0 i svg {
|
|
8820
8844
|
color: rgba(0, 0, 0, 0.65);
|
|
8821
8845
|
font-size: 20px;
|
|
8822
8846
|
}
|
|
8823
|
-
.
|
|
8824
|
-
.
|
|
8847
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 .index_module_voice__c8b380c0 .index_module_voice_btn__c8b380c0,
|
|
8848
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 .index_module_voice__c8b380c0 .index_module_voice_btn__c8b380c0 {
|
|
8825
8849
|
width: 32px;
|
|
8826
8850
|
cursor: pointer;
|
|
8827
8851
|
position: absolute;
|
|
8828
8852
|
bottom: -5px;
|
|
8829
8853
|
right: -10px;
|
|
8830
8854
|
}
|
|
8831
|
-
.
|
|
8832
|
-
.
|
|
8855
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 .index_module_disabled__c8b380c0,
|
|
8856
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 .index_module_disabled__c8b380c0 {
|
|
8833
8857
|
cursor: not-allowed !important;
|
|
8834
8858
|
color: rgba(0, 0, 0, 0.25) !important;
|
|
8835
8859
|
}
|
|
8836
|
-
.
|
|
8837
|
-
.
|
|
8860
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 .index_module_disabled__c8b380c0 svg,
|
|
8861
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 .index_module_disabled__c8b380c0 svg {
|
|
8838
8862
|
color: rgba(0, 0, 0, 0.25) !important;
|
|
8839
8863
|
}
|
|
8840
|
-
.
|
|
8841
|
-
.
|
|
8864
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 .index_module_content_main__c8b380c0,
|
|
8865
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 .index_module_content_main__c8b380c0 {
|
|
8842
8866
|
display: flex;
|
|
8843
8867
|
align-items: center;
|
|
8844
8868
|
width: calc(100% - 24px);
|
|
8845
8869
|
}
|
|
8846
|
-
.
|
|
8847
|
-
.
|
|
8870
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 .index_module_content_main__c8b380c0 .index_module_content_con__c8b380c0,
|
|
8871
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 .index_module_content_main__c8b380c0 .index_module_content_con__c8b380c0 {
|
|
8848
8872
|
margin-top: 6px;
|
|
8849
8873
|
align-items: center;
|
|
8850
8874
|
padding: 8px;
|
|
@@ -8852,8 +8876,8 @@
|
|
|
8852
8876
|
display: inline-block;
|
|
8853
8877
|
width: calc(100% - 60px);
|
|
8854
8878
|
}
|
|
8855
|
-
.
|
|
8856
|
-
.
|
|
8879
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 .index_module_content_main__c8b380c0 .index_module_content_con__c8b380c0 p,
|
|
8880
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 .index_module_content_main__c8b380c0 .index_module_content_con__c8b380c0 p {
|
|
8857
8881
|
color: rgba(0, 0, 0, 0.65);
|
|
8858
8882
|
border-radius: 2px;
|
|
8859
8883
|
font-size: 12px;
|
|
@@ -8866,90 +8890,90 @@
|
|
|
8866
8890
|
max-height: 36px;
|
|
8867
8891
|
word-break: break-all;
|
|
8868
8892
|
}
|
|
8869
|
-
.
|
|
8870
|
-
.
|
|
8893
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 .index_module_content_main__c8b380c0 .index_module_delete_quote__c8b380c0,
|
|
8894
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_input_wrap__c8b380c0 .index_module_content_main__c8b380c0 .index_module_delete_quote__c8b380c0 {
|
|
8871
8895
|
font-size: 18px;
|
|
8872
8896
|
color: #bfbfbf;
|
|
8873
8897
|
margin-top: 6px;
|
|
8874
8898
|
}
|
|
8875
|
-
.
|
|
8876
|
-
.
|
|
8899
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_sending__c8b380c0,
|
|
8900
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_sending__c8b380c0 {
|
|
8877
8901
|
width: 20px;
|
|
8878
8902
|
margin-left: 16px;
|
|
8879
8903
|
margin-bottom: 8px;
|
|
8880
8904
|
}
|
|
8881
|
-
.
|
|
8882
|
-
.
|
|
8905
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_sending__c8b380c0 i svg,
|
|
8906
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_sending__c8b380c0 i svg {
|
|
8883
8907
|
font-size: 20px;
|
|
8884
8908
|
color: rgba(0, 0, 0, 0.65);
|
|
8885
8909
|
}
|
|
8886
|
-
.
|
|
8887
|
-
.
|
|
8910
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_sending__c8b380c0 .index_module_disabled__c8b380c0 svg,
|
|
8911
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 .index_module_Drawer_buttom__c8b380c0 .index_module_sending__c8b380c0 .index_module_disabled__c8b380c0 svg {
|
|
8888
8912
|
color: rgba(0, 0, 0, 0.25);
|
|
8889
8913
|
cursor: not-allowed;
|
|
8890
8914
|
}
|
|
8891
|
-
.
|
|
8892
|
-
.
|
|
8915
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .index_module_Drawer_buttom_Issues_List_newlabo__c8b380c0,
|
|
8916
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List_newlabo__c8b380c0 {
|
|
8893
8917
|
background-color: #f5f5f5 !important;
|
|
8894
8918
|
}
|
|
8895
|
-
.
|
|
8896
|
-
.
|
|
8919
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .anticon,
|
|
8920
|
+
.index_module_ChatWindow_Modal__c8b380c0 .anticon {
|
|
8897
8921
|
vertical-align: 0;
|
|
8898
8922
|
}
|
|
8899
|
-
.
|
|
8923
|
+
.index_module_ChatWindow_Drawer__c8b380c0 {
|
|
8900
8924
|
background: #f5f5f5 !important;
|
|
8901
8925
|
position: relative;
|
|
8902
8926
|
height: 100%;
|
|
8903
8927
|
}
|
|
8904
|
-
.
|
|
8928
|
+
.index_module_ChatWindow_Drawer__c8b380c0 .bhd-drawer-header {
|
|
8905
8929
|
display: none !important;
|
|
8906
8930
|
}
|
|
8907
|
-
.
|
|
8931
|
+
.index_module_ChatWindow_Modal__c8b380c0 .bhd-modal {
|
|
8908
8932
|
border-radius: 8px;
|
|
8909
8933
|
overflow: hidden;
|
|
8910
8934
|
position: relative;
|
|
8911
8935
|
}
|
|
8912
|
-
.
|
|
8936
|
+
.index_module_ChatWindow_Modal__c8b380c0 .bhd-modal-content {
|
|
8913
8937
|
height: 100%;
|
|
8914
8938
|
background-color: #f5f5f5 !important;
|
|
8915
8939
|
}
|
|
8916
|
-
.
|
|
8940
|
+
.index_module_ChatWindow_Modal__c8b380c0 .bhd-modal-content .bhd-modal-close {
|
|
8917
8941
|
display: none !important;
|
|
8918
8942
|
}
|
|
8919
|
-
.
|
|
8943
|
+
.index_module_ChatWindow_Modal__c8b380c0 .bhd-modal-header {
|
|
8920
8944
|
display: none !important;
|
|
8921
8945
|
}
|
|
8922
|
-
.
|
|
8946
|
+
.index_module_ChatWindow_Modal__c8b380c0 .bhd-modal-body {
|
|
8923
8947
|
height: 100%;
|
|
8924
8948
|
padding: 0 !important;
|
|
8925
8949
|
border-radius: 4px !important;
|
|
8926
8950
|
}
|
|
8927
|
-
.
|
|
8951
|
+
.index_module_ChatWindow_Modal__c8b380c0 .bhd-drawer-right > .bhd-drawer-content-wrapper {
|
|
8928
8952
|
top: 129px;
|
|
8929
8953
|
right: 200px;
|
|
8930
8954
|
height: 790px;
|
|
8931
8955
|
}
|
|
8932
|
-
.
|
|
8956
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_main_list__c8b380c0 {
|
|
8933
8957
|
max-height: 650px;
|
|
8934
8958
|
}
|
|
8935
|
-
.
|
|
8959
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_user__c8b380c0 {
|
|
8936
8960
|
padding-left: 0 !important;
|
|
8937
8961
|
cursor: pointer;
|
|
8938
8962
|
}
|
|
8939
|
-
.
|
|
8963
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_buttom_Issues_List__c8b380c0 {
|
|
8940
8964
|
border-radius: 4px;
|
|
8941
8965
|
width: calc(100% - 328px);
|
|
8942
8966
|
margin-left: 328px;
|
|
8943
8967
|
}
|
|
8944
|
-
.
|
|
8968
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 {
|
|
8945
8969
|
max-height: 700px;
|
|
8946
8970
|
}
|
|
8947
|
-
.
|
|
8971
|
+
.index_module_ChatWindow_Modal__c8b380c0 .index_module_Drawer_main__c8b380c0 .index_module_chat_content__c8b380c0 {
|
|
8948
8972
|
width: calc(100% - 328px);
|
|
8949
8973
|
margin-left: 328px;
|
|
8950
8974
|
display: inline-block;
|
|
8951
8975
|
}
|
|
8952
|
-
.
|
|
8976
|
+
.index_module_popover_main_content__c8b380c0 {
|
|
8953
8977
|
min-width: 300px !important;
|
|
8954
8978
|
max-width: 340px !important;
|
|
8955
8979
|
background-color: #fff !important;
|
|
@@ -8957,21 +8981,21 @@
|
|
|
8957
8981
|
border-radius: 4px;
|
|
8958
8982
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
8959
8983
|
}
|
|
8960
|
-
.
|
|
8984
|
+
.index_module_popover_main_content__c8b380c0 .bhd-tooltip-content {
|
|
8961
8985
|
background-color: #fff;
|
|
8962
8986
|
border-radius: 4px;
|
|
8963
8987
|
}
|
|
8964
|
-
.
|
|
8988
|
+
.index_module_popover_main_content__c8b380c0 .bhd-tooltip-content .bhd-tooltip-inner {
|
|
8965
8989
|
background-color: #fff;
|
|
8966
8990
|
color: rgba(0, 0, 0, 0.85);
|
|
8967
8991
|
font-size: 14px;
|
|
8968
8992
|
padding: 12px 16px;
|
|
8969
8993
|
border-radius: 4px;
|
|
8970
8994
|
}
|
|
8971
|
-
.
|
|
8995
|
+
.index_module_popover_main_content__c8b380c0 .bhd-tooltip-arrow:before {
|
|
8972
8996
|
background: #ccc !important;
|
|
8973
8997
|
}
|
|
8974
|
-
.
|
|
8998
|
+
.index_module_popover_main_content__c8b380c0 .bhd-tooltip-arrow::after {
|
|
8975
8999
|
width: 0 !important;
|
|
8976
9000
|
height: 0 !important;
|
|
8977
9001
|
border: 5px solid;
|
|
@@ -8983,28 +9007,28 @@
|
|
|
8983
9007
|
right: 0 !important;
|
|
8984
9008
|
box-shadow: none !important;
|
|
8985
9009
|
}
|
|
8986
|
-
.
|
|
9010
|
+
.index_module_popover_main_content_name__c8b380c0 {
|
|
8987
9011
|
width: auto;
|
|
8988
9012
|
background-color: #fff !important;
|
|
8989
9013
|
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
|
|
8990
9014
|
border-radius: 4px;
|
|
8991
9015
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
8992
9016
|
}
|
|
8993
|
-
.
|
|
9017
|
+
.index_module_popover_main_content_name__c8b380c0 .bhd-tooltip-content {
|
|
8994
9018
|
background-color: #fff;
|
|
8995
9019
|
border-radius: 4px;
|
|
8996
9020
|
}
|
|
8997
|
-
.
|
|
9021
|
+
.index_module_popover_main_content_name__c8b380c0 .bhd-tooltip-content .bhd-tooltip-inner {
|
|
8998
9022
|
background-color: #fff;
|
|
8999
9023
|
color: rgba(0, 0, 0, 0.85);
|
|
9000
9024
|
font-size: 14px;
|
|
9001
9025
|
padding: 12px 16px;
|
|
9002
9026
|
border-radius: 4px;
|
|
9003
9027
|
}
|
|
9004
|
-
.
|
|
9028
|
+
.index_module_popover_main_content_name__c8b380c0 .bhd-tooltip-arrow:before {
|
|
9005
9029
|
background: #ccc !important;
|
|
9006
9030
|
}
|
|
9007
|
-
.
|
|
9031
|
+
.index_module_popover_main_content_name__c8b380c0 .bhd-tooltip-arrow::after {
|
|
9008
9032
|
width: 0 !important;
|
|
9009
9033
|
height: 0 !important;
|
|
9010
9034
|
border: 5px solid;
|
|
@@ -9016,7 +9040,7 @@
|
|
|
9016
9040
|
right: 0 !important;
|
|
9017
9041
|
box-shadow: none !important;
|
|
9018
9042
|
}
|
|
9019
|
-
.
|
|
9043
|
+
.index_module_teacher_layout__c8b380c0 {
|
|
9020
9044
|
position: fixed;
|
|
9021
9045
|
right: 568px;
|
|
9022
9046
|
border-radius: 8px;
|
|
@@ -9026,8 +9050,8 @@
|
|
|
9026
9050
|
backdrop-filter: blur(7.5px);
|
|
9027
9051
|
width: 80px;
|
|
9028
9052
|
}
|
|
9029
|
-
.
|
|
9030
|
-
.
|
|
9053
|
+
.index_module_teacher_layout__c8b380c0 .index_module_top__c8b380c0 > div,
|
|
9054
|
+
.index_module_teacher_layout__c8b380c0 .index_module_bottom__c8b380c0 > div {
|
|
9031
9055
|
display: flex;
|
|
9032
9056
|
flex-direction: column;
|
|
9033
9057
|
align-items: center;
|
|
@@ -9039,16 +9063,16 @@
|
|
|
9039
9063
|
position: relative;
|
|
9040
9064
|
cursor: pointer;
|
|
9041
9065
|
}
|
|
9042
|
-
.
|
|
9043
|
-
.
|
|
9066
|
+
.index_module_teacher_layout__c8b380c0 .index_module_top__c8b380c0 > div:hover,
|
|
9067
|
+
.index_module_teacher_layout__c8b380c0 .index_module_bottom__c8b380c0 > div:hover {
|
|
9044
9068
|
background-color: #f5f5f5;
|
|
9045
9069
|
}
|
|
9046
|
-
.
|
|
9047
|
-
.
|
|
9070
|
+
.index_module_teacher_layout__c8b380c0 .index_module_top__c8b380c0 > div:hover .index_module_delete__c8b380c0,
|
|
9071
|
+
.index_module_teacher_layout__c8b380c0 .index_module_bottom__c8b380c0 > div:hover .index_module_delete__c8b380c0 {
|
|
9048
9072
|
display: block;
|
|
9049
9073
|
}
|
|
9050
|
-
.
|
|
9051
|
-
.
|
|
9074
|
+
.index_module_teacher_layout__c8b380c0 .index_module_top__c8b380c0 > div p,
|
|
9075
|
+
.index_module_teacher_layout__c8b380c0 .index_module_bottom__c8b380c0 > div p {
|
|
9052
9076
|
max-width: 60px;
|
|
9053
9077
|
overflow: hidden;
|
|
9054
9078
|
text-overflow: ellipsis;
|
|
@@ -9058,14 +9082,14 @@
|
|
|
9058
9082
|
line-height: 1;
|
|
9059
9083
|
padding-top: 12px;
|
|
9060
9084
|
}
|
|
9061
|
-
.
|
|
9062
|
-
.
|
|
9085
|
+
.index_module_teacher_layout__c8b380c0 .index_module_top__c8b380c0 > div img,
|
|
9086
|
+
.index_module_teacher_layout__c8b380c0 .index_module_bottom__c8b380c0 > div img {
|
|
9063
9087
|
width: 32px;
|
|
9064
9088
|
height: 32px;
|
|
9065
9089
|
border-radius: 50%;
|
|
9066
9090
|
}
|
|
9067
|
-
.
|
|
9068
|
-
.
|
|
9091
|
+
.index_module_teacher_layout__c8b380c0 .index_module_top__c8b380c0 > div .index_module_num__c8b380c0,
|
|
9092
|
+
.index_module_teacher_layout__c8b380c0 .index_module_bottom__c8b380c0 > div .index_module_num__c8b380c0 {
|
|
9069
9093
|
position: absolute;
|
|
9070
9094
|
top: 0;
|
|
9071
9095
|
right: 0;
|
|
@@ -9077,8 +9101,8 @@
|
|
|
9077
9101
|
font-size: 12px;
|
|
9078
9102
|
line-height: 1.2;
|
|
9079
9103
|
}
|
|
9080
|
-
.
|
|
9081
|
-
.
|
|
9104
|
+
.index_module_teacher_layout__c8b380c0 .index_module_top__c8b380c0 > div .index_module_delete__c8b380c0,
|
|
9105
|
+
.index_module_teacher_layout__c8b380c0 .index_module_bottom__c8b380c0 > div .index_module_delete__c8b380c0 {
|
|
9082
9106
|
position: absolute;
|
|
9083
9107
|
top: 2px;
|
|
9084
9108
|
right: 2px;
|
|
@@ -9086,35 +9110,35 @@
|
|
|
9086
9110
|
font-size: 12px;
|
|
9087
9111
|
display: none;
|
|
9088
9112
|
}
|
|
9089
|
-
.
|
|
9113
|
+
.index_module_teacher_layout__c8b380c0 .index_module_top__c8b380c0 > div {
|
|
9090
9114
|
margin: 8px;
|
|
9091
9115
|
}
|
|
9092
|
-
.
|
|
9116
|
+
.index_module_teacher_layout__c8b380c0 .index_module_top__c8b380c0 .index_module_shrink__c8b380c0 {
|
|
9093
9117
|
border-bottom: 1px solid #ebebeb;
|
|
9094
9118
|
border-radius: 0;
|
|
9095
9119
|
margin-bottom: 8px;
|
|
9096
9120
|
margin-top: 8px;
|
|
9097
9121
|
}
|
|
9098
|
-
.
|
|
9122
|
+
.index_module_teacher_layout__c8b380c0 .index_module_top__c8b380c0 .index_module_shrink__c8b380c0 > span {
|
|
9099
9123
|
font-size: 20px;
|
|
9100
9124
|
}
|
|
9101
|
-
.
|
|
9125
|
+
.index_module_teacher_layout__c8b380c0 .index_module_top__c8b380c0 .index_module_shrink__c8b380c0 p {
|
|
9102
9126
|
padding-top: 0;
|
|
9103
9127
|
}
|
|
9104
|
-
.
|
|
9128
|
+
.index_module_teacher_layout__c8b380c0 .index_module_top__c8b380c0 .index_module_shrink__c8b380c0:hover {
|
|
9105
9129
|
background-color: #fff !important;
|
|
9106
9130
|
}
|
|
9107
|
-
.
|
|
9108
|
-
.
|
|
9131
|
+
.index_module_teacher_layout__c8b380c0 .index_module_top__c8b380c0 .index_module_active__c8b380c0,
|
|
9132
|
+
.index_module_teacher_layout__c8b380c0 .index_module_bottom__c8b380c0 .index_module_active__c8b380c0 {
|
|
9109
9133
|
background: #ffe8e0;
|
|
9110
9134
|
}
|
|
9111
|
-
.
|
|
9135
|
+
.index_module_teacher_layout__c8b380c0 .index_module_bottom__c8b380c0 > div:last-child {
|
|
9112
9136
|
margin-bottom: 0;
|
|
9113
9137
|
}
|
|
9114
|
-
.
|
|
9138
|
+
.index_module_teacher_layout__c8b380c0 .index_module_bottom__c8b380c0 > div:first-child {
|
|
9115
9139
|
margin-top: 0;
|
|
9116
9140
|
}
|
|
9117
|
-
.
|
|
9141
|
+
.index_module_teacher_layout__c8b380c0 .index_module_bottom__c8b380c0 {
|
|
9118
9142
|
max-height: 524px;
|
|
9119
9143
|
padding: 0 8px;
|
|
9120
9144
|
padding-right: 4px;
|
|
@@ -9122,66 +9146,66 @@
|
|
|
9122
9146
|
margin-bottom: 8px;
|
|
9123
9147
|
margin-top: 8px;
|
|
9124
9148
|
}
|
|
9125
|
-
.
|
|
9149
|
+
.index_module_teacher_layout__c8b380c0 .index_module_bottom__c8b380c0::-webkit-scrollbar {
|
|
9126
9150
|
background-color: #eaedf1;
|
|
9127
9151
|
background-color: transparent;
|
|
9128
9152
|
width: 4px;
|
|
9129
9153
|
height: 4px;
|
|
9130
9154
|
}
|
|
9131
|
-
.
|
|
9155
|
+
.index_module_teacher_layout__c8b380c0 .index_module_bottom__c8b380c0::-webkit-scrollbar-thumb {
|
|
9132
9156
|
border-radius: 4px;
|
|
9133
9157
|
background-color: rgba(0, 0, 0, 0.25);
|
|
9134
9158
|
}
|
|
9135
|
-
.
|
|
9159
|
+
.index_module_teacher_layout_newlabo__c8b380c0 {
|
|
9136
9160
|
top: 50px;
|
|
9137
9161
|
right: 0;
|
|
9138
9162
|
}
|
|
9139
|
-
.
|
|
9163
|
+
.index_module_teacher_layout_newlabo__c8b380c0 .index_module_top__c8b380c0 svg {
|
|
9140
9164
|
transform: rotate(180deg);
|
|
9141
9165
|
}
|
|
9142
|
-
.
|
|
9143
|
-
.
|
|
9166
|
+
.index_module_teacher_layout_newlabo__c8b380c0 .index_module_top__c8b380c0 .index_module_active__c8b380c0,
|
|
9167
|
+
.index_module_teacher_layout_newlabo__c8b380c0 .index_module_bottom__c8b380c0 .index_module_active__c8b380c0 {
|
|
9144
9168
|
background-color: #D1E4FF;
|
|
9145
9169
|
}
|
|
9146
|
-
.
|
|
9170
|
+
.index_module_teacher_layout_modal__c8b380c0 {
|
|
9147
9171
|
width: 328px;
|
|
9148
9172
|
height: calc(100% - 48px);
|
|
9149
9173
|
background-color: #fff;
|
|
9150
9174
|
position: absolute;
|
|
9151
9175
|
border-top: 1px solid #ebebeb;
|
|
9152
9176
|
}
|
|
9153
|
-
.
|
|
9154
|
-
.
|
|
9177
|
+
.index_module_teacher_layout_modal__c8b380c0 .index_module_top__c8b380c0 .index_module_ai__c8b380c0,
|
|
9178
|
+
.index_module_teacher_layout_modal__c8b380c0 .index_module_bottom__c8b380c0 .index_module_ai__c8b380c0 {
|
|
9155
9179
|
border-bottom: 1px solid #ebebeb;
|
|
9156
9180
|
padding: 16px;
|
|
9157
9181
|
display: flex;
|
|
9158
9182
|
align-items: center;
|
|
9159
9183
|
cursor: pointer;
|
|
9160
9184
|
}
|
|
9161
|
-
.
|
|
9162
|
-
.
|
|
9185
|
+
.index_module_teacher_layout_modal__c8b380c0 .index_module_top__c8b380c0 .index_module_ai__c8b380c0 img,
|
|
9186
|
+
.index_module_teacher_layout_modal__c8b380c0 .index_module_bottom__c8b380c0 .index_module_ai__c8b380c0 img {
|
|
9163
9187
|
width: 32px;
|
|
9164
9188
|
height: 32px;
|
|
9165
9189
|
border-radius: 50%;
|
|
9166
9190
|
margin-right: 12px;
|
|
9167
9191
|
}
|
|
9168
|
-
.
|
|
9169
|
-
.
|
|
9192
|
+
.index_module_teacher_layout_modal__c8b380c0 .index_module_top__c8b380c0 .index_module_ai__c8b380c0 > span,
|
|
9193
|
+
.index_module_teacher_layout_modal__c8b380c0 .index_module_bottom__c8b380c0 .index_module_ai__c8b380c0 > span {
|
|
9170
9194
|
margin-right: 12px;
|
|
9171
9195
|
}
|
|
9172
|
-
.
|
|
9173
|
-
.
|
|
9196
|
+
.index_module_teacher_layout_modal__c8b380c0 .index_module_top__c8b380c0 .index_module_ai__c8b380c0 .index_module_user_info__c8b380c0,
|
|
9197
|
+
.index_module_teacher_layout_modal__c8b380c0 .index_module_bottom__c8b380c0 .index_module_ai__c8b380c0 .index_module_user_info__c8b380c0 {
|
|
9174
9198
|
width: 252px;
|
|
9175
9199
|
}
|
|
9176
|
-
.
|
|
9177
|
-
.
|
|
9200
|
+
.index_module_teacher_layout_modal__c8b380c0 .index_module_top__c8b380c0 .index_module_ai__c8b380c0 .index_module_user_info__c8b380c0 .index_module_message__c8b380c0,
|
|
9201
|
+
.index_module_teacher_layout_modal__c8b380c0 .index_module_bottom__c8b380c0 .index_module_ai__c8b380c0 .index_module_user_info__c8b380c0 .index_module_message__c8b380c0 {
|
|
9178
9202
|
color: #000;
|
|
9179
9203
|
font-size: 14px;
|
|
9180
9204
|
line-height: 1;
|
|
9181
9205
|
padding-right: 10px;
|
|
9182
9206
|
}
|
|
9183
|
-
.
|
|
9184
|
-
.
|
|
9207
|
+
.index_module_teacher_layout_modal__c8b380c0 .index_module_top__c8b380c0 .index_module_ai__c8b380c0 .index_module_user_info__c8b380c0 .index_module_message__c8b380c0 .index_module_num__c8b380c0,
|
|
9208
|
+
.index_module_teacher_layout_modal__c8b380c0 .index_module_bottom__c8b380c0 .index_module_ai__c8b380c0 .index_module_user_info__c8b380c0 .index_module_message__c8b380c0 .index_module_num__c8b380c0 {
|
|
9185
9209
|
margin-left: 12px;
|
|
9186
9210
|
border-radius: 26px;
|
|
9187
9211
|
background-color: #f4523b;
|
|
@@ -9191,14 +9215,14 @@
|
|
|
9191
9215
|
font-size: 12px;
|
|
9192
9216
|
line-height: 1;
|
|
9193
9217
|
}
|
|
9194
|
-
.
|
|
9195
|
-
.
|
|
9218
|
+
.index_module_teacher_layout_modal__c8b380c0 .index_module_top__c8b380c0 .index_module_ai__c8b380c0 .index_module_user_info__c8b380c0 .index_module_message__c8b380c0 .index_module_time__c8b380c0,
|
|
9219
|
+
.index_module_teacher_layout_modal__c8b380c0 .index_module_bottom__c8b380c0 .index_module_ai__c8b380c0 .index_module_user_info__c8b380c0 .index_module_message__c8b380c0 .index_module_time__c8b380c0 {
|
|
9196
9220
|
font-size: 12px;
|
|
9197
9221
|
color: rgba(0, 0, 0, 0.25);
|
|
9198
9222
|
float: right;
|
|
9199
9223
|
}
|
|
9200
|
-
.
|
|
9201
|
-
.
|
|
9224
|
+
.index_module_teacher_layout_modal__c8b380c0 .index_module_top__c8b380c0 .index_module_ai__c8b380c0 .index_module_user_info__c8b380c0 .index_module_con__c8b380c0,
|
|
9225
|
+
.index_module_teacher_layout_modal__c8b380c0 .index_module_bottom__c8b380c0 .index_module_ai__c8b380c0 .index_module_user_info__c8b380c0 .index_module_con__c8b380c0 {
|
|
9202
9226
|
color: rgba(0, 0, 0, 0.45);
|
|
9203
9227
|
font-size: 12px;
|
|
9204
9228
|
line-height: 1.5;
|
|
@@ -9207,32 +9231,32 @@
|
|
|
9207
9231
|
white-space: nowrap;
|
|
9208
9232
|
text-overflow: ellipsis;
|
|
9209
9233
|
}
|
|
9210
|
-
.
|
|
9211
|
-
.
|
|
9234
|
+
.index_module_teacher_layout_modal__c8b380c0 .index_module_top__c8b380c0 .index_module_active__c8b380c0,
|
|
9235
|
+
.index_module_teacher_layout_modal__c8b380c0 .index_module_bottom__c8b380c0 .index_module_active__c8b380c0 {
|
|
9212
9236
|
background: #ffe8e0;
|
|
9213
9237
|
}
|
|
9214
|
-
.
|
|
9238
|
+
.index_module_teacher_layout_modal__c8b380c0 .index_module_bottom__c8b380c0 {
|
|
9215
9239
|
overflow: auto;
|
|
9216
9240
|
height: calc(100% - 70px);
|
|
9217
9241
|
}
|
|
9218
|
-
.
|
|
9242
|
+
.index_module_teacher_layout_modal__c8b380c0 .index_module_bottom__c8b380c0::-webkit-scrollbar {
|
|
9219
9243
|
background-color: #eaedf1;
|
|
9220
9244
|
background-color: transparent;
|
|
9221
9245
|
width: 4px;
|
|
9222
9246
|
height: 4px;
|
|
9223
9247
|
}
|
|
9224
|
-
.
|
|
9248
|
+
.index_module_teacher_layout_modal__c8b380c0 .index_module_bottom__c8b380c0::-webkit-scrollbar-thumb {
|
|
9225
9249
|
border-radius: 4px;
|
|
9226
9250
|
background-color: rgba(0, 0, 0, 0.25);
|
|
9227
9251
|
}
|
|
9228
|
-
.
|
|
9252
|
+
.index_module_teacher_layout_modal__c8b380c0 .anticon {
|
|
9229
9253
|
vertical-align: 0;
|
|
9230
9254
|
}
|
|
9231
|
-
.
|
|
9232
|
-
.
|
|
9255
|
+
.index_module_teacher_layout_modal_newlabo__c8b380c0 .index_module_top__c8b380c0 .index_module_active__c8b380c0,
|
|
9256
|
+
.index_module_teacher_layout_modal_newlabo__c8b380c0 .index_module_bottom__c8b380c0 .index_module_active__c8b380c0 {
|
|
9233
9257
|
background: #f0f8ff !important;
|
|
9234
9258
|
}
|
|
9235
|
-
.
|
|
9259
|
+
.index_module_history_list__c8b380c0 {
|
|
9236
9260
|
position: absolute;
|
|
9237
9261
|
top: 0;
|
|
9238
9262
|
background: rgba(0, 0, 0, 0.3);
|
|
@@ -9240,7 +9264,7 @@
|
|
|
9240
9264
|
height: 100%;
|
|
9241
9265
|
overflow: hidden;
|
|
9242
9266
|
}
|
|
9243
|
-
.
|
|
9267
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 {
|
|
9244
9268
|
background: #fff;
|
|
9245
9269
|
position: absolute;
|
|
9246
9270
|
z-index: 10;
|
|
@@ -9248,10 +9272,10 @@
|
|
|
9248
9272
|
width: 100%;
|
|
9249
9273
|
border-radius: 16px 16px 0px 0px;
|
|
9250
9274
|
overflow: hidden;
|
|
9251
|
-
animation:
|
|
9275
|
+
animation: index_module_mymove__c8b380c0 1s forwards;
|
|
9252
9276
|
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
|
|
9253
9277
|
}
|
|
9254
|
-
.
|
|
9278
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_title__c8b380c0 {
|
|
9255
9279
|
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
|
9256
9280
|
font-size: 16px;
|
|
9257
9281
|
font-weight: 600;
|
|
@@ -9260,18 +9284,18 @@
|
|
|
9260
9284
|
display: flex;
|
|
9261
9285
|
justify-content: space-between;
|
|
9262
9286
|
}
|
|
9263
|
-
.
|
|
9287
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_title__c8b380c0 svg {
|
|
9264
9288
|
font-size: 12px;
|
|
9265
9289
|
cursor: pointer;
|
|
9266
9290
|
opacity: 0.65;
|
|
9267
9291
|
font-weight: 300;
|
|
9268
9292
|
}
|
|
9269
|
-
.
|
|
9293
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_search_top__c8b380c0 {
|
|
9270
9294
|
position: relative;
|
|
9271
9295
|
margin: 16px 24px;
|
|
9272
9296
|
background-color: #fff;
|
|
9273
9297
|
}
|
|
9274
|
-
.
|
|
9298
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_search_top__c8b380c0 input {
|
|
9275
9299
|
width: 100%;
|
|
9276
9300
|
height: 40px;
|
|
9277
9301
|
line-height: 40px;
|
|
@@ -9281,7 +9305,7 @@
|
|
|
9281
9305
|
padding-right: 30px;
|
|
9282
9306
|
color: rgba(0, 0, 0, 0.85);
|
|
9283
9307
|
}
|
|
9284
|
-
.
|
|
9308
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_search_top__c8b380c0 .anticon {
|
|
9285
9309
|
position: absolute;
|
|
9286
9310
|
top: 11px;
|
|
9287
9311
|
z-index: 1;
|
|
@@ -9289,7 +9313,7 @@
|
|
|
9289
9313
|
font-size: 16px;
|
|
9290
9314
|
color: rgba(0, 0, 0, 0.65);
|
|
9291
9315
|
}
|
|
9292
|
-
.
|
|
9316
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_search_top__c8b380c0 .guanbi_Close {
|
|
9293
9317
|
position: absolute;
|
|
9294
9318
|
top: 3px;
|
|
9295
9319
|
right: 38px;
|
|
@@ -9298,70 +9322,70 @@
|
|
|
9298
9322
|
color: rgba(0, 0, 0, 0.65);
|
|
9299
9323
|
cursor: pointer;
|
|
9300
9324
|
}
|
|
9301
|
-
.
|
|
9325
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_search_top__c8b380c0 .guanbi_Close svg {
|
|
9302
9326
|
font-size: 10px;
|
|
9303
9327
|
opacity: 0.65;
|
|
9304
9328
|
}
|
|
9305
|
-
.
|
|
9329
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_search_top__c8b380c0 svg {
|
|
9306
9330
|
opacity: 0.65;
|
|
9307
9331
|
font-weight: 300;
|
|
9308
9332
|
}
|
|
9309
|
-
.
|
|
9333
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0:first-child {
|
|
9310
9334
|
margin-top: 0;
|
|
9311
9335
|
}
|
|
9312
|
-
.
|
|
9336
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 {
|
|
9313
9337
|
overflow: auto;
|
|
9314
9338
|
height: 510px;
|
|
9315
9339
|
}
|
|
9316
|
-
.
|
|
9340
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0::-webkit-scrollbar {
|
|
9317
9341
|
background-color: #eaedf1;
|
|
9318
9342
|
background-color: transparent;
|
|
9319
9343
|
width: 4px;
|
|
9320
9344
|
height: 4px;
|
|
9321
9345
|
}
|
|
9322
|
-
.
|
|
9346
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0::-webkit-scrollbar-thumb {
|
|
9323
9347
|
border-radius: 4px;
|
|
9324
9348
|
background-color: rgba(0, 0, 0, 0.25);
|
|
9325
9349
|
}
|
|
9326
|
-
.
|
|
9350
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 .index_module_list_item__c8b380c0 .index_module_list_summary__c8b380c0 {
|
|
9327
9351
|
width: 100%;
|
|
9328
9352
|
padding: 8px 16px;
|
|
9329
9353
|
display: flex;
|
|
9330
9354
|
align-items: center;
|
|
9331
9355
|
border-bottom: 1px solid #ebebeb;
|
|
9332
9356
|
}
|
|
9333
|
-
.
|
|
9357
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 .index_module_list_item__c8b380c0 .index_module_list_summary__c8b380c0 .index_module_head_img__c8b380c0 {
|
|
9334
9358
|
width: 36px;
|
|
9335
9359
|
height: 36px;
|
|
9336
9360
|
border-radius: 50%;
|
|
9337
9361
|
margin-right: 16px;
|
|
9338
9362
|
}
|
|
9339
|
-
.
|
|
9363
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 .index_module_list_item__c8b380c0 .index_module_list_summary__c8b380c0 .index_module_head_img__c8b380c0 img {
|
|
9340
9364
|
width: 36px;
|
|
9341
9365
|
height: 36px;
|
|
9342
9366
|
border-radius: 50%;
|
|
9343
9367
|
}
|
|
9344
|
-
.
|
|
9368
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 .index_module_list_item__c8b380c0 .index_module_list_summary__c8b380c0 .index_module_head_img__c8b380c0 svg {
|
|
9345
9369
|
width: 36px;
|
|
9346
9370
|
height: 36px;
|
|
9347
9371
|
}
|
|
9348
|
-
.
|
|
9372
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 .index_module_list_item__c8b380c0 .index_module_list_summary__c8b380c0 .index_module_list_desc__c8b380c0 {
|
|
9349
9373
|
width: calc(100% - 56px);
|
|
9350
9374
|
}
|
|
9351
|
-
.
|
|
9375
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 .index_module_list_item__c8b380c0 .index_module_list_summary__c8b380c0 .index_module_list_desc__c8b380c0 .index_module_name__c8b380c0 {
|
|
9352
9376
|
color: rgba(0, 0, 0, 0.85);
|
|
9353
9377
|
font-size: 16px;
|
|
9354
9378
|
font-weight: 600;
|
|
9355
9379
|
line-height: 150%;
|
|
9356
9380
|
margin-bottom: 4px;
|
|
9357
9381
|
}
|
|
9358
|
-
.
|
|
9382
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 .index_module_list_item__c8b380c0 .index_module_list_summary__c8b380c0 .index_module_list_desc__c8b380c0 .index_module_name__c8b380c0 .index_module_time__c8b380c0 {
|
|
9359
9383
|
float: right;
|
|
9360
9384
|
font-size: 14px;
|
|
9361
9385
|
color: #8c8c8c;
|
|
9362
9386
|
font-weight: 400;
|
|
9363
9387
|
}
|
|
9364
|
-
.
|
|
9388
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 .index_module_list_item__c8b380c0 .index_module_list_summary__c8b380c0 .index_module_list_desc__c8b380c0 .index_module_decs__c8b380c0 {
|
|
9365
9389
|
color: rgba(0, 0, 0, 0.65);
|
|
9366
9390
|
font-size: 14px;
|
|
9367
9391
|
font-weight: 400;
|
|
@@ -9370,29 +9394,29 @@
|
|
|
9370
9394
|
text-overflow: ellipsis;
|
|
9371
9395
|
white-space: nowrap;
|
|
9372
9396
|
}
|
|
9373
|
-
.
|
|
9397
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 .index_module_list_item__c8b380c0 .index_module_list_summary__c8b380c0 .index_module_list_desc__c8b380c0 .index_module_decs__c8b380c0 span {
|
|
9374
9398
|
color: #f4523b;
|
|
9375
9399
|
}
|
|
9376
|
-
.
|
|
9400
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 .index_module_list_item__c8b380c0 .index_module_list_summary__c8b380c0 .index_module_open__c8b380c0 {
|
|
9377
9401
|
font-size: 24px;
|
|
9378
9402
|
color: rgba(0, 0, 0, 0.65);
|
|
9379
9403
|
}
|
|
9380
|
-
.
|
|
9404
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 .index_module_list_item__c8b380c0 .index_module_list_summary__c8b380c0 .index_module_active__c8b380c0 svg {
|
|
9381
9405
|
transform: rotate(90deg);
|
|
9382
9406
|
}
|
|
9383
|
-
.
|
|
9407
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 .index_module_list_item__c8b380c0 .index_module_list_detail__c8b380c0 {
|
|
9384
9408
|
background-color: rgba(0, 0, 0, 0.02);
|
|
9385
9409
|
}
|
|
9386
|
-
.
|
|
9410
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 .index_module_list_item__c8b380c0 .index_module_list_detail__c8b380c0 .index_module_list__c8b380c0 {
|
|
9387
9411
|
padding: 8px 16px;
|
|
9388
9412
|
margin-bottom: 1px;
|
|
9389
9413
|
position: relative;
|
|
9390
9414
|
cursor: pointer;
|
|
9391
9415
|
}
|
|
9392
|
-
.
|
|
9416
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 .index_module_list_item__c8b380c0 .index_module_list_detail__c8b380c0 .index_module_list__c8b380c0:hover {
|
|
9393
9417
|
background-color: rgba(0, 0, 0, 0.04);
|
|
9394
9418
|
}
|
|
9395
|
-
.
|
|
9419
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 .index_module_list_item__c8b380c0 .index_module_list_detail__c8b380c0 .index_module_list__c8b380c0::before {
|
|
9396
9420
|
content: "";
|
|
9397
9421
|
display: inline-block;
|
|
9398
9422
|
width: 100%;
|
|
@@ -9402,23 +9426,23 @@
|
|
|
9402
9426
|
bottom: -1px;
|
|
9403
9427
|
left: -1px;
|
|
9404
9428
|
}
|
|
9405
|
-
.
|
|
9429
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 .index_module_list_item__c8b380c0 .index_module_list_detail__c8b380c0 .index_module_list__c8b380c0 .index_module_name__c8b380c0 {
|
|
9406
9430
|
display: flex;
|
|
9407
9431
|
justify-content: space-between;
|
|
9408
9432
|
align-items: center;
|
|
9409
9433
|
margin-bottom: 9px;
|
|
9410
9434
|
}
|
|
9411
|
-
.
|
|
9435
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 .index_module_list_item__c8b380c0 .index_module_list_detail__c8b380c0 .index_module_list__c8b380c0 .index_module_name__c8b380c0 p {
|
|
9412
9436
|
color: rgba(0, 0, 0, 0.85);
|
|
9413
9437
|
font-size: 16px;
|
|
9414
9438
|
font-weight: 600;
|
|
9415
9439
|
line-height: 1.5;
|
|
9416
9440
|
}
|
|
9417
|
-
.
|
|
9441
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 .index_module_list_item__c8b380c0 .index_module_list_detail__c8b380c0 .index_module_list__c8b380c0 .index_module_name__c8b380c0 .index_module_time__c8b380c0 {
|
|
9418
9442
|
font-size: 14px;
|
|
9419
9443
|
color: #8c8c8c;
|
|
9420
9444
|
}
|
|
9421
|
-
.
|
|
9445
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 .index_module_list_item__c8b380c0 .index_module_list_detail__c8b380c0 .index_module_list__c8b380c0 .index_module_con__c8b380c0 {
|
|
9422
9446
|
color: rgba(0, 0, 0, 0.85);
|
|
9423
9447
|
font-size: 14px;
|
|
9424
9448
|
font-weight: 400;
|
|
@@ -9431,22 +9455,22 @@
|
|
|
9431
9455
|
max-height: 40px;
|
|
9432
9456
|
word-break: break-all;
|
|
9433
9457
|
}
|
|
9434
|
-
.
|
|
9458
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 .index_module_list_item__c8b380c0 .index_module_list_detail__c8b380c0 .index_module_list__c8b380c0 .index_module_con__c8b380c0 span {
|
|
9435
9459
|
color: #f4523b;
|
|
9436
9460
|
}
|
|
9437
|
-
.
|
|
9461
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 .index_module_list_item__c8b380c0 .index_module_list_detail__c8b380c0 .index_module_list_more__c8b380c0 {
|
|
9438
9462
|
text-align: center;
|
|
9439
9463
|
color: rgba(0, 0, 0, 0.45);
|
|
9440
9464
|
font-size: 14px;
|
|
9441
9465
|
}
|
|
9442
|
-
.
|
|
9466
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 .index_module_no_data__c8b380c0 {
|
|
9443
9467
|
text-align: center;
|
|
9444
9468
|
margin-top: 130px;
|
|
9445
9469
|
}
|
|
9446
|
-
.
|
|
9470
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 .index_module_no_data__c8b380c0 img {
|
|
9447
9471
|
width: 160px;
|
|
9448
9472
|
}
|
|
9449
|
-
.
|
|
9473
|
+
.index_module_history_list__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 .index_module_no_data__c8b380c0 p {
|
|
9450
9474
|
margin-top: 24px;
|
|
9451
9475
|
color: rgba(0, 0, 0, 0.45);
|
|
9452
9476
|
text-align: center;
|
|
@@ -9454,7 +9478,7 @@
|
|
|
9454
9478
|
line-height: 100%;
|
|
9455
9479
|
/* 14px */
|
|
9456
9480
|
}
|
|
9457
|
-
@keyframes
|
|
9481
|
+
@keyframes index_module_mymove__c8b380c0 {
|
|
9458
9482
|
from {
|
|
9459
9483
|
bottom: -500px;
|
|
9460
9484
|
}
|
|
@@ -9462,10 +9486,10 @@
|
|
|
9462
9486
|
bottom: 0;
|
|
9463
9487
|
}
|
|
9464
9488
|
}
|
|
9465
|
-
.
|
|
9489
|
+
.index_module_history_list__c8b380c0 .anticon {
|
|
9466
9490
|
vertical-align: 0;
|
|
9467
9491
|
}
|
|
9468
|
-
.
|
|
9492
|
+
.index_module_history_list_broadside__c8b380c0 {
|
|
9469
9493
|
width: 417px;
|
|
9470
9494
|
height: calc(100% - 48px);
|
|
9471
9495
|
right: 0;
|
|
@@ -9474,18 +9498,18 @@
|
|
|
9474
9498
|
background: transparent;
|
|
9475
9499
|
overflow: visible;
|
|
9476
9500
|
}
|
|
9477
|
-
.
|
|
9501
|
+
.index_module_history_list_broadside__c8b380c0 .index_module_search_layout__c8b380c0 {
|
|
9478
9502
|
height: 100%;
|
|
9479
9503
|
border-radius: 0;
|
|
9480
9504
|
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
|
|
9481
9505
|
}
|
|
9482
|
-
.
|
|
9506
|
+
.index_module_history_list_broadside__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_search_top__c8b380c0 {
|
|
9483
9507
|
margin: 16px;
|
|
9484
9508
|
}
|
|
9485
|
-
.
|
|
9509
|
+
.index_module_history_list_broadside__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_title__c8b380c0 {
|
|
9486
9510
|
padding: 16px;
|
|
9487
9511
|
}
|
|
9488
|
-
.
|
|
9512
|
+
.index_module_history_list_broadside__c8b380c0 .index_module_search_layout__c8b380c0 .index_module_main_list__c8b380c0 {
|
|
9489
9513
|
height: calc(100% - 140px);
|
|
9490
9514
|
max-height: calc(100% - 140px);
|
|
9491
9515
|
}
|