bhd-components 0.6.9 → 0.7.1
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/dist/{a1012a79.esm.es5.production.js → f1d44d24.esm.es5.production.js} +1 -1
- package/dist/{769f0c13.esm.es5.development.js → fd2fee4a.esm.es5.development.js} +76 -76
- package/dist/index.esm.es5.development.css +387 -1717
- package/dist/index.esm.es5.development.js +99 -31
- package/dist/index.esm.es5.production.css +1 -1
- package/dist/index.esm.es5.production.js +1 -1
- package/es2017/customerService/common.module.less +1391 -0
- package/es2017/customerService/historyFun.js +2 -2
- package/es2017/customerService/index.js +94 -24
- package/es2017/customerService/index.module.less +25 -12
- package/es2017/customerService/index2.module.less +3 -1377
- package/esm/customerService/common.module.less +1391 -0
- package/esm/customerService/historyFun.js +2 -2
- package/esm/customerService/index.js +94 -26
- package/esm/customerService/index.module.less +25 -12
- package/esm/customerService/index2.module.less +3 -1377
- package/package.json +1 -1
|
@@ -6389,1347 +6389,6 @@
|
|
|
6389
6389
|
"description": "图标,六级填充色"
|
|
6390
6390
|
}
|
|
6391
6391
|
*/
|
|
6392
|
-
.index2_module_service_ChatWindow_Drawer__a7b52270,
|
|
6393
|
-
.index2_module_ChatWindow_Modal__a7b52270 {
|
|
6394
|
-
width: 100% !important;
|
|
6395
|
-
}
|
|
6396
|
-
.index2_module_service_ChatWindow_Drawer__a7b52270 .bhd-drawer-mask,
|
|
6397
|
-
.index2_module_ChatWindow_Modal__a7b52270 .bhd-drawer-mask {
|
|
6398
|
-
background-color: rgba(0, 0, 0, 0.15) !important;
|
|
6399
|
-
}
|
|
6400
|
-
.index2_module_ChatWindow_Drawer__a7b52270,
|
|
6401
|
-
.index2_module_ChatWindow_Modal__a7b52270 {
|
|
6402
|
-
/* 全局修改滚动条样式 */
|
|
6403
|
-
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1) !important;
|
|
6404
|
-
}
|
|
6405
|
-
.index2_module_ChatWindow_Drawer__a7b52270 textarea::-webkit-scrollbar,
|
|
6406
|
-
.index2_module_ChatWindow_Modal__a7b52270 textarea::-webkit-scrollbar {
|
|
6407
|
-
background-color: #eaedf1;
|
|
6408
|
-
background-color: transparent;
|
|
6409
|
-
width: 4px;
|
|
6410
|
-
height: 4px;
|
|
6411
|
-
}
|
|
6412
|
-
.index2_module_ChatWindow_Drawer__a7b52270 textarea::-webkit-scrollbar-thumb,
|
|
6413
|
-
.index2_module_ChatWindow_Modal__a7b52270 textarea::-webkit-scrollbar-thumb {
|
|
6414
|
-
border-radius: 4px;
|
|
6415
|
-
background-color: rgba(0, 0, 0, 0.25);
|
|
6416
|
-
}
|
|
6417
|
-
.index2_module_ChatWindow_Drawer__a7b52270 pre::-webkit-scrollbar,
|
|
6418
|
-
.index2_module_ChatWindow_Modal__a7b52270 pre::-webkit-scrollbar {
|
|
6419
|
-
background-color: #eaedf1;
|
|
6420
|
-
background-color: transparent;
|
|
6421
|
-
width: 4px;
|
|
6422
|
-
height: 4px;
|
|
6423
|
-
}
|
|
6424
|
-
.index2_module_ChatWindow_Drawer__a7b52270 pre::-webkit-scrollbar-thumb,
|
|
6425
|
-
.index2_module_ChatWindow_Modal__a7b52270 pre::-webkit-scrollbar-thumb {
|
|
6426
|
-
border-radius: 4px;
|
|
6427
|
-
background-color: rgba(0, 0, 0, 0.25);
|
|
6428
|
-
}
|
|
6429
|
-
.index2_module_ChatWindow_Drawer__a7b52270 .bhd-drawer-body,
|
|
6430
|
-
.index2_module_ChatWindow_Modal__a7b52270 .bhd-drawer-body {
|
|
6431
|
-
padding: 0 !important;
|
|
6432
|
-
}
|
|
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
|
-
display: flex;
|
|
6436
|
-
padding: 16px 24px;
|
|
6437
|
-
justify-content: space-between;
|
|
6438
|
-
align-items: center;
|
|
6439
|
-
background-color: #fff;
|
|
6440
|
-
line-height: 1;
|
|
6441
|
-
}
|
|
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
|
-
color: #000;
|
|
6445
|
-
font-size: 16px;
|
|
6446
|
-
font-weight: 600;
|
|
6447
|
-
position: relative;
|
|
6448
|
-
padding-left: 36px;
|
|
6449
|
-
}
|
|
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
|
-
padding-right: 16px;
|
|
6453
|
-
color: #111;
|
|
6454
|
-
position: absolute;
|
|
6455
|
-
font-size: 20px;
|
|
6456
|
-
top: -2px;
|
|
6457
|
-
left: 0;
|
|
6458
|
-
cursor: pointer;
|
|
6459
|
-
}
|
|
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
|
-
position: absolute;
|
|
6463
|
-
top: -6px;
|
|
6464
|
-
right: 5px;
|
|
6465
|
-
background-color: #f4523b;
|
|
6466
|
-
color: #fff;
|
|
6467
|
-
padding: 0 5px;
|
|
6468
|
-
border-radius: 25px;
|
|
6469
|
-
font-size: 12px;
|
|
6470
|
-
line-height: 1.2;
|
|
6471
|
-
}
|
|
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
|
-
display: flex;
|
|
6475
|
-
height: 16px;
|
|
6476
|
-
}
|
|
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
|
-
font-size: 16px;
|
|
6480
|
-
margin-left: 23px;
|
|
6481
|
-
cursor: pointer;
|
|
6482
|
-
}
|
|
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
|
-
display: inline-block;
|
|
6486
|
-
width: 1px;
|
|
6487
|
-
height: 16px;
|
|
6488
|
-
background-color: rgba(0, 0, 0, 0.15);
|
|
6489
|
-
margin: 0 4px;
|
|
6490
|
-
margin-left: 23px;
|
|
6491
|
-
}
|
|
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
|
-
background-color: #f5f5f5;
|
|
6495
|
-
border-bottom: 1px solid #ebebeb;
|
|
6496
|
-
}
|
|
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
|
-
padding-left: 0;
|
|
6500
|
-
font-weight: 400;
|
|
6501
|
-
}
|
|
6502
|
-
.index2_module_ChatWindow_Drawer__a7b52270 .index2_module_Drawer_main__a7b52270,
|
|
6503
|
-
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 {
|
|
6504
|
-
max-height: calc(100vh - 110px);
|
|
6505
|
-
overflow: auto;
|
|
6506
|
-
background: #f5f5f5;
|
|
6507
|
-
min-height: 200px;
|
|
6508
|
-
}
|
|
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
|
-
text-align: center;
|
|
6512
|
-
margin: 10px 0;
|
|
6513
|
-
}
|
|
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
|
-
width: 30px;
|
|
6517
|
-
height: 30px;
|
|
6518
|
-
}
|
|
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
|
-
padding: 16px;
|
|
6522
|
-
padding-top: 0;
|
|
6523
|
-
}
|
|
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
|
-
width: 32px;
|
|
6527
|
-
height: 32px;
|
|
6528
|
-
margin-top: 24px;
|
|
6529
|
-
border-radius: 50%;
|
|
6530
|
-
display: inline-block;
|
|
6531
|
-
vertical-align: top;
|
|
6532
|
-
overflow: hidden;
|
|
6533
|
-
}
|
|
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
|
-
width: 100%;
|
|
6537
|
-
height: 100%;
|
|
6538
|
-
}
|
|
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
|
-
display: flex;
|
|
6542
|
-
flex-direction: column;
|
|
6543
|
-
align-items: flex-end;
|
|
6544
|
-
}
|
|
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
|
-
width: 32px;
|
|
6548
|
-
height: 32px;
|
|
6549
|
-
margin-top: 24px;
|
|
6550
|
-
line-height: 32px;
|
|
6551
|
-
border-radius: 50%;
|
|
6552
|
-
display: inline-block;
|
|
6553
|
-
vertical-align: top;
|
|
6554
|
-
overflow: hidden;
|
|
6555
|
-
text-align: center;
|
|
6556
|
-
}
|
|
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
|
-
color: #fff;
|
|
6560
|
-
}
|
|
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
|
-
width: 100%;
|
|
6564
|
-
height: 100%;
|
|
6565
|
-
}
|
|
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
|
-
position: relative;
|
|
6569
|
-
display: flex;
|
|
6570
|
-
width: 100%;
|
|
6571
|
-
}
|
|
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
|
-
max-width: 80%;
|
|
6575
|
-
}
|
|
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
|
-
width: 100%;
|
|
6579
|
-
}
|
|
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
|
-
visibility: visible;
|
|
6583
|
-
}
|
|
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
|
-
position: relative;
|
|
6587
|
-
}
|
|
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
|
-
max-width: 100%;
|
|
6591
|
-
}
|
|
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
|
-
padding: 0;
|
|
6595
|
-
line-height: 1;
|
|
6596
|
-
}
|
|
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
|
-
word-break: break-all;
|
|
6600
|
-
white-space: break-spaces;
|
|
6601
|
-
}
|
|
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 {
|
|
6606
|
-
line-height: 1.5;
|
|
6607
|
-
color: rgba(0, 0, 0, 0.85);
|
|
6608
|
-
}
|
|
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 {
|
|
6611
|
-
font-size: 16px;
|
|
6612
|
-
font-weight: 600;
|
|
6613
|
-
padding: 10px 0;
|
|
6614
|
-
}
|
|
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 {
|
|
6627
|
-
padding: 4px 0;
|
|
6628
|
-
font-size: 14px;
|
|
6629
|
-
font-weight: 600;
|
|
6630
|
-
}
|
|
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 {
|
|
6633
|
-
list-style: inside;
|
|
6634
|
-
color: rgba(0, 0, 0, 0.65);
|
|
6635
|
-
}
|
|
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 {
|
|
6638
|
-
background: rgba(0, 0, 0, 0.05);
|
|
6639
|
-
padding: 12px;
|
|
6640
|
-
line-height: 1.5;
|
|
6641
|
-
margin: 4px 0;
|
|
6642
|
-
}
|
|
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 {
|
|
6645
|
-
visibility: hidden;
|
|
6646
|
-
height: 24px;
|
|
6647
|
-
white-space: nowrap;
|
|
6648
|
-
position: relative;
|
|
6649
|
-
right: 0;
|
|
6650
|
-
top: -14px;
|
|
6651
|
-
z-index: 9;
|
|
6652
|
-
text-align: right;
|
|
6653
|
-
}
|
|
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 {
|
|
6656
|
-
display: inline-flex;
|
|
6657
|
-
align-items: center;
|
|
6658
|
-
padding: 8px 0;
|
|
6659
|
-
border-radius: 4px;
|
|
6660
|
-
background: #fff;
|
|
6661
|
-
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
|
|
6662
|
-
line-height: 1;
|
|
6663
|
-
color: rgba(0, 0, 0, 0.45);
|
|
6664
|
-
}
|
|
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 {
|
|
6667
|
-
color: rgba(0, 0, 0, 0.45);
|
|
6668
|
-
font-size: 16px;
|
|
6669
|
-
cursor: pointer;
|
|
6670
|
-
}
|
|
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 {
|
|
6673
|
-
color: rgba(0, 0, 0, 0.65);
|
|
6674
|
-
}
|
|
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 {
|
|
6677
|
-
color: #5991ef;
|
|
6678
|
-
}
|
|
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 {
|
|
6681
|
-
color: #5991ef;
|
|
6682
|
-
}
|
|
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 {
|
|
6685
|
-
margin: 0 8px;
|
|
6686
|
-
}
|
|
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 {
|
|
6689
|
-
cursor: pointer;
|
|
6690
|
-
color: rgba(0, 0, 0, 0.45);
|
|
6691
|
-
font-size: 12px;
|
|
6692
|
-
line-height: 1;
|
|
6693
|
-
padding: 2px 8px;
|
|
6694
|
-
background-color: rgba(0, 0, 0, 0.04);
|
|
6695
|
-
margin-right: 16px;
|
|
6696
|
-
}
|
|
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 {
|
|
6699
|
-
color: #5991ef;
|
|
6700
|
-
}
|
|
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 {
|
|
6703
|
-
display: flex;
|
|
6704
|
-
justify-content: space-between;
|
|
6705
|
-
align-items: center;
|
|
6706
|
-
bottom: 0;
|
|
6707
|
-
}
|
|
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 {
|
|
6710
|
-
display: inline-block;
|
|
6711
|
-
padding: 8px;
|
|
6712
|
-
line-height: 1;
|
|
6713
|
-
color: rgba(0, 0, 0, 0.45);
|
|
6714
|
-
}
|
|
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 {
|
|
6717
|
-
color: rgba(0, 0, 0, 0.45);
|
|
6718
|
-
font-size: 16px;
|
|
6719
|
-
cursor: pointer;
|
|
6720
|
-
}
|
|
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 {
|
|
6723
|
-
color: rgba(0, 0, 0, 0.65);
|
|
6724
|
-
}
|
|
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 {
|
|
6727
|
-
color: #5991ef;
|
|
6728
|
-
}
|
|
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 {
|
|
6731
|
-
color: #5991ef;
|
|
6732
|
-
}
|
|
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 {
|
|
6735
|
-
margin: 0 8px;
|
|
6736
|
-
cursor: pointer;
|
|
6737
|
-
}
|
|
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 {
|
|
6740
|
-
font-size: 12px;
|
|
6741
|
-
color: rgba(0, 0, 0, 0.45);
|
|
6742
|
-
display: inline-block;
|
|
6743
|
-
padding: 8px 0;
|
|
6744
|
-
cursor: pointer;
|
|
6745
|
-
}
|
|
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 {
|
|
6748
|
-
display: inline-block;
|
|
6749
|
-
width: 10px;
|
|
6750
|
-
height: 10px;
|
|
6751
|
-
border-radius: 2px;
|
|
6752
|
-
background-color: rgba(0, 0, 0, 0.45);
|
|
6753
|
-
margin-right: 4px;
|
|
6754
|
-
}
|
|
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 {
|
|
6757
|
-
padding: 2px 8px;
|
|
6758
|
-
border-radius: 2px;
|
|
6759
|
-
background-color: rgba(0, 0, 0, 0.04);
|
|
6760
|
-
color: rgba(0, 0, 0, 0.45);
|
|
6761
|
-
font-size: 12px;
|
|
6762
|
-
line-height: 1;
|
|
6763
|
-
}
|
|
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 {
|
|
6766
|
-
color: #5991ef;
|
|
6767
|
-
}
|
|
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 {
|
|
6770
|
-
color: #5991ef;
|
|
6771
|
-
}
|
|
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 {
|
|
6774
|
-
color: #5991ef;
|
|
6775
|
-
}
|
|
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 {
|
|
6778
|
-
font-size: 12px;
|
|
6779
|
-
color: rgba(0, 0, 0, 0.45);
|
|
6780
|
-
display: inline-block;
|
|
6781
|
-
padding: 8px 0;
|
|
6782
|
-
cursor: pointer;
|
|
6783
|
-
}
|
|
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 {
|
|
6786
|
-
padding: 0px 8px;
|
|
6787
|
-
background-color: rgba(0, 0, 0, 0.04);
|
|
6788
|
-
color: rgba(0, 0, 0, 0.45);
|
|
6789
|
-
}
|
|
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 {
|
|
6792
|
-
color: #5991ef;
|
|
6793
|
-
}
|
|
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 {
|
|
6796
|
-
padding: 12px 16px;
|
|
6797
|
-
display: inline-block;
|
|
6798
|
-
font-size: 14px;
|
|
6799
|
-
}
|
|
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 {
|
|
6802
|
-
justify-content: flex-end;
|
|
6803
|
-
}
|
|
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 {
|
|
6806
|
-
text-align: right;
|
|
6807
|
-
}
|
|
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 {
|
|
6810
|
-
border-radius: 20px 2px 20px 20px;
|
|
6811
|
-
background: #d1e4ff;
|
|
6812
|
-
text-align: left;
|
|
6813
|
-
}
|
|
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 {
|
|
6816
|
-
border-radius: 2px 20px 20px 20px;
|
|
6817
|
-
background: #fff;
|
|
6818
|
-
}
|
|
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 {
|
|
6821
|
-
color: #5991ef;
|
|
6822
|
-
font-size: 14px;
|
|
6823
|
-
font-weight: 400;
|
|
6824
|
-
line-height: 1.8;
|
|
6825
|
-
cursor: pointer;
|
|
6826
|
-
list-style-type: none;
|
|
6827
|
-
}
|
|
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 {
|
|
6830
|
-
display: block;
|
|
6831
|
-
margin: 40px 0;
|
|
6832
|
-
margin-bottom: 16px;
|
|
6833
|
-
text-align: center;
|
|
6834
|
-
font-size: 12px;
|
|
6835
|
-
color: rgba(0, 0, 0, 0.25);
|
|
6836
|
-
position: relative;
|
|
6837
|
-
}
|
|
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 {
|
|
6840
|
-
content: "";
|
|
6841
|
-
width: 100px;
|
|
6842
|
-
display: inline-block;
|
|
6843
|
-
height: 1px;
|
|
6844
|
-
background-color: #ebebeb;
|
|
6845
|
-
position: relative;
|
|
6846
|
-
top: -3px;
|
|
6847
|
-
right: 16px;
|
|
6848
|
-
}
|
|
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 {
|
|
6851
|
-
content: "";
|
|
6852
|
-
width: 100px;
|
|
6853
|
-
display: inline-block;
|
|
6854
|
-
height: 1px;
|
|
6855
|
-
background-color: #ebebeb;
|
|
6856
|
-
position: relative;
|
|
6857
|
-
top: -3px;
|
|
6858
|
-
left: 16px;
|
|
6859
|
-
}
|
|
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 {
|
|
6862
|
-
display: table;
|
|
6863
|
-
margin-top: 4px;
|
|
6864
|
-
padding: 8px;
|
|
6865
|
-
border-radius: 2px;
|
|
6866
|
-
background: #e7e7e7;
|
|
6867
|
-
}
|
|
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 {
|
|
6870
|
-
color: rgba(0, 0, 0, 0.65);
|
|
6871
|
-
font-size: 12px;
|
|
6872
|
-
line-height: 1.5;
|
|
6873
|
-
overflow: hidden;
|
|
6874
|
-
text-overflow: ellipsis;
|
|
6875
|
-
-webkit-box-orient: vertical;
|
|
6876
|
-
-webkit-line-clamp: 2;
|
|
6877
|
-
display: -webkit-box;
|
|
6878
|
-
max-height: 36px;
|
|
6879
|
-
word-break: break-all;
|
|
6880
|
-
cursor: pointer;
|
|
6881
|
-
text-align: left;
|
|
6882
|
-
}
|
|
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 {
|
|
6885
|
-
padding-right: 16px;
|
|
6886
|
-
position: relative;
|
|
6887
|
-
}
|
|
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 {
|
|
6890
|
-
position: absolute;
|
|
6891
|
-
top: 20px;
|
|
6892
|
-
right: 0;
|
|
6893
|
-
}
|
|
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 {
|
|
6896
|
-
max-width: 400px;
|
|
6897
|
-
}
|
|
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 {
|
|
6900
|
-
background-color: #eff0f7;
|
|
6901
|
-
background-color: transparent;
|
|
6902
|
-
width: 6px;
|
|
6903
|
-
height: 4px;
|
|
6904
|
-
}
|
|
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 {
|
|
6907
|
-
border-radius: 4px;
|
|
6908
|
-
background-color: rgba(181, 184, 198, 0.8);
|
|
6909
|
-
}
|
|
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 {
|
|
6912
|
-
background: #2b303b !important;
|
|
6913
|
-
color: #fff;
|
|
6914
|
-
overflow: auto;
|
|
6915
|
-
}
|
|
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 {
|
|
6918
|
-
background-color: #eaedf1;
|
|
6919
|
-
background-color: transparent;
|
|
6920
|
-
width: 4px;
|
|
6921
|
-
height: 4px;
|
|
6922
|
-
}
|
|
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 {
|
|
6925
|
-
border-radius: 4px;
|
|
6926
|
-
background-color: #f4f4f4;
|
|
6927
|
-
}
|
|
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 {
|
|
6930
|
-
display: none !important;
|
|
6931
|
-
}
|
|
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 {
|
|
6934
|
-
position: absolute;
|
|
6935
|
-
bottom: 0;
|
|
6936
|
-
width: 100%;
|
|
6937
|
-
}
|
|
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 {
|
|
6940
|
-
white-space: nowrap;
|
|
6941
|
-
overflow: auto;
|
|
6942
|
-
width: calc(100% - 40px);
|
|
6943
|
-
box-sizing: border-box;
|
|
6944
|
-
margin-bottom: 6px;
|
|
6945
|
-
}
|
|
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 {
|
|
6948
|
-
display: inline-block;
|
|
6949
|
-
margin-right: 8px;
|
|
6950
|
-
}
|
|
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 {
|
|
6953
|
-
margin-right: 0;
|
|
6954
|
-
}
|
|
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 {
|
|
6957
|
-
background-color: #eaedf1;
|
|
6958
|
-
background-color: transparent;
|
|
6959
|
-
width: 4px;
|
|
6960
|
-
height: 4px;
|
|
6961
|
-
}
|
|
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 {
|
|
6964
|
-
border-radius: 4px;
|
|
6965
|
-
background-color: rgba(181, 184, 198, 0.6);
|
|
6966
|
-
}
|
|
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 {
|
|
6969
|
-
position: absolute;
|
|
6970
|
-
bottom: 60px;
|
|
6971
|
-
margin: 0 16px;
|
|
6972
|
-
padding-bottom: 4px;
|
|
6973
|
-
line-height: 1;
|
|
6974
|
-
}
|
|
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 {
|
|
6977
|
-
cursor: pointer;
|
|
6978
|
-
max-width: 100%;
|
|
6979
|
-
display: inline-block;
|
|
6980
|
-
margin-bottom: 2px;
|
|
6981
|
-
padding: 8px 16px;
|
|
6982
|
-
justify-content: center;
|
|
6983
|
-
align-items: center;
|
|
6984
|
-
border-radius: 4px;
|
|
6985
|
-
background: #ececec;
|
|
6986
|
-
font-size: 14px;
|
|
6987
|
-
line-height: 1;
|
|
6988
|
-
overflow: hidden;
|
|
6989
|
-
}
|
|
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 {
|
|
6992
|
-
background-color: #fff;
|
|
6993
|
-
}
|
|
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 {
|
|
6996
|
-
color: #5991ef;
|
|
6997
|
-
}
|
|
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 {
|
|
7000
|
-
display: flex;
|
|
7001
|
-
align-items: flex-end;
|
|
7002
|
-
margin-bottom: 12px;
|
|
7003
|
-
padding: 0 16px;
|
|
7004
|
-
}
|
|
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 {
|
|
7007
|
-
align-items: flex-end;
|
|
7008
|
-
width: calc(100% - 36px);
|
|
7009
|
-
background-color: #fff;
|
|
7010
|
-
padding: 11px 16px;
|
|
7011
|
-
border: 1px solid #ebebeb;
|
|
7012
|
-
border-radius: 8px;
|
|
7013
|
-
justify-content: space-between;
|
|
7014
|
-
line-height: 1;
|
|
7015
|
-
position: relative;
|
|
7016
|
-
padding-right: 1px;
|
|
7017
|
-
}
|
|
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 {
|
|
7020
|
-
line-height: 1;
|
|
7021
|
-
}
|
|
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 {
|
|
7024
|
-
max-height: 100px;
|
|
7025
|
-
padding: 0;
|
|
7026
|
-
border: none;
|
|
7027
|
-
box-shadow: none !important;
|
|
7028
|
-
resize: none;
|
|
7029
|
-
padding-right: 48px;
|
|
7030
|
-
}
|
|
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 {
|
|
7033
|
-
min-height: 21px !important;
|
|
7034
|
-
line-height: 1.5;
|
|
7035
|
-
}
|
|
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] {
|
|
7038
|
-
background-color: #fff !important;
|
|
7039
|
-
}
|
|
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 {
|
|
7042
|
-
width: 100%;
|
|
7043
|
-
}
|
|
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 {
|
|
7046
|
-
padding-right: 12px;
|
|
7047
|
-
}
|
|
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 {
|
|
7050
|
-
position: absolute;
|
|
7051
|
-
right: 18px;
|
|
7052
|
-
bottom: 10px;
|
|
7053
|
-
color: rgba(0, 0, 0, 0.65);
|
|
7054
|
-
}
|
|
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 {
|
|
7057
|
-
cursor: pointer;
|
|
7058
|
-
}
|
|
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 {
|
|
7061
|
-
color: rgba(0, 0, 0, 0.65);
|
|
7062
|
-
font-size: 20px;
|
|
7063
|
-
}
|
|
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 {
|
|
7066
|
-
width: 32px;
|
|
7067
|
-
cursor: pointer;
|
|
7068
|
-
position: absolute;
|
|
7069
|
-
bottom: -5px;
|
|
7070
|
-
right: -10px;
|
|
7071
|
-
}
|
|
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 {
|
|
7074
|
-
cursor: not-allowed !important;
|
|
7075
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
7076
|
-
}
|
|
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 {
|
|
7079
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
7080
|
-
}
|
|
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 {
|
|
7083
|
-
display: flex;
|
|
7084
|
-
align-items: center;
|
|
7085
|
-
width: calc(100% - 24px);
|
|
7086
|
-
}
|
|
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 {
|
|
7089
|
-
margin-top: 6px;
|
|
7090
|
-
align-items: center;
|
|
7091
|
-
padding: 8px;
|
|
7092
|
-
background: #e7e7e7;
|
|
7093
|
-
display: inline-block;
|
|
7094
|
-
width: calc(100% - 60px);
|
|
7095
|
-
}
|
|
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 {
|
|
7098
|
-
color: rgba(0, 0, 0, 0.65);
|
|
7099
|
-
border-radius: 2px;
|
|
7100
|
-
font-size: 12px;
|
|
7101
|
-
line-height: 1.5;
|
|
7102
|
-
overflow: hidden;
|
|
7103
|
-
text-overflow: ellipsis;
|
|
7104
|
-
-webkit-box-orient: vertical;
|
|
7105
|
-
-webkit-line-clamp: 2;
|
|
7106
|
-
display: -webkit-box;
|
|
7107
|
-
max-height: 36px;
|
|
7108
|
-
word-break: break-all;
|
|
7109
|
-
}
|
|
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 {
|
|
7112
|
-
font-size: 18px;
|
|
7113
|
-
color: #bfbfbf;
|
|
7114
|
-
margin-top: 6px;
|
|
7115
|
-
}
|
|
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 {
|
|
7118
|
-
width: 20px;
|
|
7119
|
-
margin-left: 16px;
|
|
7120
|
-
margin-bottom: 8px;
|
|
7121
|
-
}
|
|
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 {
|
|
7124
|
-
font-size: 20px;
|
|
7125
|
-
color: rgba(0, 0, 0, 0.65);
|
|
7126
|
-
}
|
|
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 {
|
|
7129
|
-
color: rgba(0, 0, 0, 0.25);
|
|
7130
|
-
cursor: not-allowed;
|
|
7131
|
-
}
|
|
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 {
|
|
7134
|
-
background-color: #f5f5f5 !important;
|
|
7135
|
-
}
|
|
7136
|
-
.index2_module_ChatWindow_Drawer__a7b52270 .anticon,
|
|
7137
|
-
.index2_module_ChatWindow_Modal__a7b52270 .anticon {
|
|
7138
|
-
vertical-align: 0;
|
|
7139
|
-
}
|
|
7140
|
-
.index2_module_ChatWindow_Drawer__a7b52270 {
|
|
7141
|
-
background: #f5f5f5 !important;
|
|
7142
|
-
position: relative;
|
|
7143
|
-
height: 100%;
|
|
7144
|
-
}
|
|
7145
|
-
.index2_module_ChatWindow_Drawer__a7b52270 .bhd-drawer-header {
|
|
7146
|
-
display: none !important;
|
|
7147
|
-
}
|
|
7148
|
-
.index2_module_ChatWindow_Modal__a7b52270 .bhd-modal {
|
|
7149
|
-
border-radius: 8px;
|
|
7150
|
-
overflow: hidden;
|
|
7151
|
-
position: relative;
|
|
7152
|
-
}
|
|
7153
|
-
.index2_module_ChatWindow_Modal__a7b52270 .bhd-modal-content {
|
|
7154
|
-
height: 100%;
|
|
7155
|
-
background-color: #f5f5f5 !important;
|
|
7156
|
-
}
|
|
7157
|
-
.index2_module_ChatWindow_Modal__a7b52270 .bhd-modal-content .bhd-modal-close {
|
|
7158
|
-
display: none !important;
|
|
7159
|
-
}
|
|
7160
|
-
.index2_module_ChatWindow_Modal__a7b52270 .bhd-modal-header {
|
|
7161
|
-
display: none !important;
|
|
7162
|
-
}
|
|
7163
|
-
.index2_module_ChatWindow_Modal__a7b52270 .bhd-modal-body {
|
|
7164
|
-
height: 100%;
|
|
7165
|
-
padding: 0 !important;
|
|
7166
|
-
border-radius: 4px !important;
|
|
7167
|
-
}
|
|
7168
|
-
.index2_module_ChatWindow_Modal__a7b52270 .bhd-drawer-right > .bhd-drawer-content-wrapper {
|
|
7169
|
-
top: 129px;
|
|
7170
|
-
right: 200px;
|
|
7171
|
-
height: 790px;
|
|
7172
|
-
}
|
|
7173
|
-
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_main_list__a7b52270 {
|
|
7174
|
-
max-height: 650px;
|
|
7175
|
-
}
|
|
7176
|
-
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_user__a7b52270 {
|
|
7177
|
-
padding-left: 0 !important;
|
|
7178
|
-
cursor: pointer;
|
|
7179
|
-
}
|
|
7180
|
-
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_buttom_Issues_List__a7b52270 {
|
|
7181
|
-
border-radius: 4px;
|
|
7182
|
-
width: calc(100% - 328px);
|
|
7183
|
-
margin-left: 328px;
|
|
7184
|
-
}
|
|
7185
|
-
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 {
|
|
7186
|
-
max-height: 700px;
|
|
7187
|
-
}
|
|
7188
|
-
.index2_module_ChatWindow_Modal__a7b52270 .index2_module_Drawer_main__a7b52270 .index2_module_chat_content__a7b52270 {
|
|
7189
|
-
width: calc(100% - 328px);
|
|
7190
|
-
margin-left: 328px;
|
|
7191
|
-
display: inline-block;
|
|
7192
|
-
}
|
|
7193
|
-
.index2_module_popover_main_content__a7b52270 {
|
|
7194
|
-
min-width: 300px !important;
|
|
7195
|
-
max-width: 340px !important;
|
|
7196
|
-
background-color: #fff !important;
|
|
7197
|
-
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
|
|
7198
|
-
border-radius: 4px;
|
|
7199
|
-
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
7200
|
-
}
|
|
7201
|
-
.index2_module_popover_main_content__a7b52270 .bhd-tooltip-content {
|
|
7202
|
-
background-color: #fff;
|
|
7203
|
-
border-radius: 4px;
|
|
7204
|
-
}
|
|
7205
|
-
.index2_module_popover_main_content__a7b52270 .bhd-tooltip-content .bhd-tooltip-inner {
|
|
7206
|
-
background-color: #fff;
|
|
7207
|
-
color: rgba(0, 0, 0, 0.85);
|
|
7208
|
-
font-size: 14px;
|
|
7209
|
-
padding: 12px 16px;
|
|
7210
|
-
border-radius: 4px;
|
|
7211
|
-
}
|
|
7212
|
-
.index2_module_popover_main_content__a7b52270 .bhd-tooltip-arrow:before {
|
|
7213
|
-
background: #ccc !important;
|
|
7214
|
-
}
|
|
7215
|
-
.index2_module_popover_main_content__a7b52270 .bhd-tooltip-arrow::after {
|
|
7216
|
-
width: 0 !important;
|
|
7217
|
-
height: 0 !important;
|
|
7218
|
-
border: 5px solid;
|
|
7219
|
-
border-color: transparent transparent #fff transparent;
|
|
7220
|
-
transform: none !important;
|
|
7221
|
-
background: transparent !important;
|
|
7222
|
-
bottom: 0px !important;
|
|
7223
|
-
left: 0px !important;
|
|
7224
|
-
right: 0 !important;
|
|
7225
|
-
box-shadow: none !important;
|
|
7226
|
-
}
|
|
7227
|
-
.index2_module_popover_main_content_name__a7b52270 {
|
|
7228
|
-
width: auto;
|
|
7229
|
-
background-color: #fff !important;
|
|
7230
|
-
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
|
|
7231
|
-
border-radius: 4px;
|
|
7232
|
-
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
7233
|
-
}
|
|
7234
|
-
.index2_module_popover_main_content_name__a7b52270 .bhd-tooltip-content {
|
|
7235
|
-
background-color: #fff;
|
|
7236
|
-
border-radius: 4px;
|
|
7237
|
-
}
|
|
7238
|
-
.index2_module_popover_main_content_name__a7b52270 .bhd-tooltip-content .bhd-tooltip-inner {
|
|
7239
|
-
background-color: #fff;
|
|
7240
|
-
color: rgba(0, 0, 0, 0.85);
|
|
7241
|
-
font-size: 14px;
|
|
7242
|
-
padding: 12px 16px;
|
|
7243
|
-
border-radius: 4px;
|
|
7244
|
-
}
|
|
7245
|
-
.index2_module_popover_main_content_name__a7b52270 .bhd-tooltip-arrow:before {
|
|
7246
|
-
background: #ccc !important;
|
|
7247
|
-
}
|
|
7248
|
-
.index2_module_popover_main_content_name__a7b52270 .bhd-tooltip-arrow::after {
|
|
7249
|
-
width: 0 !important;
|
|
7250
|
-
height: 0 !important;
|
|
7251
|
-
border: 5px solid;
|
|
7252
|
-
border-color: transparent transparent #fff transparent;
|
|
7253
|
-
transform: none !important;
|
|
7254
|
-
background: transparent !important;
|
|
7255
|
-
bottom: 0px !important;
|
|
7256
|
-
left: 0px !important;
|
|
7257
|
-
right: 0 !important;
|
|
7258
|
-
box-shadow: none !important;
|
|
7259
|
-
}
|
|
7260
|
-
.index2_module_teacher_layout__a7b52270 {
|
|
7261
|
-
position: fixed;
|
|
7262
|
-
right: 568px;
|
|
7263
|
-
border-radius: 8px;
|
|
7264
|
-
background: rgba(255, 255, 255, 0.5);
|
|
7265
|
-
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
|
|
7266
|
-
-webkit-backdrop-filter: blur(7.5px);
|
|
7267
|
-
backdrop-filter: blur(7.5px);
|
|
7268
|
-
width: 80px;
|
|
7269
|
-
}
|
|
7270
|
-
.index2_module_teacher_layout__a7b52270 .index2_module_top__a7b52270 > div,
|
|
7271
|
-
.index2_module_teacher_layout__a7b52270 .index2_module_bottom__a7b52270 > div {
|
|
7272
|
-
display: flex;
|
|
7273
|
-
flex-direction: column;
|
|
7274
|
-
align-items: center;
|
|
7275
|
-
padding: 8px;
|
|
7276
|
-
border-radius: 8px;
|
|
7277
|
-
margin: 8px 0;
|
|
7278
|
-
max-width: 60px;
|
|
7279
|
-
overflow: hidden;
|
|
7280
|
-
position: relative;
|
|
7281
|
-
cursor: pointer;
|
|
7282
|
-
}
|
|
7283
|
-
.index2_module_teacher_layout__a7b52270 .index2_module_top__a7b52270 > div:hover,
|
|
7284
|
-
.index2_module_teacher_layout__a7b52270 .index2_module_bottom__a7b52270 > div:hover {
|
|
7285
|
-
background-color: #f5f5f5;
|
|
7286
|
-
}
|
|
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 {
|
|
7289
|
-
display: block;
|
|
7290
|
-
}
|
|
7291
|
-
.index2_module_teacher_layout__a7b52270 .index2_module_top__a7b52270 > div p,
|
|
7292
|
-
.index2_module_teacher_layout__a7b52270 .index2_module_bottom__a7b52270 > div p {
|
|
7293
|
-
max-width: 60px;
|
|
7294
|
-
overflow: hidden;
|
|
7295
|
-
text-overflow: ellipsis;
|
|
7296
|
-
white-space: nowrap;
|
|
7297
|
-
color: rgba(0, 0, 0, 0.65);
|
|
7298
|
-
font-size: 12px;
|
|
7299
|
-
line-height: 1;
|
|
7300
|
-
padding-top: 12px;
|
|
7301
|
-
}
|
|
7302
|
-
.index2_module_teacher_layout__a7b52270 .index2_module_top__a7b52270 > div img,
|
|
7303
|
-
.index2_module_teacher_layout__a7b52270 .index2_module_bottom__a7b52270 > div img {
|
|
7304
|
-
width: 32px;
|
|
7305
|
-
height: 32px;
|
|
7306
|
-
border-radius: 50%;
|
|
7307
|
-
}
|
|
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 {
|
|
7310
|
-
position: absolute;
|
|
7311
|
-
top: 0;
|
|
7312
|
-
right: 0;
|
|
7313
|
-
border-radius: 26px;
|
|
7314
|
-
background-color: #f4523b;
|
|
7315
|
-
color: #fff;
|
|
7316
|
-
padding: 0 5px;
|
|
7317
|
-
border-radius: 25px;
|
|
7318
|
-
font-size: 12px;
|
|
7319
|
-
line-height: 1.2;
|
|
7320
|
-
}
|
|
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 {
|
|
7323
|
-
position: absolute;
|
|
7324
|
-
top: 2px;
|
|
7325
|
-
right: 2px;
|
|
7326
|
-
color: rgba(0, 0, 0, 0.65);
|
|
7327
|
-
font-size: 12px;
|
|
7328
|
-
display: none;
|
|
7329
|
-
}
|
|
7330
|
-
.index2_module_teacher_layout__a7b52270 .index2_module_top__a7b52270 > div {
|
|
7331
|
-
margin: 8px;
|
|
7332
|
-
}
|
|
7333
|
-
.index2_module_teacher_layout__a7b52270 .index2_module_top__a7b52270 .index2_module_shrink__a7b52270 {
|
|
7334
|
-
border-bottom: 1px solid #ebebeb;
|
|
7335
|
-
border-radius: 0;
|
|
7336
|
-
margin-bottom: 8px;
|
|
7337
|
-
margin-top: 8px;
|
|
7338
|
-
}
|
|
7339
|
-
.index2_module_teacher_layout__a7b52270 .index2_module_top__a7b52270 .index2_module_shrink__a7b52270 > span {
|
|
7340
|
-
font-size: 20px;
|
|
7341
|
-
}
|
|
7342
|
-
.index2_module_teacher_layout__a7b52270 .index2_module_top__a7b52270 .index2_module_shrink__a7b52270 p {
|
|
7343
|
-
padding-top: 0;
|
|
7344
|
-
}
|
|
7345
|
-
.index2_module_teacher_layout__a7b52270 .index2_module_top__a7b52270 .index2_module_shrink__a7b52270:hover {
|
|
7346
|
-
background-color: #fff !important;
|
|
7347
|
-
}
|
|
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 {
|
|
7350
|
-
background: #f0f8ff;
|
|
7351
|
-
}
|
|
7352
|
-
.index2_module_teacher_layout__a7b52270 .index2_module_bottom__a7b52270 > div:last-child {
|
|
7353
|
-
margin-bottom: 0;
|
|
7354
|
-
}
|
|
7355
|
-
.index2_module_teacher_layout__a7b52270 .index2_module_bottom__a7b52270 > div:first-child {
|
|
7356
|
-
margin-top: 0;
|
|
7357
|
-
}
|
|
7358
|
-
.index2_module_teacher_layout__a7b52270 .index2_module_bottom__a7b52270 {
|
|
7359
|
-
max-height: 524px;
|
|
7360
|
-
padding: 0 8px;
|
|
7361
|
-
padding-right: 4px;
|
|
7362
|
-
overflow-y: auto;
|
|
7363
|
-
margin-bottom: 8px;
|
|
7364
|
-
margin-top: 8px;
|
|
7365
|
-
}
|
|
7366
|
-
.index2_module_teacher_layout__a7b52270 .index2_module_bottom__a7b52270::-webkit-scrollbar {
|
|
7367
|
-
background-color: #eaedf1;
|
|
7368
|
-
background-color: transparent;
|
|
7369
|
-
width: 4px;
|
|
7370
|
-
height: 4px;
|
|
7371
|
-
}
|
|
7372
|
-
.index2_module_teacher_layout__a7b52270 .index2_module_bottom__a7b52270::-webkit-scrollbar-thumb {
|
|
7373
|
-
border-radius: 4px;
|
|
7374
|
-
background-color: rgba(0, 0, 0, 0.25);
|
|
7375
|
-
}
|
|
7376
|
-
.index2_module_teacher_layout_newlabo__a7b52270 {
|
|
7377
|
-
top: 50px;
|
|
7378
|
-
right: 0;
|
|
7379
|
-
}
|
|
7380
|
-
.index2_module_teacher_layout_newlabo__a7b52270 .index2_module_top__a7b52270 svg {
|
|
7381
|
-
transform: rotate(180deg);
|
|
7382
|
-
}
|
|
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 {
|
|
7385
|
-
background-color: #D1E4FF;
|
|
7386
|
-
}
|
|
7387
|
-
.index2_module_teacher_layout_modal__a7b52270 {
|
|
7388
|
-
width: 328px;
|
|
7389
|
-
height: calc(100% - 48px);
|
|
7390
|
-
background-color: #fff;
|
|
7391
|
-
position: absolute;
|
|
7392
|
-
border-top: 1px solid #ebebeb;
|
|
7393
|
-
}
|
|
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 {
|
|
7396
|
-
border-bottom: 1px solid #ebebeb;
|
|
7397
|
-
padding: 16px;
|
|
7398
|
-
display: flex;
|
|
7399
|
-
align-items: center;
|
|
7400
|
-
cursor: pointer;
|
|
7401
|
-
}
|
|
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 {
|
|
7404
|
-
width: 32px;
|
|
7405
|
-
height: 32px;
|
|
7406
|
-
border-radius: 50%;
|
|
7407
|
-
margin-right: 12px;
|
|
7408
|
-
}
|
|
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 {
|
|
7411
|
-
margin-right: 12px;
|
|
7412
|
-
}
|
|
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 {
|
|
7415
|
-
width: 252px;
|
|
7416
|
-
}
|
|
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 {
|
|
7419
|
-
color: #000;
|
|
7420
|
-
font-size: 14px;
|
|
7421
|
-
line-height: 1;
|
|
7422
|
-
padding-right: 10px;
|
|
7423
|
-
}
|
|
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 {
|
|
7426
|
-
margin-left: 12px;
|
|
7427
|
-
border-radius: 26px;
|
|
7428
|
-
background-color: #f4523b;
|
|
7429
|
-
color: #fff;
|
|
7430
|
-
padding: 0 5px;
|
|
7431
|
-
border-radius: 25px;
|
|
7432
|
-
font-size: 12px;
|
|
7433
|
-
line-height: 1;
|
|
7434
|
-
}
|
|
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 {
|
|
7437
|
-
font-size: 12px;
|
|
7438
|
-
color: rgba(0, 0, 0, 0.25);
|
|
7439
|
-
float: right;
|
|
7440
|
-
}
|
|
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 {
|
|
7443
|
-
color: rgba(0, 0, 0, 0.45);
|
|
7444
|
-
font-size: 12px;
|
|
7445
|
-
line-height: 1.5;
|
|
7446
|
-
margin-top: 8px;
|
|
7447
|
-
overflow: hidden;
|
|
7448
|
-
white-space: nowrap;
|
|
7449
|
-
text-overflow: ellipsis;
|
|
7450
|
-
}
|
|
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 {
|
|
7453
|
-
background: #f0f8ff;
|
|
7454
|
-
}
|
|
7455
|
-
.index2_module_teacher_layout_modal__a7b52270 .index2_module_bottom__a7b52270 {
|
|
7456
|
-
overflow: auto;
|
|
7457
|
-
height: calc(100% - 70px);
|
|
7458
|
-
}
|
|
7459
|
-
.index2_module_teacher_layout_modal__a7b52270 .index2_module_bottom__a7b52270::-webkit-scrollbar {
|
|
7460
|
-
background-color: #eaedf1;
|
|
7461
|
-
background-color: transparent;
|
|
7462
|
-
width: 4px;
|
|
7463
|
-
height: 4px;
|
|
7464
|
-
}
|
|
7465
|
-
.index2_module_teacher_layout_modal__a7b52270 .index2_module_bottom__a7b52270::-webkit-scrollbar-thumb {
|
|
7466
|
-
border-radius: 4px;
|
|
7467
|
-
background-color: rgba(0, 0, 0, 0.25);
|
|
7468
|
-
}
|
|
7469
|
-
.index2_module_teacher_layout_modal__a7b52270 .anticon {
|
|
7470
|
-
vertical-align: 0;
|
|
7471
|
-
}
|
|
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 {
|
|
7474
|
-
background: #f0f8ff !important;
|
|
7475
|
-
}
|
|
7476
|
-
.index2_module_history_list__a7b52270 {
|
|
7477
|
-
position: absolute;
|
|
7478
|
-
top: 0;
|
|
7479
|
-
background: rgba(0, 0, 0, 0.3);
|
|
7480
|
-
width: 100%;
|
|
7481
|
-
height: 100%;
|
|
7482
|
-
overflow: hidden;
|
|
7483
|
-
}
|
|
7484
|
-
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 {
|
|
7485
|
-
background: #fff;
|
|
7486
|
-
position: absolute;
|
|
7487
|
-
z-index: 10;
|
|
7488
|
-
bottom: -500px;
|
|
7489
|
-
width: 100%;
|
|
7490
|
-
border-radius: 16px 16px 0px 0px;
|
|
7491
|
-
overflow: hidden;
|
|
7492
|
-
animation: index2_module_mymove__a7b52270 1s forwards;
|
|
7493
|
-
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
|
|
7494
|
-
}
|
|
7495
|
-
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_title__a7b52270 {
|
|
7496
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
|
7497
|
-
font-size: 16px;
|
|
7498
|
-
font-weight: 600;
|
|
7499
|
-
line-height: 150%;
|
|
7500
|
-
padding: 16px 24px;
|
|
7501
|
-
display: flex;
|
|
7502
|
-
justify-content: space-between;
|
|
7503
|
-
}
|
|
7504
|
-
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_title__a7b52270 svg {
|
|
7505
|
-
font-size: 12px;
|
|
7506
|
-
cursor: pointer;
|
|
7507
|
-
opacity: 0.65;
|
|
7508
|
-
font-weight: 300;
|
|
7509
|
-
}
|
|
7510
|
-
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_search_top__a7b52270 {
|
|
7511
|
-
position: relative;
|
|
7512
|
-
margin: 16px 24px;
|
|
7513
|
-
background-color: #fff;
|
|
7514
|
-
}
|
|
7515
|
-
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_search_top__a7b52270 input {
|
|
7516
|
-
width: 100%;
|
|
7517
|
-
height: 40px;
|
|
7518
|
-
line-height: 40px;
|
|
7519
|
-
border-radius: 2px;
|
|
7520
|
-
border: 1px solid #ebebeb;
|
|
7521
|
-
padding-left: 46px;
|
|
7522
|
-
padding-right: 30px;
|
|
7523
|
-
color: rgba(0, 0, 0, 0.85);
|
|
7524
|
-
}
|
|
7525
|
-
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_search_top__a7b52270 .anticon {
|
|
7526
|
-
position: absolute;
|
|
7527
|
-
top: 11px;
|
|
7528
|
-
z-index: 1;
|
|
7529
|
-
left: 14px;
|
|
7530
|
-
font-size: 16px;
|
|
7531
|
-
color: rgba(0, 0, 0, 0.65);
|
|
7532
|
-
}
|
|
7533
|
-
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_search_top__a7b52270 .guanbi_Close {
|
|
7534
|
-
position: absolute;
|
|
7535
|
-
top: 3px;
|
|
7536
|
-
right: 38px;
|
|
7537
|
-
font-size: 16px;
|
|
7538
|
-
z-index: 1;
|
|
7539
|
-
color: rgba(0, 0, 0, 0.65);
|
|
7540
|
-
cursor: pointer;
|
|
7541
|
-
}
|
|
7542
|
-
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_search_top__a7b52270 .guanbi_Close svg {
|
|
7543
|
-
font-size: 10px;
|
|
7544
|
-
opacity: 0.65;
|
|
7545
|
-
}
|
|
7546
|
-
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_search_top__a7b52270 svg {
|
|
7547
|
-
opacity: 0.65;
|
|
7548
|
-
font-weight: 300;
|
|
7549
|
-
}
|
|
7550
|
-
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270:first-child {
|
|
7551
|
-
margin-top: 0;
|
|
7552
|
-
}
|
|
7553
|
-
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 {
|
|
7554
|
-
overflow: auto;
|
|
7555
|
-
height: 510px;
|
|
7556
|
-
}
|
|
7557
|
-
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270::-webkit-scrollbar {
|
|
7558
|
-
background-color: #eaedf1;
|
|
7559
|
-
background-color: transparent;
|
|
7560
|
-
width: 4px;
|
|
7561
|
-
height: 4px;
|
|
7562
|
-
}
|
|
7563
|
-
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270::-webkit-scrollbar-thumb {
|
|
7564
|
-
border-radius: 4px;
|
|
7565
|
-
background-color: rgba(0, 0, 0, 0.25);
|
|
7566
|
-
}
|
|
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 {
|
|
7568
|
-
width: 100%;
|
|
7569
|
-
padding: 8px 16px;
|
|
7570
|
-
display: flex;
|
|
7571
|
-
align-items: center;
|
|
7572
|
-
border-bottom: 1px solid #ebebeb;
|
|
7573
|
-
}
|
|
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 {
|
|
7575
|
-
width: 36px;
|
|
7576
|
-
height: 36px;
|
|
7577
|
-
border-radius: 50%;
|
|
7578
|
-
margin-right: 16px;
|
|
7579
|
-
}
|
|
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 {
|
|
7581
|
-
width: 36px;
|
|
7582
|
-
height: 36px;
|
|
7583
|
-
border-radius: 50%;
|
|
7584
|
-
}
|
|
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 {
|
|
7586
|
-
width: 36px;
|
|
7587
|
-
height: 36px;
|
|
7588
|
-
}
|
|
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 {
|
|
7590
|
-
width: calc(100% - 56px);
|
|
7591
|
-
}
|
|
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 {
|
|
7593
|
-
color: rgba(0, 0, 0, 0.85);
|
|
7594
|
-
font-size: 16px;
|
|
7595
|
-
font-weight: 600;
|
|
7596
|
-
line-height: 150%;
|
|
7597
|
-
margin-bottom: 4px;
|
|
7598
|
-
}
|
|
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 {
|
|
7600
|
-
float: right;
|
|
7601
|
-
font-size: 14px;
|
|
7602
|
-
color: #8c8c8c;
|
|
7603
|
-
font-weight: 400;
|
|
7604
|
-
}
|
|
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 {
|
|
7606
|
-
color: rgba(0, 0, 0, 0.65);
|
|
7607
|
-
font-size: 14px;
|
|
7608
|
-
font-weight: 400;
|
|
7609
|
-
line-height: 150%;
|
|
7610
|
-
overflow: hidden;
|
|
7611
|
-
text-overflow: ellipsis;
|
|
7612
|
-
white-space: nowrap;
|
|
7613
|
-
}
|
|
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 {
|
|
7615
|
-
color: #5991ef;
|
|
7616
|
-
}
|
|
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 {
|
|
7618
|
-
font-size: 24px;
|
|
7619
|
-
color: rgba(0, 0, 0, 0.65);
|
|
7620
|
-
}
|
|
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 {
|
|
7622
|
-
transform: rotate(90deg);
|
|
7623
|
-
}
|
|
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 {
|
|
7625
|
-
background-color: rgba(0, 0, 0, 0.02);
|
|
7626
|
-
}
|
|
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 {
|
|
7628
|
-
padding: 8px 16px;
|
|
7629
|
-
margin-bottom: 1px;
|
|
7630
|
-
position: relative;
|
|
7631
|
-
cursor: pointer;
|
|
7632
|
-
}
|
|
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 {
|
|
7634
|
-
background-color: rgba(0, 0, 0, 0.04);
|
|
7635
|
-
}
|
|
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 {
|
|
7637
|
-
content: "";
|
|
7638
|
-
display: inline-block;
|
|
7639
|
-
width: 100%;
|
|
7640
|
-
height: 1px;
|
|
7641
|
-
background-color: #ebebeb;
|
|
7642
|
-
position: absolute;
|
|
7643
|
-
bottom: -1px;
|
|
7644
|
-
left: -1px;
|
|
7645
|
-
}
|
|
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 {
|
|
7647
|
-
display: flex;
|
|
7648
|
-
justify-content: space-between;
|
|
7649
|
-
align-items: center;
|
|
7650
|
-
margin-bottom: 9px;
|
|
7651
|
-
}
|
|
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 {
|
|
7653
|
-
color: rgba(0, 0, 0, 0.85);
|
|
7654
|
-
font-size: 16px;
|
|
7655
|
-
font-weight: 600;
|
|
7656
|
-
line-height: 1.5;
|
|
7657
|
-
}
|
|
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 {
|
|
7659
|
-
font-size: 14px;
|
|
7660
|
-
color: #8c8c8c;
|
|
7661
|
-
}
|
|
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 {
|
|
7663
|
-
color: rgba(0, 0, 0, 0.85);
|
|
7664
|
-
font-size: 14px;
|
|
7665
|
-
font-weight: 400;
|
|
7666
|
-
line-height: 150%;
|
|
7667
|
-
overflow: hidden;
|
|
7668
|
-
text-overflow: ellipsis;
|
|
7669
|
-
-webkit-box-orient: vertical;
|
|
7670
|
-
-webkit-line-clamp: 2;
|
|
7671
|
-
display: -webkit-box;
|
|
7672
|
-
max-height: 40px;
|
|
7673
|
-
word-break: break-all;
|
|
7674
|
-
}
|
|
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 {
|
|
7676
|
-
color: #5991ef;
|
|
7677
|
-
}
|
|
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 {
|
|
7679
|
-
text-align: center;
|
|
7680
|
-
color: rgba(0, 0, 0, 0.45);
|
|
7681
|
-
font-size: 14px;
|
|
7682
|
-
}
|
|
7683
|
-
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_no_data__a7b52270 {
|
|
7684
|
-
text-align: center;
|
|
7685
|
-
margin-top: 130px;
|
|
7686
|
-
}
|
|
7687
|
-
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_no_data__a7b52270 img {
|
|
7688
|
-
width: 160px;
|
|
7689
|
-
}
|
|
7690
|
-
.index2_module_history_list__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 .index2_module_no_data__a7b52270 p {
|
|
7691
|
-
margin-top: 24px;
|
|
7692
|
-
color: rgba(0, 0, 0, 0.45);
|
|
7693
|
-
text-align: center;
|
|
7694
|
-
font-size: 14px;
|
|
7695
|
-
line-height: 100%;
|
|
7696
|
-
/* 14px */
|
|
7697
|
-
}
|
|
7698
|
-
@keyframes index2_module_mymove__a7b52270 {
|
|
7699
|
-
from {
|
|
7700
|
-
bottom: -500px;
|
|
7701
|
-
}
|
|
7702
|
-
to {
|
|
7703
|
-
bottom: 0;
|
|
7704
|
-
}
|
|
7705
|
-
}
|
|
7706
|
-
.index2_module_history_list__a7b52270 .anticon {
|
|
7707
|
-
vertical-align: 0;
|
|
7708
|
-
}
|
|
7709
|
-
.index2_module_history_list_broadside__a7b52270 {
|
|
7710
|
-
width: 417px;
|
|
7711
|
-
height: calc(100% - 48px);
|
|
7712
|
-
right: 0;
|
|
7713
|
-
top: 48px;
|
|
7714
|
-
border-radius: 0;
|
|
7715
|
-
background: transparent;
|
|
7716
|
-
overflow: visible;
|
|
7717
|
-
}
|
|
7718
|
-
.index2_module_history_list_broadside__a7b52270 .index2_module_search_layout__a7b52270 {
|
|
7719
|
-
height: 100%;
|
|
7720
|
-
border-radius: 0;
|
|
7721
|
-
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
|
|
7722
|
-
}
|
|
7723
|
-
.index2_module_history_list_broadside__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_search_top__a7b52270 {
|
|
7724
|
-
margin: 16px;
|
|
7725
|
-
}
|
|
7726
|
-
.index2_module_history_list_broadside__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_title__a7b52270 {
|
|
7727
|
-
padding: 16px;
|
|
7728
|
-
}
|
|
7729
|
-
.index2_module_history_list_broadside__a7b52270 .index2_module_search_layout__a7b52270 .index2_module_main_list__a7b52270 {
|
|
7730
|
-
height: calc(100% - 140px);
|
|
7731
|
-
max-height: calc(100% - 140px);
|
|
7732
|
-
}
|
|
7733
6392
|
|
|
7734
6393
|
/* 变量色值 */
|
|
7735
6394
|
/* "color-background-layout": {
|
|
@@ -8172,49 +6831,49 @@
|
|
|
8172
6831
|
"description": "图标,六级填充色"
|
|
8173
6832
|
}
|
|
8174
6833
|
*/
|
|
8175
|
-
.
|
|
8176
|
-
.
|
|
6834
|
+
.index_module_service_ChatWindow_Drawer__1c3a52cb,
|
|
6835
|
+
.index_module_ChatWindow_Modal__1c3a52cb {
|
|
8177
6836
|
width: 100% !important;
|
|
8178
6837
|
}
|
|
8179
|
-
.
|
|
8180
|
-
.
|
|
6838
|
+
.index_module_service_ChatWindow_Drawer__1c3a52cb .bhd-drawer-mask,
|
|
6839
|
+
.index_module_ChatWindow_Modal__1c3a52cb .bhd-drawer-mask {
|
|
8181
6840
|
background-color: rgba(0, 0, 0, 0.15) !important;
|
|
8182
6841
|
}
|
|
8183
|
-
.
|
|
8184
|
-
.
|
|
6842
|
+
.index_module_ChatWindow_Drawer__1c3a52cb,
|
|
6843
|
+
.index_module_ChatWindow_Modal__1c3a52cb {
|
|
8185
6844
|
/* 全局修改滚动条样式 */
|
|
8186
6845
|
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1) !important;
|
|
8187
6846
|
}
|
|
8188
|
-
.
|
|
8189
|
-
.
|
|
6847
|
+
.index_module_ChatWindow_Drawer__1c3a52cb textarea::-webkit-scrollbar,
|
|
6848
|
+
.index_module_ChatWindow_Modal__1c3a52cb textarea::-webkit-scrollbar {
|
|
8190
6849
|
background-color: #eaedf1;
|
|
8191
6850
|
background-color: transparent;
|
|
8192
6851
|
width: 4px;
|
|
8193
6852
|
height: 4px;
|
|
8194
6853
|
}
|
|
8195
|
-
.
|
|
8196
|
-
.
|
|
6854
|
+
.index_module_ChatWindow_Drawer__1c3a52cb textarea::-webkit-scrollbar-thumb,
|
|
6855
|
+
.index_module_ChatWindow_Modal__1c3a52cb textarea::-webkit-scrollbar-thumb {
|
|
8197
6856
|
border-radius: 4px;
|
|
8198
6857
|
background-color: rgba(0, 0, 0, 0.25);
|
|
8199
6858
|
}
|
|
8200
|
-
.
|
|
8201
|
-
.
|
|
6859
|
+
.index_module_ChatWindow_Drawer__1c3a52cb pre::-webkit-scrollbar,
|
|
6860
|
+
.index_module_ChatWindow_Modal__1c3a52cb pre::-webkit-scrollbar {
|
|
8202
6861
|
background-color: #eaedf1;
|
|
8203
6862
|
background-color: transparent;
|
|
8204
6863
|
width: 4px;
|
|
8205
6864
|
height: 4px;
|
|
8206
6865
|
}
|
|
8207
|
-
.
|
|
8208
|
-
.
|
|
6866
|
+
.index_module_ChatWindow_Drawer__1c3a52cb pre::-webkit-scrollbar-thumb,
|
|
6867
|
+
.index_module_ChatWindow_Modal__1c3a52cb pre::-webkit-scrollbar-thumb {
|
|
8209
6868
|
border-radius: 4px;
|
|
8210
6869
|
background-color: rgba(0, 0, 0, 0.25);
|
|
8211
6870
|
}
|
|
8212
|
-
.
|
|
8213
|
-
.
|
|
6871
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .bhd-drawer-body,
|
|
6872
|
+
.index_module_ChatWindow_Modal__1c3a52cb .bhd-drawer-body {
|
|
8214
6873
|
padding: 0 !important;
|
|
8215
6874
|
}
|
|
8216
|
-
.
|
|
8217
|
-
.
|
|
6875
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_header_wrap__1c3a52cb .index_module_top__1c3a52cb,
|
|
6876
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_header_wrap__1c3a52cb .index_module_top__1c3a52cb {
|
|
8218
6877
|
display: flex;
|
|
8219
6878
|
padding: 16px 24px;
|
|
8220
6879
|
justify-content: space-between;
|
|
@@ -8222,16 +6881,16 @@
|
|
|
8222
6881
|
background-color: #fff;
|
|
8223
6882
|
line-height: 1;
|
|
8224
6883
|
}
|
|
8225
|
-
.
|
|
8226
|
-
.
|
|
6884
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_header_wrap__1c3a52cb .index_module_top__1c3a52cb .index_module_user__1c3a52cb,
|
|
6885
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_header_wrap__1c3a52cb .index_module_top__1c3a52cb .index_module_user__1c3a52cb {
|
|
8227
6886
|
color: #000;
|
|
8228
6887
|
font-size: 16px;
|
|
8229
6888
|
font-weight: 600;
|
|
8230
6889
|
position: relative;
|
|
8231
6890
|
padding-left: 36px;
|
|
8232
6891
|
}
|
|
8233
|
-
.
|
|
8234
|
-
.
|
|
6892
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_header_wrap__1c3a52cb .index_module_top__1c3a52cb .index_module_user__1c3a52cb i,
|
|
6893
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_header_wrap__1c3a52cb .index_module_top__1c3a52cb .index_module_user__1c3a52cb i {
|
|
8235
6894
|
padding-right: 16px;
|
|
8236
6895
|
color: #111;
|
|
8237
6896
|
position: absolute;
|
|
@@ -8240,8 +6899,8 @@
|
|
|
8240
6899
|
left: 0;
|
|
8241
6900
|
cursor: pointer;
|
|
8242
6901
|
}
|
|
8243
|
-
.
|
|
8244
|
-
.
|
|
6902
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_header_wrap__1c3a52cb .index_module_top__1c3a52cb .index_module_user__1c3a52cb .index_module_count__1c3a52cb,
|
|
6903
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_header_wrap__1c3a52cb .index_module_top__1c3a52cb .index_module_user__1c3a52cb .index_module_count__1c3a52cb {
|
|
8245
6904
|
position: absolute;
|
|
8246
6905
|
top: -6px;
|
|
8247
6906
|
right: 5px;
|
|
@@ -8252,19 +6911,19 @@
|
|
|
8252
6911
|
font-size: 12px;
|
|
8253
6912
|
line-height: 1.2;
|
|
8254
6913
|
}
|
|
8255
|
-
.
|
|
8256
|
-
.
|
|
6914
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_header_wrap__1c3a52cb .index_module_top__1c3a52cb .index_module_operate__1c3a52cb,
|
|
6915
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_header_wrap__1c3a52cb .index_module_top__1c3a52cb .index_module_operate__1c3a52cb {
|
|
8257
6916
|
display: flex;
|
|
8258
6917
|
height: 16px;
|
|
8259
6918
|
}
|
|
8260
|
-
.
|
|
8261
|
-
.
|
|
6919
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_header_wrap__1c3a52cb .index_module_top__1c3a52cb .index_module_operate__1c3a52cb i,
|
|
6920
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_header_wrap__1c3a52cb .index_module_top__1c3a52cb .index_module_operate__1c3a52cb i {
|
|
8262
6921
|
font-size: 16px;
|
|
8263
6922
|
margin-left: 23px;
|
|
8264
6923
|
cursor: pointer;
|
|
8265
6924
|
}
|
|
8266
|
-
.
|
|
8267
|
-
.
|
|
6925
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_header_wrap__1c3a52cb .index_module_top__1c3a52cb .index_module_operate__1c3a52cb .index_module_line__1c3a52cb,
|
|
6926
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_header_wrap__1c3a52cb .index_module_top__1c3a52cb .index_module_operate__1c3a52cb .index_module_line__1c3a52cb {
|
|
8268
6927
|
display: inline-block;
|
|
8269
6928
|
width: 1px;
|
|
8270
6929
|
height: 16px;
|
|
@@ -8272,40 +6931,40 @@
|
|
|
8272
6931
|
margin: 0 4px;
|
|
8273
6932
|
margin-left: 23px;
|
|
8274
6933
|
}
|
|
8275
|
-
.
|
|
8276
|
-
.
|
|
6934
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_header_wrap_newlabo__1c3a52cb .index_module_top__1c3a52cb,
|
|
6935
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_header_wrap_newlabo__1c3a52cb .index_module_top__1c3a52cb {
|
|
8277
6936
|
background-color: #f5f5f5;
|
|
8278
6937
|
border-bottom: 1px solid #ebebeb;
|
|
8279
6938
|
}
|
|
8280
|
-
.
|
|
8281
|
-
.
|
|
6939
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_header_wrap_newlabo__1c3a52cb .index_module_top__1c3a52cb .index_module_user__1c3a52cb,
|
|
6940
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_header_wrap_newlabo__1c3a52cb .index_module_top__1c3a52cb .index_module_user__1c3a52cb {
|
|
8282
6941
|
padding-left: 0;
|
|
8283
6942
|
font-weight: 400;
|
|
8284
6943
|
}
|
|
8285
|
-
.
|
|
8286
|
-
.
|
|
6944
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb,
|
|
6945
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb {
|
|
8287
6946
|
max-height: calc(100vh - 110px);
|
|
8288
6947
|
overflow: auto;
|
|
8289
6948
|
background: #f5f5f5;
|
|
8290
6949
|
min-height: 200px;
|
|
8291
6950
|
}
|
|
8292
|
-
.
|
|
8293
|
-
.
|
|
6951
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_loading__1c3a52cb,
|
|
6952
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_loading__1c3a52cb {
|
|
8294
6953
|
text-align: center;
|
|
8295
6954
|
margin: 10px 0;
|
|
8296
6955
|
}
|
|
8297
|
-
.
|
|
8298
|
-
.
|
|
6956
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_loading__1c3a52cb img,
|
|
6957
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_loading__1c3a52cb img {
|
|
8299
6958
|
width: 30px;
|
|
8300
6959
|
height: 30px;
|
|
8301
6960
|
}
|
|
8302
|
-
.
|
|
8303
|
-
.
|
|
6961
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb,
|
|
6962
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb {
|
|
8304
6963
|
padding: 16px;
|
|
8305
6964
|
padding-top: 0;
|
|
8306
6965
|
}
|
|
8307
|
-
.
|
|
8308
|
-
.
|
|
6966
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_left__1c3a52cb .index_module_head_sculpture__1c3a52cb,
|
|
6967
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_left__1c3a52cb .index_module_head_sculpture__1c3a52cb {
|
|
8309
6968
|
width: 32px;
|
|
8310
6969
|
height: 32px;
|
|
8311
6970
|
margin-top: 24px;
|
|
@@ -8314,19 +6973,19 @@
|
|
|
8314
6973
|
vertical-align: top;
|
|
8315
6974
|
overflow: hidden;
|
|
8316
6975
|
}
|
|
8317
|
-
.
|
|
8318
|
-
.
|
|
6976
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_left__1c3a52cb .index_module_head_sculpture__1c3a52cb img,
|
|
6977
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_left__1c3a52cb .index_module_head_sculpture__1c3a52cb img {
|
|
8319
6978
|
width: 100%;
|
|
8320
6979
|
height: 100%;
|
|
8321
6980
|
}
|
|
8322
|
-
.
|
|
8323
|
-
.
|
|
6981
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_left__1c3a52cb .index_module_main_content__1c3a52cb,
|
|
6982
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_left__1c3a52cb .index_module_main_content__1c3a52cb {
|
|
8324
6983
|
display: flex;
|
|
8325
6984
|
flex-direction: column;
|
|
8326
6985
|
align-items: flex-end;
|
|
8327
6986
|
}
|
|
8328
|
-
.
|
|
8329
|
-
.
|
|
6987
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_right__1c3a52cb .index_module_head_sculpture__1c3a52cb,
|
|
6988
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_right__1c3a52cb .index_module_head_sculpture__1c3a52cb {
|
|
8330
6989
|
width: 32px;
|
|
8331
6990
|
height: 32px;
|
|
8332
6991
|
margin-top: 24px;
|
|
@@ -8337,94 +6996,99 @@
|
|
|
8337
6996
|
overflow: hidden;
|
|
8338
6997
|
text-align: center;
|
|
8339
6998
|
}
|
|
8340
|
-
.
|
|
8341
|
-
.
|
|
6999
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_right__1c3a52cb .index_module_head_sculpture__1c3a52cb i,
|
|
7000
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_right__1c3a52cb .index_module_head_sculpture__1c3a52cb i {
|
|
8342
7001
|
color: #fff;
|
|
8343
7002
|
}
|
|
8344
|
-
.
|
|
8345
|
-
.
|
|
7003
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_right__1c3a52cb .index_module_head_sculpture__1c3a52cb img,
|
|
7004
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_right__1c3a52cb .index_module_head_sculpture__1c3a52cb img {
|
|
8346
7005
|
width: 100%;
|
|
8347
7006
|
height: 100%;
|
|
8348
7007
|
}
|
|
8349
|
-
.
|
|
8350
|
-
.
|
|
7008
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li,
|
|
7009
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li {
|
|
8351
7010
|
position: relative;
|
|
8352
7011
|
display: flex;
|
|
8353
7012
|
width: 100%;
|
|
8354
7013
|
}
|
|
8355
|
-
.
|
|
8356
|
-
.
|
|
7014
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb,
|
|
7015
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb {
|
|
8357
7016
|
max-width: 80%;
|
|
8358
7017
|
}
|
|
8359
|
-
.
|
|
8360
|
-
.
|
|
7018
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content_flag__1c3a52cb,
|
|
7019
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content_flag__1c3a52cb {
|
|
8361
7020
|
width: 100%;
|
|
8362
7021
|
}
|
|
8363
|
-
.
|
|
8364
|
-
.
|
|
7022
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content_flag__1c3a52cb:hover .index_module_operate_modal__1c3a52cb,
|
|
7023
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content_flag__1c3a52cb:hover .index_module_operate_modal__1c3a52cb {
|
|
8365
7024
|
visibility: visible;
|
|
8366
7025
|
}
|
|
8367
|
-
.
|
|
8368
|
-
.
|
|
7026
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb,
|
|
7027
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb {
|
|
8369
7028
|
position: relative;
|
|
8370
7029
|
}
|
|
8371
|
-
.
|
|
8372
|
-
.
|
|
7030
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb .index_module_content__1c3a52cb,
|
|
7031
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb .index_module_content__1c3a52cb {
|
|
8373
7032
|
max-width: 100%;
|
|
8374
7033
|
}
|
|
8375
|
-
.
|
|
8376
|
-
.
|
|
7034
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb .index_module_content__1c3a52cb .index_module_content_child__1c3a52cb,
|
|
7035
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb .index_module_content__1c3a52cb .index_module_content_child__1c3a52cb {
|
|
8377
7036
|
padding: 0;
|
|
8378
7037
|
line-height: 1;
|
|
8379
7038
|
}
|
|
8380
|
-
.
|
|
8381
|
-
.
|
|
7039
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb .index_module_content__1c3a52cb .index_module_content_child__1c3a52cb p,
|
|
7040
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb .index_module_content__1c3a52cb .index_module_content_child__1c3a52cb p {
|
|
8382
7041
|
word-break: break-all;
|
|
8383
7042
|
white-space: break-spaces;
|
|
8384
7043
|
}
|
|
8385
|
-
.
|
|
8386
|
-
.
|
|
8387
|
-
.
|
|
8388
|
-
.
|
|
7044
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb .index_module_content__1c3a52cb .index_module_content_child__1c3a52cb p,
|
|
7045
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb .index_module_content__1c3a52cb .index_module_content_child__1c3a52cb p,
|
|
7046
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb .index_module_content__1c3a52cb .index_module_content_child__1c3a52cb li,
|
|
7047
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb .index_module_content__1c3a52cb .index_module_content_child__1c3a52cb li {
|
|
8389
7048
|
line-height: 1.5;
|
|
8390
7049
|
color: rgba(0, 0, 0, 0.85);
|
|
8391
7050
|
}
|
|
8392
|
-
.
|
|
8393
|
-
.
|
|
7051
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb .index_module_content__1c3a52cb .index_module_content_child__1c3a52cb > h3,
|
|
7052
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb .index_module_content__1c3a52cb .index_module_content_child__1c3a52cb > h3 {
|
|
8394
7053
|
font-size: 16px;
|
|
8395
7054
|
font-weight: 600;
|
|
8396
7055
|
padding: 10px 0;
|
|
8397
7056
|
}
|
|
8398
|
-
.
|
|
8399
|
-
.
|
|
7057
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb .index_module_content__1c3a52cb .index_module_content_child__1c3a52cb ol,
|
|
7058
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb .index_module_content__1c3a52cb .index_module_content_child__1c3a52cb ol {
|
|
8400
7059
|
list-style: decimal;
|
|
8401
7060
|
-webkit-padding-start: 20px;
|
|
8402
7061
|
padding-inline-start: 20px;
|
|
8403
7062
|
}
|
|
8404
|
-
.
|
|
8405
|
-
.
|
|
7063
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb .index_module_content__1c3a52cb .index_module_content_child__1c3a52cb ol li,
|
|
7064
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb .index_module_content__1c3a52cb .index_module_content_child__1c3a52cb ol li {
|
|
8406
7065
|
list-style-type: auto;
|
|
8407
7066
|
}
|
|
8408
|
-
.
|
|
8409
|
-
.
|
|
7067
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb .index_module_content__1c3a52cb .index_module_content_child__1c3a52cb ol li p,
|
|
7068
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb .index_module_content__1c3a52cb .index_module_content_child__1c3a52cb ol li p {
|
|
8410
7069
|
padding: 4px 0;
|
|
8411
7070
|
font-size: 14px;
|
|
8412
7071
|
font-weight: 600;
|
|
8413
7072
|
}
|
|
8414
|
-
.
|
|
8415
|
-
.
|
|
7073
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb .index_module_content__1c3a52cb .index_module_content_child__1c3a52cb ol li > ul li,
|
|
7074
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb .index_module_content__1c3a52cb .index_module_content_child__1c3a52cb ol li > ul li {
|
|
8416
7075
|
list-style: inside;
|
|
8417
7076
|
color: rgba(0, 0, 0, 0.65);
|
|
8418
7077
|
}
|
|
8419
|
-
.
|
|
8420
|
-
.
|
|
7078
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb .index_module_content__1c3a52cb pre,
|
|
7079
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb .index_module_content__1c3a52cb pre {
|
|
8421
7080
|
background: rgba(0, 0, 0, 0.05);
|
|
8422
7081
|
padding: 12px;
|
|
8423
7082
|
line-height: 1.5;
|
|
8424
7083
|
margin: 4px 0;
|
|
8425
7084
|
}
|
|
8426
|
-
.
|
|
8427
|
-
.
|
|
7085
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb .index_module_sign__1c3a52cb,
|
|
7086
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_main_content__1c3a52cb .index_module_sign__1c3a52cb {
|
|
7087
|
+
background-color: #1890ff;
|
|
7088
|
+
color: #fff;
|
|
7089
|
+
}
|
|
7090
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal__1c3a52cb,
|
|
7091
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal__1c3a52cb {
|
|
8428
7092
|
visibility: hidden;
|
|
8429
7093
|
height: 24px;
|
|
8430
7094
|
white-space: nowrap;
|
|
@@ -8434,8 +7098,8 @@
|
|
|
8434
7098
|
z-index: 9;
|
|
8435
7099
|
text-align: right;
|
|
8436
7100
|
}
|
|
8437
|
-
.
|
|
8438
|
-
.
|
|
7101
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal__1c3a52cb .index_module_operate__1c3a52cb,
|
|
7102
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal__1c3a52cb .index_module_operate__1c3a52cb {
|
|
8439
7103
|
display: inline-flex;
|
|
8440
7104
|
align-items: center;
|
|
8441
7105
|
padding: 8px 0;
|
|
@@ -8445,30 +7109,30 @@
|
|
|
8445
7109
|
line-height: 1;
|
|
8446
7110
|
color: rgba(0, 0, 0, 0.45);
|
|
8447
7111
|
}
|
|
8448
|
-
.
|
|
8449
|
-
.
|
|
7112
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal__1c3a52cb .index_module_operate__1c3a52cb i,
|
|
7113
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal__1c3a52cb .index_module_operate__1c3a52cb i {
|
|
8450
7114
|
color: rgba(0, 0, 0, 0.45);
|
|
8451
7115
|
font-size: 16px;
|
|
8452
7116
|
cursor: pointer;
|
|
8453
7117
|
}
|
|
8454
|
-
.
|
|
8455
|
-
.
|
|
7118
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal__1c3a52cb .index_module_operate__1c3a52cb i svg,
|
|
7119
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal__1c3a52cb .index_module_operate__1c3a52cb i svg {
|
|
8456
7120
|
color: rgba(0, 0, 0, 0.65);
|
|
8457
7121
|
}
|
|
8458
|
-
.
|
|
8459
|
-
.
|
|
7122
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal__1c3a52cb .index_module_operate__1c3a52cb i:hover svg,
|
|
7123
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal__1c3a52cb .index_module_operate__1c3a52cb i:hover svg {
|
|
8460
7124
|
color: #f4523b;
|
|
8461
7125
|
}
|
|
8462
|
-
.
|
|
8463
|
-
.
|
|
7126
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal__1c3a52cb .index_module_operate__1c3a52cb .index_module_active__1c3a52cb svg,
|
|
7127
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal__1c3a52cb .index_module_operate__1c3a52cb .index_module_active__1c3a52cb svg {
|
|
8464
7128
|
color: #f4523b;
|
|
8465
7129
|
}
|
|
8466
|
-
.
|
|
8467
|
-
.
|
|
7130
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal__1c3a52cb .index_module_operate__1c3a52cb span,
|
|
7131
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal__1c3a52cb .index_module_operate__1c3a52cb span {
|
|
8468
7132
|
margin: 0 8px;
|
|
8469
7133
|
}
|
|
8470
|
-
.
|
|
8471
|
-
.
|
|
7134
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal__1c3a52cb .index_module_operate__1c3a52cb .index_module_ask_question__1c3a52cb,
|
|
7135
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal__1c3a52cb .index_module_operate__1c3a52cb .index_module_ask_question__1c3a52cb {
|
|
8472
7136
|
cursor: pointer;
|
|
8473
7137
|
color: rgba(0, 0, 0, 0.45);
|
|
8474
7138
|
font-size: 12px;
|
|
@@ -8477,57 +7141,57 @@
|
|
|
8477
7141
|
background-color: rgba(0, 0, 0, 0.04);
|
|
8478
7142
|
margin-right: 16px;
|
|
8479
7143
|
}
|
|
8480
|
-
.
|
|
8481
|
-
.
|
|
7144
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal__1c3a52cb .index_module_operate__1c3a52cb .index_module_ask_question__1c3a52cb:hover,
|
|
7145
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal__1c3a52cb .index_module_operate__1c3a52cb .index_module_ask_question__1c3a52cb:hover {
|
|
8482
7146
|
color: #f4523b;
|
|
8483
7147
|
}
|
|
8484
|
-
.
|
|
8485
|
-
.
|
|
7148
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb,
|
|
7149
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb {
|
|
8486
7150
|
display: flex;
|
|
8487
7151
|
justify-content: space-between;
|
|
8488
7152
|
align-items: center;
|
|
8489
7153
|
bottom: 0;
|
|
8490
7154
|
}
|
|
8491
|
-
.
|
|
8492
|
-
.
|
|
7155
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_operate__1c3a52cb,
|
|
7156
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_operate__1c3a52cb {
|
|
8493
7157
|
display: inline-block;
|
|
8494
7158
|
padding: 8px;
|
|
8495
7159
|
line-height: 1;
|
|
8496
7160
|
color: rgba(0, 0, 0, 0.45);
|
|
8497
7161
|
}
|
|
8498
|
-
.
|
|
8499
|
-
.
|
|
7162
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_operate__1c3a52cb i,
|
|
7163
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_operate__1c3a52cb i {
|
|
8500
7164
|
color: rgba(0, 0, 0, 0.45);
|
|
8501
7165
|
font-size: 16px;
|
|
8502
7166
|
cursor: pointer;
|
|
8503
7167
|
}
|
|
8504
|
-
.
|
|
8505
|
-
.
|
|
7168
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_operate__1c3a52cb i svg,
|
|
7169
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_operate__1c3a52cb i svg {
|
|
8506
7170
|
color: rgba(0, 0, 0, 0.65);
|
|
8507
7171
|
}
|
|
8508
|
-
.
|
|
8509
|
-
.
|
|
7172
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_operate__1c3a52cb i:hover svg,
|
|
7173
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_operate__1c3a52cb i:hover svg {
|
|
8510
7174
|
color: #f4523b;
|
|
8511
7175
|
}
|
|
8512
|
-
.
|
|
8513
|
-
.
|
|
7176
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_operate__1c3a52cb .index_module_active__1c3a52cb svg,
|
|
7177
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_operate__1c3a52cb .index_module_active__1c3a52cb svg {
|
|
8514
7178
|
color: #f4523b;
|
|
8515
7179
|
}
|
|
8516
|
-
.
|
|
8517
|
-
.
|
|
7180
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_operate__1c3a52cb span,
|
|
7181
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_operate__1c3a52cb span {
|
|
8518
7182
|
margin: 0 8px;
|
|
8519
7183
|
cursor: pointer;
|
|
8520
7184
|
}
|
|
8521
|
-
.
|
|
8522
|
-
.
|
|
7185
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_stop_generate__1c3a52cb,
|
|
7186
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_stop_generate__1c3a52cb {
|
|
8523
7187
|
font-size: 12px;
|
|
8524
7188
|
color: rgba(0, 0, 0, 0.45);
|
|
8525
7189
|
display: inline-block;
|
|
8526
7190
|
padding: 8px 0;
|
|
8527
7191
|
cursor: pointer;
|
|
8528
7192
|
}
|
|
8529
|
-
.
|
|
8530
|
-
.
|
|
7193
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_stop_generate__1c3a52cb .index_module_icon__1c3a52cb,
|
|
7194
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_stop_generate__1c3a52cb .index_module_icon__1c3a52cb {
|
|
8531
7195
|
display: inline-block;
|
|
8532
7196
|
width: 10px;
|
|
8533
7197
|
height: 10px;
|
|
@@ -8535,8 +7199,8 @@
|
|
|
8535
7199
|
background-color: rgba(0, 0, 0, 0.45);
|
|
8536
7200
|
margin-right: 4px;
|
|
8537
7201
|
}
|
|
8538
|
-
.
|
|
8539
|
-
.
|
|
7202
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_stop_generate__1c3a52cb .index_module_find_teacher__1c3a52cb,
|
|
7203
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_stop_generate__1c3a52cb .index_module_find_teacher__1c3a52cb {
|
|
8540
7204
|
padding: 2px 8px;
|
|
8541
7205
|
border-radius: 2px;
|
|
8542
7206
|
background-color: rgba(0, 0, 0, 0.04);
|
|
@@ -8544,63 +7208,63 @@
|
|
|
8544
7208
|
font-size: 12px;
|
|
8545
7209
|
line-height: 1;
|
|
8546
7210
|
}
|
|
8547
|
-
.
|
|
8548
|
-
.
|
|
7211
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_stop_generate__1c3a52cb .index_module_find_teacher__1c3a52cb:hover,
|
|
7212
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_stop_generate__1c3a52cb .index_module_find_teacher__1c3a52cb:hover {
|
|
8549
7213
|
color: #f4523b;
|
|
8550
7214
|
}
|
|
8551
|
-
.
|
|
8552
|
-
.
|
|
7215
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_stop_generate__1c3a52cb:hover,
|
|
7216
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_stop_generate__1c3a52cb:hover {
|
|
8553
7217
|
color: #f4523b;
|
|
8554
7218
|
}
|
|
8555
|
-
.
|
|
8556
|
-
.
|
|
7219
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_stop_generate__1c3a52cb:hover span,
|
|
7220
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_stop_generate__1c3a52cb:hover span {
|
|
8557
7221
|
color: #f4523b;
|
|
8558
7222
|
}
|
|
8559
|
-
.
|
|
8560
|
-
.
|
|
7223
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_stop_findTeacher__1c3a52cb,
|
|
7224
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_stop_findTeacher__1c3a52cb {
|
|
8561
7225
|
font-size: 12px;
|
|
8562
7226
|
color: rgba(0, 0, 0, 0.45);
|
|
8563
7227
|
display: inline-block;
|
|
8564
7228
|
padding: 8px 0;
|
|
8565
7229
|
cursor: pointer;
|
|
8566
7230
|
}
|
|
8567
|
-
.
|
|
8568
|
-
.
|
|
7231
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_stop_findTeacher__1c3a52cb span,
|
|
7232
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_stop_findTeacher__1c3a52cb span {
|
|
8569
7233
|
padding: 0px 8px;
|
|
8570
7234
|
background-color: rgba(0, 0, 0, 0.04);
|
|
8571
7235
|
color: rgba(0, 0, 0, 0.45);
|
|
8572
7236
|
}
|
|
8573
|
-
.
|
|
8574
|
-
.
|
|
7237
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_stop_findTeacher__1c3a52cb span:hover,
|
|
7238
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_main__1c3a52cb .index_module_operate_modal_bottom__1c3a52cb .index_module_stop_findTeacher__1c3a52cb span:hover {
|
|
8575
7239
|
color: #f4523b;
|
|
8576
7240
|
}
|
|
8577
|
-
.
|
|
8578
|
-
.
|
|
7241
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_content__1c3a52cb,
|
|
7242
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb > li .index_module_content__1c3a52cb {
|
|
8579
7243
|
padding: 12px 16px;
|
|
8580
7244
|
display: inline-block;
|
|
8581
7245
|
font-size: 14px;
|
|
8582
7246
|
}
|
|
8583
|
-
.
|
|
8584
|
-
.
|
|
7247
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_left__1c3a52cb,
|
|
7248
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_left__1c3a52cb {
|
|
8585
7249
|
justify-content: flex-end;
|
|
8586
7250
|
}
|
|
8587
|
-
.
|
|
8588
|
-
.
|
|
7251
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_left__1c3a52cb .index_module_main__1c3a52cb,
|
|
7252
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_left__1c3a52cb .index_module_main__1c3a52cb {
|
|
8589
7253
|
text-align: right;
|
|
8590
7254
|
}
|
|
8591
|
-
.
|
|
8592
|
-
.
|
|
7255
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb li.index_module_left__1c3a52cb .index_module_content__1c3a52cb,
|
|
7256
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb li.index_module_left__1c3a52cb .index_module_content__1c3a52cb {
|
|
8593
7257
|
border-radius: 20px 2px 20px 20px;
|
|
8594
7258
|
background: #d1e4ff;
|
|
8595
7259
|
text-align: left;
|
|
8596
7260
|
}
|
|
8597
|
-
.
|
|
8598
|
-
.
|
|
7261
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb li.index_module_right__1c3a52cb .index_module_content__1c3a52cb,
|
|
7262
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb li.index_module_right__1c3a52cb .index_module_content__1c3a52cb {
|
|
8599
7263
|
border-radius: 2px 20px 20px 20px;
|
|
8600
7264
|
background: #fff;
|
|
8601
7265
|
}
|
|
8602
|
-
.
|
|
8603
|
-
.
|
|
7266
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb li .index_module_content__1c3a52cb .index_module_association_problem__1c3a52cb li,
|
|
7267
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb li .index_module_content__1c3a52cb .index_module_association_problem__1c3a52cb li {
|
|
8604
7268
|
color: #5991ef;
|
|
8605
7269
|
font-size: 14px;
|
|
8606
7270
|
font-weight: 400;
|
|
@@ -8608,8 +7272,8 @@
|
|
|
8608
7272
|
cursor: pointer;
|
|
8609
7273
|
list-style-type: none;
|
|
8610
7274
|
}
|
|
8611
|
-
.
|
|
8612
|
-
.
|
|
7275
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_time__1c3a52cb,
|
|
7276
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_time__1c3a52cb {
|
|
8613
7277
|
display: block;
|
|
8614
7278
|
margin: 40px 0;
|
|
8615
7279
|
margin-bottom: 16px;
|
|
@@ -8618,8 +7282,8 @@
|
|
|
8618
7282
|
color: rgba(0, 0, 0, 0.25);
|
|
8619
7283
|
position: relative;
|
|
8620
7284
|
}
|
|
8621
|
-
.
|
|
8622
|
-
.
|
|
7285
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_time__1c3a52cb::before,
|
|
7286
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_time__1c3a52cb::before {
|
|
8623
7287
|
content: "";
|
|
8624
7288
|
width: 100px;
|
|
8625
7289
|
display: inline-block;
|
|
@@ -8629,8 +7293,8 @@
|
|
|
8629
7293
|
top: -3px;
|
|
8630
7294
|
right: 16px;
|
|
8631
7295
|
}
|
|
8632
|
-
.
|
|
8633
|
-
.
|
|
7296
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_time__1c3a52cb::after,
|
|
7297
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_time__1c3a52cb::after {
|
|
8634
7298
|
content: "";
|
|
8635
7299
|
width: 100px;
|
|
8636
7300
|
display: inline-block;
|
|
@@ -8640,16 +7304,16 @@
|
|
|
8640
7304
|
top: -3px;
|
|
8641
7305
|
left: 16px;
|
|
8642
7306
|
}
|
|
8643
|
-
.
|
|
8644
|
-
.
|
|
7307
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_citation_content__1c3a52cb,
|
|
7308
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_citation_content__1c3a52cb {
|
|
8645
7309
|
display: table;
|
|
8646
7310
|
margin-top: 4px;
|
|
8647
7311
|
padding: 8px;
|
|
8648
7312
|
border-radius: 2px;
|
|
8649
7313
|
background: #e7e7e7;
|
|
8650
7314
|
}
|
|
8651
|
-
.
|
|
8652
|
-
.
|
|
7315
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_citation_content__1c3a52cb p,
|
|
7316
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_citation_content__1c3a52cb p {
|
|
8653
7317
|
color: rgba(0, 0, 0, 0.65);
|
|
8654
7318
|
font-size: 12px;
|
|
8655
7319
|
line-height: 1.5;
|
|
@@ -8663,100 +7327,100 @@
|
|
|
8663
7327
|
cursor: pointer;
|
|
8664
7328
|
text-align: left;
|
|
8665
7329
|
}
|
|
8666
|
-
.
|
|
8667
|
-
.
|
|
7330
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_citation_content__1c3a52cb .index_module_text_exceed__1c3a52cb,
|
|
7331
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_citation_content__1c3a52cb .index_module_text_exceed__1c3a52cb {
|
|
8668
7332
|
padding-right: 16px;
|
|
8669
7333
|
position: relative;
|
|
8670
7334
|
}
|
|
8671
|
-
.
|
|
8672
|
-
.
|
|
7335
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_citation_content__1c3a52cb .index_module_text_exceed__1c3a52cb > span,
|
|
7336
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_citation_content__1c3a52cb .index_module_text_exceed__1c3a52cb > span {
|
|
8673
7337
|
position: absolute;
|
|
8674
7338
|
top: 20px;
|
|
8675
7339
|
right: 0;
|
|
8676
7340
|
}
|
|
8677
|
-
.
|
|
8678
|
-
.
|
|
7341
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_popover_content__1c3a52cb,
|
|
7342
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_message_con__1c3a52cb .index_module_popover_content__1c3a52cb {
|
|
8679
7343
|
max-width: 400px;
|
|
8680
7344
|
}
|
|
8681
|
-
.
|
|
8682
|
-
.
|
|
7345
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb::-webkit-scrollbar,
|
|
7346
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb::-webkit-scrollbar {
|
|
8683
7347
|
background-color: #eff0f7;
|
|
8684
7348
|
background-color: transparent;
|
|
8685
7349
|
width: 6px;
|
|
8686
7350
|
height: 4px;
|
|
8687
7351
|
}
|
|
8688
|
-
.
|
|
8689
|
-
.
|
|
7352
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main__1c3a52cb::-webkit-scrollbar-thumb,
|
|
7353
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb::-webkit-scrollbar-thumb {
|
|
8690
7354
|
border-radius: 4px;
|
|
8691
7355
|
background-color: rgba(181, 184, 198, 0.8);
|
|
8692
7356
|
}
|
|
8693
|
-
.
|
|
8694
|
-
.
|
|
7357
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main_newlabo__1c3a52cb pre,
|
|
7358
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main_newlabo__1c3a52cb pre {
|
|
8695
7359
|
background: #2b303b !important;
|
|
8696
7360
|
color: #fff;
|
|
8697
7361
|
overflow: auto;
|
|
8698
7362
|
}
|
|
8699
|
-
.
|
|
8700
|
-
.
|
|
7363
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main_newlabo__1c3a52cb pre pre::-webkit-scrollbar,
|
|
7364
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main_newlabo__1c3a52cb pre pre::-webkit-scrollbar {
|
|
8701
7365
|
background-color: #eaedf1;
|
|
8702
7366
|
background-color: transparent;
|
|
8703
7367
|
width: 4px;
|
|
8704
7368
|
height: 4px;
|
|
8705
7369
|
}
|
|
8706
|
-
.
|
|
8707
|
-
.
|
|
7370
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main_newlabo__1c3a52cb pre pre::-webkit-scrollbar-thumb,
|
|
7371
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main_newlabo__1c3a52cb pre pre::-webkit-scrollbar-thumb {
|
|
8708
7372
|
border-radius: 4px;
|
|
8709
7373
|
background-color: #f4f4f4;
|
|
8710
7374
|
}
|
|
8711
|
-
.
|
|
8712
|
-
.
|
|
7375
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_main_newlabo_no_pic__1c3a52cb .index_module_head_sculpture__1c3a52cb,
|
|
7376
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main_newlabo_no_pic__1c3a52cb .index_module_head_sculpture__1c3a52cb {
|
|
8713
7377
|
display: none !important;
|
|
8714
7378
|
}
|
|
8715
|
-
.
|
|
8716
|
-
.
|
|
7379
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb,
|
|
7380
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb {
|
|
8717
7381
|
position: absolute;
|
|
8718
7382
|
bottom: 0;
|
|
8719
7383
|
width: 100%;
|
|
8720
7384
|
}
|
|
8721
|
-
.
|
|
8722
|
-
.
|
|
7385
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_issues_list_teacherList__1c3a52cb,
|
|
7386
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_issues_list_teacherList__1c3a52cb {
|
|
8723
7387
|
white-space: nowrap;
|
|
8724
7388
|
overflow: auto;
|
|
8725
7389
|
width: calc(100% - 40px);
|
|
8726
7390
|
box-sizing: border-box;
|
|
8727
7391
|
margin-bottom: 6px;
|
|
8728
7392
|
}
|
|
8729
|
-
.
|
|
8730
|
-
.
|
|
7393
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_issues_list_teacherList__1c3a52cb .index_module_item__1c3a52cb,
|
|
7394
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_issues_list_teacherList__1c3a52cb .index_module_item__1c3a52cb {
|
|
8731
7395
|
display: inline-block;
|
|
8732
7396
|
margin-right: 8px;
|
|
8733
7397
|
}
|
|
8734
|
-
.
|
|
8735
|
-
.
|
|
7398
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_issues_list_teacherList__1c3a52cb .index_module_item__1c3a52cb:last-child,
|
|
7399
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_issues_list_teacherList__1c3a52cb .index_module_item__1c3a52cb:last-child {
|
|
8736
7400
|
margin-right: 0;
|
|
8737
7401
|
}
|
|
8738
|
-
.
|
|
8739
|
-
.
|
|
7402
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_issues_list_teacherList__1c3a52cb::-webkit-scrollbar,
|
|
7403
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_issues_list_teacherList__1c3a52cb::-webkit-scrollbar {
|
|
8740
7404
|
background-color: #eaedf1;
|
|
8741
7405
|
background-color: transparent;
|
|
8742
7406
|
width: 4px;
|
|
8743
7407
|
height: 4px;
|
|
8744
7408
|
}
|
|
8745
|
-
.
|
|
8746
|
-
.
|
|
7409
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_issues_list_teacherList__1c3a52cb::-webkit-scrollbar-thumb,
|
|
7410
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_issues_list_teacherList__1c3a52cb::-webkit-scrollbar-thumb {
|
|
8747
7411
|
border-radius: 4px;
|
|
8748
7412
|
background-color: rgba(181, 184, 198, 0.6);
|
|
8749
7413
|
}
|
|
8750
|
-
.
|
|
8751
|
-
.
|
|
7414
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_issues_list__1c3a52cb,
|
|
7415
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_issues_list__1c3a52cb {
|
|
8752
7416
|
position: absolute;
|
|
8753
7417
|
bottom: 60px;
|
|
8754
7418
|
margin: 0 16px;
|
|
8755
7419
|
padding-bottom: 4px;
|
|
8756
7420
|
line-height: 1;
|
|
8757
7421
|
}
|
|
8758
|
-
.
|
|
8759
|
-
.
|
|
7422
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_issues_list__1c3a52cb .index_module_item__1c3a52cb > span,
|
|
7423
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_issues_list__1c3a52cb .index_module_item__1c3a52cb > span {
|
|
8760
7424
|
cursor: pointer;
|
|
8761
7425
|
max-width: 100%;
|
|
8762
7426
|
display: inline-block;
|
|
@@ -8770,23 +7434,23 @@
|
|
|
8770
7434
|
line-height: 1;
|
|
8771
7435
|
overflow: hidden;
|
|
8772
7436
|
}
|
|
8773
|
-
.
|
|
8774
|
-
.
|
|
7437
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_issues_list__1c3a52cb .index_module_item__1c3a52cb > span:hover,
|
|
7438
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_issues_list__1c3a52cb .index_module_item__1c3a52cb > span:hover {
|
|
8775
7439
|
background-color: #fff;
|
|
8776
7440
|
}
|
|
8777
|
-
.
|
|
8778
|
-
.
|
|
7441
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_issues_list__1c3a52cb .index_module_item__1c3a52cb > span .index_module_sign__1c3a52cb,
|
|
7442
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_issues_list__1c3a52cb .index_module_item__1c3a52cb > span .index_module_sign__1c3a52cb {
|
|
8779
7443
|
color: #f4523b;
|
|
8780
7444
|
}
|
|
8781
|
-
.
|
|
8782
|
-
.
|
|
7445
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb,
|
|
7446
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb {
|
|
8783
7447
|
display: flex;
|
|
8784
7448
|
align-items: flex-end;
|
|
8785
7449
|
margin-bottom: 12px;
|
|
8786
7450
|
padding: 0 16px;
|
|
8787
7451
|
}
|
|
8788
|
-
.
|
|
8789
|
-
.
|
|
7452
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb,
|
|
7453
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb {
|
|
8790
7454
|
align-items: flex-end;
|
|
8791
7455
|
width: calc(100% - 36px);
|
|
8792
7456
|
background-color: #fff;
|
|
@@ -8798,12 +7462,12 @@
|
|
|
8798
7462
|
position: relative;
|
|
8799
7463
|
padding-right: 1px;
|
|
8800
7464
|
}
|
|
8801
|
-
.
|
|
8802
|
-
.
|
|
7465
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb > .index_module_input__1c3a52cb,
|
|
7466
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb > .index_module_input__1c3a52cb {
|
|
8803
7467
|
line-height: 1;
|
|
8804
7468
|
}
|
|
8805
|
-
.
|
|
8806
|
-
.
|
|
7469
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb > .index_module_input__1c3a52cb textarea,
|
|
7470
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb > .index_module_input__1c3a52cb textarea {
|
|
8807
7471
|
max-height: 100px;
|
|
8808
7472
|
padding: 0;
|
|
8809
7473
|
border: none;
|
|
@@ -8811,64 +7475,64 @@
|
|
|
8811
7475
|
resize: none;
|
|
8812
7476
|
padding-right: 48px;
|
|
8813
7477
|
}
|
|
8814
|
-
.
|
|
8815
|
-
.
|
|
7478
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb > .index_module_input__1c3a52cb textarea.bhd-input,
|
|
7479
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb > .index_module_input__1c3a52cb textarea.bhd-input {
|
|
8816
7480
|
min-height: 21px !important;
|
|
8817
7481
|
line-height: 1.5;
|
|
8818
7482
|
}
|
|
8819
|
-
.
|
|
8820
|
-
.
|
|
7483
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb > .index_module_input__1c3a52cb .bhd-input[disabled],
|
|
7484
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb > .index_module_input__1c3a52cb .bhd-input[disabled] {
|
|
8821
7485
|
background-color: #fff !important;
|
|
8822
7486
|
}
|
|
8823
|
-
.
|
|
8824
|
-
.
|
|
7487
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb > .index_module_no_AI__1c3a52cb,
|
|
7488
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb > .index_module_no_AI__1c3a52cb {
|
|
8825
7489
|
width: 100%;
|
|
8826
7490
|
}
|
|
8827
|
-
.
|
|
8828
|
-
.
|
|
7491
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb > .index_module_no_AI__1c3a52cb textarea,
|
|
7492
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb > .index_module_no_AI__1c3a52cb textarea {
|
|
8829
7493
|
padding-right: 12px;
|
|
8830
7494
|
}
|
|
8831
|
-
.
|
|
8832
|
-
.
|
|
7495
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb .index_module_voice__1c3a52cb,
|
|
7496
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb .index_module_voice__1c3a52cb {
|
|
8833
7497
|
position: absolute;
|
|
8834
7498
|
right: 18px;
|
|
8835
7499
|
bottom: 10px;
|
|
8836
7500
|
color: rgba(0, 0, 0, 0.65);
|
|
8837
7501
|
}
|
|
8838
|
-
.
|
|
8839
|
-
.
|
|
7502
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb .index_module_voice__1c3a52cb i,
|
|
7503
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb .index_module_voice__1c3a52cb i {
|
|
8840
7504
|
cursor: pointer;
|
|
8841
7505
|
}
|
|
8842
|
-
.
|
|
8843
|
-
.
|
|
7506
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb .index_module_voice__1c3a52cb i svg,
|
|
7507
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb .index_module_voice__1c3a52cb i svg {
|
|
8844
7508
|
color: rgba(0, 0, 0, 0.65);
|
|
8845
7509
|
font-size: 20px;
|
|
8846
7510
|
}
|
|
8847
|
-
.
|
|
8848
|
-
.
|
|
7511
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb .index_module_voice__1c3a52cb .index_module_voice_btn__1c3a52cb,
|
|
7512
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb .index_module_voice__1c3a52cb .index_module_voice_btn__1c3a52cb {
|
|
8849
7513
|
width: 32px;
|
|
8850
7514
|
cursor: pointer;
|
|
8851
7515
|
position: absolute;
|
|
8852
7516
|
bottom: -5px;
|
|
8853
7517
|
right: -10px;
|
|
8854
7518
|
}
|
|
8855
|
-
.
|
|
8856
|
-
.
|
|
7519
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb .index_module_disabled__1c3a52cb,
|
|
7520
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb .index_module_disabled__1c3a52cb {
|
|
8857
7521
|
cursor: not-allowed !important;
|
|
8858
7522
|
color: rgba(0, 0, 0, 0.25) !important;
|
|
8859
7523
|
}
|
|
8860
|
-
.
|
|
8861
|
-
.
|
|
7524
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb .index_module_disabled__1c3a52cb svg,
|
|
7525
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb .index_module_disabled__1c3a52cb svg {
|
|
8862
7526
|
color: rgba(0, 0, 0, 0.25) !important;
|
|
8863
7527
|
}
|
|
8864
|
-
.
|
|
8865
|
-
.
|
|
7528
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb .index_module_content_main__1c3a52cb,
|
|
7529
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb .index_module_content_main__1c3a52cb {
|
|
8866
7530
|
display: flex;
|
|
8867
7531
|
align-items: center;
|
|
8868
7532
|
width: calc(100% - 24px);
|
|
8869
7533
|
}
|
|
8870
|
-
.
|
|
8871
|
-
.
|
|
7534
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb .index_module_content_main__1c3a52cb .index_module_content_con__1c3a52cb,
|
|
7535
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb .index_module_content_main__1c3a52cb .index_module_content_con__1c3a52cb {
|
|
8872
7536
|
margin-top: 6px;
|
|
8873
7537
|
align-items: center;
|
|
8874
7538
|
padding: 8px;
|
|
@@ -8876,8 +7540,8 @@
|
|
|
8876
7540
|
display: inline-block;
|
|
8877
7541
|
width: calc(100% - 60px);
|
|
8878
7542
|
}
|
|
8879
|
-
.
|
|
8880
|
-
.
|
|
7543
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb .index_module_content_main__1c3a52cb .index_module_content_con__1c3a52cb p,
|
|
7544
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb .index_module_content_main__1c3a52cb .index_module_content_con__1c3a52cb p {
|
|
8881
7545
|
color: rgba(0, 0, 0, 0.65);
|
|
8882
7546
|
border-radius: 2px;
|
|
8883
7547
|
font-size: 12px;
|
|
@@ -8890,90 +7554,90 @@
|
|
|
8890
7554
|
max-height: 36px;
|
|
8891
7555
|
word-break: break-all;
|
|
8892
7556
|
}
|
|
8893
|
-
.
|
|
8894
|
-
.
|
|
7557
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb .index_module_content_main__1c3a52cb .index_module_delete_quote__1c3a52cb,
|
|
7558
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_input_wrap__1c3a52cb .index_module_content_main__1c3a52cb .index_module_delete_quote__1c3a52cb {
|
|
8895
7559
|
font-size: 18px;
|
|
8896
7560
|
color: #bfbfbf;
|
|
8897
7561
|
margin-top: 6px;
|
|
8898
7562
|
}
|
|
8899
|
-
.
|
|
8900
|
-
.
|
|
7563
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_sending__1c3a52cb,
|
|
7564
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_sending__1c3a52cb {
|
|
8901
7565
|
width: 20px;
|
|
8902
7566
|
margin-left: 16px;
|
|
8903
7567
|
margin-bottom: 8px;
|
|
8904
7568
|
}
|
|
8905
|
-
.
|
|
8906
|
-
.
|
|
7569
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_sending__1c3a52cb i svg,
|
|
7570
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_sending__1c3a52cb i svg {
|
|
8907
7571
|
font-size: 20px;
|
|
8908
7572
|
color: rgba(0, 0, 0, 0.65);
|
|
8909
7573
|
}
|
|
8910
|
-
.
|
|
8911
|
-
.
|
|
7574
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_sending__1c3a52cb .index_module_disabled__1c3a52cb svg,
|
|
7575
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb .index_module_Drawer_buttom__1c3a52cb .index_module_sending__1c3a52cb .index_module_disabled__1c3a52cb svg {
|
|
8912
7576
|
color: rgba(0, 0, 0, 0.25);
|
|
8913
7577
|
cursor: not-allowed;
|
|
8914
7578
|
}
|
|
8915
|
-
.
|
|
8916
|
-
.
|
|
7579
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .index_module_Drawer_buttom_Issues_List_newlabo__1c3a52cb,
|
|
7580
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List_newlabo__1c3a52cb {
|
|
8917
7581
|
background-color: #f5f5f5 !important;
|
|
8918
7582
|
}
|
|
8919
|
-
.
|
|
8920
|
-
.
|
|
7583
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .anticon,
|
|
7584
|
+
.index_module_ChatWindow_Modal__1c3a52cb .anticon {
|
|
8921
7585
|
vertical-align: 0;
|
|
8922
7586
|
}
|
|
8923
|
-
.
|
|
7587
|
+
.index_module_ChatWindow_Drawer__1c3a52cb {
|
|
8924
7588
|
background: #f5f5f5 !important;
|
|
8925
7589
|
position: relative;
|
|
8926
7590
|
height: 100%;
|
|
8927
7591
|
}
|
|
8928
|
-
.
|
|
7592
|
+
.index_module_ChatWindow_Drawer__1c3a52cb .bhd-drawer-header {
|
|
8929
7593
|
display: none !important;
|
|
8930
7594
|
}
|
|
8931
|
-
.
|
|
7595
|
+
.index_module_ChatWindow_Modal__1c3a52cb .bhd-modal {
|
|
8932
7596
|
border-radius: 8px;
|
|
8933
7597
|
overflow: hidden;
|
|
8934
7598
|
position: relative;
|
|
8935
7599
|
}
|
|
8936
|
-
.
|
|
7600
|
+
.index_module_ChatWindow_Modal__1c3a52cb .bhd-modal-content {
|
|
8937
7601
|
height: 100%;
|
|
8938
7602
|
background-color: #f5f5f5 !important;
|
|
8939
7603
|
}
|
|
8940
|
-
.
|
|
7604
|
+
.index_module_ChatWindow_Modal__1c3a52cb .bhd-modal-content .bhd-modal-close {
|
|
8941
7605
|
display: none !important;
|
|
8942
7606
|
}
|
|
8943
|
-
.
|
|
7607
|
+
.index_module_ChatWindow_Modal__1c3a52cb .bhd-modal-header {
|
|
8944
7608
|
display: none !important;
|
|
8945
7609
|
}
|
|
8946
|
-
.
|
|
7610
|
+
.index_module_ChatWindow_Modal__1c3a52cb .bhd-modal-body {
|
|
8947
7611
|
height: 100%;
|
|
8948
7612
|
padding: 0 !important;
|
|
8949
7613
|
border-radius: 4px !important;
|
|
8950
7614
|
}
|
|
8951
|
-
.
|
|
7615
|
+
.index_module_ChatWindow_Modal__1c3a52cb .bhd-drawer-right > .bhd-drawer-content-wrapper {
|
|
8952
7616
|
top: 129px;
|
|
8953
7617
|
right: 200px;
|
|
8954
7618
|
height: 790px;
|
|
8955
7619
|
}
|
|
8956
|
-
.
|
|
7620
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_main_list__1c3a52cb {
|
|
8957
7621
|
max-height: 650px;
|
|
8958
7622
|
}
|
|
8959
|
-
.
|
|
7623
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_user__1c3a52cb {
|
|
8960
7624
|
padding-left: 0 !important;
|
|
8961
7625
|
cursor: pointer;
|
|
8962
7626
|
}
|
|
8963
|
-
.
|
|
7627
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_buttom_Issues_List__1c3a52cb {
|
|
8964
7628
|
border-radius: 4px;
|
|
8965
7629
|
width: calc(100% - 328px);
|
|
8966
7630
|
margin-left: 328px;
|
|
8967
7631
|
}
|
|
8968
|
-
.
|
|
7632
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb {
|
|
8969
7633
|
max-height: 700px;
|
|
8970
7634
|
}
|
|
8971
|
-
.
|
|
7635
|
+
.index_module_ChatWindow_Modal__1c3a52cb .index_module_Drawer_main__1c3a52cb .index_module_chat_content__1c3a52cb {
|
|
8972
7636
|
width: calc(100% - 328px);
|
|
8973
7637
|
margin-left: 328px;
|
|
8974
7638
|
display: inline-block;
|
|
8975
7639
|
}
|
|
8976
|
-
.
|
|
7640
|
+
.index_module_popover_main_content__1c3a52cb {
|
|
8977
7641
|
min-width: 300px !important;
|
|
8978
7642
|
max-width: 340px !important;
|
|
8979
7643
|
background-color: #fff !important;
|
|
@@ -8981,21 +7645,21 @@
|
|
|
8981
7645
|
border-radius: 4px;
|
|
8982
7646
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
8983
7647
|
}
|
|
8984
|
-
.
|
|
7648
|
+
.index_module_popover_main_content__1c3a52cb .bhd-tooltip-content {
|
|
8985
7649
|
background-color: #fff;
|
|
8986
7650
|
border-radius: 4px;
|
|
8987
7651
|
}
|
|
8988
|
-
.
|
|
7652
|
+
.index_module_popover_main_content__1c3a52cb .bhd-tooltip-content .bhd-tooltip-inner {
|
|
8989
7653
|
background-color: #fff;
|
|
8990
7654
|
color: rgba(0, 0, 0, 0.85);
|
|
8991
7655
|
font-size: 14px;
|
|
8992
7656
|
padding: 12px 16px;
|
|
8993
7657
|
border-radius: 4px;
|
|
8994
7658
|
}
|
|
8995
|
-
.
|
|
7659
|
+
.index_module_popover_main_content__1c3a52cb .bhd-tooltip-arrow:before {
|
|
8996
7660
|
background: #ccc !important;
|
|
8997
7661
|
}
|
|
8998
|
-
.
|
|
7662
|
+
.index_module_popover_main_content__1c3a52cb .bhd-tooltip-arrow::after {
|
|
8999
7663
|
width: 0 !important;
|
|
9000
7664
|
height: 0 !important;
|
|
9001
7665
|
border: 5px solid;
|
|
@@ -9007,28 +7671,28 @@
|
|
|
9007
7671
|
right: 0 !important;
|
|
9008
7672
|
box-shadow: none !important;
|
|
9009
7673
|
}
|
|
9010
|
-
.
|
|
7674
|
+
.index_module_popover_main_content_name__1c3a52cb {
|
|
9011
7675
|
width: auto;
|
|
9012
7676
|
background-color: #fff !important;
|
|
9013
7677
|
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
|
|
9014
7678
|
border-radius: 4px;
|
|
9015
7679
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
9016
7680
|
}
|
|
9017
|
-
.
|
|
7681
|
+
.index_module_popover_main_content_name__1c3a52cb .bhd-tooltip-content {
|
|
9018
7682
|
background-color: #fff;
|
|
9019
7683
|
border-radius: 4px;
|
|
9020
7684
|
}
|
|
9021
|
-
.
|
|
7685
|
+
.index_module_popover_main_content_name__1c3a52cb .bhd-tooltip-content .bhd-tooltip-inner {
|
|
9022
7686
|
background-color: #fff;
|
|
9023
7687
|
color: rgba(0, 0, 0, 0.85);
|
|
9024
7688
|
font-size: 14px;
|
|
9025
7689
|
padding: 12px 16px;
|
|
9026
7690
|
border-radius: 4px;
|
|
9027
7691
|
}
|
|
9028
|
-
.
|
|
7692
|
+
.index_module_popover_main_content_name__1c3a52cb .bhd-tooltip-arrow:before {
|
|
9029
7693
|
background: #ccc !important;
|
|
9030
7694
|
}
|
|
9031
|
-
.
|
|
7695
|
+
.index_module_popover_main_content_name__1c3a52cb .bhd-tooltip-arrow::after {
|
|
9032
7696
|
width: 0 !important;
|
|
9033
7697
|
height: 0 !important;
|
|
9034
7698
|
border: 5px solid;
|
|
@@ -9040,7 +7704,7 @@
|
|
|
9040
7704
|
right: 0 !important;
|
|
9041
7705
|
box-shadow: none !important;
|
|
9042
7706
|
}
|
|
9043
|
-
.
|
|
7707
|
+
.index_module_teacher_layout__1c3a52cb {
|
|
9044
7708
|
position: fixed;
|
|
9045
7709
|
right: 568px;
|
|
9046
7710
|
border-radius: 8px;
|
|
@@ -9050,8 +7714,8 @@
|
|
|
9050
7714
|
backdrop-filter: blur(7.5px);
|
|
9051
7715
|
width: 80px;
|
|
9052
7716
|
}
|
|
9053
|
-
.
|
|
9054
|
-
.
|
|
7717
|
+
.index_module_teacher_layout__1c3a52cb .index_module_top__1c3a52cb > div,
|
|
7718
|
+
.index_module_teacher_layout__1c3a52cb .index_module_bottom__1c3a52cb > div {
|
|
9055
7719
|
display: flex;
|
|
9056
7720
|
flex-direction: column;
|
|
9057
7721
|
align-items: center;
|
|
@@ -9063,16 +7727,16 @@
|
|
|
9063
7727
|
position: relative;
|
|
9064
7728
|
cursor: pointer;
|
|
9065
7729
|
}
|
|
9066
|
-
.
|
|
9067
|
-
.
|
|
7730
|
+
.index_module_teacher_layout__1c3a52cb .index_module_top__1c3a52cb > div:hover,
|
|
7731
|
+
.index_module_teacher_layout__1c3a52cb .index_module_bottom__1c3a52cb > div:hover {
|
|
9068
7732
|
background-color: #f5f5f5;
|
|
9069
7733
|
}
|
|
9070
|
-
.
|
|
9071
|
-
.
|
|
7734
|
+
.index_module_teacher_layout__1c3a52cb .index_module_top__1c3a52cb > div:hover .index_module_delete__1c3a52cb,
|
|
7735
|
+
.index_module_teacher_layout__1c3a52cb .index_module_bottom__1c3a52cb > div:hover .index_module_delete__1c3a52cb {
|
|
9072
7736
|
display: block;
|
|
9073
7737
|
}
|
|
9074
|
-
.
|
|
9075
|
-
.
|
|
7738
|
+
.index_module_teacher_layout__1c3a52cb .index_module_top__1c3a52cb > div p,
|
|
7739
|
+
.index_module_teacher_layout__1c3a52cb .index_module_bottom__1c3a52cb > div p {
|
|
9076
7740
|
max-width: 60px;
|
|
9077
7741
|
overflow: hidden;
|
|
9078
7742
|
text-overflow: ellipsis;
|
|
@@ -9082,14 +7746,14 @@
|
|
|
9082
7746
|
line-height: 1;
|
|
9083
7747
|
padding-top: 12px;
|
|
9084
7748
|
}
|
|
9085
|
-
.
|
|
9086
|
-
.
|
|
7749
|
+
.index_module_teacher_layout__1c3a52cb .index_module_top__1c3a52cb > div img,
|
|
7750
|
+
.index_module_teacher_layout__1c3a52cb .index_module_bottom__1c3a52cb > div img {
|
|
9087
7751
|
width: 32px;
|
|
9088
7752
|
height: 32px;
|
|
9089
7753
|
border-radius: 50%;
|
|
9090
7754
|
}
|
|
9091
|
-
.
|
|
9092
|
-
.
|
|
7755
|
+
.index_module_teacher_layout__1c3a52cb .index_module_top__1c3a52cb > div .index_module_num__1c3a52cb,
|
|
7756
|
+
.index_module_teacher_layout__1c3a52cb .index_module_bottom__1c3a52cb > div .index_module_num__1c3a52cb {
|
|
9093
7757
|
position: absolute;
|
|
9094
7758
|
top: 0;
|
|
9095
7759
|
right: 0;
|
|
@@ -9101,8 +7765,8 @@
|
|
|
9101
7765
|
font-size: 12px;
|
|
9102
7766
|
line-height: 1.2;
|
|
9103
7767
|
}
|
|
9104
|
-
.
|
|
9105
|
-
.
|
|
7768
|
+
.index_module_teacher_layout__1c3a52cb .index_module_top__1c3a52cb > div .index_module_delete__1c3a52cb,
|
|
7769
|
+
.index_module_teacher_layout__1c3a52cb .index_module_bottom__1c3a52cb > div .index_module_delete__1c3a52cb {
|
|
9106
7770
|
position: absolute;
|
|
9107
7771
|
top: 2px;
|
|
9108
7772
|
right: 2px;
|
|
@@ -9110,35 +7774,35 @@
|
|
|
9110
7774
|
font-size: 12px;
|
|
9111
7775
|
display: none;
|
|
9112
7776
|
}
|
|
9113
|
-
.
|
|
7777
|
+
.index_module_teacher_layout__1c3a52cb .index_module_top__1c3a52cb > div {
|
|
9114
7778
|
margin: 8px;
|
|
9115
7779
|
}
|
|
9116
|
-
.
|
|
7780
|
+
.index_module_teacher_layout__1c3a52cb .index_module_top__1c3a52cb .index_module_shrink__1c3a52cb {
|
|
9117
7781
|
border-bottom: 1px solid #ebebeb;
|
|
9118
7782
|
border-radius: 0;
|
|
9119
7783
|
margin-bottom: 8px;
|
|
9120
7784
|
margin-top: 8px;
|
|
9121
7785
|
}
|
|
9122
|
-
.
|
|
7786
|
+
.index_module_teacher_layout__1c3a52cb .index_module_top__1c3a52cb .index_module_shrink__1c3a52cb > span {
|
|
9123
7787
|
font-size: 20px;
|
|
9124
7788
|
}
|
|
9125
|
-
.
|
|
7789
|
+
.index_module_teacher_layout__1c3a52cb .index_module_top__1c3a52cb .index_module_shrink__1c3a52cb p {
|
|
9126
7790
|
padding-top: 0;
|
|
9127
7791
|
}
|
|
9128
|
-
.
|
|
7792
|
+
.index_module_teacher_layout__1c3a52cb .index_module_top__1c3a52cb .index_module_shrink__1c3a52cb:hover {
|
|
9129
7793
|
background-color: #fff !important;
|
|
9130
7794
|
}
|
|
9131
|
-
.
|
|
9132
|
-
.
|
|
7795
|
+
.index_module_teacher_layout__1c3a52cb .index_module_top__1c3a52cb .index_module_active__1c3a52cb,
|
|
7796
|
+
.index_module_teacher_layout__1c3a52cb .index_module_bottom__1c3a52cb .index_module_active__1c3a52cb {
|
|
9133
7797
|
background: #ffe8e0;
|
|
9134
7798
|
}
|
|
9135
|
-
.
|
|
7799
|
+
.index_module_teacher_layout__1c3a52cb .index_module_bottom__1c3a52cb > div:last-child {
|
|
9136
7800
|
margin-bottom: 0;
|
|
9137
7801
|
}
|
|
9138
|
-
.
|
|
7802
|
+
.index_module_teacher_layout__1c3a52cb .index_module_bottom__1c3a52cb > div:first-child {
|
|
9139
7803
|
margin-top: 0;
|
|
9140
7804
|
}
|
|
9141
|
-
.
|
|
7805
|
+
.index_module_teacher_layout__1c3a52cb .index_module_bottom__1c3a52cb {
|
|
9142
7806
|
max-height: 524px;
|
|
9143
7807
|
padding: 0 8px;
|
|
9144
7808
|
padding-right: 4px;
|
|
@@ -9146,66 +7810,66 @@
|
|
|
9146
7810
|
margin-bottom: 8px;
|
|
9147
7811
|
margin-top: 8px;
|
|
9148
7812
|
}
|
|
9149
|
-
.
|
|
7813
|
+
.index_module_teacher_layout__1c3a52cb .index_module_bottom__1c3a52cb::-webkit-scrollbar {
|
|
9150
7814
|
background-color: #eaedf1;
|
|
9151
7815
|
background-color: transparent;
|
|
9152
7816
|
width: 4px;
|
|
9153
7817
|
height: 4px;
|
|
9154
7818
|
}
|
|
9155
|
-
.
|
|
7819
|
+
.index_module_teacher_layout__1c3a52cb .index_module_bottom__1c3a52cb::-webkit-scrollbar-thumb {
|
|
9156
7820
|
border-radius: 4px;
|
|
9157
7821
|
background-color: rgba(0, 0, 0, 0.25);
|
|
9158
7822
|
}
|
|
9159
|
-
.
|
|
7823
|
+
.index_module_teacher_layout_newlabo__1c3a52cb {
|
|
9160
7824
|
top: 50px;
|
|
9161
7825
|
right: 0;
|
|
9162
7826
|
}
|
|
9163
|
-
.
|
|
7827
|
+
.index_module_teacher_layout_newlabo__1c3a52cb .index_module_top__1c3a52cb svg {
|
|
9164
7828
|
transform: rotate(180deg);
|
|
9165
7829
|
}
|
|
9166
|
-
.
|
|
9167
|
-
.
|
|
7830
|
+
.index_module_teacher_layout_newlabo__1c3a52cb .index_module_top__1c3a52cb .index_module_active__1c3a52cb,
|
|
7831
|
+
.index_module_teacher_layout_newlabo__1c3a52cb .index_module_bottom__1c3a52cb .index_module_active__1c3a52cb {
|
|
9168
7832
|
background-color: #D1E4FF;
|
|
9169
7833
|
}
|
|
9170
|
-
.
|
|
7834
|
+
.index_module_teacher_layout_modal__1c3a52cb {
|
|
9171
7835
|
width: 328px;
|
|
9172
7836
|
height: calc(100% - 48px);
|
|
9173
7837
|
background-color: #fff;
|
|
9174
7838
|
position: absolute;
|
|
9175
7839
|
border-top: 1px solid #ebebeb;
|
|
9176
7840
|
}
|
|
9177
|
-
.
|
|
9178
|
-
.
|
|
7841
|
+
.index_module_teacher_layout_modal__1c3a52cb .index_module_top__1c3a52cb .index_module_ai__1c3a52cb,
|
|
7842
|
+
.index_module_teacher_layout_modal__1c3a52cb .index_module_bottom__1c3a52cb .index_module_ai__1c3a52cb {
|
|
9179
7843
|
border-bottom: 1px solid #ebebeb;
|
|
9180
7844
|
padding: 16px;
|
|
9181
7845
|
display: flex;
|
|
9182
7846
|
align-items: center;
|
|
9183
7847
|
cursor: pointer;
|
|
9184
7848
|
}
|
|
9185
|
-
.
|
|
9186
|
-
.
|
|
7849
|
+
.index_module_teacher_layout_modal__1c3a52cb .index_module_top__1c3a52cb .index_module_ai__1c3a52cb img,
|
|
7850
|
+
.index_module_teacher_layout_modal__1c3a52cb .index_module_bottom__1c3a52cb .index_module_ai__1c3a52cb img {
|
|
9187
7851
|
width: 32px;
|
|
9188
7852
|
height: 32px;
|
|
9189
7853
|
border-radius: 50%;
|
|
9190
7854
|
margin-right: 12px;
|
|
9191
7855
|
}
|
|
9192
|
-
.
|
|
9193
|
-
.
|
|
7856
|
+
.index_module_teacher_layout_modal__1c3a52cb .index_module_top__1c3a52cb .index_module_ai__1c3a52cb > span,
|
|
7857
|
+
.index_module_teacher_layout_modal__1c3a52cb .index_module_bottom__1c3a52cb .index_module_ai__1c3a52cb > span {
|
|
9194
7858
|
margin-right: 12px;
|
|
9195
7859
|
}
|
|
9196
|
-
.
|
|
9197
|
-
.
|
|
7860
|
+
.index_module_teacher_layout_modal__1c3a52cb .index_module_top__1c3a52cb .index_module_ai__1c3a52cb .index_module_user_info__1c3a52cb,
|
|
7861
|
+
.index_module_teacher_layout_modal__1c3a52cb .index_module_bottom__1c3a52cb .index_module_ai__1c3a52cb .index_module_user_info__1c3a52cb {
|
|
9198
7862
|
width: 252px;
|
|
9199
7863
|
}
|
|
9200
|
-
.
|
|
9201
|
-
.
|
|
7864
|
+
.index_module_teacher_layout_modal__1c3a52cb .index_module_top__1c3a52cb .index_module_ai__1c3a52cb .index_module_user_info__1c3a52cb .index_module_message__1c3a52cb,
|
|
7865
|
+
.index_module_teacher_layout_modal__1c3a52cb .index_module_bottom__1c3a52cb .index_module_ai__1c3a52cb .index_module_user_info__1c3a52cb .index_module_message__1c3a52cb {
|
|
9202
7866
|
color: #000;
|
|
9203
7867
|
font-size: 14px;
|
|
9204
7868
|
line-height: 1;
|
|
9205
7869
|
padding-right: 10px;
|
|
9206
7870
|
}
|
|
9207
|
-
.
|
|
9208
|
-
.
|
|
7871
|
+
.index_module_teacher_layout_modal__1c3a52cb .index_module_top__1c3a52cb .index_module_ai__1c3a52cb .index_module_user_info__1c3a52cb .index_module_message__1c3a52cb .index_module_num__1c3a52cb,
|
|
7872
|
+
.index_module_teacher_layout_modal__1c3a52cb .index_module_bottom__1c3a52cb .index_module_ai__1c3a52cb .index_module_user_info__1c3a52cb .index_module_message__1c3a52cb .index_module_num__1c3a52cb {
|
|
9209
7873
|
margin-left: 12px;
|
|
9210
7874
|
border-radius: 26px;
|
|
9211
7875
|
background-color: #f4523b;
|
|
@@ -9215,14 +7879,14 @@
|
|
|
9215
7879
|
font-size: 12px;
|
|
9216
7880
|
line-height: 1;
|
|
9217
7881
|
}
|
|
9218
|
-
.
|
|
9219
|
-
.
|
|
7882
|
+
.index_module_teacher_layout_modal__1c3a52cb .index_module_top__1c3a52cb .index_module_ai__1c3a52cb .index_module_user_info__1c3a52cb .index_module_message__1c3a52cb .index_module_time__1c3a52cb,
|
|
7883
|
+
.index_module_teacher_layout_modal__1c3a52cb .index_module_bottom__1c3a52cb .index_module_ai__1c3a52cb .index_module_user_info__1c3a52cb .index_module_message__1c3a52cb .index_module_time__1c3a52cb {
|
|
9220
7884
|
font-size: 12px;
|
|
9221
7885
|
color: rgba(0, 0, 0, 0.25);
|
|
9222
7886
|
float: right;
|
|
9223
7887
|
}
|
|
9224
|
-
.
|
|
9225
|
-
.
|
|
7888
|
+
.index_module_teacher_layout_modal__1c3a52cb .index_module_top__1c3a52cb .index_module_ai__1c3a52cb .index_module_user_info__1c3a52cb .index_module_con__1c3a52cb,
|
|
7889
|
+
.index_module_teacher_layout_modal__1c3a52cb .index_module_bottom__1c3a52cb .index_module_ai__1c3a52cb .index_module_user_info__1c3a52cb .index_module_con__1c3a52cb {
|
|
9226
7890
|
color: rgba(0, 0, 0, 0.45);
|
|
9227
7891
|
font-size: 12px;
|
|
9228
7892
|
line-height: 1.5;
|
|
@@ -9231,32 +7895,32 @@
|
|
|
9231
7895
|
white-space: nowrap;
|
|
9232
7896
|
text-overflow: ellipsis;
|
|
9233
7897
|
}
|
|
9234
|
-
.
|
|
9235
|
-
.
|
|
7898
|
+
.index_module_teacher_layout_modal__1c3a52cb .index_module_top__1c3a52cb .index_module_active__1c3a52cb,
|
|
7899
|
+
.index_module_teacher_layout_modal__1c3a52cb .index_module_bottom__1c3a52cb .index_module_active__1c3a52cb {
|
|
9236
7900
|
background: #ffe8e0;
|
|
9237
7901
|
}
|
|
9238
|
-
.
|
|
7902
|
+
.index_module_teacher_layout_modal__1c3a52cb .index_module_bottom__1c3a52cb {
|
|
9239
7903
|
overflow: auto;
|
|
9240
7904
|
height: calc(100% - 70px);
|
|
9241
7905
|
}
|
|
9242
|
-
.
|
|
7906
|
+
.index_module_teacher_layout_modal__1c3a52cb .index_module_bottom__1c3a52cb::-webkit-scrollbar {
|
|
9243
7907
|
background-color: #eaedf1;
|
|
9244
7908
|
background-color: transparent;
|
|
9245
7909
|
width: 4px;
|
|
9246
7910
|
height: 4px;
|
|
9247
7911
|
}
|
|
9248
|
-
.
|
|
7912
|
+
.index_module_teacher_layout_modal__1c3a52cb .index_module_bottom__1c3a52cb::-webkit-scrollbar-thumb {
|
|
9249
7913
|
border-radius: 4px;
|
|
9250
7914
|
background-color: rgba(0, 0, 0, 0.25);
|
|
9251
7915
|
}
|
|
9252
|
-
.
|
|
7916
|
+
.index_module_teacher_layout_modal__1c3a52cb .anticon {
|
|
9253
7917
|
vertical-align: 0;
|
|
9254
7918
|
}
|
|
9255
|
-
.
|
|
9256
|
-
.
|
|
7919
|
+
.index_module_teacher_layout_modal_newlabo__1c3a52cb .index_module_top__1c3a52cb .index_module_active__1c3a52cb,
|
|
7920
|
+
.index_module_teacher_layout_modal_newlabo__1c3a52cb .index_module_bottom__1c3a52cb .index_module_active__1c3a52cb {
|
|
9257
7921
|
background: #f0f8ff !important;
|
|
9258
7922
|
}
|
|
9259
|
-
.
|
|
7923
|
+
.index_module_history_list__1c3a52cb {
|
|
9260
7924
|
position: absolute;
|
|
9261
7925
|
top: 0;
|
|
9262
7926
|
background: rgba(0, 0, 0, 0.3);
|
|
@@ -9264,7 +7928,7 @@
|
|
|
9264
7928
|
height: 100%;
|
|
9265
7929
|
overflow: hidden;
|
|
9266
7930
|
}
|
|
9267
|
-
.
|
|
7931
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb {
|
|
9268
7932
|
background: #fff;
|
|
9269
7933
|
position: absolute;
|
|
9270
7934
|
z-index: 10;
|
|
@@ -9272,10 +7936,10 @@
|
|
|
9272
7936
|
width: 100%;
|
|
9273
7937
|
border-radius: 16px 16px 0px 0px;
|
|
9274
7938
|
overflow: hidden;
|
|
9275
|
-
animation:
|
|
7939
|
+
animation: index_module_mymove__1c3a52cb 1s forwards;
|
|
9276
7940
|
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
|
|
9277
7941
|
}
|
|
9278
|
-
.
|
|
7942
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_title__1c3a52cb {
|
|
9279
7943
|
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
|
9280
7944
|
font-size: 16px;
|
|
9281
7945
|
font-weight: 600;
|
|
@@ -9284,18 +7948,18 @@
|
|
|
9284
7948
|
display: flex;
|
|
9285
7949
|
justify-content: space-between;
|
|
9286
7950
|
}
|
|
9287
|
-
.
|
|
7951
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_title__1c3a52cb svg {
|
|
9288
7952
|
font-size: 12px;
|
|
9289
7953
|
cursor: pointer;
|
|
9290
7954
|
opacity: 0.65;
|
|
9291
7955
|
font-weight: 300;
|
|
9292
7956
|
}
|
|
9293
|
-
.
|
|
7957
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_search_top__1c3a52cb {
|
|
9294
7958
|
position: relative;
|
|
9295
7959
|
margin: 16px 24px;
|
|
9296
7960
|
background-color: #fff;
|
|
9297
7961
|
}
|
|
9298
|
-
.
|
|
7962
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_search_top__1c3a52cb input {
|
|
9299
7963
|
width: 100%;
|
|
9300
7964
|
height: 40px;
|
|
9301
7965
|
line-height: 40px;
|
|
@@ -9305,7 +7969,7 @@
|
|
|
9305
7969
|
padding-right: 30px;
|
|
9306
7970
|
color: rgba(0, 0, 0, 0.85);
|
|
9307
7971
|
}
|
|
9308
|
-
.
|
|
7972
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_search_top__1c3a52cb .anticon {
|
|
9309
7973
|
position: absolute;
|
|
9310
7974
|
top: 11px;
|
|
9311
7975
|
z-index: 1;
|
|
@@ -9313,7 +7977,7 @@
|
|
|
9313
7977
|
font-size: 16px;
|
|
9314
7978
|
color: rgba(0, 0, 0, 0.65);
|
|
9315
7979
|
}
|
|
9316
|
-
.
|
|
7980
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_search_top__1c3a52cb .guanbi_Close {
|
|
9317
7981
|
position: absolute;
|
|
9318
7982
|
top: 3px;
|
|
9319
7983
|
right: 38px;
|
|
@@ -9322,70 +7986,74 @@
|
|
|
9322
7986
|
color: rgba(0, 0, 0, 0.65);
|
|
9323
7987
|
cursor: pointer;
|
|
9324
7988
|
}
|
|
9325
|
-
.
|
|
7989
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_search_top__1c3a52cb .guanbi_Close svg {
|
|
9326
7990
|
font-size: 10px;
|
|
9327
7991
|
opacity: 0.65;
|
|
9328
7992
|
}
|
|
9329
|
-
.
|
|
7993
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_search_top__1c3a52cb svg {
|
|
9330
7994
|
opacity: 0.65;
|
|
9331
7995
|
font-weight: 300;
|
|
9332
7996
|
}
|
|
9333
|
-
.
|
|
7997
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb:first-child {
|
|
9334
7998
|
margin-top: 0;
|
|
9335
7999
|
}
|
|
9336
|
-
.
|
|
8000
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb {
|
|
9337
8001
|
overflow: auto;
|
|
9338
8002
|
height: 510px;
|
|
9339
8003
|
}
|
|
9340
|
-
.
|
|
8004
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb::-webkit-scrollbar {
|
|
9341
8005
|
background-color: #eaedf1;
|
|
9342
8006
|
background-color: transparent;
|
|
9343
8007
|
width: 4px;
|
|
9344
8008
|
height: 4px;
|
|
9345
8009
|
}
|
|
9346
|
-
.
|
|
8010
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb::-webkit-scrollbar-thumb {
|
|
9347
8011
|
border-radius: 4px;
|
|
9348
8012
|
background-color: rgba(0, 0, 0, 0.25);
|
|
9349
8013
|
}
|
|
9350
|
-
.
|
|
8014
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_list_item__1c3a52cb .index_module_list_summary__1c3a52cb {
|
|
9351
8015
|
width: 100%;
|
|
9352
8016
|
padding: 8px 16px;
|
|
9353
8017
|
display: flex;
|
|
9354
8018
|
align-items: center;
|
|
9355
8019
|
border-bottom: 1px solid #ebebeb;
|
|
8020
|
+
cursor: pointer;
|
|
9356
8021
|
}
|
|
9357
|
-
.
|
|
8022
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_list_item__1c3a52cb .index_module_list_summary__1c3a52cb:hover {
|
|
8023
|
+
background-color: #EBEBEB;
|
|
8024
|
+
}
|
|
8025
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_list_item__1c3a52cb .index_module_list_summary__1c3a52cb .index_module_head_img__1c3a52cb {
|
|
9358
8026
|
width: 36px;
|
|
9359
8027
|
height: 36px;
|
|
9360
8028
|
border-radius: 50%;
|
|
9361
8029
|
margin-right: 16px;
|
|
9362
8030
|
}
|
|
9363
|
-
.
|
|
8031
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_list_item__1c3a52cb .index_module_list_summary__1c3a52cb .index_module_head_img__1c3a52cb img {
|
|
9364
8032
|
width: 36px;
|
|
9365
8033
|
height: 36px;
|
|
9366
8034
|
border-radius: 50%;
|
|
9367
8035
|
}
|
|
9368
|
-
.
|
|
8036
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_list_item__1c3a52cb .index_module_list_summary__1c3a52cb .index_module_head_img__1c3a52cb svg {
|
|
9369
8037
|
width: 36px;
|
|
9370
8038
|
height: 36px;
|
|
9371
8039
|
}
|
|
9372
|
-
.
|
|
8040
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_list_item__1c3a52cb .index_module_list_summary__1c3a52cb .index_module_list_desc__1c3a52cb {
|
|
9373
8041
|
width: calc(100% - 56px);
|
|
9374
8042
|
}
|
|
9375
|
-
.
|
|
8043
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_list_item__1c3a52cb .index_module_list_summary__1c3a52cb .index_module_list_desc__1c3a52cb .index_module_name__1c3a52cb {
|
|
9376
8044
|
color: rgba(0, 0, 0, 0.85);
|
|
9377
8045
|
font-size: 16px;
|
|
9378
8046
|
font-weight: 600;
|
|
9379
8047
|
line-height: 150%;
|
|
9380
8048
|
margin-bottom: 4px;
|
|
9381
8049
|
}
|
|
9382
|
-
.
|
|
8050
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_list_item__1c3a52cb .index_module_list_summary__1c3a52cb .index_module_list_desc__1c3a52cb .index_module_name__1c3a52cb .index_module_time__1c3a52cb {
|
|
9383
8051
|
float: right;
|
|
9384
8052
|
font-size: 14px;
|
|
9385
8053
|
color: #8c8c8c;
|
|
9386
8054
|
font-weight: 400;
|
|
9387
8055
|
}
|
|
9388
|
-
.
|
|
8056
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_list_item__1c3a52cb .index_module_list_summary__1c3a52cb .index_module_list_desc__1c3a52cb .index_module_decs__1c3a52cb {
|
|
9389
8057
|
color: rgba(0, 0, 0, 0.65);
|
|
9390
8058
|
font-size: 14px;
|
|
9391
8059
|
font-weight: 400;
|
|
@@ -9394,29 +8062,35 @@
|
|
|
9394
8062
|
text-overflow: ellipsis;
|
|
9395
8063
|
white-space: nowrap;
|
|
9396
8064
|
}
|
|
9397
|
-
.
|
|
8065
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_list_item__1c3a52cb .index_module_list_summary__1c3a52cb .index_module_list_desc__1c3a52cb .index_module_decs__1c3a52cb span {
|
|
9398
8066
|
color: #f4523b;
|
|
9399
8067
|
}
|
|
9400
|
-
.
|
|
8068
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_list_item__1c3a52cb .index_module_list_summary__1c3a52cb .index_module_open__1c3a52cb {
|
|
9401
8069
|
font-size: 24px;
|
|
9402
8070
|
color: rgba(0, 0, 0, 0.65);
|
|
9403
8071
|
}
|
|
9404
|
-
.
|
|
8072
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_list_item__1c3a52cb .index_module_list_summary__1c3a52cb .index_module_active__1c3a52cb svg {
|
|
9405
8073
|
transform: rotate(90deg);
|
|
9406
8074
|
}
|
|
9407
|
-
.
|
|
8075
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_list_item__1c3a52cb .index_module_list_summary_active__1c3a52cb {
|
|
8076
|
+
background-color: #fff4f0;
|
|
8077
|
+
}
|
|
8078
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_list_item__1c3a52cb .index_module_list_summary_active__1c3a52cb:hover {
|
|
8079
|
+
background-color: #fff4f0;
|
|
8080
|
+
}
|
|
8081
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_list_item__1c3a52cb .index_module_list_detail__1c3a52cb {
|
|
9408
8082
|
background-color: rgba(0, 0, 0, 0.02);
|
|
9409
8083
|
}
|
|
9410
|
-
.
|
|
8084
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_list_item__1c3a52cb .index_module_list_detail__1c3a52cb .index_module_list__1c3a52cb {
|
|
9411
8085
|
padding: 8px 16px;
|
|
9412
8086
|
margin-bottom: 1px;
|
|
9413
8087
|
position: relative;
|
|
9414
8088
|
cursor: pointer;
|
|
9415
8089
|
}
|
|
9416
|
-
.
|
|
8090
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_list_item__1c3a52cb .index_module_list_detail__1c3a52cb .index_module_list__1c3a52cb:hover {
|
|
9417
8091
|
background-color: rgba(0, 0, 0, 0.04);
|
|
9418
8092
|
}
|
|
9419
|
-
.
|
|
8093
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_list_item__1c3a52cb .index_module_list_detail__1c3a52cb .index_module_list__1c3a52cb::before {
|
|
9420
8094
|
content: "";
|
|
9421
8095
|
display: inline-block;
|
|
9422
8096
|
width: 100%;
|
|
@@ -9426,51 +8100,47 @@
|
|
|
9426
8100
|
bottom: -1px;
|
|
9427
8101
|
left: -1px;
|
|
9428
8102
|
}
|
|
9429
|
-
.
|
|
8103
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_list_item__1c3a52cb .index_module_list_detail__1c3a52cb .index_module_list__1c3a52cb .index_module_name__1c3a52cb {
|
|
9430
8104
|
display: flex;
|
|
9431
8105
|
justify-content: space-between;
|
|
9432
8106
|
align-items: center;
|
|
9433
|
-
margin-bottom:
|
|
8107
|
+
margin-bottom: 4px;
|
|
9434
8108
|
}
|
|
9435
|
-
.
|
|
9436
|
-
color: rgba(0, 0, 0, 0.
|
|
9437
|
-
font-size:
|
|
9438
|
-
font-weight: 600;
|
|
8109
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_list_item__1c3a52cb .index_module_list_detail__1c3a52cb .index_module_list__1c3a52cb .index_module_name__1c3a52cb p {
|
|
8110
|
+
color: rgba(0, 0, 0, 0.65);
|
|
8111
|
+
font-size: 14px;
|
|
9439
8112
|
line-height: 1.5;
|
|
9440
8113
|
}
|
|
9441
|
-
.
|
|
8114
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_list_item__1c3a52cb .index_module_list_detail__1c3a52cb .index_module_list__1c3a52cb .index_module_name__1c3a52cb .index_module_time__1c3a52cb {
|
|
9442
8115
|
font-size: 14px;
|
|
9443
8116
|
color: #8c8c8c;
|
|
9444
8117
|
}
|
|
9445
|
-
.
|
|
8118
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_list_item__1c3a52cb .index_module_list_detail__1c3a52cb .index_module_list__1c3a52cb .index_module_con__1c3a52cb {
|
|
9446
8119
|
color: rgba(0, 0, 0, 0.85);
|
|
9447
8120
|
font-size: 14px;
|
|
9448
8121
|
font-weight: 400;
|
|
9449
8122
|
line-height: 150%;
|
|
9450
8123
|
overflow: hidden;
|
|
9451
8124
|
text-overflow: ellipsis;
|
|
9452
|
-
-
|
|
9453
|
-
-
|
|
9454
|
-
display: -webkit-box;
|
|
9455
|
-
max-height: 40px;
|
|
9456
|
-
word-break: break-all;
|
|
8125
|
+
max-height: 21px;
|
|
8126
|
+
white-space: nowrap;
|
|
9457
8127
|
}
|
|
9458
|
-
.
|
|
8128
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_list_item__1c3a52cb .index_module_list_detail__1c3a52cb .index_module_list__1c3a52cb .index_module_con__1c3a52cb span {
|
|
9459
8129
|
color: #f4523b;
|
|
9460
8130
|
}
|
|
9461
|
-
.
|
|
8131
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_list_item__1c3a52cb .index_module_list_detail__1c3a52cb .index_module_list_more__1c3a52cb {
|
|
9462
8132
|
text-align: center;
|
|
9463
8133
|
color: rgba(0, 0, 0, 0.45);
|
|
9464
8134
|
font-size: 14px;
|
|
9465
8135
|
}
|
|
9466
|
-
.
|
|
8136
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_no_data__1c3a52cb {
|
|
9467
8137
|
text-align: center;
|
|
9468
8138
|
margin-top: 130px;
|
|
9469
8139
|
}
|
|
9470
|
-
.
|
|
8140
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_no_data__1c3a52cb img {
|
|
9471
8141
|
width: 160px;
|
|
9472
8142
|
}
|
|
9473
|
-
.
|
|
8143
|
+
.index_module_history_list__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb .index_module_no_data__1c3a52cb p {
|
|
9474
8144
|
margin-top: 24px;
|
|
9475
8145
|
color: rgba(0, 0, 0, 0.45);
|
|
9476
8146
|
text-align: center;
|
|
@@ -9478,7 +8148,7 @@
|
|
|
9478
8148
|
line-height: 100%;
|
|
9479
8149
|
/* 14px */
|
|
9480
8150
|
}
|
|
9481
|
-
@keyframes
|
|
8151
|
+
@keyframes index_module_mymove__1c3a52cb {
|
|
9482
8152
|
from {
|
|
9483
8153
|
bottom: -500px;
|
|
9484
8154
|
}
|
|
@@ -9486,10 +8156,10 @@
|
|
|
9486
8156
|
bottom: 0;
|
|
9487
8157
|
}
|
|
9488
8158
|
}
|
|
9489
|
-
.
|
|
8159
|
+
.index_module_history_list__1c3a52cb .anticon {
|
|
9490
8160
|
vertical-align: 0;
|
|
9491
8161
|
}
|
|
9492
|
-
.
|
|
8162
|
+
.index_module_history_list_broadside__1c3a52cb {
|
|
9493
8163
|
width: 417px;
|
|
9494
8164
|
height: calc(100% - 48px);
|
|
9495
8165
|
right: 0;
|
|
@@ -9498,18 +8168,18 @@
|
|
|
9498
8168
|
background: transparent;
|
|
9499
8169
|
overflow: visible;
|
|
9500
8170
|
}
|
|
9501
|
-
.
|
|
8171
|
+
.index_module_history_list_broadside__1c3a52cb .index_module_search_layout__1c3a52cb {
|
|
9502
8172
|
height: 100%;
|
|
9503
8173
|
border-radius: 0;
|
|
9504
8174
|
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
|
|
9505
8175
|
}
|
|
9506
|
-
.
|
|
8176
|
+
.index_module_history_list_broadside__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_search_top__1c3a52cb {
|
|
9507
8177
|
margin: 16px;
|
|
9508
8178
|
}
|
|
9509
|
-
.
|
|
8179
|
+
.index_module_history_list_broadside__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_title__1c3a52cb {
|
|
9510
8180
|
padding: 16px;
|
|
9511
8181
|
}
|
|
9512
|
-
.
|
|
8182
|
+
.index_module_history_list_broadside__1c3a52cb .index_module_search_layout__1c3a52cb .index_module_main_list__1c3a52cb {
|
|
9513
8183
|
height: calc(100% - 140px);
|
|
9514
8184
|
max-height: calc(100% - 140px);
|
|
9515
8185
|
}
|