bhd-components 0.7.1 → 0.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/{fd2fee4a.esm.es5.development.js → 0650d749.esm.es5.development.js} +1 -1
- package/dist/{f1d44d24.esm.es5.production.js → 24d37cb8.esm.es5.production.js} +1 -1
- package/dist/index.esm.es5.development.css +1352 -0
- package/dist/index.esm.es5.development.js +268 -269
- package/dist/index.esm.es5.production.css +1 -1
- package/dist/index.esm.es5.production.js +1 -1
- package/es2017/customerService/historyFun.js +1 -1
- package/es2017/customerService/index.js +251 -252
- package/es2017/customerService/index2.module.less +1392 -0
- package/esm/customerService/historyFun.js +1 -1
- package/esm/customerService/index.js +265 -266
- package/esm/customerService/index2.module.less +1392 -0
- package/package.json +1 -1
|
@@ -6389,6 +6389,1358 @@
|
|
|
6389
6389
|
"description": "图标,六级填充色"
|
|
6390
6390
|
}
|
|
6391
6391
|
*/
|
|
6392
|
+
.index2_module_service_ChatWindow_Drawer__ede82ba9,
|
|
6393
|
+
.index2_module_ChatWindow_Modal__ede82ba9 {
|
|
6394
|
+
width: 100% !important;
|
|
6395
|
+
}
|
|
6396
|
+
.index2_module_service_ChatWindow_Drawer__ede82ba9 .bhd-drawer-mask,
|
|
6397
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .bhd-drawer-mask {
|
|
6398
|
+
background-color: rgba(0, 0, 0, 0.15) !important;
|
|
6399
|
+
}
|
|
6400
|
+
.index2_module_ChatWindow_Drawer__ede82ba9,
|
|
6401
|
+
.index2_module_ChatWindow_Modal__ede82ba9 {
|
|
6402
|
+
/* 全局修改滚动条样式 */
|
|
6403
|
+
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1) !important;
|
|
6404
|
+
}
|
|
6405
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 textarea::-webkit-scrollbar,
|
|
6406
|
+
.index2_module_ChatWindow_Modal__ede82ba9 textarea::-webkit-scrollbar {
|
|
6407
|
+
background-color: #eaedf1;
|
|
6408
|
+
background-color: transparent;
|
|
6409
|
+
width: 4px;
|
|
6410
|
+
height: 4px;
|
|
6411
|
+
}
|
|
6412
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 textarea::-webkit-scrollbar-thumb,
|
|
6413
|
+
.index2_module_ChatWindow_Modal__ede82ba9 textarea::-webkit-scrollbar-thumb {
|
|
6414
|
+
border-radius: 4px;
|
|
6415
|
+
background-color: rgba(0, 0, 0, 0.25);
|
|
6416
|
+
}
|
|
6417
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 pre::-webkit-scrollbar,
|
|
6418
|
+
.index2_module_ChatWindow_Modal__ede82ba9 pre::-webkit-scrollbar {
|
|
6419
|
+
background-color: #eaedf1;
|
|
6420
|
+
background-color: transparent;
|
|
6421
|
+
width: 4px;
|
|
6422
|
+
height: 4px;
|
|
6423
|
+
}
|
|
6424
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 pre::-webkit-scrollbar-thumb,
|
|
6425
|
+
.index2_module_ChatWindow_Modal__ede82ba9 pre::-webkit-scrollbar-thumb {
|
|
6426
|
+
border-radius: 4px;
|
|
6427
|
+
background-color: rgba(0, 0, 0, 0.25);
|
|
6428
|
+
}
|
|
6429
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .bhd-drawer-body,
|
|
6430
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .bhd-drawer-body {
|
|
6431
|
+
padding: 0 !important;
|
|
6432
|
+
}
|
|
6433
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_header_wrap__ede82ba9 .index2_module_top__ede82ba9,
|
|
6434
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_header_wrap__ede82ba9 .index2_module_top__ede82ba9 {
|
|
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__ede82ba9 .index2_module_header_wrap__ede82ba9 .index2_module_top__ede82ba9 .index2_module_user__ede82ba9,
|
|
6443
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_header_wrap__ede82ba9 .index2_module_top__ede82ba9 .index2_module_user__ede82ba9 {
|
|
6444
|
+
color: #000;
|
|
6445
|
+
font-size: 16px;
|
|
6446
|
+
font-weight: 600;
|
|
6447
|
+
position: relative;
|
|
6448
|
+
padding-left: 36px;
|
|
6449
|
+
}
|
|
6450
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_header_wrap__ede82ba9 .index2_module_top__ede82ba9 .index2_module_user__ede82ba9 i,
|
|
6451
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_header_wrap__ede82ba9 .index2_module_top__ede82ba9 .index2_module_user__ede82ba9 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__ede82ba9 .index2_module_header_wrap__ede82ba9 .index2_module_top__ede82ba9 .index2_module_user__ede82ba9 .index2_module_count__ede82ba9,
|
|
6461
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_header_wrap__ede82ba9 .index2_module_top__ede82ba9 .index2_module_user__ede82ba9 .index2_module_count__ede82ba9 {
|
|
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__ede82ba9 .index2_module_header_wrap__ede82ba9 .index2_module_top__ede82ba9 .index2_module_operate__ede82ba9,
|
|
6473
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_header_wrap__ede82ba9 .index2_module_top__ede82ba9 .index2_module_operate__ede82ba9 {
|
|
6474
|
+
display: flex;
|
|
6475
|
+
height: 16px;
|
|
6476
|
+
}
|
|
6477
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_header_wrap__ede82ba9 .index2_module_top__ede82ba9 .index2_module_operate__ede82ba9 i,
|
|
6478
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_header_wrap__ede82ba9 .index2_module_top__ede82ba9 .index2_module_operate__ede82ba9 i {
|
|
6479
|
+
font-size: 16px;
|
|
6480
|
+
margin-left: 23px;
|
|
6481
|
+
cursor: pointer;
|
|
6482
|
+
}
|
|
6483
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_header_wrap__ede82ba9 .index2_module_top__ede82ba9 .index2_module_operate__ede82ba9 .index2_module_line__ede82ba9,
|
|
6484
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_header_wrap__ede82ba9 .index2_module_top__ede82ba9 .index2_module_operate__ede82ba9 .index2_module_line__ede82ba9 {
|
|
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__ede82ba9 .index2_module_header_wrap_newlabo__ede82ba9 .index2_module_top__ede82ba9,
|
|
6493
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_header_wrap_newlabo__ede82ba9 .index2_module_top__ede82ba9 {
|
|
6494
|
+
background-color: #f5f5f5;
|
|
6495
|
+
border-bottom: 1px solid #ebebeb;
|
|
6496
|
+
}
|
|
6497
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_header_wrap_newlabo__ede82ba9 .index2_module_top__ede82ba9 .index2_module_user__ede82ba9,
|
|
6498
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_header_wrap_newlabo__ede82ba9 .index2_module_top__ede82ba9 .index2_module_user__ede82ba9 {
|
|
6499
|
+
padding-left: 0;
|
|
6500
|
+
font-weight: 400;
|
|
6501
|
+
}
|
|
6502
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9,
|
|
6503
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 {
|
|
6504
|
+
max-height: calc(100vh - 110px);
|
|
6505
|
+
overflow: auto;
|
|
6506
|
+
background: #f5f5f5;
|
|
6507
|
+
min-height: 200px;
|
|
6508
|
+
}
|
|
6509
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_loading__ede82ba9,
|
|
6510
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_loading__ede82ba9 {
|
|
6511
|
+
text-align: center;
|
|
6512
|
+
margin: 10px 0;
|
|
6513
|
+
}
|
|
6514
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_loading__ede82ba9 img,
|
|
6515
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_loading__ede82ba9 img {
|
|
6516
|
+
width: 30px;
|
|
6517
|
+
height: 30px;
|
|
6518
|
+
}
|
|
6519
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9,
|
|
6520
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 {
|
|
6521
|
+
padding: 16px;
|
|
6522
|
+
padding-top: 0;
|
|
6523
|
+
}
|
|
6524
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_left__ede82ba9 .index2_module_head_sculpture__ede82ba9,
|
|
6525
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_left__ede82ba9 .index2_module_head_sculpture__ede82ba9 {
|
|
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__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_left__ede82ba9 .index2_module_head_sculpture__ede82ba9 img,
|
|
6535
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_left__ede82ba9 .index2_module_head_sculpture__ede82ba9 img {
|
|
6536
|
+
width: 100%;
|
|
6537
|
+
height: 100%;
|
|
6538
|
+
}
|
|
6539
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_left__ede82ba9 .index2_module_main_content__ede82ba9,
|
|
6540
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_left__ede82ba9 .index2_module_main_content__ede82ba9 {
|
|
6541
|
+
display: flex;
|
|
6542
|
+
flex-direction: column;
|
|
6543
|
+
align-items: flex-end;
|
|
6544
|
+
}
|
|
6545
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_right__ede82ba9 .index2_module_head_sculpture__ede82ba9,
|
|
6546
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_right__ede82ba9 .index2_module_head_sculpture__ede82ba9 {
|
|
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__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_right__ede82ba9 .index2_module_head_sculpture__ede82ba9 i,
|
|
6558
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_right__ede82ba9 .index2_module_head_sculpture__ede82ba9 i {
|
|
6559
|
+
color: #fff;
|
|
6560
|
+
}
|
|
6561
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_right__ede82ba9 .index2_module_head_sculpture__ede82ba9 img,
|
|
6562
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_right__ede82ba9 .index2_module_head_sculpture__ede82ba9 img {
|
|
6563
|
+
width: 100%;
|
|
6564
|
+
height: 100%;
|
|
6565
|
+
}
|
|
6566
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li,
|
|
6567
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li {
|
|
6568
|
+
position: relative;
|
|
6569
|
+
display: flex;
|
|
6570
|
+
width: 100%;
|
|
6571
|
+
}
|
|
6572
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9,
|
|
6573
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 {
|
|
6574
|
+
max-width: 80%;
|
|
6575
|
+
}
|
|
6576
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content_flag__ede82ba9,
|
|
6577
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content_flag__ede82ba9 {
|
|
6578
|
+
width: 100%;
|
|
6579
|
+
}
|
|
6580
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content_flag__ede82ba9:hover .index2_module_operate_modal__ede82ba9,
|
|
6581
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content_flag__ede82ba9:hover .index2_module_operate_modal__ede82ba9 {
|
|
6582
|
+
visibility: visible;
|
|
6583
|
+
}
|
|
6584
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9,
|
|
6585
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 {
|
|
6586
|
+
position: relative;
|
|
6587
|
+
}
|
|
6588
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 .index2_module_content__ede82ba9,
|
|
6589
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 .index2_module_content__ede82ba9 {
|
|
6590
|
+
max-width: 100%;
|
|
6591
|
+
}
|
|
6592
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 .index2_module_content__ede82ba9 .index2_module_content_child__ede82ba9,
|
|
6593
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 .index2_module_content__ede82ba9 .index2_module_content_child__ede82ba9 {
|
|
6594
|
+
padding: 0;
|
|
6595
|
+
line-height: 1;
|
|
6596
|
+
}
|
|
6597
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 .index2_module_content__ede82ba9 .index2_module_content_child__ede82ba9 p,
|
|
6598
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 .index2_module_content__ede82ba9 .index2_module_content_child__ede82ba9 p {
|
|
6599
|
+
word-break: break-all;
|
|
6600
|
+
white-space: break-spaces;
|
|
6601
|
+
}
|
|
6602
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 .index2_module_content__ede82ba9 .index2_module_content_child__ede82ba9 p,
|
|
6603
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 .index2_module_content__ede82ba9 .index2_module_content_child__ede82ba9 p,
|
|
6604
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 .index2_module_content__ede82ba9 .index2_module_content_child__ede82ba9 li,
|
|
6605
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 .index2_module_content__ede82ba9 .index2_module_content_child__ede82ba9 li {
|
|
6606
|
+
line-height: 1.5;
|
|
6607
|
+
color: rgba(0, 0, 0, 0.85);
|
|
6608
|
+
}
|
|
6609
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 .index2_module_content__ede82ba9 .index2_module_content_child__ede82ba9 > h3,
|
|
6610
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 .index2_module_content__ede82ba9 .index2_module_content_child__ede82ba9 > h3 {
|
|
6611
|
+
font-size: 16px;
|
|
6612
|
+
font-weight: 600;
|
|
6613
|
+
padding: 10px 0;
|
|
6614
|
+
}
|
|
6615
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 .index2_module_content__ede82ba9 .index2_module_content_child__ede82ba9 ol,
|
|
6616
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 .index2_module_content__ede82ba9 .index2_module_content_child__ede82ba9 ol {
|
|
6617
|
+
list-style: decimal;
|
|
6618
|
+
-webkit-padding-start: 20px;
|
|
6619
|
+
padding-inline-start: 20px;
|
|
6620
|
+
}
|
|
6621
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 .index2_module_content__ede82ba9 .index2_module_content_child__ede82ba9 ol li,
|
|
6622
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 .index2_module_content__ede82ba9 .index2_module_content_child__ede82ba9 ol li {
|
|
6623
|
+
list-style-type: auto;
|
|
6624
|
+
}
|
|
6625
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 .index2_module_content__ede82ba9 .index2_module_content_child__ede82ba9 ol li p,
|
|
6626
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 .index2_module_content__ede82ba9 .index2_module_content_child__ede82ba9 ol li p {
|
|
6627
|
+
padding: 4px 0;
|
|
6628
|
+
font-size: 14px;
|
|
6629
|
+
font-weight: 600;
|
|
6630
|
+
}
|
|
6631
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 .index2_module_content__ede82ba9 .index2_module_content_child__ede82ba9 ol li > ul li,
|
|
6632
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 .index2_module_content__ede82ba9 .index2_module_content_child__ede82ba9 ol li > ul li {
|
|
6633
|
+
list-style: inside;
|
|
6634
|
+
color: rgba(0, 0, 0, 0.65);
|
|
6635
|
+
}
|
|
6636
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 .index2_module_content__ede82ba9 pre,
|
|
6637
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 .index2_module_content__ede82ba9 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__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 .index2_module_sign__ede82ba9,
|
|
6644
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_main_content__ede82ba9 .index2_module_sign__ede82ba9 {
|
|
6645
|
+
background-color: #1890ff;
|
|
6646
|
+
color: #fff;
|
|
6647
|
+
}
|
|
6648
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal__ede82ba9,
|
|
6649
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal__ede82ba9 {
|
|
6650
|
+
visibility: hidden;
|
|
6651
|
+
height: 24px;
|
|
6652
|
+
white-space: nowrap;
|
|
6653
|
+
position: relative;
|
|
6654
|
+
right: 0;
|
|
6655
|
+
top: -14px;
|
|
6656
|
+
z-index: 9;
|
|
6657
|
+
text-align: right;
|
|
6658
|
+
}
|
|
6659
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal__ede82ba9 .index2_module_operate__ede82ba9,
|
|
6660
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal__ede82ba9 .index2_module_operate__ede82ba9 {
|
|
6661
|
+
display: inline-flex;
|
|
6662
|
+
align-items: center;
|
|
6663
|
+
padding: 8px 0;
|
|
6664
|
+
border-radius: 4px;
|
|
6665
|
+
background: #fff;
|
|
6666
|
+
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
|
|
6667
|
+
line-height: 1;
|
|
6668
|
+
color: rgba(0, 0, 0, 0.45);
|
|
6669
|
+
}
|
|
6670
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal__ede82ba9 .index2_module_operate__ede82ba9 i,
|
|
6671
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal__ede82ba9 .index2_module_operate__ede82ba9 i {
|
|
6672
|
+
color: rgba(0, 0, 0, 0.45);
|
|
6673
|
+
font-size: 16px;
|
|
6674
|
+
cursor: pointer;
|
|
6675
|
+
}
|
|
6676
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal__ede82ba9 .index2_module_operate__ede82ba9 i svg,
|
|
6677
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal__ede82ba9 .index2_module_operate__ede82ba9 i svg {
|
|
6678
|
+
color: rgba(0, 0, 0, 0.65);
|
|
6679
|
+
}
|
|
6680
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal__ede82ba9 .index2_module_operate__ede82ba9 i:hover svg,
|
|
6681
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal__ede82ba9 .index2_module_operate__ede82ba9 i:hover svg {
|
|
6682
|
+
color: #5991ef;
|
|
6683
|
+
}
|
|
6684
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal__ede82ba9 .index2_module_operate__ede82ba9 .index2_module_active__ede82ba9 svg,
|
|
6685
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal__ede82ba9 .index2_module_operate__ede82ba9 .index2_module_active__ede82ba9 svg {
|
|
6686
|
+
color: #5991ef;
|
|
6687
|
+
}
|
|
6688
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal__ede82ba9 .index2_module_operate__ede82ba9 span,
|
|
6689
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal__ede82ba9 .index2_module_operate__ede82ba9 span {
|
|
6690
|
+
margin: 0 8px;
|
|
6691
|
+
}
|
|
6692
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal__ede82ba9 .index2_module_operate__ede82ba9 .index2_module_ask_question__ede82ba9,
|
|
6693
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal__ede82ba9 .index2_module_operate__ede82ba9 .index2_module_ask_question__ede82ba9 {
|
|
6694
|
+
cursor: pointer;
|
|
6695
|
+
color: rgba(0, 0, 0, 0.45);
|
|
6696
|
+
font-size: 12px;
|
|
6697
|
+
line-height: 1;
|
|
6698
|
+
padding: 2px 8px;
|
|
6699
|
+
background-color: rgba(0, 0, 0, 0.04);
|
|
6700
|
+
margin-right: 16px;
|
|
6701
|
+
}
|
|
6702
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal__ede82ba9 .index2_module_operate__ede82ba9 .index2_module_ask_question__ede82ba9:hover,
|
|
6703
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal__ede82ba9 .index2_module_operate__ede82ba9 .index2_module_ask_question__ede82ba9:hover {
|
|
6704
|
+
color: #5991ef;
|
|
6705
|
+
}
|
|
6706
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9,
|
|
6707
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 {
|
|
6708
|
+
display: flex;
|
|
6709
|
+
justify-content: space-between;
|
|
6710
|
+
align-items: center;
|
|
6711
|
+
bottom: 0;
|
|
6712
|
+
}
|
|
6713
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_operate__ede82ba9,
|
|
6714
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_operate__ede82ba9 {
|
|
6715
|
+
display: inline-block;
|
|
6716
|
+
padding: 8px;
|
|
6717
|
+
line-height: 1;
|
|
6718
|
+
color: rgba(0, 0, 0, 0.45);
|
|
6719
|
+
}
|
|
6720
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_operate__ede82ba9 i,
|
|
6721
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_operate__ede82ba9 i {
|
|
6722
|
+
color: rgba(0, 0, 0, 0.45);
|
|
6723
|
+
font-size: 16px;
|
|
6724
|
+
cursor: pointer;
|
|
6725
|
+
}
|
|
6726
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_operate__ede82ba9 i svg,
|
|
6727
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_operate__ede82ba9 i svg {
|
|
6728
|
+
color: rgba(0, 0, 0, 0.65);
|
|
6729
|
+
}
|
|
6730
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_operate__ede82ba9 i:hover svg,
|
|
6731
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_operate__ede82ba9 i:hover svg {
|
|
6732
|
+
color: #5991ef;
|
|
6733
|
+
}
|
|
6734
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_operate__ede82ba9 .index2_module_active__ede82ba9 svg,
|
|
6735
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_operate__ede82ba9 .index2_module_active__ede82ba9 svg {
|
|
6736
|
+
color: #5991ef;
|
|
6737
|
+
}
|
|
6738
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_operate__ede82ba9 span,
|
|
6739
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_operate__ede82ba9 span {
|
|
6740
|
+
margin: 0 8px;
|
|
6741
|
+
cursor: pointer;
|
|
6742
|
+
}
|
|
6743
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_stop_generate__ede82ba9,
|
|
6744
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_stop_generate__ede82ba9 {
|
|
6745
|
+
font-size: 12px;
|
|
6746
|
+
color: rgba(0, 0, 0, 0.45);
|
|
6747
|
+
display: inline-block;
|
|
6748
|
+
padding: 8px 0;
|
|
6749
|
+
cursor: pointer;
|
|
6750
|
+
}
|
|
6751
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_stop_generate__ede82ba9 .index2_module_icon__ede82ba9,
|
|
6752
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_stop_generate__ede82ba9 .index2_module_icon__ede82ba9 {
|
|
6753
|
+
display: inline-block;
|
|
6754
|
+
width: 10px;
|
|
6755
|
+
height: 10px;
|
|
6756
|
+
border-radius: 2px;
|
|
6757
|
+
background-color: rgba(0, 0, 0, 0.45);
|
|
6758
|
+
margin-right: 4px;
|
|
6759
|
+
}
|
|
6760
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_stop_generate__ede82ba9 .index2_module_find_teacher__ede82ba9,
|
|
6761
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_stop_generate__ede82ba9 .index2_module_find_teacher__ede82ba9 {
|
|
6762
|
+
padding: 2px 8px;
|
|
6763
|
+
border-radius: 2px;
|
|
6764
|
+
background-color: rgba(0, 0, 0, 0.04);
|
|
6765
|
+
color: rgba(0, 0, 0, 0.45);
|
|
6766
|
+
font-size: 12px;
|
|
6767
|
+
line-height: 1;
|
|
6768
|
+
}
|
|
6769
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_stop_generate__ede82ba9 .index2_module_find_teacher__ede82ba9:hover,
|
|
6770
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_stop_generate__ede82ba9 .index2_module_find_teacher__ede82ba9:hover {
|
|
6771
|
+
color: #5991ef;
|
|
6772
|
+
}
|
|
6773
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_stop_generate__ede82ba9:hover,
|
|
6774
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_stop_generate__ede82ba9:hover {
|
|
6775
|
+
color: #5991ef;
|
|
6776
|
+
}
|
|
6777
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_stop_generate__ede82ba9:hover span,
|
|
6778
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_stop_generate__ede82ba9:hover span {
|
|
6779
|
+
color: #5991ef;
|
|
6780
|
+
}
|
|
6781
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_stop_findTeacher__ede82ba9,
|
|
6782
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_stop_findTeacher__ede82ba9 {
|
|
6783
|
+
font-size: 12px;
|
|
6784
|
+
color: rgba(0, 0, 0, 0.45);
|
|
6785
|
+
display: inline-block;
|
|
6786
|
+
padding: 8px 0;
|
|
6787
|
+
cursor: pointer;
|
|
6788
|
+
}
|
|
6789
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_stop_findTeacher__ede82ba9 span,
|
|
6790
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_stop_findTeacher__ede82ba9 span {
|
|
6791
|
+
padding: 0px 8px;
|
|
6792
|
+
background-color: rgba(0, 0, 0, 0.04);
|
|
6793
|
+
color: rgba(0, 0, 0, 0.45);
|
|
6794
|
+
}
|
|
6795
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_stop_findTeacher__ede82ba9 span:hover,
|
|
6796
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_main__ede82ba9 .index2_module_operate_modal_bottom__ede82ba9 .index2_module_stop_findTeacher__ede82ba9 span:hover {
|
|
6797
|
+
color: #5991ef;
|
|
6798
|
+
}
|
|
6799
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_content__ede82ba9,
|
|
6800
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 > li .index2_module_content__ede82ba9 {
|
|
6801
|
+
padding: 12px 16px;
|
|
6802
|
+
display: inline-block;
|
|
6803
|
+
font-size: 14px;
|
|
6804
|
+
}
|
|
6805
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_left__ede82ba9,
|
|
6806
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_left__ede82ba9 {
|
|
6807
|
+
justify-content: flex-end;
|
|
6808
|
+
}
|
|
6809
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_left__ede82ba9 .index2_module_main__ede82ba9,
|
|
6810
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_left__ede82ba9 .index2_module_main__ede82ba9 {
|
|
6811
|
+
text-align: right;
|
|
6812
|
+
}
|
|
6813
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 li.index2_module_left__ede82ba9 .index2_module_content__ede82ba9,
|
|
6814
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 li.index2_module_left__ede82ba9 .index2_module_content__ede82ba9 {
|
|
6815
|
+
border-radius: 20px 2px 20px 20px;
|
|
6816
|
+
background: #d1e4ff;
|
|
6817
|
+
text-align: left;
|
|
6818
|
+
}
|
|
6819
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 li.index2_module_right__ede82ba9 .index2_module_content__ede82ba9,
|
|
6820
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 li.index2_module_right__ede82ba9 .index2_module_content__ede82ba9 {
|
|
6821
|
+
border-radius: 2px 20px 20px 20px;
|
|
6822
|
+
background: #fff;
|
|
6823
|
+
}
|
|
6824
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 li .index2_module_content__ede82ba9 .index2_module_association_problem__ede82ba9 li,
|
|
6825
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 li .index2_module_content__ede82ba9 .index2_module_association_problem__ede82ba9 li {
|
|
6826
|
+
color: #5991ef;
|
|
6827
|
+
font-size: 14px;
|
|
6828
|
+
font-weight: 400;
|
|
6829
|
+
line-height: 1.8;
|
|
6830
|
+
cursor: pointer;
|
|
6831
|
+
list-style-type: none;
|
|
6832
|
+
}
|
|
6833
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_time__ede82ba9,
|
|
6834
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_time__ede82ba9 {
|
|
6835
|
+
display: block;
|
|
6836
|
+
margin: 40px 0;
|
|
6837
|
+
margin-bottom: 16px;
|
|
6838
|
+
text-align: center;
|
|
6839
|
+
font-size: 12px;
|
|
6840
|
+
color: rgba(0, 0, 0, 0.25);
|
|
6841
|
+
position: relative;
|
|
6842
|
+
}
|
|
6843
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_time__ede82ba9::before,
|
|
6844
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_time__ede82ba9::before {
|
|
6845
|
+
content: "";
|
|
6846
|
+
width: 100px;
|
|
6847
|
+
display: inline-block;
|
|
6848
|
+
height: 1px;
|
|
6849
|
+
background-color: #ebebeb;
|
|
6850
|
+
position: relative;
|
|
6851
|
+
top: -3px;
|
|
6852
|
+
right: 16px;
|
|
6853
|
+
}
|
|
6854
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_time__ede82ba9::after,
|
|
6855
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_time__ede82ba9::after {
|
|
6856
|
+
content: "";
|
|
6857
|
+
width: 100px;
|
|
6858
|
+
display: inline-block;
|
|
6859
|
+
height: 1px;
|
|
6860
|
+
background-color: #ebebeb;
|
|
6861
|
+
position: relative;
|
|
6862
|
+
top: -3px;
|
|
6863
|
+
left: 16px;
|
|
6864
|
+
}
|
|
6865
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_citation_content__ede82ba9,
|
|
6866
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_citation_content__ede82ba9 {
|
|
6867
|
+
display: table;
|
|
6868
|
+
margin-top: 4px;
|
|
6869
|
+
padding: 8px;
|
|
6870
|
+
border-radius: 2px;
|
|
6871
|
+
background: #e7e7e7;
|
|
6872
|
+
}
|
|
6873
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_citation_content__ede82ba9 p,
|
|
6874
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_citation_content__ede82ba9 p {
|
|
6875
|
+
color: rgba(0, 0, 0, 0.65);
|
|
6876
|
+
font-size: 12px;
|
|
6877
|
+
line-height: 1.5;
|
|
6878
|
+
overflow: hidden;
|
|
6879
|
+
text-overflow: ellipsis;
|
|
6880
|
+
-webkit-box-orient: vertical;
|
|
6881
|
+
-webkit-line-clamp: 2;
|
|
6882
|
+
display: -webkit-box;
|
|
6883
|
+
max-height: 36px;
|
|
6884
|
+
word-break: break-all;
|
|
6885
|
+
cursor: pointer;
|
|
6886
|
+
text-align: left;
|
|
6887
|
+
}
|
|
6888
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_citation_content__ede82ba9 .index2_module_text_exceed__ede82ba9,
|
|
6889
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_citation_content__ede82ba9 .index2_module_text_exceed__ede82ba9 {
|
|
6890
|
+
padding-right: 16px;
|
|
6891
|
+
position: relative;
|
|
6892
|
+
}
|
|
6893
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_citation_content__ede82ba9 .index2_module_text_exceed__ede82ba9 > span,
|
|
6894
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_citation_content__ede82ba9 .index2_module_text_exceed__ede82ba9 > span {
|
|
6895
|
+
position: absolute;
|
|
6896
|
+
top: 20px;
|
|
6897
|
+
right: 0;
|
|
6898
|
+
}
|
|
6899
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_popover_content__ede82ba9,
|
|
6900
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_message_con__ede82ba9 .index2_module_popover_content__ede82ba9 {
|
|
6901
|
+
max-width: 400px;
|
|
6902
|
+
}
|
|
6903
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9::-webkit-scrollbar,
|
|
6904
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9::-webkit-scrollbar {
|
|
6905
|
+
background-color: #eff0f7;
|
|
6906
|
+
background-color: transparent;
|
|
6907
|
+
width: 6px;
|
|
6908
|
+
height: 4px;
|
|
6909
|
+
}
|
|
6910
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main__ede82ba9::-webkit-scrollbar-thumb,
|
|
6911
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9::-webkit-scrollbar-thumb {
|
|
6912
|
+
border-radius: 4px;
|
|
6913
|
+
background-color: rgba(181, 184, 198, 0.8);
|
|
6914
|
+
}
|
|
6915
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main_newlabo__ede82ba9 pre,
|
|
6916
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main_newlabo__ede82ba9 pre {
|
|
6917
|
+
background: #2b303b !important;
|
|
6918
|
+
color: #fff;
|
|
6919
|
+
overflow: auto;
|
|
6920
|
+
}
|
|
6921
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main_newlabo__ede82ba9 pre pre::-webkit-scrollbar,
|
|
6922
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main_newlabo__ede82ba9 pre pre::-webkit-scrollbar {
|
|
6923
|
+
background-color: #eaedf1;
|
|
6924
|
+
background-color: transparent;
|
|
6925
|
+
width: 4px;
|
|
6926
|
+
height: 4px;
|
|
6927
|
+
}
|
|
6928
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main_newlabo__ede82ba9 pre pre::-webkit-scrollbar-thumb,
|
|
6929
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main_newlabo__ede82ba9 pre pre::-webkit-scrollbar-thumb {
|
|
6930
|
+
border-radius: 4px;
|
|
6931
|
+
background-color: #f4f4f4;
|
|
6932
|
+
}
|
|
6933
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_main_newlabo_no_pic__ede82ba9 .index2_module_head_sculpture__ede82ba9,
|
|
6934
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main_newlabo_no_pic__ede82ba9 .index2_module_head_sculpture__ede82ba9 {
|
|
6935
|
+
display: none !important;
|
|
6936
|
+
}
|
|
6937
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9,
|
|
6938
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 {
|
|
6939
|
+
position: absolute;
|
|
6940
|
+
bottom: 0;
|
|
6941
|
+
width: 100%;
|
|
6942
|
+
}
|
|
6943
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_issues_list_teacherList__ede82ba9,
|
|
6944
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_issues_list_teacherList__ede82ba9 {
|
|
6945
|
+
white-space: nowrap;
|
|
6946
|
+
overflow: auto;
|
|
6947
|
+
width: calc(100% - 40px);
|
|
6948
|
+
box-sizing: border-box;
|
|
6949
|
+
margin-bottom: 6px;
|
|
6950
|
+
}
|
|
6951
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_issues_list_teacherList__ede82ba9 .index2_module_item__ede82ba9,
|
|
6952
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_issues_list_teacherList__ede82ba9 .index2_module_item__ede82ba9 {
|
|
6953
|
+
display: inline-block;
|
|
6954
|
+
margin-right: 8px;
|
|
6955
|
+
}
|
|
6956
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_issues_list_teacherList__ede82ba9 .index2_module_item__ede82ba9:last-child,
|
|
6957
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_issues_list_teacherList__ede82ba9 .index2_module_item__ede82ba9:last-child {
|
|
6958
|
+
margin-right: 0;
|
|
6959
|
+
}
|
|
6960
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_issues_list_teacherList__ede82ba9::-webkit-scrollbar,
|
|
6961
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_issues_list_teacherList__ede82ba9::-webkit-scrollbar {
|
|
6962
|
+
background-color: #eaedf1;
|
|
6963
|
+
background-color: transparent;
|
|
6964
|
+
width: 4px;
|
|
6965
|
+
height: 4px;
|
|
6966
|
+
}
|
|
6967
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_issues_list_teacherList__ede82ba9::-webkit-scrollbar-thumb,
|
|
6968
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_issues_list_teacherList__ede82ba9::-webkit-scrollbar-thumb {
|
|
6969
|
+
border-radius: 4px;
|
|
6970
|
+
background-color: rgba(181, 184, 198, 0.6);
|
|
6971
|
+
}
|
|
6972
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_issues_list__ede82ba9,
|
|
6973
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_issues_list__ede82ba9 {
|
|
6974
|
+
position: absolute;
|
|
6975
|
+
bottom: 60px;
|
|
6976
|
+
margin: 0 16px;
|
|
6977
|
+
padding-bottom: 4px;
|
|
6978
|
+
line-height: 1;
|
|
6979
|
+
}
|
|
6980
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_issues_list__ede82ba9 .index2_module_item__ede82ba9 > span,
|
|
6981
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_issues_list__ede82ba9 .index2_module_item__ede82ba9 > span {
|
|
6982
|
+
cursor: pointer;
|
|
6983
|
+
max-width: 100%;
|
|
6984
|
+
display: inline-block;
|
|
6985
|
+
margin-bottom: 2px;
|
|
6986
|
+
padding: 8px 16px;
|
|
6987
|
+
justify-content: center;
|
|
6988
|
+
align-items: center;
|
|
6989
|
+
border-radius: 4px;
|
|
6990
|
+
background: #ececec;
|
|
6991
|
+
font-size: 14px;
|
|
6992
|
+
line-height: 1;
|
|
6993
|
+
overflow: hidden;
|
|
6994
|
+
}
|
|
6995
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_issues_list__ede82ba9 .index2_module_item__ede82ba9 > span:hover,
|
|
6996
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_issues_list__ede82ba9 .index2_module_item__ede82ba9 > span:hover {
|
|
6997
|
+
background-color: #fff;
|
|
6998
|
+
}
|
|
6999
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_issues_list__ede82ba9 .index2_module_item__ede82ba9 > span .index2_module_sign__ede82ba9,
|
|
7000
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_issues_list__ede82ba9 .index2_module_item__ede82ba9 > span .index2_module_sign__ede82ba9 {
|
|
7001
|
+
color: #5991ef;
|
|
7002
|
+
}
|
|
7003
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9,
|
|
7004
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 {
|
|
7005
|
+
display: flex;
|
|
7006
|
+
align-items: flex-end;
|
|
7007
|
+
margin-bottom: 12px;
|
|
7008
|
+
padding: 0 16px;
|
|
7009
|
+
}
|
|
7010
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9,
|
|
7011
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 {
|
|
7012
|
+
align-items: flex-end;
|
|
7013
|
+
width: calc(100% - 36px);
|
|
7014
|
+
background-color: #fff;
|
|
7015
|
+
padding: 11px 16px;
|
|
7016
|
+
border: 1px solid #ebebeb;
|
|
7017
|
+
border-radius: 8px;
|
|
7018
|
+
justify-content: space-between;
|
|
7019
|
+
line-height: 1;
|
|
7020
|
+
position: relative;
|
|
7021
|
+
padding-right: 1px;
|
|
7022
|
+
}
|
|
7023
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 > .index2_module_input__ede82ba9,
|
|
7024
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 > .index2_module_input__ede82ba9 {
|
|
7025
|
+
line-height: 1;
|
|
7026
|
+
}
|
|
7027
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 > .index2_module_input__ede82ba9 textarea,
|
|
7028
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 > .index2_module_input__ede82ba9 textarea {
|
|
7029
|
+
max-height: 100px;
|
|
7030
|
+
padding: 0;
|
|
7031
|
+
border: none;
|
|
7032
|
+
box-shadow: none !important;
|
|
7033
|
+
resize: none;
|
|
7034
|
+
padding-right: 48px;
|
|
7035
|
+
}
|
|
7036
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 > .index2_module_input__ede82ba9 textarea.bhd-input,
|
|
7037
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 > .index2_module_input__ede82ba9 textarea.bhd-input {
|
|
7038
|
+
min-height: 21px !important;
|
|
7039
|
+
line-height: 1.5;
|
|
7040
|
+
}
|
|
7041
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 > .index2_module_input__ede82ba9 .bhd-input[disabled],
|
|
7042
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 > .index2_module_input__ede82ba9 .bhd-input[disabled] {
|
|
7043
|
+
background-color: #fff !important;
|
|
7044
|
+
}
|
|
7045
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 > .index2_module_no_AI__ede82ba9,
|
|
7046
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 > .index2_module_no_AI__ede82ba9 {
|
|
7047
|
+
width: 100%;
|
|
7048
|
+
}
|
|
7049
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 > .index2_module_no_AI__ede82ba9 textarea,
|
|
7050
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 > .index2_module_no_AI__ede82ba9 textarea {
|
|
7051
|
+
padding-right: 12px;
|
|
7052
|
+
}
|
|
7053
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 .index2_module_voice__ede82ba9,
|
|
7054
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 .index2_module_voice__ede82ba9 {
|
|
7055
|
+
position: absolute;
|
|
7056
|
+
right: 18px;
|
|
7057
|
+
bottom: 10px;
|
|
7058
|
+
color: rgba(0, 0, 0, 0.65);
|
|
7059
|
+
}
|
|
7060
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 .index2_module_voice__ede82ba9 i,
|
|
7061
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 .index2_module_voice__ede82ba9 i {
|
|
7062
|
+
cursor: pointer;
|
|
7063
|
+
}
|
|
7064
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 .index2_module_voice__ede82ba9 i svg,
|
|
7065
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 .index2_module_voice__ede82ba9 i svg {
|
|
7066
|
+
color: rgba(0, 0, 0, 0.65);
|
|
7067
|
+
font-size: 20px;
|
|
7068
|
+
}
|
|
7069
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 .index2_module_voice__ede82ba9 .index2_module_voice_btn__ede82ba9,
|
|
7070
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 .index2_module_voice__ede82ba9 .index2_module_voice_btn__ede82ba9 {
|
|
7071
|
+
width: 32px;
|
|
7072
|
+
cursor: pointer;
|
|
7073
|
+
position: absolute;
|
|
7074
|
+
bottom: -5px;
|
|
7075
|
+
right: -10px;
|
|
7076
|
+
}
|
|
7077
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 .index2_module_disabled__ede82ba9,
|
|
7078
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 .index2_module_disabled__ede82ba9 {
|
|
7079
|
+
cursor: not-allowed !important;
|
|
7080
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
7081
|
+
}
|
|
7082
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 .index2_module_disabled__ede82ba9 svg,
|
|
7083
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 .index2_module_disabled__ede82ba9 svg {
|
|
7084
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
7085
|
+
}
|
|
7086
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 .index2_module_content_main__ede82ba9,
|
|
7087
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 .index2_module_content_main__ede82ba9 {
|
|
7088
|
+
display: flex;
|
|
7089
|
+
align-items: center;
|
|
7090
|
+
width: calc(100% - 24px);
|
|
7091
|
+
}
|
|
7092
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 .index2_module_content_main__ede82ba9 .index2_module_content_con__ede82ba9,
|
|
7093
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 .index2_module_content_main__ede82ba9 .index2_module_content_con__ede82ba9 {
|
|
7094
|
+
margin-top: 6px;
|
|
7095
|
+
align-items: center;
|
|
7096
|
+
padding: 8px;
|
|
7097
|
+
background: #e7e7e7;
|
|
7098
|
+
display: inline-block;
|
|
7099
|
+
width: calc(100% - 60px);
|
|
7100
|
+
}
|
|
7101
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 .index2_module_content_main__ede82ba9 .index2_module_content_con__ede82ba9 p,
|
|
7102
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 .index2_module_content_main__ede82ba9 .index2_module_content_con__ede82ba9 p {
|
|
7103
|
+
color: rgba(0, 0, 0, 0.65);
|
|
7104
|
+
border-radius: 2px;
|
|
7105
|
+
font-size: 12px;
|
|
7106
|
+
line-height: 1.5;
|
|
7107
|
+
overflow: hidden;
|
|
7108
|
+
text-overflow: ellipsis;
|
|
7109
|
+
-webkit-box-orient: vertical;
|
|
7110
|
+
-webkit-line-clamp: 2;
|
|
7111
|
+
display: -webkit-box;
|
|
7112
|
+
max-height: 36px;
|
|
7113
|
+
word-break: break-all;
|
|
7114
|
+
}
|
|
7115
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 .index2_module_content_main__ede82ba9 .index2_module_delete_quote__ede82ba9,
|
|
7116
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_input_wrap__ede82ba9 .index2_module_content_main__ede82ba9 .index2_module_delete_quote__ede82ba9 {
|
|
7117
|
+
font-size: 18px;
|
|
7118
|
+
color: #bfbfbf;
|
|
7119
|
+
margin-top: 6px;
|
|
7120
|
+
}
|
|
7121
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_sending__ede82ba9,
|
|
7122
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_sending__ede82ba9 {
|
|
7123
|
+
width: 20px;
|
|
7124
|
+
margin-left: 16px;
|
|
7125
|
+
margin-bottom: 8px;
|
|
7126
|
+
}
|
|
7127
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_sending__ede82ba9 i svg,
|
|
7128
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_sending__ede82ba9 i svg {
|
|
7129
|
+
font-size: 20px;
|
|
7130
|
+
color: rgba(0, 0, 0, 0.65);
|
|
7131
|
+
}
|
|
7132
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_sending__ede82ba9 .index2_module_disabled__ede82ba9 svg,
|
|
7133
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 .index2_module_Drawer_buttom__ede82ba9 .index2_module_sending__ede82ba9 .index2_module_disabled__ede82ba9 svg {
|
|
7134
|
+
color: rgba(0, 0, 0, 0.25);
|
|
7135
|
+
cursor: not-allowed;
|
|
7136
|
+
}
|
|
7137
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .index2_module_Drawer_buttom_Issues_List_newlabo__ede82ba9,
|
|
7138
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List_newlabo__ede82ba9 {
|
|
7139
|
+
background-color: #f5f5f5 !important;
|
|
7140
|
+
}
|
|
7141
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .anticon,
|
|
7142
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .anticon {
|
|
7143
|
+
vertical-align: 0;
|
|
7144
|
+
}
|
|
7145
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 {
|
|
7146
|
+
background: #f5f5f5 !important;
|
|
7147
|
+
position: relative;
|
|
7148
|
+
height: 100%;
|
|
7149
|
+
}
|
|
7150
|
+
.index2_module_ChatWindow_Drawer__ede82ba9 .bhd-drawer-header {
|
|
7151
|
+
display: none !important;
|
|
7152
|
+
}
|
|
7153
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .bhd-modal {
|
|
7154
|
+
border-radius: 8px;
|
|
7155
|
+
overflow: hidden;
|
|
7156
|
+
position: relative;
|
|
7157
|
+
}
|
|
7158
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .bhd-modal-content {
|
|
7159
|
+
height: 100%;
|
|
7160
|
+
background-color: #f5f5f5 !important;
|
|
7161
|
+
}
|
|
7162
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .bhd-modal-content .bhd-modal-close {
|
|
7163
|
+
display: none !important;
|
|
7164
|
+
}
|
|
7165
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .bhd-modal-header {
|
|
7166
|
+
display: none !important;
|
|
7167
|
+
}
|
|
7168
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .bhd-modal-body {
|
|
7169
|
+
height: 100%;
|
|
7170
|
+
padding: 0 !important;
|
|
7171
|
+
border-radius: 4px !important;
|
|
7172
|
+
}
|
|
7173
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .bhd-drawer-right > .bhd-drawer-content-wrapper {
|
|
7174
|
+
top: 129px;
|
|
7175
|
+
right: 200px;
|
|
7176
|
+
height: 790px;
|
|
7177
|
+
}
|
|
7178
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_main_list__ede82ba9 {
|
|
7179
|
+
max-height: 650px;
|
|
7180
|
+
}
|
|
7181
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_user__ede82ba9 {
|
|
7182
|
+
padding-left: 0 !important;
|
|
7183
|
+
cursor: pointer;
|
|
7184
|
+
}
|
|
7185
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_buttom_Issues_List__ede82ba9 {
|
|
7186
|
+
border-radius: 4px;
|
|
7187
|
+
width: calc(100% - 328px);
|
|
7188
|
+
margin-left: 328px;
|
|
7189
|
+
}
|
|
7190
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 {
|
|
7191
|
+
max-height: 700px;
|
|
7192
|
+
}
|
|
7193
|
+
.index2_module_ChatWindow_Modal__ede82ba9 .index2_module_Drawer_main__ede82ba9 .index2_module_chat_content__ede82ba9 {
|
|
7194
|
+
width: calc(100% - 328px);
|
|
7195
|
+
margin-left: 328px;
|
|
7196
|
+
display: inline-block;
|
|
7197
|
+
}
|
|
7198
|
+
.index2_module_popover_main_content__ede82ba9 {
|
|
7199
|
+
min-width: 300px !important;
|
|
7200
|
+
max-width: 340px !important;
|
|
7201
|
+
background-color: #fff !important;
|
|
7202
|
+
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
|
|
7203
|
+
border-radius: 4px;
|
|
7204
|
+
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
7205
|
+
}
|
|
7206
|
+
.index2_module_popover_main_content__ede82ba9 .bhd-tooltip-content {
|
|
7207
|
+
background-color: #fff;
|
|
7208
|
+
border-radius: 4px;
|
|
7209
|
+
}
|
|
7210
|
+
.index2_module_popover_main_content__ede82ba9 .bhd-tooltip-content .bhd-tooltip-inner {
|
|
7211
|
+
background-color: #fff;
|
|
7212
|
+
color: rgba(0, 0, 0, 0.85);
|
|
7213
|
+
font-size: 14px;
|
|
7214
|
+
padding: 12px 16px;
|
|
7215
|
+
border-radius: 4px;
|
|
7216
|
+
}
|
|
7217
|
+
.index2_module_popover_main_content__ede82ba9 .bhd-tooltip-arrow:before {
|
|
7218
|
+
background: #ccc !important;
|
|
7219
|
+
}
|
|
7220
|
+
.index2_module_popover_main_content__ede82ba9 .bhd-tooltip-arrow::after {
|
|
7221
|
+
width: 0 !important;
|
|
7222
|
+
height: 0 !important;
|
|
7223
|
+
border: 5px solid;
|
|
7224
|
+
border-color: transparent transparent #fff transparent;
|
|
7225
|
+
transform: none !important;
|
|
7226
|
+
background: transparent !important;
|
|
7227
|
+
bottom: 0px !important;
|
|
7228
|
+
left: 0px !important;
|
|
7229
|
+
right: 0 !important;
|
|
7230
|
+
box-shadow: none !important;
|
|
7231
|
+
}
|
|
7232
|
+
.index2_module_popover_main_content_name__ede82ba9 {
|
|
7233
|
+
width: auto;
|
|
7234
|
+
background-color: #fff !important;
|
|
7235
|
+
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
|
|
7236
|
+
border-radius: 4px;
|
|
7237
|
+
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
7238
|
+
}
|
|
7239
|
+
.index2_module_popover_main_content_name__ede82ba9 .bhd-tooltip-content {
|
|
7240
|
+
background-color: #fff;
|
|
7241
|
+
border-radius: 4px;
|
|
7242
|
+
}
|
|
7243
|
+
.index2_module_popover_main_content_name__ede82ba9 .bhd-tooltip-content .bhd-tooltip-inner {
|
|
7244
|
+
background-color: #fff;
|
|
7245
|
+
color: rgba(0, 0, 0, 0.85);
|
|
7246
|
+
font-size: 14px;
|
|
7247
|
+
padding: 12px 16px;
|
|
7248
|
+
border-radius: 4px;
|
|
7249
|
+
}
|
|
7250
|
+
.index2_module_popover_main_content_name__ede82ba9 .bhd-tooltip-arrow:before {
|
|
7251
|
+
background: #ccc !important;
|
|
7252
|
+
}
|
|
7253
|
+
.index2_module_popover_main_content_name__ede82ba9 .bhd-tooltip-arrow::after {
|
|
7254
|
+
width: 0 !important;
|
|
7255
|
+
height: 0 !important;
|
|
7256
|
+
border: 5px solid;
|
|
7257
|
+
border-color: transparent transparent #fff transparent;
|
|
7258
|
+
transform: none !important;
|
|
7259
|
+
background: transparent !important;
|
|
7260
|
+
bottom: 0px !important;
|
|
7261
|
+
left: 0px !important;
|
|
7262
|
+
right: 0 !important;
|
|
7263
|
+
box-shadow: none !important;
|
|
7264
|
+
}
|
|
7265
|
+
.index2_module_teacher_layout__ede82ba9 {
|
|
7266
|
+
position: fixed;
|
|
7267
|
+
right: 568px;
|
|
7268
|
+
border-radius: 8px;
|
|
7269
|
+
background: rgba(255, 255, 255, 0.5);
|
|
7270
|
+
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
|
|
7271
|
+
-webkit-backdrop-filter: blur(7.5px);
|
|
7272
|
+
backdrop-filter: blur(7.5px);
|
|
7273
|
+
width: 80px;
|
|
7274
|
+
}
|
|
7275
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_top__ede82ba9 > div,
|
|
7276
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_bottom__ede82ba9 > div {
|
|
7277
|
+
display: flex;
|
|
7278
|
+
flex-direction: column;
|
|
7279
|
+
align-items: center;
|
|
7280
|
+
padding: 8px;
|
|
7281
|
+
border-radius: 8px;
|
|
7282
|
+
margin: 8px 0;
|
|
7283
|
+
max-width: 60px;
|
|
7284
|
+
overflow: hidden;
|
|
7285
|
+
position: relative;
|
|
7286
|
+
cursor: pointer;
|
|
7287
|
+
}
|
|
7288
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_top__ede82ba9 > div:hover,
|
|
7289
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_bottom__ede82ba9 > div:hover {
|
|
7290
|
+
background-color: #f5f5f5;
|
|
7291
|
+
}
|
|
7292
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_top__ede82ba9 > div:hover .index2_module_delete__ede82ba9,
|
|
7293
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_bottom__ede82ba9 > div:hover .index2_module_delete__ede82ba9 {
|
|
7294
|
+
display: block;
|
|
7295
|
+
}
|
|
7296
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_top__ede82ba9 > div p,
|
|
7297
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_bottom__ede82ba9 > div p {
|
|
7298
|
+
max-width: 60px;
|
|
7299
|
+
overflow: hidden;
|
|
7300
|
+
text-overflow: ellipsis;
|
|
7301
|
+
white-space: nowrap;
|
|
7302
|
+
color: rgba(0, 0, 0, 0.65);
|
|
7303
|
+
font-size: 12px;
|
|
7304
|
+
line-height: 1;
|
|
7305
|
+
padding-top: 12px;
|
|
7306
|
+
}
|
|
7307
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_top__ede82ba9 > div img,
|
|
7308
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_bottom__ede82ba9 > div img {
|
|
7309
|
+
width: 32px;
|
|
7310
|
+
height: 32px;
|
|
7311
|
+
border-radius: 50%;
|
|
7312
|
+
}
|
|
7313
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_top__ede82ba9 > div .index2_module_num__ede82ba9,
|
|
7314
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_bottom__ede82ba9 > div .index2_module_num__ede82ba9 {
|
|
7315
|
+
position: absolute;
|
|
7316
|
+
top: 0;
|
|
7317
|
+
right: 0;
|
|
7318
|
+
border-radius: 26px;
|
|
7319
|
+
background-color: #f4523b;
|
|
7320
|
+
color: #fff;
|
|
7321
|
+
padding: 0 5px;
|
|
7322
|
+
border-radius: 25px;
|
|
7323
|
+
font-size: 12px;
|
|
7324
|
+
line-height: 1.2;
|
|
7325
|
+
}
|
|
7326
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_top__ede82ba9 > div .index2_module_delete__ede82ba9,
|
|
7327
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_bottom__ede82ba9 > div .index2_module_delete__ede82ba9 {
|
|
7328
|
+
position: absolute;
|
|
7329
|
+
top: 2px;
|
|
7330
|
+
right: 2px;
|
|
7331
|
+
color: rgba(0, 0, 0, 0.65);
|
|
7332
|
+
font-size: 12px;
|
|
7333
|
+
display: none;
|
|
7334
|
+
}
|
|
7335
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_top__ede82ba9 > div {
|
|
7336
|
+
margin: 8px;
|
|
7337
|
+
}
|
|
7338
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_top__ede82ba9 .index2_module_shrink__ede82ba9 {
|
|
7339
|
+
border-bottom: 1px solid #ebebeb;
|
|
7340
|
+
border-radius: 0;
|
|
7341
|
+
margin-bottom: 8px;
|
|
7342
|
+
margin-top: 8px;
|
|
7343
|
+
}
|
|
7344
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_top__ede82ba9 .index2_module_shrink__ede82ba9 > span {
|
|
7345
|
+
font-size: 20px;
|
|
7346
|
+
}
|
|
7347
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_top__ede82ba9 .index2_module_shrink__ede82ba9 p {
|
|
7348
|
+
padding-top: 0;
|
|
7349
|
+
}
|
|
7350
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_top__ede82ba9 .index2_module_shrink__ede82ba9:hover {
|
|
7351
|
+
background-color: #fff !important;
|
|
7352
|
+
}
|
|
7353
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_top__ede82ba9 .index2_module_active__ede82ba9,
|
|
7354
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_bottom__ede82ba9 .index2_module_active__ede82ba9 {
|
|
7355
|
+
background: #f0f8ff;
|
|
7356
|
+
}
|
|
7357
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_bottom__ede82ba9 > div:last-child {
|
|
7358
|
+
margin-bottom: 0;
|
|
7359
|
+
}
|
|
7360
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_bottom__ede82ba9 > div:first-child {
|
|
7361
|
+
margin-top: 0;
|
|
7362
|
+
}
|
|
7363
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_bottom__ede82ba9 {
|
|
7364
|
+
max-height: 524px;
|
|
7365
|
+
padding: 0 8px;
|
|
7366
|
+
padding-right: 4px;
|
|
7367
|
+
overflow-y: auto;
|
|
7368
|
+
margin-bottom: 8px;
|
|
7369
|
+
margin-top: 8px;
|
|
7370
|
+
}
|
|
7371
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_bottom__ede82ba9::-webkit-scrollbar {
|
|
7372
|
+
background-color: #eaedf1;
|
|
7373
|
+
background-color: transparent;
|
|
7374
|
+
width: 4px;
|
|
7375
|
+
height: 4px;
|
|
7376
|
+
}
|
|
7377
|
+
.index2_module_teacher_layout__ede82ba9 .index2_module_bottom__ede82ba9::-webkit-scrollbar-thumb {
|
|
7378
|
+
border-radius: 4px;
|
|
7379
|
+
background-color: rgba(0, 0, 0, 0.25);
|
|
7380
|
+
}
|
|
7381
|
+
.index2_module_teacher_layout_newlabo__ede82ba9 {
|
|
7382
|
+
top: 50px;
|
|
7383
|
+
right: 0;
|
|
7384
|
+
}
|
|
7385
|
+
.index2_module_teacher_layout_newlabo__ede82ba9 .index2_module_top__ede82ba9 svg {
|
|
7386
|
+
transform: rotate(180deg);
|
|
7387
|
+
}
|
|
7388
|
+
.index2_module_teacher_layout_newlabo__ede82ba9 .index2_module_top__ede82ba9 .index2_module_active__ede82ba9,
|
|
7389
|
+
.index2_module_teacher_layout_newlabo__ede82ba9 .index2_module_bottom__ede82ba9 .index2_module_active__ede82ba9 {
|
|
7390
|
+
background-color: #D1E4FF;
|
|
7391
|
+
}
|
|
7392
|
+
.index2_module_teacher_layout_modal__ede82ba9 {
|
|
7393
|
+
width: 328px;
|
|
7394
|
+
height: calc(100% - 48px);
|
|
7395
|
+
background-color: #fff;
|
|
7396
|
+
position: absolute;
|
|
7397
|
+
border-top: 1px solid #ebebeb;
|
|
7398
|
+
}
|
|
7399
|
+
.index2_module_teacher_layout_modal__ede82ba9 .index2_module_top__ede82ba9 .index2_module_ai__ede82ba9,
|
|
7400
|
+
.index2_module_teacher_layout_modal__ede82ba9 .index2_module_bottom__ede82ba9 .index2_module_ai__ede82ba9 {
|
|
7401
|
+
border-bottom: 1px solid #ebebeb;
|
|
7402
|
+
padding: 16px;
|
|
7403
|
+
display: flex;
|
|
7404
|
+
align-items: center;
|
|
7405
|
+
cursor: pointer;
|
|
7406
|
+
}
|
|
7407
|
+
.index2_module_teacher_layout_modal__ede82ba9 .index2_module_top__ede82ba9 .index2_module_ai__ede82ba9 img,
|
|
7408
|
+
.index2_module_teacher_layout_modal__ede82ba9 .index2_module_bottom__ede82ba9 .index2_module_ai__ede82ba9 img {
|
|
7409
|
+
width: 32px;
|
|
7410
|
+
height: 32px;
|
|
7411
|
+
border-radius: 50%;
|
|
7412
|
+
margin-right: 12px;
|
|
7413
|
+
}
|
|
7414
|
+
.index2_module_teacher_layout_modal__ede82ba9 .index2_module_top__ede82ba9 .index2_module_ai__ede82ba9 > span,
|
|
7415
|
+
.index2_module_teacher_layout_modal__ede82ba9 .index2_module_bottom__ede82ba9 .index2_module_ai__ede82ba9 > span {
|
|
7416
|
+
margin-right: 12px;
|
|
7417
|
+
}
|
|
7418
|
+
.index2_module_teacher_layout_modal__ede82ba9 .index2_module_top__ede82ba9 .index2_module_ai__ede82ba9 .index2_module_user_info__ede82ba9,
|
|
7419
|
+
.index2_module_teacher_layout_modal__ede82ba9 .index2_module_bottom__ede82ba9 .index2_module_ai__ede82ba9 .index2_module_user_info__ede82ba9 {
|
|
7420
|
+
width: 252px;
|
|
7421
|
+
}
|
|
7422
|
+
.index2_module_teacher_layout_modal__ede82ba9 .index2_module_top__ede82ba9 .index2_module_ai__ede82ba9 .index2_module_user_info__ede82ba9 .index2_module_message__ede82ba9,
|
|
7423
|
+
.index2_module_teacher_layout_modal__ede82ba9 .index2_module_bottom__ede82ba9 .index2_module_ai__ede82ba9 .index2_module_user_info__ede82ba9 .index2_module_message__ede82ba9 {
|
|
7424
|
+
color: #000;
|
|
7425
|
+
font-size: 14px;
|
|
7426
|
+
line-height: 1;
|
|
7427
|
+
padding-right: 10px;
|
|
7428
|
+
}
|
|
7429
|
+
.index2_module_teacher_layout_modal__ede82ba9 .index2_module_top__ede82ba9 .index2_module_ai__ede82ba9 .index2_module_user_info__ede82ba9 .index2_module_message__ede82ba9 .index2_module_num__ede82ba9,
|
|
7430
|
+
.index2_module_teacher_layout_modal__ede82ba9 .index2_module_bottom__ede82ba9 .index2_module_ai__ede82ba9 .index2_module_user_info__ede82ba9 .index2_module_message__ede82ba9 .index2_module_num__ede82ba9 {
|
|
7431
|
+
margin-left: 12px;
|
|
7432
|
+
border-radius: 26px;
|
|
7433
|
+
background-color: #f4523b;
|
|
7434
|
+
color: #fff;
|
|
7435
|
+
padding: 0 5px;
|
|
7436
|
+
border-radius: 25px;
|
|
7437
|
+
font-size: 12px;
|
|
7438
|
+
line-height: 1;
|
|
7439
|
+
}
|
|
7440
|
+
.index2_module_teacher_layout_modal__ede82ba9 .index2_module_top__ede82ba9 .index2_module_ai__ede82ba9 .index2_module_user_info__ede82ba9 .index2_module_message__ede82ba9 .index2_module_time__ede82ba9,
|
|
7441
|
+
.index2_module_teacher_layout_modal__ede82ba9 .index2_module_bottom__ede82ba9 .index2_module_ai__ede82ba9 .index2_module_user_info__ede82ba9 .index2_module_message__ede82ba9 .index2_module_time__ede82ba9 {
|
|
7442
|
+
font-size: 12px;
|
|
7443
|
+
color: rgba(0, 0, 0, 0.25);
|
|
7444
|
+
float: right;
|
|
7445
|
+
}
|
|
7446
|
+
.index2_module_teacher_layout_modal__ede82ba9 .index2_module_top__ede82ba9 .index2_module_ai__ede82ba9 .index2_module_user_info__ede82ba9 .index2_module_con__ede82ba9,
|
|
7447
|
+
.index2_module_teacher_layout_modal__ede82ba9 .index2_module_bottom__ede82ba9 .index2_module_ai__ede82ba9 .index2_module_user_info__ede82ba9 .index2_module_con__ede82ba9 {
|
|
7448
|
+
color: rgba(0, 0, 0, 0.45);
|
|
7449
|
+
font-size: 12px;
|
|
7450
|
+
line-height: 1.5;
|
|
7451
|
+
margin-top: 8px;
|
|
7452
|
+
overflow: hidden;
|
|
7453
|
+
white-space: nowrap;
|
|
7454
|
+
text-overflow: ellipsis;
|
|
7455
|
+
}
|
|
7456
|
+
.index2_module_teacher_layout_modal__ede82ba9 .index2_module_top__ede82ba9 .index2_module_active__ede82ba9,
|
|
7457
|
+
.index2_module_teacher_layout_modal__ede82ba9 .index2_module_bottom__ede82ba9 .index2_module_active__ede82ba9 {
|
|
7458
|
+
background: #f0f8ff;
|
|
7459
|
+
}
|
|
7460
|
+
.index2_module_teacher_layout_modal__ede82ba9 .index2_module_bottom__ede82ba9 {
|
|
7461
|
+
overflow: auto;
|
|
7462
|
+
height: calc(100% - 70px);
|
|
7463
|
+
}
|
|
7464
|
+
.index2_module_teacher_layout_modal__ede82ba9 .index2_module_bottom__ede82ba9::-webkit-scrollbar {
|
|
7465
|
+
background-color: #eaedf1;
|
|
7466
|
+
background-color: transparent;
|
|
7467
|
+
width: 4px;
|
|
7468
|
+
height: 4px;
|
|
7469
|
+
}
|
|
7470
|
+
.index2_module_teacher_layout_modal__ede82ba9 .index2_module_bottom__ede82ba9::-webkit-scrollbar-thumb {
|
|
7471
|
+
border-radius: 4px;
|
|
7472
|
+
background-color: rgba(0, 0, 0, 0.25);
|
|
7473
|
+
}
|
|
7474
|
+
.index2_module_teacher_layout_modal__ede82ba9 .anticon {
|
|
7475
|
+
vertical-align: 0;
|
|
7476
|
+
}
|
|
7477
|
+
.index2_module_teacher_layout_modal_newlabo__ede82ba9 .index2_module_top__ede82ba9 .index2_module_active__ede82ba9,
|
|
7478
|
+
.index2_module_teacher_layout_modal_newlabo__ede82ba9 .index2_module_bottom__ede82ba9 .index2_module_active__ede82ba9 {
|
|
7479
|
+
background: #f0f8ff !important;
|
|
7480
|
+
}
|
|
7481
|
+
.index2_module_history_list__ede82ba9 {
|
|
7482
|
+
position: absolute;
|
|
7483
|
+
top: 0;
|
|
7484
|
+
background: rgba(0, 0, 0, 0.3);
|
|
7485
|
+
width: 100%;
|
|
7486
|
+
height: 100%;
|
|
7487
|
+
overflow: hidden;
|
|
7488
|
+
}
|
|
7489
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 {
|
|
7490
|
+
background: #fff;
|
|
7491
|
+
position: absolute;
|
|
7492
|
+
z-index: 10;
|
|
7493
|
+
bottom: -500px;
|
|
7494
|
+
width: 100%;
|
|
7495
|
+
border-radius: 16px 16px 0px 0px;
|
|
7496
|
+
overflow: hidden;
|
|
7497
|
+
animation: index2_module_mymove__ede82ba9 1s forwards;
|
|
7498
|
+
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
|
|
7499
|
+
}
|
|
7500
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_title__ede82ba9 {
|
|
7501
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
|
7502
|
+
font-size: 16px;
|
|
7503
|
+
font-weight: 600;
|
|
7504
|
+
line-height: 150%;
|
|
7505
|
+
padding: 16px 24px;
|
|
7506
|
+
display: flex;
|
|
7507
|
+
justify-content: space-between;
|
|
7508
|
+
}
|
|
7509
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_title__ede82ba9 svg {
|
|
7510
|
+
font-size: 12px;
|
|
7511
|
+
cursor: pointer;
|
|
7512
|
+
opacity: 0.65;
|
|
7513
|
+
font-weight: 300;
|
|
7514
|
+
}
|
|
7515
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_search_top__ede82ba9 {
|
|
7516
|
+
position: relative;
|
|
7517
|
+
margin: 16px 24px;
|
|
7518
|
+
background-color: #fff;
|
|
7519
|
+
}
|
|
7520
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_search_top__ede82ba9 input {
|
|
7521
|
+
width: 100%;
|
|
7522
|
+
height: 40px;
|
|
7523
|
+
line-height: 40px;
|
|
7524
|
+
border-radius: 2px;
|
|
7525
|
+
border: 1px solid #ebebeb;
|
|
7526
|
+
padding-left: 46px;
|
|
7527
|
+
padding-right: 30px;
|
|
7528
|
+
color: rgba(0, 0, 0, 0.85);
|
|
7529
|
+
}
|
|
7530
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_search_top__ede82ba9 .anticon {
|
|
7531
|
+
position: absolute;
|
|
7532
|
+
top: 11px;
|
|
7533
|
+
z-index: 1;
|
|
7534
|
+
left: 14px;
|
|
7535
|
+
font-size: 16px;
|
|
7536
|
+
color: rgba(0, 0, 0, 0.65);
|
|
7537
|
+
}
|
|
7538
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_search_top__ede82ba9 .guanbi_Close {
|
|
7539
|
+
position: absolute;
|
|
7540
|
+
top: 3px;
|
|
7541
|
+
right: 38px;
|
|
7542
|
+
font-size: 16px;
|
|
7543
|
+
z-index: 1;
|
|
7544
|
+
color: rgba(0, 0, 0, 0.65);
|
|
7545
|
+
cursor: pointer;
|
|
7546
|
+
}
|
|
7547
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_search_top__ede82ba9 .guanbi_Close svg {
|
|
7548
|
+
font-size: 10px;
|
|
7549
|
+
opacity: 0.65;
|
|
7550
|
+
}
|
|
7551
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_search_top__ede82ba9 svg {
|
|
7552
|
+
opacity: 0.65;
|
|
7553
|
+
font-weight: 300;
|
|
7554
|
+
}
|
|
7555
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9:first-child {
|
|
7556
|
+
margin-top: 0;
|
|
7557
|
+
}
|
|
7558
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 {
|
|
7559
|
+
overflow: auto;
|
|
7560
|
+
height: 510px;
|
|
7561
|
+
}
|
|
7562
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9::-webkit-scrollbar {
|
|
7563
|
+
background-color: #eaedf1;
|
|
7564
|
+
background-color: transparent;
|
|
7565
|
+
width: 4px;
|
|
7566
|
+
height: 4px;
|
|
7567
|
+
}
|
|
7568
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9::-webkit-scrollbar-thumb {
|
|
7569
|
+
border-radius: 4px;
|
|
7570
|
+
background-color: rgba(0, 0, 0, 0.25);
|
|
7571
|
+
}
|
|
7572
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_list_item__ede82ba9 .index2_module_list_summary__ede82ba9 {
|
|
7573
|
+
width: 100%;
|
|
7574
|
+
padding: 8px 16px;
|
|
7575
|
+
display: flex;
|
|
7576
|
+
align-items: center;
|
|
7577
|
+
border-bottom: 1px solid #ebebeb;
|
|
7578
|
+
cursor: pointer;
|
|
7579
|
+
}
|
|
7580
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_list_item__ede82ba9 .index2_module_list_summary__ede82ba9:hover {
|
|
7581
|
+
background-color: #EBEBEB;
|
|
7582
|
+
}
|
|
7583
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_list_item__ede82ba9 .index2_module_list_summary__ede82ba9 .index2_module_head_img__ede82ba9 {
|
|
7584
|
+
width: 36px;
|
|
7585
|
+
height: 36px;
|
|
7586
|
+
border-radius: 50%;
|
|
7587
|
+
margin-right: 16px;
|
|
7588
|
+
}
|
|
7589
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_list_item__ede82ba9 .index2_module_list_summary__ede82ba9 .index2_module_head_img__ede82ba9 img {
|
|
7590
|
+
width: 36px;
|
|
7591
|
+
height: 36px;
|
|
7592
|
+
border-radius: 50%;
|
|
7593
|
+
}
|
|
7594
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_list_item__ede82ba9 .index2_module_list_summary__ede82ba9 .index2_module_head_img__ede82ba9 svg {
|
|
7595
|
+
width: 36px;
|
|
7596
|
+
height: 36px;
|
|
7597
|
+
}
|
|
7598
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_list_item__ede82ba9 .index2_module_list_summary__ede82ba9 .index2_module_list_desc__ede82ba9 {
|
|
7599
|
+
width: calc(100% - 56px);
|
|
7600
|
+
}
|
|
7601
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_list_item__ede82ba9 .index2_module_list_summary__ede82ba9 .index2_module_list_desc__ede82ba9 .index2_module_name__ede82ba9 {
|
|
7602
|
+
color: rgba(0, 0, 0, 0.85);
|
|
7603
|
+
font-size: 16px;
|
|
7604
|
+
font-weight: 600;
|
|
7605
|
+
line-height: 150%;
|
|
7606
|
+
margin-bottom: 4px;
|
|
7607
|
+
}
|
|
7608
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_list_item__ede82ba9 .index2_module_list_summary__ede82ba9 .index2_module_list_desc__ede82ba9 .index2_module_name__ede82ba9 .index2_module_time__ede82ba9 {
|
|
7609
|
+
float: right;
|
|
7610
|
+
font-size: 14px;
|
|
7611
|
+
color: #8c8c8c;
|
|
7612
|
+
font-weight: 400;
|
|
7613
|
+
}
|
|
7614
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_list_item__ede82ba9 .index2_module_list_summary__ede82ba9 .index2_module_list_desc__ede82ba9 .index2_module_decs__ede82ba9 {
|
|
7615
|
+
color: rgba(0, 0, 0, 0.65);
|
|
7616
|
+
font-size: 14px;
|
|
7617
|
+
font-weight: 400;
|
|
7618
|
+
line-height: 150%;
|
|
7619
|
+
overflow: hidden;
|
|
7620
|
+
text-overflow: ellipsis;
|
|
7621
|
+
white-space: nowrap;
|
|
7622
|
+
}
|
|
7623
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_list_item__ede82ba9 .index2_module_list_summary__ede82ba9 .index2_module_list_desc__ede82ba9 .index2_module_decs__ede82ba9 span {
|
|
7624
|
+
color: #5991ef;
|
|
7625
|
+
}
|
|
7626
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_list_item__ede82ba9 .index2_module_list_summary__ede82ba9 .index2_module_open__ede82ba9 {
|
|
7627
|
+
font-size: 24px;
|
|
7628
|
+
color: rgba(0, 0, 0, 0.65);
|
|
7629
|
+
}
|
|
7630
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_list_item__ede82ba9 .index2_module_list_summary__ede82ba9 .index2_module_active__ede82ba9 svg {
|
|
7631
|
+
transform: rotate(90deg);
|
|
7632
|
+
}
|
|
7633
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_list_item__ede82ba9 .index2_module_list_summary_active__ede82ba9 {
|
|
7634
|
+
background-color: #f0f8ff;
|
|
7635
|
+
}
|
|
7636
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_list_item__ede82ba9 .index2_module_list_summary_active__ede82ba9:hover {
|
|
7637
|
+
background-color: #f0f8ff;
|
|
7638
|
+
}
|
|
7639
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_list_item__ede82ba9 .index2_module_list_detail__ede82ba9 {
|
|
7640
|
+
background-color: rgba(0, 0, 0, 0.02);
|
|
7641
|
+
}
|
|
7642
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_list_item__ede82ba9 .index2_module_list_detail__ede82ba9 .index2_module_list__ede82ba9 {
|
|
7643
|
+
padding: 8px 16px;
|
|
7644
|
+
margin-bottom: 1px;
|
|
7645
|
+
position: relative;
|
|
7646
|
+
cursor: pointer;
|
|
7647
|
+
}
|
|
7648
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_list_item__ede82ba9 .index2_module_list_detail__ede82ba9 .index2_module_list__ede82ba9:hover {
|
|
7649
|
+
background-color: rgba(0, 0, 0, 0.04);
|
|
7650
|
+
}
|
|
7651
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_list_item__ede82ba9 .index2_module_list_detail__ede82ba9 .index2_module_list__ede82ba9::before {
|
|
7652
|
+
content: "";
|
|
7653
|
+
display: inline-block;
|
|
7654
|
+
width: 100%;
|
|
7655
|
+
height: 1px;
|
|
7656
|
+
background-color: #ebebeb;
|
|
7657
|
+
position: absolute;
|
|
7658
|
+
bottom: -1px;
|
|
7659
|
+
left: -1px;
|
|
7660
|
+
}
|
|
7661
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_list_item__ede82ba9 .index2_module_list_detail__ede82ba9 .index2_module_list__ede82ba9 .index2_module_name__ede82ba9 {
|
|
7662
|
+
display: flex;
|
|
7663
|
+
justify-content: space-between;
|
|
7664
|
+
align-items: center;
|
|
7665
|
+
margin-bottom: 4px;
|
|
7666
|
+
}
|
|
7667
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_list_item__ede82ba9 .index2_module_list_detail__ede82ba9 .index2_module_list__ede82ba9 .index2_module_name__ede82ba9 p {
|
|
7668
|
+
color: rgba(0, 0, 0, 0.65);
|
|
7669
|
+
font-size: 14px;
|
|
7670
|
+
line-height: 1.5;
|
|
7671
|
+
}
|
|
7672
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_list_item__ede82ba9 .index2_module_list_detail__ede82ba9 .index2_module_list__ede82ba9 .index2_module_name__ede82ba9 .index2_module_time__ede82ba9 {
|
|
7673
|
+
font-size: 14px;
|
|
7674
|
+
color: #8c8c8c;
|
|
7675
|
+
}
|
|
7676
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_list_item__ede82ba9 .index2_module_list_detail__ede82ba9 .index2_module_list__ede82ba9 .index2_module_con__ede82ba9 {
|
|
7677
|
+
color: rgba(0, 0, 0, 0.85);
|
|
7678
|
+
font-size: 14px;
|
|
7679
|
+
font-weight: 400;
|
|
7680
|
+
line-height: 150%;
|
|
7681
|
+
overflow: hidden;
|
|
7682
|
+
text-overflow: ellipsis;
|
|
7683
|
+
max-height: 21px;
|
|
7684
|
+
white-space: nowrap;
|
|
7685
|
+
}
|
|
7686
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_list_item__ede82ba9 .index2_module_list_detail__ede82ba9 .index2_module_list__ede82ba9 .index2_module_con__ede82ba9 span {
|
|
7687
|
+
color: #5991ef;
|
|
7688
|
+
}
|
|
7689
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_list_item__ede82ba9 .index2_module_list_detail__ede82ba9 .index2_module_list_more__ede82ba9 {
|
|
7690
|
+
text-align: center;
|
|
7691
|
+
color: rgba(0, 0, 0, 0.45);
|
|
7692
|
+
font-size: 14px;
|
|
7693
|
+
}
|
|
7694
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_no_data__ede82ba9 {
|
|
7695
|
+
text-align: center;
|
|
7696
|
+
margin-top: 130px;
|
|
7697
|
+
}
|
|
7698
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_no_data__ede82ba9 img {
|
|
7699
|
+
width: 160px;
|
|
7700
|
+
}
|
|
7701
|
+
.index2_module_history_list__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 .index2_module_no_data__ede82ba9 p {
|
|
7702
|
+
margin-top: 24px;
|
|
7703
|
+
color: rgba(0, 0, 0, 0.45);
|
|
7704
|
+
text-align: center;
|
|
7705
|
+
font-size: 14px;
|
|
7706
|
+
line-height: 100%;
|
|
7707
|
+
/* 14px */
|
|
7708
|
+
}
|
|
7709
|
+
@keyframes index2_module_mymove__ede82ba9 {
|
|
7710
|
+
from {
|
|
7711
|
+
bottom: -500px;
|
|
7712
|
+
}
|
|
7713
|
+
to {
|
|
7714
|
+
bottom: 0;
|
|
7715
|
+
}
|
|
7716
|
+
}
|
|
7717
|
+
.index2_module_history_list__ede82ba9 .anticon {
|
|
7718
|
+
vertical-align: 0;
|
|
7719
|
+
}
|
|
7720
|
+
.index2_module_history_list_broadside__ede82ba9 {
|
|
7721
|
+
width: 417px;
|
|
7722
|
+
height: calc(100% - 48px);
|
|
7723
|
+
right: 0;
|
|
7724
|
+
top: 48px;
|
|
7725
|
+
border-radius: 0;
|
|
7726
|
+
background: transparent;
|
|
7727
|
+
overflow: visible;
|
|
7728
|
+
}
|
|
7729
|
+
.index2_module_history_list_broadside__ede82ba9 .index2_module_search_layout__ede82ba9 {
|
|
7730
|
+
height: 100%;
|
|
7731
|
+
border-radius: 0;
|
|
7732
|
+
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
|
|
7733
|
+
}
|
|
7734
|
+
.index2_module_history_list_broadside__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_search_top__ede82ba9 {
|
|
7735
|
+
margin: 16px;
|
|
7736
|
+
}
|
|
7737
|
+
.index2_module_history_list_broadside__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_title__ede82ba9 {
|
|
7738
|
+
padding: 16px;
|
|
7739
|
+
}
|
|
7740
|
+
.index2_module_history_list_broadside__ede82ba9 .index2_module_search_layout__ede82ba9 .index2_module_main_list__ede82ba9 {
|
|
7741
|
+
height: calc(100% - 140px);
|
|
7742
|
+
max-height: calc(100% - 140px);
|
|
7743
|
+
}
|
|
6392
7744
|
|
|
6393
7745
|
/* 变量色值 */
|
|
6394
7746
|
/* "color-background-layout": {
|