@plaso-infi/whiteboard-sdk 0.2.6 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -265,8 +265,6 @@
265
265
  padding-right: 8px;
266
266
  overflow: auto;
267
267
  max-height: 216px;
268
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
269
- scrollbar-width: thin;
270
268
  }
271
269
  .shape_switch_2j51f .shape_op_container_1Jmml .shape_op_mid_136kw::-webkit-scrollbar {
272
270
  width: 4px;
@@ -1280,6 +1278,14 @@
1280
1278
  transform-origin: 50% 50%;
1281
1279
  }
1282
1280
  }
1281
+ .pluginCmpContainer_3ry36 {
1282
+ position: absolute;
1283
+ left: 0;
1284
+ right: 0;
1285
+ width: 100%;
1286
+ height: 100%;
1287
+ pointer-events: none;
1288
+ }
1283
1289
 
1284
1290
  .linkDialog_C2v5X {
1285
1291
  padding: 24px;
@@ -1802,7 +1808,6 @@
1802
1808
  }
1803
1809
  .noScrollBar_IAjEr {
1804
1810
  -ms-overflow-style: none;
1805
- scrollbar-width: none;
1806
1811
  }
1807
1812
  .noScrollBar_IAjEr::-webkit-scrollbar {
1808
1813
  display: none;
@@ -1912,8 +1917,6 @@
1912
1917
  overflow-y: overlay;
1913
1918
  overflow-x: hidden;
1914
1919
  padding: 10px 0 10px 10px;
1915
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
1916
- scrollbar-width: thin;
1917
1920
  display: flex;
1918
1921
  flex-direction: row;
1919
1922
  flex-wrap: wrap;
@@ -1939,7 +1942,6 @@
1939
1942
  pointer-events: auto;
1940
1943
  flex-wrap: nowrap;
1941
1944
  -ms-overflow-style: none;
1942
- scrollbar-width: none;
1943
1945
  padding: 0;
1944
1946
  }
1945
1947
  .color_palette_3yWHR.phone_1HFeJ::-webkit-scrollbar {
@@ -2272,66 +2274,71 @@
2272
2274
  color: white;
2273
2275
  }
2274
2276
  .draggable_resizeBtn_1qrdc {
2275
- width: 18px;
2276
- height: 18px;
2277
+ width: 26px;
2278
+ height: 26px;
2277
2279
  position: absolute;
2278
- right: 0;
2279
- bottom: 0;
2280
+ right: -8px;
2281
+ bottom: -8px;
2280
2282
  z-index: 100;
2281
2283
  cursor: nwse-resize;
2284
+ pointer-events: all;
2285
+ visibility: visible;
2282
2286
  }
2283
2287
  .draggable_resizeBtn_1qrdc svg {
2284
2288
  width: 18px;
2285
2289
  height: 18px;
2290
+ transform: translateX(-2px) translateY(-2px);
2286
2291
  color: rgba(0, 0, 0, 0.5);
2287
2292
  }
2288
2293
  .draggable_resizeBtn_1qrdc.topRight_xCAxD {
2289
- right: 0;
2290
- top: 0;
2294
+ right: -8px;
2295
+ top: -8px;
2291
2296
  cursor: nesw-resize;
2292
2297
  transform: rotate(-90deg);
2293
2298
  }
2294
2299
  .draggable_resizeBtn_1qrdc.topLeft_3pcSw {
2295
- left: 0;
2296
- top: 0;
2300
+ left: -8px;
2301
+ top: -8px;
2297
2302
  cursor: nwse-resize;
2298
2303
  transform: rotate(180deg);
2299
2304
  }
2300
2305
  .draggable_resizeBtn_1qrdc.leftBottom_1U0vI {
2301
- left: 0;
2302
- bottom: 0;
2306
+ left: -8px;
2307
+ bottom: -8px;
2303
2308
  cursor: nesw-resize;
2304
2309
  transform: rotate(90deg);
2305
2310
  }
2306
2311
  .draggable_resizeBar_382KS {
2307
2312
  position: absolute;
2308
2313
  z-index: 10;
2314
+ pointer-events: all;
2315
+ visibility: visible;
2309
2316
  }
2310
2317
  .draggable_resizeBar_382KS.top_37Phf {
2311
- left: 12px;
2312
- right: 12px;
2313
- top: 0px;
2318
+ left: 18px;
2319
+ right: 18px;
2320
+ top: -8px;
2314
2321
  height: 8px;
2315
2322
  cursor: ns-resize;
2316
2323
  }
2317
2324
  .draggable_resizeBar_382KS.bottom_thMiI {
2318
- left: 12px;
2319
- right: 12px;
2320
- bottom: 0px;
2325
+ left: 18px;
2326
+ right: 18px;
2327
+ bottom: -8px;
2321
2328
  height: 8px;
2322
2329
  cursor: ns-resize;
2323
2330
  }
2324
2331
  .draggable_resizeBar_382KS.right_3f7YJ {
2325
- top: 12px;
2326
- bottom: 12px;
2327
- right: 0;
2332
+ top: 18px;
2333
+ bottom: 18px;
2334
+ right: -8px;
2328
2335
  width: 8px;
2329
2336
  cursor: ew-resize;
2330
2337
  }
2331
2338
  .draggable_resizeBar_382KS.left_1rSXU {
2332
- top: 12px;
2333
- bottom: 12px;
2334
- left: 0;
2339
+ top: 18px;
2340
+ bottom: 18px;
2341
+ left: -8px;
2335
2342
  width: 8px;
2336
2343
  cursor: ew-resize;
2337
2344
  }
@@ -2380,6 +2387,7 @@
2380
2387
  position: relative;
2381
2388
  padding: 0 8px;
2382
2389
  color: #303445;
2390
+ width: max-content;
2383
2391
  }
2384
2392
  .property-editor_2_Xm-.cloneIconBtn_f86rL {
2385
2393
  padding-right: 0;
@@ -3032,16 +3040,19 @@
3032
3040
  .root_y3DcX .globalCtx_3o4F3 {
3033
3041
  display: flex;
3034
3042
  flex-direction: column;
3043
+ width: 189px;
3035
3044
  padding: 8px 0;
3036
3045
  }
3037
3046
  .root_y3DcX .globalCtx_3o4F3 .item_2CAzg {
3038
- width: 150px;
3039
- height: 38px;
3040
- padding-left: 16px;
3047
+ height: 36px;
3048
+ padding: 0 16px;
3049
+ display: flex;
3050
+ flex-direction: row;
3051
+ justify-content: space-between;
3052
+ align-items: center;
3041
3053
  color: var(--upime-main-text);
3042
3054
  font-size: 14px;
3043
3055
  line-height: 38px;
3044
- text-align: left;
3045
3056
  -webkit-user-select: none;
3046
3057
  user-select: none;
3047
3058
  cursor: pointer;
@@ -3249,8 +3260,6 @@
3249
3260
  flex: 1;
3250
3261
  overflow: auto;
3251
3262
  margin-top: 20px;
3252
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
3253
- scrollbar-width: thin;
3254
3263
  }
3255
3264
  .categroyWrapper_2QXR0::-webkit-scrollbar {
3256
3265
  width: 4px;
@@ -3708,8 +3717,6 @@
3708
3717
  flex: 1;
3709
3718
  padding-right: 6px;
3710
3719
  overflow: auto;
3711
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
3712
- scrollbar-width: thin;
3713
3720
  }
3714
3721
  .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .listContainer_3ZQHL::-webkit-scrollbar {
3715
3722
  width: 4px;
@@ -3744,8 +3751,6 @@
3744
3751
  max-height: 162px;
3745
3752
  overflow-x: hidden;
3746
3753
  overflow-y: scroll;
3747
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
3748
- scrollbar-width: thin;
3749
3754
  padding: 15px 56px 16px 16px;
3750
3755
  }
3751
3756
  .draftContainer_UuOXY .textPart_GSblp .editor_12tyR::-webkit-scrollbar {
@@ -4027,8 +4032,6 @@
4027
4032
  overflow-x: hidden;
4028
4033
  overflow-y: scroll;
4029
4034
  border-bottom: 1px solid #ECECEE;
4030
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
4031
- scrollbar-width: thin;
4032
4035
  min-height: 40px;
4033
4036
  }
4034
4037
  .panelRoot_DCbrc .body__a4mA::-webkit-scrollbar {
@@ -4174,8 +4177,6 @@
4174
4177
  max-height: 235px;
4175
4178
  overflow-x: hidden;
4176
4179
  overflow-y: scroll;
4177
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
4178
- scrollbar-width: thin;
4179
4180
  }
4180
4181
  .panel_cBaOW .viewport_3E_T_::-webkit-scrollbar {
4181
4182
  width: 4px;
@@ -4537,8 +4538,6 @@
4537
4538
  max-height: 162px;
4538
4539
  overflow-x: hidden;
4539
4540
  overflow-y: scroll;
4540
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
4541
- scrollbar-width: thin;
4542
4541
  padding: 15px 56px 16px 16px;
4543
4542
  }
4544
4543
  .draftContainer_3wxyN .textPart_2_6bY .editor_VRdAP::-webkit-scrollbar {
@@ -4820,8 +4819,6 @@
4820
4819
  overflow-x: hidden;
4821
4820
  overflow-y: scroll;
4822
4821
  border-bottom: 1px solid #ECECEE;
4823
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
4824
- scrollbar-width: thin;
4825
4822
  min-height: 40px;
4826
4823
  }
4827
4824
  .panelRoot_QNzg0 .body_3Mme9::-webkit-scrollbar {
@@ -5856,8 +5853,6 @@
5856
5853
  max-height: 235px;
5857
5854
  overflow-x: hidden;
5858
5855
  overflow-y: scroll;
5859
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
5860
- scrollbar-width: thin;
5861
5856
  }
5862
5857
  .mentionContainer_UWTQf::-webkit-scrollbar {
5863
5858
  width: 4px;
@@ -7097,8 +7092,6 @@
7097
7092
  max-height: 196px;
7098
7093
  overflow-y: auto;
7099
7094
  z-index: 1;
7100
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
7101
- scrollbar-width: thin;
7102
7095
  }
7103
7096
  .cardOptionContainer_2RMVH::-webkit-scrollbar {
7104
7097
  width: 4px;
@@ -7220,8 +7213,6 @@
7220
7213
  }
7221
7214
  .userContainer_1U_1t {
7222
7215
  overflow: auto;
7223
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
7224
- scrollbar-width: thin;
7225
7216
  }
7226
7217
  .userContainer_1U_1t::-webkit-scrollbar {
7227
7218
  width: 4px;
@@ -7995,8 +7986,6 @@
7995
7986
  width: calc(100% + 36px);
7996
7987
  overflow: auto;
7997
7988
  padding-right: 36px;
7998
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
7999
- scrollbar-width: thin;
8000
7989
  }
8001
7990
  .cardEditModalContainer_3CGgB .cardEditPropContainer_2PkHQ::-webkit-scrollbar {
8002
7991
  width: 4px;
@@ -8104,8 +8093,6 @@
8104
8093
  border: 1px solid #e6e7e9;
8105
8094
  border-radius: 2px;
8106
8095
  padding: 8px 12px;
8107
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
8108
- scrollbar-width: thin;
8109
8096
  }
8110
8097
  .cardEditModalContainer_3CGgB .descContainer_3mYME .textDescContainer_1m0SK .textDesc_bExXH::placeholder {
8111
8098
  color: #c2c3c8;
@@ -8304,8 +8291,6 @@
8304
8291
  box-shadow: 0px 8px 32px rgba(5, 0, 56, 0.08);
8305
8292
  border-radius: 4px 4px 2px 2px;
8306
8293
  overflow: auto;
8307
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
8308
- scrollbar-width: thin;
8309
8294
  }
8310
8295
  .radioOptionContainer_2lNSP::-webkit-scrollbar {
8311
8296
  width: 4px;
@@ -9061,8 +9046,6 @@
9061
9046
  }
9062
9047
  .radioSelectDrawerBox_2Hw1j {
9063
9048
  overflow: auto;
9064
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
9065
- scrollbar-width: thin;
9066
9049
  }
9067
9050
  .radioSelectDrawerBox_2Hw1j::-webkit-scrollbar {
9068
9051
  width: 4px;
@@ -9146,8 +9129,6 @@
9146
9129
  .userSelectDrawerBox_2iZMV .listBox_1twLk {
9147
9130
  overflow: auto;
9148
9131
  height: 425px;
9149
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
9150
- scrollbar-width: thin;
9151
9132
  }
9152
9133
  .userSelectDrawerBox_2iZMV .listBox_1twLk::-webkit-scrollbar {
9153
9134
  width: 4px;
@@ -9249,8 +9230,6 @@
9249
9230
  width: 100%;
9250
9231
  height: 100%;
9251
9232
  overflow: auto;
9252
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
9253
- scrollbar-width: thin;
9254
9233
  padding-right: 12px;
9255
9234
  }
9256
9235
  .kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanOptionsList_1G7t2 .kanbanOptionScroll_1Lp_7::-webkit-scrollbar {
@@ -9319,8 +9298,6 @@
9319
9298
  width: 100%;
9320
9299
  height: 100%;
9321
9300
  overflow: auto;
9322
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
9323
- scrollbar-width: thin;
9324
9301
  padding-right: 32px;
9325
9302
  padding-left: 20px;
9326
9303
  }
@@ -9754,8 +9731,6 @@
9754
9731
  .kanbanGroupContainer_1cTo0 .scrollContainer_3pyGv {
9755
9732
  max-height: 400px;
9756
9733
  overflow: auto;
9757
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
9758
- scrollbar-width: thin;
9759
9734
  }
9760
9735
  .kanbanGroupContainer_1cTo0 .scrollContainer_3pyGv::-webkit-scrollbar {
9761
9736
  width: 4px;
@@ -9881,7 +9856,6 @@
9881
9856
  display: flex;
9882
9857
  gap: 4px;
9883
9858
  -ms-overflow-style: none;
9884
- scrollbar-width: none;
9885
9859
  }
9886
9860
  .addNewColContainer_2U3es .attrUserListContainer_GHEwF .fakeSelectorContainer_3VVxk .userList_238BL::-webkit-scrollbar {
9887
9861
  display: none;
@@ -10285,7 +10259,7 @@
10285
10259
  background-color: rgba(0, 0, 0, 0.06);
10286
10260
  }
10287
10261
  .do-hovers .active_2r-OK .iconWrap_2MBnC:hover {
10288
- background-color: #EAF1FC;
10262
+ background-color: #eaf1fc;
10289
10263
  }
10290
10264
  .draggableRoot_2qSTc {
10291
10265
  position: absolute;
@@ -10371,9 +10345,11 @@
10371
10345
  background-position: top center;
10372
10346
  background-size: 100% auto;
10373
10347
  --duration: 0.2s;
10348
+ border: 1px solid #c7d2e4;
10349
+ border-radius: 12px;
10374
10350
  }
10375
10351
  .dashboardContainer_mRFS- .dashboardHead_s3G4o {
10376
- padding: 24px 24px 22px;
10352
+ padding: 24px 12px 22px 24px;
10377
10353
  line-height: 20px;
10378
10354
  cursor: move;
10379
10355
  }
@@ -10383,7 +10359,6 @@
10383
10359
  .dashboardContainer_mRFS- .dashboardHead_s3G4o .dashboardFirstRow_3TdZU {
10384
10360
  display: flex;
10385
10361
  align-items: center;
10386
- gap: 4px;
10387
10362
  height: 24px;
10388
10363
  }
10389
10364
  .dashboardContainer_mRFS- .dashboardHead_s3G4o .headTitle_t5CkO {
@@ -10420,34 +10395,47 @@
10420
10395
  color: var(--upime-active);
10421
10396
  }
10422
10397
  .dashboardContainer_mRFS- .dashboardHead_s3G4o .closeContainer_6bfwg {
10423
- margin-left: 12px;
10424
- display: flex;
10425
10398
  cursor: pointer;
10426
- width: 20px;
10427
- height: 20px;
10399
+ width: 44px;
10400
+ height: 44px;
10401
+ display: flex;
10402
+ align-items: center;
10403
+ justify-content: center;
10404
+ border-radius: 2px;
10428
10405
  }
10429
10406
  .dashboardContainer_mRFS- .dashboardHead_s3G4o .closeContainer_6bfwg:hover {
10430
- color: var(--upime-active);
10407
+ background-color: rgba(0, 0, 0, 0.06);
10431
10408
  }
10432
10409
  .dashboardContainer_mRFS- .dashboardHead_s3G4o .closeContainer_6bfwg .closeIcon_2ECz8 {
10433
10410
  width: 20px;
10434
10411
  height: 20px;
10435
10412
  }
10436
10413
  .dashboardContainer_mRFS- .dashboardHead_s3G4o .clearContainer_1scVk {
10437
- margin-left: 12px;
10438
- transform: translateX(2px);
10439
10414
  display: flex;
10440
10415
  cursor: pointer;
10441
- width: 20px;
10442
- height: 20px;
10416
+ width: 44px;
10417
+ height: 44px;
10418
+ border-radius: 2px;
10443
10419
  }
10444
10420
  .dashboardContainer_mRFS- .dashboardHead_s3G4o .clearContainer_1scVk:hover {
10445
- color: var(--upime-active);
10421
+ background-color: rgba(0, 0, 0, 0.06);
10422
+ }
10423
+ .dashboardContainer_mRFS- .dashboardHead_s3G4o .clearContainer_1scVk .clearIconContainer_2EA4W {
10424
+ width: 100%;
10425
+ height: 100%;
10426
+ display: flex;
10427
+ align-items: center;
10428
+ justify-content: center;
10446
10429
  }
10447
10430
  .dashboardContainer_mRFS- .dashboardHead_s3G4o .clearContainer_1scVk .clearIcon_3gBAN {
10448
10431
  width: 18px;
10449
10432
  height: 18px;
10450
10433
  }
10434
+ .dashboardContainer_mRFS- .dashboardHead_s3G4o .split_line_15nu0 {
10435
+ width: 1px;
10436
+ height: 20px;
10437
+ background-color: rgba(0, 0, 0, 0.06);
10438
+ }
10451
10439
  .dashboardContainer_mRFS- .dashboardHead_s3G4o .dashboardHeadSubRow_1MQgh {
10452
10440
  margin-top: 4px;
10453
10441
  display: flex;
@@ -10464,8 +10452,8 @@
10464
10452
  padding: 0 24px;
10465
10453
  display: grid;
10466
10454
  grid-template-rows: 0fr 0fr 48px 1fr;
10467
- padding-bottom: 24px;
10468
- padding-top: 22px;
10455
+ padding-bottom: 20px;
10456
+ padding-top: 8px;
10469
10457
  /* 禁用聊天功能 开始*/
10470
10458
  /* 禁用聊天功能 结束*/
10471
10459
  }
@@ -10597,8 +10585,6 @@
10597
10585
  line-height: 20px;
10598
10586
  height: 48px;
10599
10587
  display: block;
10600
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
10601
- scrollbar-width: thin;
10602
10588
  }
10603
10589
  .dashboardContainer_mRFS- .dashbardContentContainer_33BP7 .inputRow_2fmro .input_3AwAe.oneLine_3BVqx {
10604
10590
  height: 48px;
@@ -10673,12 +10659,11 @@
10673
10659
  height: 100%;
10674
10660
  padding-top: 20px;
10675
10661
  display: grid;
10676
- grid-template-columns: repeat(4, 108px);
10677
10662
  align-content: flex-start;
10678
10663
  overflow: hidden;
10679
10664
  justify-content: space-between;
10680
- grid-gap: 8px;
10681
- gap: 8px;
10665
+ grid-row-gap: 8px;
10666
+ row-gap: 8px;
10682
10667
  }
10683
10668
  .dashboardContainer_mRFS- .dashbardContentContainer_33BP7 .aiGridContainer_3dyEB .cell_caDP7 {
10684
10669
  width: 100%;
@@ -11253,13 +11238,13 @@
11253
11238
  .goToLinkToolTip_Jo9f- {
11254
11239
  display: block;
11255
11240
  position: absolute;
11256
- background-color: #F2F2F2;
11257
- border: 1px solid #C2C2C2;
11241
+ background-color: #f2f2f2;
11242
+ border: 1px solid #c2c2c2;
11258
11243
  border-radius: 4px;
11259
11244
  height: 22px;
11260
11245
  padding-left: 10px;
11261
11246
  padding-right: 10px;
11262
- color: #6C6C6C;
11247
+ color: #6c6c6c;
11263
11248
  font-size: 14px;
11264
11249
  }
11265
11250
  .regular_content_vXb4B {
@@ -11315,7 +11300,7 @@
11315
11300
  }
11316
11301
  .sideBarIcon_376N9.disable_3IN0Q {
11317
11302
  pointer-events: none;
11318
- color: #D8D8D8;
11303
+ color: #d8d8d8;
11319
11304
  cursor: default;
11320
11305
  }
11321
11306
  .ui_right_3ti2x {
@@ -11365,6 +11350,18 @@
11365
11350
  .audio_con_1eDZb {
11366
11351
  visibility: hidden;
11367
11352
  }
11353
+ .bottomSideBar_1SzAf {
11354
+ position: absolute;
11355
+ left: 8px;
11356
+ right: 8px;
11357
+ bottom: 8px;
11358
+ display: flex;
11359
+ justify-content: center;
11360
+ }
11361
+ .bottomSideBar_1SzAf .bottomSideBarContainer_1ILqr {
11362
+ display: flex;
11363
+ gap: 8px;
11364
+ }
11368
11365
 
11369
11366
  .start_btn_2xPSl {
11370
11367
  position: relative;
@@ -11390,58 +11387,153 @@
11390
11387
  .control_bar_2GNJS {
11391
11388
  pointer-events: auto;
11392
11389
  display: flex;
11390
+ justify-content: center;
11391
+ align-items: center;
11392
+ gap: 2px;
11393
11393
  }
11394
11394
  .btn_XxtUf {
11395
- width: 40px;
11396
- height: 40px;
11395
+ width: 36px;
11396
+ height: 36px;
11397
11397
  display: flex;
11398
+ justify-content: center;
11399
+ align-items: center;
11398
11400
  }
11399
11401
  .btn_icon_2ym5R {
11400
11402
  margin: auto;
11401
11403
  }
11402
- .btn_sm_2iT5K {
11403
- width: 36px;
11404
- }
11405
11404
  .btn_sm_2iT5K .btn_icon_2ym5R {
11406
11405
  font-size: 20px;
11407
11406
  }
11407
+ .setting_panel_11GAp {
11408
+ position: absolute;
11409
+ bottom: calc(100% + 4px);
11410
+ right: 0;
11411
+ width: 150px;
11412
+ height: 40px;
11413
+ border-radius: 4px;
11414
+ background-color: #ffffff;
11415
+ box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
11416
+ display: flex;
11417
+ align-items: center;
11418
+ justify-content: space-between;
11419
+ gap: 20px;
11420
+ padding: 0 12px;
11421
+ }
11422
+ .setting_panel_11GAp .label_3yVEf {
11423
+ width: 100%;
11424
+ font-size: 12px;
11425
+ color: #0c1024;
11426
+ display: flex;
11427
+ justify-content: center;
11428
+ align-items: center;
11429
+ gap: 4px;
11430
+ }
11431
+ .setting_panel_11GAp .switch_btn_32uwa {
11432
+ flex-shrink: 0;
11433
+ }
11434
+ .switch_btn_32uwa {
11435
+ position: relative;
11436
+ width: 28px;
11437
+ height: 16px;
11438
+ border-radius: 8px;
11439
+ background-color: #e6e7e9;
11440
+ }
11441
+ .switch_btn_32uwa::before {
11442
+ position: absolute;
11443
+ content: "";
11444
+ left: 2px;
11445
+ top: 2px;
11446
+ width: 12px;
11447
+ height: 12px;
11448
+ border-radius: 6px;
11449
+ background-color: #ffffff;
11450
+ transition: left 0.2s;
11451
+ }
11452
+ .switch_btn_32uwa.on_1GpqW {
11453
+ background-color: #2e73e5;
11454
+ }
11455
+ .switch_btn_32uwa.on_1GpqW::before {
11456
+ left: 14px;
11457
+ }
11408
11458
  .stop_btn_2CADH {
11409
11459
  color: #fe5250;
11410
11460
  }
11461
+ .iconWrap_2KJpW {
11462
+ width: 36px;
11463
+ height: 36px;
11464
+ border-radius: 2px;
11465
+ display: flex;
11466
+ justify-content: center;
11467
+ align-items: center;
11468
+ cursor: pointer;
11469
+ }
11470
+ .iconWrapActive_3X4RO {
11471
+ color: var(--upime-active);
11472
+ background-color: #eaf1fc;
11473
+ }
11474
+ .do-hovers .iconWrap_2KJpW:hover {
11475
+ color: inherit;
11476
+ background-color: rgba(0, 0, 0, 0.06);
11477
+ }
11478
+ .do-hovers .iconWrapActive_3X4RO:hover {
11479
+ color: var(--upime-active);
11480
+ background-color: #eaf1fc;
11481
+ }
11411
11482
  .do-hovers .stop_btn_2CADH:hover {
11412
- color: #fe5250;
11483
+ color: #fe5250 !important;
11413
11484
  }
11414
11485
 
11415
- .root_3b8R4 {
11486
+ .root_2uqfG {
11416
11487
  pointer-events: auto;
11417
11488
  display: flex;
11489
+ gap: 2px;
11418
11490
  }
11419
- .btn_3w9Nl {
11420
- width: 40px;
11421
- height: 40px;
11491
+ .btn_1GO1Z {
11492
+ width: 36px;
11493
+ height: 36px;
11422
11494
  display: flex;
11423
11495
  }
11424
- .btn_icon_3i78O {
11496
+ .btn_icon_1H0aX {
11425
11497
  margin: auto;
11426
11498
  }
11427
- .btn_sm_waPZT {
11428
- width: 36px;
11429
- }
11430
- .btn_sm_waPZT .btn_icon_3i78O {
11499
+ .btn_sm_70fgs .btn_icon_1H0aX {
11431
11500
  font-size: 20px;
11432
11501
  }
11433
- .slide_info_2fLBA {
11502
+ .slide_info_2sd3p {
11503
+ width: min-content !important;
11504
+ }
11505
+ .slide_info_2sd3p {
11434
11506
  color: var(--upime-main-text);
11435
- height: 40px;
11436
- line-height: 40px;
11507
+ height: 36px;
11508
+ display: flex;
11509
+ justify-content: center;
11510
+ align-items: center;
11437
11511
  font-size: 12px;
11438
11512
  padding: 0 8px;
11439
11513
  white-space: nowrap;
11440
11514
  text-align: center;
11441
11515
  cursor: pointer;
11442
11516
  }
11443
- .slide_info_2fLBA:hover {
11444
- color: #2E73E5;
11517
+ .iconWrap_3PXPZ {
11518
+ width: 36px;
11519
+ height: 36px;
11520
+ border-radius: 2px;
11521
+ display: flex;
11522
+ justify-content: center;
11523
+ align-items: center;
11524
+ cursor: pointer;
11525
+ }
11526
+ .iconWrapActive_1uIws {
11527
+ color: var(--upime-active);
11528
+ background-color: #eaf1fc;
11529
+ }
11530
+ .do-hovers .iconWrap_3PXPZ:hover {
11531
+ color: inherit;
11532
+ background-color: rgba(0, 0, 0, 0.06);
11533
+ }
11534
+ .do-hovers .iconWrapActive_1uIws:hover {
11535
+ color: var(--upime-active);
11536
+ background-color: #eaf1fc;
11445
11537
  }
11446
11538
 
11447
11539
  .iconWrap_2PzPU {
@@ -11534,8 +11626,6 @@
11534
11626
  background-color: #f5f6f6;
11535
11627
  flex: 1 1;
11536
11628
  margin-bottom: 48px;
11537
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
11538
- scrollbar-width: thin;
11539
11629
  }
11540
11630
  .commentListRoot_15Hqh .body_1F54M::-webkit-scrollbar {
11541
11631
  width: 4px;
@@ -11705,8 +11795,6 @@
11705
11795
  width: 100%;
11706
11796
  max-height: 316px;
11707
11797
  overflow: auto;
11708
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
11709
- scrollbar-width: thin;
11710
11798
  }
11711
11799
  .filterContainer_3-Rd6 .participantContainer_2IQRQ .listContainer_39OQY::-webkit-scrollbar {
11712
11800
  width: 4px;
@@ -11866,8 +11954,6 @@
11866
11954
  background-color: #f5f6f6;
11867
11955
  flex: 1 1;
11868
11956
  margin-bottom: 48px;
11869
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
11870
- scrollbar-width: thin;
11871
11957
  }
11872
11958
  .commentListRoot_29yIC .body_2VLly::-webkit-scrollbar {
11873
11959
  width: 4px;
@@ -12037,8 +12123,6 @@
12037
12123
  width: 100%;
12038
12124
  max-height: 316px;
12039
12125
  overflow: auto;
12040
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
12041
- scrollbar-width: thin;
12042
12126
  }
12043
12127
  .filterContainer_2BCmt .participantContainer_2cqqd .listContainer_2a12b::-webkit-scrollbar {
12044
12128
  width: 4px;
@@ -12315,8 +12399,6 @@
12315
12399
  width: 100%;
12316
12400
  height: 100%;
12317
12401
  overflow-y: scroll;
12318
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
12319
- scrollbar-width: thin;
12320
12402
  background-color: var(--upime-btn-bg-hover);
12321
12403
  display: flex;
12322
12404
  flex-direction: column;
@@ -12746,8 +12828,7 @@
12746
12828
  width: 110px;
12747
12829
  }
12748
12830
  .nickNameInput_RAs3H {
12749
- margin: 0px;
12750
- margin-bottom: 24px;
12831
+ margin: 16px 0px;
12751
12832
  height: 44px;
12752
12833
  }
12753
12834
  .noPermissionJoinBox_2qDRl {
@@ -13557,6 +13638,11 @@
13557
13638
  height: 22px;
13558
13639
  border: 1px solid white;
13559
13640
  }
13641
+ .detailHeader_3WPRu .title_1bACw .footer_3mKMq .member_1fV6y .withBadge_bdKZp {
13642
+ width: max-content;
13643
+ padding: 0px 5px;
13644
+ border-radius: 15px;
13645
+ }
13560
13646
  .detailHeader_3WPRu .title_1bACw .footer_3mKMq .creator_3C6eO {
13561
13647
  color: #0c1024;
13562
13648
  font-size: 12px;
@@ -13594,8 +13680,6 @@
13594
13680
  top: 26px;
13595
13681
  padding: 8px 0px;
13596
13682
  overflow: auto;
13597
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
13598
- scrollbar-width: thin;
13599
13683
  }
13600
13684
  .detailHeader_3WPRu .title_1bACw .footer_3mKMq .userList_h85Hs::-webkit-scrollbar {
13601
13685
  width: 4px;
@@ -13821,8 +13905,6 @@
13821
13905
  margin-top: 8px;
13822
13906
  text-align: left;
13823
13907
  overflow: auto;
13824
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
13825
- scrollbar-width: thin;
13826
13908
  }
13827
13909
  .detailBody_1gbNu .navBar_2me9x .selectBox_2SG4_ .videoNavListBox_tOwT9::-webkit-scrollbar {
13828
13910
  width: 4px;
@@ -13937,8 +14019,6 @@
13937
14019
  padding: 0 20px;
13938
14020
  overflow: auto;
13939
14021
  padding-right: 18px;
13940
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
13941
- scrollbar-width: thin;
13942
14022
  height: calc(100% - 72px);
13943
14023
  }
13944
14024
  .textContainer_1JELQ .textBox_2F1tW::-webkit-scrollbar {
@@ -14033,8 +14113,6 @@
14033
14113
  padding-bottom: 10px;
14034
14114
  overflow: auto;
14035
14115
  height: calc(100% - 72px);
14036
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
14037
- scrollbar-width: thin;
14038
14116
  }
14039
14117
  .textContainer_1JELQ .jiyaoBox_3PTR2::-webkit-scrollbar {
14040
14118
  width: 4px;
@@ -14308,7 +14386,7 @@
14308
14386
  color: var(--upime-active);
14309
14387
  }
14310
14388
 
14311
- .root_1Xg0h {
14389
+ .root_1jyVi {
14312
14390
  position: absolute;
14313
14391
  width: 264px;
14314
14392
  padding-left: 24px;
@@ -14322,27 +14400,27 @@
14322
14400
  height: 216px;
14323
14401
  transition: height 0.3s ease;
14324
14402
  }
14325
- .root_1Xg0h.listHided_3PtEo {
14403
+ .root_1jyVi.listHided_xwE6e {
14326
14404
  top: 50% !important;
14327
14405
  transform: translate(248px, -50%) !important;
14328
14406
  }
14329
- .root_1Xg0h.hide_vbNDq {
14407
+ .root_1jyVi.hide_2ZSIJ {
14330
14408
  visibility: hidden;
14331
14409
  }
14332
- .container_1IWYf {
14410
+ .container_3FM8o {
14333
14411
  display: flex;
14334
14412
  flex-direction: column;
14335
14413
  justify-content: center;
14336
14414
  align-items: center;
14337
14415
  }
14338
- .viewport_d7NeH {
14416
+ .viewport_2rmNk {
14339
14417
  margin-top: 26px;
14340
14418
  overflow: hidden;
14341
14419
  }
14342
- .transList_Cu1b6 {
14420
+ .transList_i2kjX {
14343
14421
  transition: transform 0.2s ease;
14344
14422
  }
14345
- .sliderBtn_hx7ft {
14423
+ .sliderBtn_3WSwu {
14346
14424
  position: absolute;
14347
14425
  width: 48px;
14348
14426
  height: 24px;
@@ -14354,17 +14432,17 @@
14354
14432
  align-items: center;
14355
14433
  color: white;
14356
14434
  }
14357
- .upBtn_3o8kc {
14435
+ .upBtn_2_rkT {
14358
14436
  top: 0px;
14359
14437
  }
14360
- .downBtn_TA366 {
14438
+ .downBtn_G1Z2B {
14361
14439
  bottom: 4px;
14362
14440
  }
14363
- .btnDisabled_1P510 {
14441
+ .btnDisabled_11Cql {
14364
14442
  cursor: not-allowed;
14365
14443
  background-color: rgba(0, 0, 0, 0.2);
14366
14444
  }
14367
- .sideToggle_33aEd {
14445
+ .sideToggle_1QrNC {
14368
14446
  position: absolute;
14369
14447
  height: 48px;
14370
14448
  width: 24px;
@@ -14379,23 +14457,24 @@
14379
14457
  border-bottom-left-radius: 12px;
14380
14458
  cursor: pointer;
14381
14459
  }
14382
- .sideToggle_33aEd.listHided_3PtEo svg {
14460
+ .sideToggle_1QrNC.listHided_xwE6e svg {
14383
14461
  transform: rotate(180deg);
14384
14462
  }
14385
- .sideToggle_33aEd svg {
14463
+ .sideToggle_1QrNC svg {
14386
14464
  width: 24px;
14387
14465
  height: 24px;
14388
14466
  color: white;
14389
14467
  }
14390
- .enlargedVideoCon_3V0mN {
14468
+ .enlargedVideoCon_1RozS {
14391
14469
  height: 0px;
14392
14470
  position: absolute;
14393
14471
  width: 100%;
14394
14472
  top: 0;
14395
14473
  left: 0;
14396
14474
  transform: translate(0, 0);
14475
+ pointer-events: auto;
14397
14476
  }
14398
- .sideTogglePhone_Lu7s6 {
14477
+ .sideTogglePhone_3h6ss {
14399
14478
  position: absolute;
14400
14479
  height: 48px;
14401
14480
  width: 24px;
@@ -14410,38 +14489,38 @@
14410
14489
  border-bottom-left-radius: 12px;
14411
14490
  cursor: pointer;
14412
14491
  }
14413
- .sideTogglePhone_Lu7s6 svg {
14492
+ .sideTogglePhone_3h6ss svg {
14414
14493
  width: 24px;
14415
14494
  height: 24px;
14416
14495
  color: white;
14417
14496
  }
14418
- .enlargedVideoConPhone_3439O {
14497
+ .enlargedVideoConPhone_1-pCU {
14419
14498
  position: absolute;
14420
14499
  width: 100%;
14421
14500
  height: 100%;
14422
14501
  top: 0;
14423
14502
  z-index: -1;
14424
14503
  }
14425
- .enlargedVideoConPhone_3439O.open_1r4pC {
14504
+ .enlargedVideoConPhone_1-pCU.open_xtzeE {
14426
14505
  z-index: 21;
14427
14506
  }
14428
- .detachedBoxLandscape_1Qy6I {
14507
+ .detachedBoxLandscape_2kfdO {
14429
14508
  width: 100%;
14430
14509
  height: 100%;
14431
14510
  display: flex;
14432
14511
  }
14433
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 {
14512
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM {
14434
14513
  flex: 1;
14435
14514
  height: 100%;
14436
14515
  position: relative;
14437
14516
  background-color: #000;
14438
14517
  }
14439
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 .videoContainer_FYBCH {
14518
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM .videoContainer_sXLil {
14440
14519
  height: 100%;
14441
14520
  width: 100%;
14442
14521
  padding: 0 39px;
14443
14522
  }
14444
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 .avatarContainer_3Pd_3 {
14523
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM .avatarContainer_3r5DY {
14445
14524
  position: absolute;
14446
14525
  display: flex;
14447
14526
  justify-content: center;
@@ -14453,11 +14532,11 @@
14453
14532
  background: #303445;
14454
14533
  margin: 0 39px;
14455
14534
  }
14456
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 .avatarContainer_3Pd_3 .avatar_tG9OX {
14535
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM .avatarContainer_3r5DY .avatar_2kRaF {
14457
14536
  width: 100px;
14458
14537
  height: 100px;
14459
14538
  }
14460
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 .micIconBox_117Sg {
14539
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM .micIconBox_6I7Ri {
14461
14540
  position: absolute;
14462
14541
  bottom: 16px;
14463
14542
  right: 16px;
@@ -14467,10 +14546,10 @@
14467
14546
  border-radius: 999px;
14468
14547
  background-color: rgba(48, 52, 69, 0.6);
14469
14548
  }
14470
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 .micIconBox_117Sg > svg {
14549
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM .micIconBox_6I7Ri > svg {
14471
14550
  color: #fff;
14472
14551
  }
14473
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 .micIconBox_117Sg .volume_2mOVS {
14552
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM .micIconBox_6I7Ri .volume_3DLqs {
14474
14553
  position: absolute;
14475
14554
  bottom: 21px;
14476
14555
  left: 50%;
@@ -14480,14 +14559,14 @@
14480
14559
  border-radius: 4px;
14481
14560
  width: 4px;
14482
14561
  }
14483
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 .micIconBox_117Sg .volume_2mOVS.hide_vbNDq {
14562
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM .micIconBox_6I7Ri .volume_3DLqs.hide_2ZSIJ {
14484
14563
  display: none;
14485
14564
  }
14486
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 .header_2iIOt {
14565
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM .header_1_vl9 {
14487
14566
  position: absolute;
14488
14567
  top: 16px;
14489
14568
  }
14490
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 .header_2iIOt > span {
14569
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM .header_1_vl9 > span {
14491
14570
  line-height: 18px;
14492
14571
  color: white;
14493
14572
  text-overflow: ellipsis;
@@ -14499,11 +14578,11 @@
14499
14578
  height: 24px;
14500
14579
  max-width: 300px;
14501
14580
  }
14502
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 .header_2iIOt > span > span {
14581
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM .header_1_vl9 > span > span {
14503
14582
  position: relative;
14504
14583
  bottom: 7px;
14505
14584
  }
14506
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 .header_2iIOt .shareIconBox_2rRd_ {
14585
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM .header_1_vl9 .shareIconBox_1340w {
14507
14586
  display: inline-block;
14508
14587
  border-radius: 2px;
14509
14588
  background-color: #00c78b;
@@ -14514,24 +14593,24 @@
14514
14593
  position: relative;
14515
14594
  bottom: 7px;
14516
14595
  }
14517
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 .header_2iIOt .shareIconBox_2rRd_ > svg {
14596
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM .header_1_vl9 .shareIconBox_1340w > svg {
14518
14597
  font-size: 14px;
14519
14598
  margin-right: 4px;
14520
14599
  position: relative;
14521
14600
  top: 2px;
14522
14601
  left: 2px;
14523
14602
  }
14524
- .detachedBoxLandscape_1Qy6I .profileBox_162fR {
14603
+ .detachedBoxLandscape_2kfdO .profileBox_2qul4 {
14525
14604
  padding: 8px;
14526
14605
  background-color: #1d1e32;
14527
14606
  display: flex;
14528
14607
  flex-direction: column;
14529
14608
  justify-content: space-between;
14530
14609
  }
14531
- .detachedBoxLandscape_1Qy6I .profileBox_162fR .btnRow_1D4EA {
14610
+ .detachedBoxLandscape_2kfdO .profileBox_2qul4 .btnRow_3W-a0 {
14532
14611
  height: 20px;
14533
14612
  }
14534
- .detachedBoxLandscape_1Qy6I .profileBox_162fR .btnRow_1D4EA .sliderBtn_hx7ft {
14613
+ .detachedBoxLandscape_2kfdO .profileBox_2qul4 .btnRow_3W-a0 .sliderBtn_3WSwu {
14535
14614
  position: static;
14536
14615
  width: 48px;
14537
14616
  height: 20px;
@@ -14542,20 +14621,20 @@
14542
14621
  -webkit-backdrop-filter: blur(1px);
14543
14622
  backdrop-filter: blur(1px);
14544
14623
  }
14545
- .detachedBoxLandscape_1Qy6I .profileBox_162fR .btnRow_1D4EA .sliderBtn_hx7ft > svg {
14624
+ .detachedBoxLandscape_2kfdO .profileBox_2qul4 .btnRow_3W-a0 .sliderBtn_3WSwu > svg {
14546
14625
  font-size: 20px;
14547
14626
  }
14548
- .detachedBoxLandscape_1Qy6I .profileBox_162fR .btnRow_1D4EA .sliderBtn_hx7ft.btnDisabled_1P510 > svg {
14627
+ .detachedBoxLandscape_2kfdO .profileBox_2qul4 .btnRow_3W-a0 .sliderBtn_3WSwu.btnDisabled_11Cql > svg {
14549
14628
  color: rgba(255, 255, 255, 0.25);
14550
14629
  }
14551
- .detachedBoxLandscape_1Qy6I .profileBox_162fR .listbox_1thcv {
14630
+ .detachedBoxLandscape_2kfdO .profileBox_2qul4 .listbox_3k1M6 {
14552
14631
  margin: 4px 0px;
14553
14632
  height: 100%;
14554
14633
  display: flex;
14555
14634
  flex-direction: column;
14556
14635
  gap: 4px;
14557
14636
  }
14558
- .detachedBoxPortrait_1TFEe {
14637
+ .detachedBoxPortrait_3RTFQ {
14559
14638
  display: flex;
14560
14639
  flex-direction: column;
14561
14640
  height: 100%;
@@ -14563,13 +14642,13 @@
14563
14642
  background-color: #000;
14564
14643
  position: relative;
14565
14644
  }
14566
- .detachedBoxPortrait_1TFEe .header_2iIOt {
14645
+ .detachedBoxPortrait_3RTFQ .header_1_vl9 {
14567
14646
  height: 48px;
14568
14647
  padding: 12px 16px;
14569
14648
  background-color: #1d1e23;
14570
14649
  border-bottom: 2px solid #000;
14571
14650
  }
14572
- .detachedBoxPortrait_1TFEe .header_2iIOt > span {
14651
+ .detachedBoxPortrait_3RTFQ .header_1_vl9 > span {
14573
14652
  line-height: 18px;
14574
14653
  color: white;
14575
14654
  text-overflow: ellipsis;
@@ -14581,7 +14660,7 @@
14581
14660
  display: flex;
14582
14661
  align-items: center;
14583
14662
  }
14584
- .detachedBoxPortrait_1TFEe .header_2iIOt .shareIconBox_2rRd_ {
14663
+ .detachedBoxPortrait_3RTFQ .header_1_vl9 .shareIconBox_1340w {
14585
14664
  display: inline-block;
14586
14665
  border-radius: 2px;
14587
14666
  background-color: #00c78b;
@@ -14590,24 +14669,24 @@
14590
14669
  height: 18px;
14591
14670
  margin-left: 4px;
14592
14671
  }
14593
- .detachedBoxPortrait_1TFEe .header_2iIOt .shareIconBox_2rRd_ > svg {
14672
+ .detachedBoxPortrait_3RTFQ .header_1_vl9 .shareIconBox_1340w > svg {
14594
14673
  font-size: 14px;
14595
14674
  margin-right: 4px;
14596
14675
  position: relative;
14597
14676
  top: 2px;
14598
14677
  left: 2px;
14599
14678
  }
14600
- .detachedBoxPortrait_1TFEe .profileBox_162fR {
14679
+ .detachedBoxPortrait_3RTFQ .profileBox_2qul4 {
14601
14680
  padding: 8px;
14602
14681
  display: flex;
14603
14682
  justify-content: space-between;
14604
14683
  align-items: center;
14605
14684
  background-color: #1d1e23;
14606
14685
  }
14607
- .detachedBoxPortrait_1TFEe .profileBox_162fR .btnRow_1D4EA {
14686
+ .detachedBoxPortrait_3RTFQ .profileBox_2qul4 .btnRow_3W-a0 {
14608
14687
  width: 24px;
14609
14688
  }
14610
- .detachedBoxPortrait_1TFEe .profileBox_162fR .btnRow_1D4EA .sliderBtn_hx7ft {
14689
+ .detachedBoxPortrait_3RTFQ .profileBox_2qul4 .btnRow_3W-a0 .sliderBtn_3WSwu {
14611
14690
  position: static;
14612
14691
  width: 24px;
14613
14692
  height: 48px;
@@ -14618,28 +14697,28 @@
14618
14697
  -webkit-backdrop-filter: blur(1px);
14619
14698
  backdrop-filter: blur(1px);
14620
14699
  }
14621
- .detachedBoxPortrait_1TFEe .profileBox_162fR .btnRow_1D4EA .sliderBtn_hx7ft > svg {
14700
+ .detachedBoxPortrait_3RTFQ .profileBox_2qul4 .btnRow_3W-a0 .sliderBtn_3WSwu > svg {
14622
14701
  font-size: 20px;
14623
14702
  }
14624
- .detachedBoxPortrait_1TFEe .profileBox_162fR .btnRow_1D4EA .sliderBtn_hx7ft.btnDisabled_1P510 > svg {
14703
+ .detachedBoxPortrait_3RTFQ .profileBox_2qul4 .btnRow_3W-a0 .sliderBtn_3WSwu.btnDisabled_11Cql > svg {
14625
14704
  color: rgba(255, 255, 255, 0.25);
14626
14705
  }
14627
- .detachedBoxPortrait_1TFEe .profileBox_162fR .listbox_1thcv {
14706
+ .detachedBoxPortrait_3RTFQ .profileBox_2qul4 .listbox_3k1M6 {
14628
14707
  margin: 0px 4px;
14629
14708
  height: 100%;
14630
14709
  display: flex;
14631
14710
  gap: 4px;
14632
14711
  flex: 1;
14633
14712
  }
14634
- .detachedBoxPortrait_1TFEe .mixBox_21ds9 {
14713
+ .detachedBoxPortrait_3RTFQ .mixBox_TmvtM {
14635
14714
  flex: 1;
14636
14715
  position: relative;
14637
14716
  }
14638
- .detachedBoxPortrait_1TFEe .mixBox_21ds9 .videoContainer_FYBCH {
14717
+ .detachedBoxPortrait_3RTFQ .mixBox_TmvtM .videoContainer_sXLil {
14639
14718
  height: 100%;
14640
14719
  width: 100%;
14641
14720
  }
14642
- .detachedBoxPortrait_1TFEe .mixBox_21ds9 .avatarContainer_3Pd_3 {
14721
+ .detachedBoxPortrait_3RTFQ .mixBox_TmvtM .avatarContainer_3r5DY {
14643
14722
  position: absolute;
14644
14723
  display: flex;
14645
14724
  justify-content: center;
@@ -14651,11 +14730,11 @@
14651
14730
  right: 0;
14652
14731
  background: #303445;
14653
14732
  }
14654
- .detachedBoxPortrait_1TFEe .mixBox_21ds9 .avatarContainer_3Pd_3 .avatar_tG9OX {
14733
+ .detachedBoxPortrait_3RTFQ .mixBox_TmvtM .avatarContainer_3r5DY .avatar_2kRaF {
14655
14734
  width: 100px;
14656
14735
  height: 100px;
14657
14736
  }
14658
- .detachedBoxPortrait_1TFEe .micIconBox_117Sg {
14737
+ .detachedBoxPortrait_3RTFQ .micIconBox_6I7Ri {
14659
14738
  position: absolute;
14660
14739
  bottom: 34px;
14661
14740
  left: 50%;
@@ -14666,10 +14745,10 @@
14666
14745
  border-radius: 999px;
14667
14746
  background-color: rgba(48, 52, 69, 0.6);
14668
14747
  }
14669
- .detachedBoxPortrait_1TFEe .micIconBox_117Sg > svg {
14748
+ .detachedBoxPortrait_3RTFQ .micIconBox_6I7Ri > svg {
14670
14749
  color: #fff;
14671
14750
  }
14672
- .detachedBoxPortrait_1TFEe .micIconBox_117Sg .volume_2mOVS {
14751
+ .detachedBoxPortrait_3RTFQ .micIconBox_6I7Ri .volume_3DLqs {
14673
14752
  position: absolute;
14674
14753
  bottom: 21px;
14675
14754
  left: 50%;
@@ -14679,10 +14758,10 @@
14679
14758
  border-radius: 4px;
14680
14759
  width: 4px;
14681
14760
  }
14682
- .detachedBoxPortrait_1TFEe .micIconBox_117Sg .volume_2mOVS.hide_vbNDq {
14761
+ .detachedBoxPortrait_3RTFQ .micIconBox_6I7Ri .volume_3DLqs.hide_2ZSIJ {
14683
14762
  display: none;
14684
14763
  }
14685
- .rtcBlockPhoneBox_4atKJ {
14764
+ .rtcBlockPhoneBox_1ORnM {
14686
14765
  color: #fff;
14687
14766
  border-radius: 4px;
14688
14767
  background-color: #303445;
@@ -14692,7 +14771,7 @@
14692
14771
  position: relative;
14693
14772
  border: 1px solid #303445;
14694
14773
  }
14695
- .rtcBlockPhoneBox_4atKJ .footer_2wYBX {
14774
+ .rtcBlockPhoneBox_1ORnM .footer_3dPhq {
14696
14775
  position: absolute;
14697
14776
  bottom: 4px;
14698
14777
  left: 4px;
@@ -14700,26 +14779,26 @@
14700
14779
  display: flex;
14701
14780
  width: 100%;
14702
14781
  }
14703
- .rtcBlockPhoneBox_4atKJ .footer_2wYBX .shareIconBox_2rRd_ {
14782
+ .rtcBlockPhoneBox_1ORnM .footer_3dPhq .shareIconBox_1340w {
14704
14783
  width: 14px;
14705
14784
  height: 14px;
14706
14785
  display: flex;
14707
14786
  justify-content: center;
14708
14787
  align-items: center;
14709
14788
  }
14710
- .rtcBlockPhoneBox_4atKJ .footer_2wYBX .shareIconBox_2rRd_ > svg {
14789
+ .rtcBlockPhoneBox_1ORnM .footer_3dPhq .shareIconBox_1340w > svg {
14711
14790
  font-size: 12px;
14712
14791
  color: #00c78b;
14713
14792
  margin-right: 4px;
14714
14793
  }
14715
- .rtcBlockPhoneBox_4atKJ .footer_2wYBX > svg {
14794
+ .rtcBlockPhoneBox_1ORnM .footer_3dPhq > svg {
14716
14795
  width: 12px;
14717
14796
  height: 12px;
14718
14797
  position: absolute;
14719
14798
  right: 6px;
14720
14799
  bottom: 1px;
14721
14800
  }
14722
- .rtcBlockPhoneBox_4atKJ .topLeftFloat_kmYo- {
14801
+ .rtcBlockPhoneBox_1ORnM .topLeftFloat_2EIJ9 {
14723
14802
  position: absolute;
14724
14803
  top: 4px;
14725
14804
  left: 4px;
@@ -14731,20 +14810,20 @@
14731
14810
  justify-content: center;
14732
14811
  align-items: center;
14733
14812
  }
14734
- .rtcBlockPhoneBox_4atKJ .topLeftFloat_kmYo- svg {
14813
+ .rtcBlockPhoneBox_1ORnM .topLeftFloat_2EIJ9 svg {
14735
14814
  width: 10px;
14736
14815
  height: 10px;
14737
14816
  color: white;
14738
14817
  }
14739
- .rtcBlockPhoneBox_4atKJ .videoContainer_FYBCH {
14818
+ .rtcBlockPhoneBox_1ORnM .videoContainer_sXLil {
14740
14819
  height: 100%;
14741
14820
  width: 100%;
14742
14821
  }
14743
- .rtcBlockPhoneBox_4atKJ.detached_2X6p1 {
14822
+ .rtcBlockPhoneBox_1ORnM.detached_2vQjr {
14744
14823
  border: 1px solid #00c78b;
14745
14824
  }
14746
14825
 
14747
- .blockRoot_1yVfR {
14826
+ .blockRoot_2ukEg {
14748
14827
  width: 240px;
14749
14828
  height: 160px;
14750
14829
  border-radius: 4px;
@@ -14755,12 +14834,12 @@
14755
14834
  align-items: center;
14756
14835
  margin-bottom: 4px;
14757
14836
  }
14758
- .avatar_1lONr {
14837
+ .avatar_tQY6d {
14759
14838
  width: 60px;
14760
14839
  height: 60px;
14761
14840
  }
14762
- .footer_3547E,
14763
- .header_2erQi {
14841
+ .footer_2BN-f,
14842
+ .header_1sZ9q {
14764
14843
  position: absolute;
14765
14844
  width: 100%;
14766
14845
  bottom: 0px;
@@ -14770,8 +14849,8 @@
14770
14849
  justify-content: space-between;
14771
14850
  align-items: center;
14772
14851
  }
14773
- .footer_3547E > span,
14774
- .header_2erQi > span {
14852
+ .footer_2BN-f > span,
14853
+ .header_1sZ9q > span {
14775
14854
  max-width: 180px;
14776
14855
  height: 18px;
14777
14856
  font-size: 12px;
@@ -14782,8 +14861,8 @@
14782
14861
  overflow: hidden;
14783
14862
  margin-left: 8px;
14784
14863
  }
14785
- .footer_3547E .shareIconBox_2jHFz,
14786
- .header_2erQi .shareIconBox_2jHFz {
14864
+ .footer_2BN-f .shareIconBox_KMbke,
14865
+ .header_1sZ9q .shareIconBox_KMbke {
14787
14866
  display: inline-block;
14788
14867
  border-radius: 2px;
14789
14868
  background-color: #00c78b;
@@ -14791,35 +14870,35 @@
14791
14870
  width: 18px;
14792
14871
  height: 18px;
14793
14872
  }
14794
- .footer_3547E .shareIconBox_2jHFz > svg,
14795
- .header_2erQi .shareIconBox_2jHFz > svg {
14873
+ .footer_2BN-f .shareIconBox_KMbke > svg,
14874
+ .header_1sZ9q .shareIconBox_KMbke > svg {
14796
14875
  font-size: 14px;
14797
14876
  margin-right: 4px;
14798
14877
  position: relative;
14799
14878
  top: 2px;
14800
14879
  left: 2px;
14801
14880
  }
14802
- .header_2erQi {
14881
+ .header_1sZ9q {
14803
14882
  height: 100%;
14804
14883
  top: 16px;
14805
14884
  align-items: flex-start;
14806
14885
  }
14807
- .header_2erQi > span {
14886
+ .header_1sZ9q > span {
14808
14887
  position: absolute;
14809
14888
  font-size: 16px;
14810
14889
  height: 24px;
14811
14890
  max-width: 300px;
14812
14891
  }
14813
- .header_2erQi > span > span {
14892
+ .header_1sZ9q > span > span {
14814
14893
  position: relative;
14815
14894
  bottom: 7px;
14816
14895
  }
14817
- .header_2erQi .shareIconBox_2jHFz {
14896
+ .header_1sZ9q .shareIconBox_KMbke {
14818
14897
  margin-left: 4px;
14819
14898
  position: relative;
14820
14899
  bottom: 7px;
14821
14900
  }
14822
- .micIconContainer_31rri {
14901
+ .micIconContainer_3vf1g {
14823
14902
  height: 20px;
14824
14903
  width: 20px;
14825
14904
  background-color: #FE7F7E;
@@ -14830,22 +14909,22 @@
14830
14909
  justify-content: center;
14831
14910
  align-items: center;
14832
14911
  }
14833
- .micIconContainer_31rri > svg {
14912
+ .micIconContainer_3vf1g > svg {
14834
14913
  width: 16px;
14835
14914
  height: 16px;
14836
14915
  }
14837
- .micIconContainer_31rri.detached_2ZdnP {
14916
+ .micIconContainer_3vf1g.detached_3z0FR {
14838
14917
  margin-right: 24px;
14839
14918
  }
14840
- .videoContainer_2MFyP {
14919
+ .videoContainer_2tjGM {
14841
14920
  width: 100%;
14842
14921
  height: 100%;
14843
14922
  position: absolute;
14844
14923
  }
14845
- .videoContainer_2MFyP > div {
14924
+ .videoContainer_2tjGM > div {
14846
14925
  border-radius: 4px;
14847
14926
  }
14848
- .coverContainer_3El0F {
14927
+ .coverContainer_vIm8s {
14849
14928
  position: absolute;
14850
14929
  width: 100%;
14851
14930
  height: 100%;
@@ -14856,7 +14935,7 @@
14856
14935
  justify-content: center;
14857
14936
  align-items: center;
14858
14937
  }
14859
- .coverContainer_3El0F .title_1Ow65 {
14938
+ .coverContainer_vIm8s .title_hRfdb {
14860
14939
  color: #fff;
14861
14940
  text-align: center;
14862
14941
  font-size: 18px;
@@ -14864,7 +14943,7 @@
14864
14943
  line-height: 30px;
14865
14944
  margin-bottom: 4px;
14866
14945
  }
14867
- .coverContainer_3El0F .subtitle_bbjxr {
14946
+ .coverContainer_vIm8s .subtitle_1RUCP {
14868
14947
  color: #fff;
14869
14948
  text-align: center;
14870
14949
  font-size: 14px;
@@ -14873,11 +14952,11 @@
14873
14952
  padding: 0px 24px;
14874
14953
  word-break: break-word;
14875
14954
  }
14876
- .coverContainer_3El0F .actionRow_Ip0zs {
14955
+ .coverContainer_vIm8s .actionRow_JSAwY {
14877
14956
  text-align: center;
14878
14957
  color: #fff;
14879
14958
  }
14880
- .coverContainer_3El0F .actionRow_Ip0zs .continueBtn_3BQis {
14959
+ .coverContainer_vIm8s .actionRow_JSAwY .continueBtn_2LD-6 {
14881
14960
  display: inline-block;
14882
14961
  margin-right: 20px;
14883
14962
  border-radius: 4px;
@@ -14889,7 +14968,7 @@
14889
14968
  cursor: pointer;
14890
14969
  background-color: #2e73e5;
14891
14970
  }
14892
- .coverContainer_3El0F .actionRow_Ip0zs .stopBtn_3hPDG {
14971
+ .coverContainer_vIm8s .actionRow_JSAwY .stopBtn_3-MlT {
14893
14972
  display: inline-block;
14894
14973
  border-radius: 4px;
14895
14974
  height: 36px;
@@ -14900,7 +14979,7 @@
14900
14979
  cursor: pointer;
14901
14980
  border: 1px solid #DBDBDE;
14902
14981
  }
14903
- .avatarContainer_ddIku {
14982
+ .avatarContainer_Daww3 {
14904
14983
  position: absolute;
14905
14984
  display: flex;
14906
14985
  justify-content: center;
@@ -14910,7 +14989,7 @@
14910
14989
  left: 0;
14911
14990
  right: 0;
14912
14991
  }
14913
- .cornerBtn_3a5Lb {
14992
+ .cornerBtn_2ey9O {
14914
14993
  position: absolute;
14915
14994
  right: 8px;
14916
14995
  top: 8px;
@@ -14919,7 +14998,7 @@
14919
14998
  flex-direction: row;
14920
14999
  justify-content: flex-end;
14921
15000
  }
14922
- .draggableAvatar_3tdVs {
15001
+ .draggableAvatar_2X3q9 {
14923
15002
  position: fixed;
14924
15003
  width: 360px;
14925
15004
  height: 240px;
@@ -14927,7 +15006,7 @@
14927
15006
  border: solid 1px #C2C3C8;
14928
15007
  border-radius: 4px;
14929
15008
  }
14930
- .hoverTipRoot_1Wibv {
15009
+ .hoverTipRoot_2a1Xp {
14931
15010
  width: 28px;
14932
15011
  height: 28px;
14933
15012
  background: rgba(0, 0, 0, 0.5);
@@ -14938,31 +15017,31 @@
14938
15017
  justify-content: center;
14939
15018
  align-items: center;
14940
15019
  }
14941
- .hoverTipRoot_1Wibv svg {
15020
+ .hoverTipRoot_2a1Xp svg {
14942
15021
  width: 18px;
14943
15022
  height: 18px;
14944
15023
  color: white;
14945
15024
  }
14946
- .closeBtn_NBxA8 {
15025
+ .closeBtn_192oN {
14947
15026
  position: absolute;
14948
15027
  top: 8px;
14949
15028
  right: 8px;
14950
15029
  }
14951
- .mirrorIconCon_3eRHF {
15030
+ .mirrorIconCon_3VjIc {
14952
15031
  position: absolute;
14953
15032
  top: 8px;
14954
15033
  right: 46px;
14955
15034
  }
14956
- .maxIconCon_nHwM3 {
15035
+ .maxIconCon_1nUTw {
14957
15036
  position: absolute;
14958
15037
  top: 8px;
14959
15038
  right: 85px;
14960
15039
  }
14961
- .maxIconCon_nHwM3 svg {
15040
+ .maxIconCon_1nUTw svg {
14962
15041
  width: 22px;
14963
15042
  height: 22px;
14964
15043
  }
14965
- .detachedContent_2zd4L {
15044
+ .detachedContent_3o6Vl {
14966
15045
  position: absolute;
14967
15046
  top: 0;
14968
15047
  left: 0;
@@ -14973,18 +15052,18 @@
14973
15052
  align-items: center;
14974
15053
  flex-direction: column;
14975
15054
  }
14976
- .detachedContent_2zd4L svg {
15055
+ .detachedContent_3o6Vl svg {
14977
15056
  width: 36px;
14978
15057
  height: 36px;
14979
15058
  margin-bottom: 8px;
14980
15059
  color: var(--upime-second-text);
14981
15060
  }
14982
- .detachedContent_2zd4L span {
15061
+ .detachedContent_3o6Vl span {
14983
15062
  color: var(--upime-second-text);
14984
15063
  line-height: 17px;
14985
15064
  font-size: 12px;
14986
15065
  }
14987
- .topLeftFloat_1mG7E {
15066
+ .topLeftFloat_2b3X- {
14988
15067
  position: absolute;
14989
15068
  top: 8px;
14990
15069
  left: 8px;
@@ -14996,7 +15075,7 @@
14996
15075
  justify-content: center;
14997
15076
  align-items: center;
14998
15077
  }
14999
- .topLeftFloat_1mG7E svg {
15078
+ .topLeftFloat_2b3X- svg {
15000
15079
  width: 14px;
15001
15080
  height: 14px;
15002
15081
  color: white;
@@ -15607,6 +15686,13 @@
15607
15686
  align-items: center;
15608
15687
  cursor: pointer;
15609
15688
  }
15689
+ .iconWrap_3GEPj.rotate90_1DR1n {
15690
+ transform: rotate(-90deg);
15691
+ }
15692
+ .iconWrap_3GEPj.disable_1lzsx {
15693
+ pointer-events: none;
15694
+ color: #D8D8D8;
15695
+ }
15610
15696
  .iconWrapActive_28duN {
15611
15697
  color: var(--upime-active);
15612
15698
  background-color: #EAF1FC;
@@ -15633,6 +15719,20 @@
15633
15719
  border-radius: 4px;
15634
15720
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
15635
15721
  }
15722
+ .toolbar_1Y3X_.horizMode_2W6cT {
15723
+ flex-direction: row;
15724
+ transition: none;
15725
+ padding: 0 8px;
15726
+ width: auto;
15727
+ height: 56px;
15728
+ min-height: 56px;
15729
+ }
15730
+ .toolbar_1Y3X_.horizMode_2W6cT .selectTool_1NBmR {
15731
+ padding: 9px 0px;
15732
+ }
15733
+ .toolbar_1Y3X_.horizMode_2W6cT .moreApps_4PfYv .moreAppBtnCon_38AtV {
15734
+ padding: 9px 2px 9px 0px;
15735
+ }
15636
15736
  .toolbar_1Y3X_ .tool_2bEen {
15637
15737
  display: flex;
15638
15738
  justify-content: center;
@@ -15674,6 +15774,12 @@
15674
15774
  right: 0;
15675
15775
  bottom: 8px;
15676
15776
  }
15777
+ .toolbar_1Y3X_ .moreApps_4PfYv.moreAppHorizMode_3f3dE {
15778
+ position: absolute;
15779
+ right: 8px;
15780
+ top: 0;
15781
+ bottom: 0;
15782
+ }
15677
15783
  .toolbar_1Y3X_.waiting_2-djy .tool_2bEen {
15678
15784
  visibility: hidden;
15679
15785
  }
@@ -15685,7 +15791,20 @@
15685
15791
  }
15686
15792
  .toolCenter_Pw7tw {
15687
15793
  transition: height 0.2s linear;
15688
- overflow-y: hidden;
15794
+ -ms-overflow-style: none;
15795
+ display: flex;
15796
+ flex-direction: column;
15797
+ gap: 2px;
15798
+ padding: 2px 0;
15799
+ }
15800
+ .toolCenter_Pw7tw::-webkit-scrollbar {
15801
+ display: none;
15802
+ }
15803
+ .toolCenter_Pw7tw.toolCenterHorizMode_RgNkQ {
15804
+ display: flex;
15805
+ gap: 2px;
15806
+ padding: 9px 0px 9px 2px;
15807
+ flex-direction: row;
15689
15808
  }
15690
15809
  .shortcutContainer_3J1vW {
15691
15810
  display: flex;
@@ -15711,7 +15830,11 @@
15711
15830
  position: absolute;
15712
15831
  left: 9px;
15713
15832
  }
15714
- .dragableWrapper_X-HBJ .fakeIcon_3xaPw {
15833
+ .dragableWrapper_X-HBJ.dragHorizMode_1dj5f {
15834
+ left: 0;
15835
+ top: 9px;
15836
+ }
15837
+ .dragableWrapper_X-HBJ .fakeIcon_3xaPw {
15715
15838
  position: absolute;
15716
15839
  top: 0;
15717
15840
  right: 0;
@@ -15736,6 +15859,36 @@
15736
15859
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
15737
15860
  pointer-events: all;
15738
15861
  }
15862
+ .penItemEditWrapper_2pFCr {
15863
+ position: relative;
15864
+ bottom: 34px;
15865
+ }
15866
+ .penItemEditWrapper_2pFCr.penItemEditWrapperVerMode_x2Xsy {
15867
+ bottom: 0;
15868
+ left: 20px;
15869
+ }
15870
+ .penItemEditContainer_1IkQ5 {
15871
+ background-color: var(--upime-pane-bg);
15872
+ border-radius: 4px;
15873
+ box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
15874
+ position: absolute;
15875
+ left: 50%;
15876
+ bottom: 0;
15877
+ transform: translateX(-50%);
15878
+ width: 182px;
15879
+ padding-bottom: 10px;
15880
+ padding-top: 12px;
15881
+ }
15882
+ .penItemEditContainer_1IkQ5.penItemEditContainerVerMode_3gZAK {
15883
+ left: 0;
15884
+ transform: translateX(0%) translateY(50%);
15885
+ }
15886
+ .penItemOutter_1Jf2h {
15887
+ position: relative;
15888
+ display: flex;
15889
+ align-items: center;
15890
+ justify-content: center;
15891
+ }
15739
15892
 
15740
15893
  .pannel_25jDo {
15741
15894
  z-index: 90;
@@ -15891,8 +16044,6 @@
15891
16044
  align-content: space-between;
15892
16045
  overflow-y: auto;
15893
16046
  overflow-x: hidden;
15894
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
15895
- scrollbar-width: thin;
15896
16047
  }
15897
16048
  .stickerPannel_197ds::-webkit-scrollbar {
15898
16049
  width: 4px;
@@ -15905,12 +16056,18 @@
15905
16056
  border-radius: 2px;
15906
16057
  background-color: var(--upime-scrollbar-thumb);
15907
16058
  }
16059
+ .stickerPannel_197ds.stickerPannelHorizMode_2vwOV {
16060
+ width: 548px;
16061
+ height: auto;
16062
+ gap: 24px;
16063
+ }
15908
16064
  .stickerPannel_197ds .colorPannel_3gD_9 {
15909
16065
  width: 40px;
15910
16066
  height: 40px;
15911
16067
  position: relative;
15912
16068
  transition: transform 0.38s;
15913
16069
  cursor: pointer;
16070
+ flex-shrink: 0;
15914
16071
  }
15915
16072
  .stickerPannel_197ds .colorPannel_3gD_9 .item_18TMg {
15916
16073
  width: 100%;
@@ -15944,6 +16101,25 @@
15944
16101
  border-radius: 4px;
15945
16102
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
15946
16103
  }
16104
+ .drawPannel_2cV-B.drawPannelHorizMode_34VXK {
16105
+ width: fit-content;
16106
+ height: 48px;
16107
+ padding: 0 10px;
16108
+ flex-direction: row;
16109
+ flex-wrap: nowrap;
16110
+ }
16111
+ .drawPannel_2cV-B.drawPannelHorizMode_34VXK .drawTools_3BZgF {
16112
+ flex-direction: row;
16113
+ }
16114
+ .drawPannel_2cV-B.drawPannelHorizMode_34VXK .divider_BTNNe {
16115
+ width: 1px;
16116
+ height: 24px;
16117
+ margin: 0 16px 0 10px;
16118
+ }
16119
+ .drawPannel_2cV-B.drawPannelHorizMode_34VXK .penList_2cm5b {
16120
+ flex-direction: row;
16121
+ width: fit-content;
16122
+ }
15947
16123
  .drawPannel_2cV-B .drawTools_3BZgF {
15948
16124
  display: flex;
15949
16125
  flex-direction: column;
@@ -16000,41 +16176,40 @@
16000
16176
  opacity: 0;
16001
16177
  visibility: hidden;
16002
16178
  }
16003
- .drawPannel_2cV-B .propsList_2XjxD .widthPannel_1M8IU {
16179
+ .widthPannel_1M8IU {
16004
16180
  padding: 0px 16px;
16005
16181
  }
16006
- .drawPannel_2cV-B .propsList_2XjxD .widthPannel_1M8IU p {
16182
+ .widthPannel_1M8IU p {
16007
16183
  font-size: 12px;
16008
16184
  margin: 0;
16009
16185
  }
16010
- .drawPannel_2cV-B .propsList_2XjxD .tickSliderContainer_33qP- {
16186
+ .tickSliderContainer_33qP- {
16011
16187
  display: flex;
16012
16188
  padding: 10px 16px 0 16px;
16013
16189
  position: relative;
16014
16190
  flex-direction: column;
16015
16191
  }
16016
- .drawPannel_2cV-B .propsList_2XjxD .tickSliderContainer_33qP- .tickSlider_3cJdB {
16192
+ .tickSliderContainer_33qP- .tickSlider_3cJdB {
16017
16193
  width: 150px;
16018
16194
  }
16019
- .drawPannel_2cV-B .propsList_2XjxD .tickSliderContainer_33qP- > span {
16195
+ .tickSliderContainer_33qP- > span {
16020
16196
  font-size: 12px;
16021
16197
  line-height: 18px;
16022
16198
  }
16023
- .drawPannel_2cV-B .propsList_2XjxD .tickSliderContainer_33qP- .sliderValue_2BFB2 {
16199
+ .tickSliderContainer_33qP- .sliderValue_2BFB2 {
16024
16200
  position: absolute;
16025
16201
  right: 16px;
16026
16202
  top: 40px;
16027
16203
  }
16028
- .drawPannel_2cV-B .propsList_2XjxD .colorPannel_3gD_9 {
16029
- padding: 10px;
16204
+ .colorPannel_3gD_9 {
16030
16205
  display: flex;
16031
16206
  flex-direction: row;
16032
16207
  flex-wrap: wrap;
16033
16208
  }
16034
- .drawPannel_2cV-B .propsList_2XjxD .colorPannel_3gD_9 .colorWrapper_3bATY {
16209
+ .colorPannel_3gD_9 .colorWrapper_3bATY {
16035
16210
  margin: 5px;
16036
16211
  }
16037
- .drawPannel_2cV-B .propsList_2XjxD .colorPannel_3gD_9 .colorWrapper_3bATY .color_2Gvjs {
16212
+ .colorPannel_3gD_9 .colorWrapper_3bATY .color_2Gvjs {
16038
16213
  width: 30px;
16039
16214
  height: 30px;
16040
16215
  border-width: 1px;
@@ -16044,17 +16219,17 @@
16044
16219
  border-radius: 50%;
16045
16220
  cursor: pointer;
16046
16221
  }
16047
- .drawPannel_2cV-B .propsList_2XjxD .colorPannel_3gD_9 .colorWrapper_3bATY .color_2Gvjs.active_ZAwwb {
16222
+ .colorPannel_3gD_9 .colorWrapper_3bATY .color_2Gvjs.active_ZAwwb {
16048
16223
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--upime-active);
16049
16224
  }
16050
- .drawPannel_2cV-B .propsList_2XjxD .colorPannel_3gD_9 .plusIcon_aVh_W {
16225
+ .colorPannel_3gD_9 .plusIcon_aVh_W {
16051
16226
  width: 40px;
16052
16227
  height: 40px;
16053
16228
  display: flex;
16054
16229
  justify-content: center;
16055
16230
  align-items: center;
16056
16231
  }
16057
- .drawPannel_2cV-B .propsList_2XjxD .colorPannel_3gD_9 .plusIcon_aVh_W svg {
16232
+ .colorPannel_3gD_9 .plusIcon_aVh_W svg {
16058
16233
  cursor: pointer;
16059
16234
  }
16060
16235
  .hide_8AyS7 {
@@ -16071,6 +16246,13 @@
16071
16246
  gap: 4px;
16072
16247
  padding: 10px 0;
16073
16248
  }
16249
+ .connectLinePanel_2Hkc8.connectLineHorizMode_3wKPD {
16250
+ width: fit-content;
16251
+ height: 48px;
16252
+ padding: 0 10px;
16253
+ flex-direction: row;
16254
+ flex-wrap: nowrap;
16255
+ }
16074
16256
  .connectLinePanel_2Hkc8 .item_18TMg {
16075
16257
  width: 24px;
16076
16258
  height: 24px;
@@ -16137,12 +16319,20 @@
16137
16319
  color: #91939c;
16138
16320
  text-align: center;
16139
16321
  }
16322
+ .penDetailHorizMode_1ASVZ {
16323
+ left: auto !important;
16324
+ left: initial !important;
16325
+ top: auto !important;
16326
+ top: initial !important;
16327
+ }
16328
+ .penDetailHorizMode_1ASVZ {
16329
+ bottom: calc(100% + 4px);
16330
+ right: 0;
16331
+ }
16140
16332
 
16141
16333
  .rootWrapper_3e8wh {
16142
16334
  overflow-y: auto;
16143
16335
  overflow-x: hidden;
16144
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
16145
- scrollbar-width: thin;
16146
16336
  }
16147
16337
  .rootWrapper_3e8wh::-webkit-scrollbar {
16148
16338
  width: 4px;
@@ -16222,11 +16412,12 @@
16222
16412
  box-shadow: 0 8px 32px rgba(5, 0, 56, 0.08);
16223
16413
  border-radius: 4px;
16224
16414
  }
16225
-
16226
- .scrollbar_2R42Z {
16227
- scrollbar-color: #c2c3c8 transparent;
16228
- scrollbar-width: thin;
16415
+ .toolWrapper_2khTd.toolWrapperHorizMode_2FWN2 {
16416
+ left: 0;
16417
+ bottom: calc(100% + 4px);
16418
+ transform: translateX(calc(-50% + 20px));
16229
16419
  }
16420
+
16230
16421
  .scrollbar_2R42Z::-webkit-scrollbar {
16231
16422
  width: 4px;
16232
16423
  }
@@ -16247,6 +16438,9 @@
16247
16438
  border-radius: 4px;
16248
16439
  box-shadow: 0 8px 32px rgba(5, 0, 56, 0.08);
16249
16440
  }
16441
+ .sticker_panel_3yHq8.sticker_panel_horiz_mode_2cL_Z {
16442
+ height: 540px;
16443
+ }
16250
16444
  .panel_header_2ua8w {
16251
16445
  height: 58px;
16252
16446
  display: flex;
@@ -16273,8 +16467,6 @@
16273
16467
  .panel_content_28GpE {
16274
16468
  padding-top: 12px;
16275
16469
  overflow: auto;
16276
- scrollbar-color: #c2c3c8 transparent;
16277
- scrollbar-width: thin;
16278
16470
  }
16279
16471
  .panel_content_28GpE::-webkit-scrollbar {
16280
16472
  width: 4px;
@@ -16490,8 +16682,6 @@
16490
16682
  padding: 12px;
16491
16683
  overflow-y: auto;
16492
16684
  overflow-x: hidden;
16493
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
16494
- scrollbar-width: thin;
16495
16685
  }
16496
16686
  .toolBox_3ub1T .boxContent_2BDHb::-webkit-scrollbar {
16497
16687
  width: 4px;
@@ -16605,13 +16795,13 @@
16605
16795
  }
16606
16796
  .iconWrapActive_2tCGy {
16607
16797
  color: var(--upime-active);
16608
- background-color: #EAF1FC;
16798
+ background-color: #eaf1fc;
16609
16799
  }
16610
16800
  .do-hovers .iconWrap_1Wmaq:hover {
16611
16801
  background-color: rgba(0, 0, 0, 0.06);
16612
16802
  }
16613
16803
  .do-hovers .iconWrapActive_2tCGy:hover {
16614
- background-color: #EAF1FC;
16804
+ background-color: #eaf1fc;
16615
16805
  }
16616
16806
  .scaleToOriginWrap_3sUg8 {
16617
16807
  width: max-content;
@@ -16680,9 +16870,9 @@
16680
16870
  align-items: center;
16681
16871
  }
16682
16872
  .fullscreen_setting_2AQD- {
16683
- width: 16px;
16684
- height: 32px;
16685
- border-radius: 4px;
16873
+ width: 36px;
16874
+ height: 36px;
16875
+ border-radius: 2px;
16686
16876
  background-color: transparent;
16687
16877
  cursor: pointer;
16688
16878
  }
@@ -16692,35 +16882,35 @@
16692
16882
  display: flex;
16693
16883
  }
16694
16884
  .fullscreen_setting_2AQD- .arrow_icon_2R7VN {
16695
- color: #0C1024;
16696
- width: 8px;
16697
- height: 8px;
16698
- margin: auto;
16885
+ color: #0c1024;
16699
16886
  }
16700
16887
  .setting_panel_onZEz {
16701
16888
  position: absolute;
16702
16889
  bottom: calc(100% + 4px);
16703
16890
  right: 0;
16704
- width: 150px;
16705
- height: 40px;
16891
+ width: 180px;
16892
+ height: 52px;
16706
16893
  border-radius: 4px;
16707
16894
  background-color: #ffffff;
16708
16895
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
16709
16896
  display: flex;
16710
- padding: 0 12px;
16897
+ padding: 8px 0;
16711
16898
  align-items: center;
16712
16899
  justify-content: space-between;
16900
+ cursor: default;
16713
16901
  }
16714
16902
  .setting_panel_onZEz .label_24uaR {
16715
16903
  width: 100%;
16904
+ height: 36px;
16905
+ padding: 0 16px;
16906
+ display: flex;
16907
+ justify-content: space-between;
16908
+ align-items: center;
16716
16909
  font-size: 12px;
16717
- color: #0C1024;
16718
- }
16719
- .setting_panel_onZEz .switch_btn_2MCW1 {
16720
- flex-shrink: 0;
16910
+ color: #0c1024;
16911
+ cursor: pointer;
16721
16912
  }
16722
- .do-hovers .fullscreen_setting_2AQD-:hover,
16723
- .do-hovers .on_1Gt3s .fullscreen_setting_2AQD- {
16913
+ .do-hovers .setting_panel_onZEz .label_24uaR:hover {
16724
16914
  background-color: rgba(0, 0, 0, 0.06);
16725
16915
  }
16726
16916
  .switch_btn_2MCW1 {
@@ -16742,7 +16932,7 @@
16742
16932
  transition: left 0.2s;
16743
16933
  }
16744
16934
  .switch_btn_2MCW1.on_1Gt3s {
16745
- background-color: #2E73E5;
16935
+ background-color: #2e73e5;
16746
16936
  }
16747
16937
  .switch_btn_2MCW1.on_1Gt3s::before {
16748
16938
  left: 14px;
@@ -17310,6 +17500,11 @@
17310
17500
  height: 34px;
17311
17501
  border: 2px solid white;
17312
17502
  }
17503
+ .members_1g6ZC .member_1lOqZ .withBadge_36CiX {
17504
+ width: max-content;
17505
+ padding: 0px 5px;
17506
+ border-radius: 25px;
17507
+ }
17313
17508
  @keyframes showFromRight_3wrOK {
17314
17509
  from {
17315
17510
  left: var(--aniRight);
@@ -17346,8 +17541,6 @@
17346
17541
  .list_content_2rjFZ {
17347
17542
  overflow: auto;
17348
17543
  padding: 6px 14px 16px 14px;
17349
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
17350
- scrollbar-width: thin;
17351
17544
  }
17352
17545
  .list_content_2rjFZ::-webkit-scrollbar {
17353
17546
  width: 4px;
@@ -17462,8 +17655,8 @@
17462
17655
  }
17463
17656
 
17464
17657
  .toggleBarIcon_2w8m9 {
17465
- width: 40px;
17466
- height: 40px;
17658
+ width: 36px;
17659
+ height: 36px;
17467
17660
  display: flex;
17468
17661
  justify-content: center;
17469
17662
  align-items: center;
@@ -17471,16 +17664,18 @@
17471
17664
  }
17472
17665
  .toggleBarIconOpened_3e-nh {
17473
17666
  color: var(--upime-active);
17474
- background-color: #EAF1FC;
17667
+ background-color: #eaf1fc;
17475
17668
  }
17476
17669
  .sideBar_-tPPD {
17477
17670
  display: flex;
17478
17671
  align-items: center;
17479
17672
  justify-content: center;
17673
+ gap: 2px;
17480
17674
  height: 40px;
17481
17675
  background-color: var(--upime-pane-bg);
17482
17676
  border-radius: 4px;
17483
17677
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
17678
+ padding: 2px 4px;
17484
17679
  }
17485
17680
  .frameSideBar_2bwHL {
17486
17681
  position: relative;
@@ -17496,8 +17691,6 @@
17496
17691
  padding: 0px;
17497
17692
  overflow-y: auto;
17498
17693
  overflow-y: overlay;
17499
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
17500
- scrollbar-width: thin;
17501
17694
  }
17502
17695
  .list_1OMVt::-webkit-scrollbar {
17503
17696
  width: 4px;
@@ -17558,10 +17751,10 @@
17558
17751
  display: flex;
17559
17752
  }
17560
17753
  .cell_2xHN3.selected_1bkJI {
17561
- background-color: #EAF1FC;
17754
+ background-color: #eaf1fc;
17562
17755
  }
17563
17756
  .cell_2xHN3:active {
17564
- background-color: #EAF1FC;
17757
+ background-color: #eaf1fc;
17565
17758
  }
17566
17759
  .symbol_8LpcW {
17567
17760
  font-size: 14px;
@@ -17639,6 +17832,19 @@
17639
17832
  justify-content: center;
17640
17833
  text-align: center;
17641
17834
  }
17835
+ .undoredo_1MCtn.horizMode_xJ9cW {
17836
+ width: 94px;
17837
+ height: 56px;
17838
+ flex-direction: row;
17839
+ margin-top: 0;
17840
+ padding: 8px;
17841
+ gap: 2px;
17842
+ }
17843
+ .undoredo_1MCtn.horizMode_xJ9cW .undo_2rUzu {
17844
+ width: 100%;
17845
+ height: 100%;
17846
+ padding: 0;
17847
+ }
17642
17848
  .undoredo_1MCtn.phoneMode_3yRy9 {
17643
17849
  width: 44px;
17644
17850
  border-radius: 22px;
@@ -17667,8 +17873,8 @@
17667
17873
  color: var(--upime-active);
17668
17874
  }
17669
17875
  .iconWrap_2kiOx {
17670
- width: 38px;
17671
- height: 38px;
17876
+ width: 36px;
17877
+ height: 36px;
17672
17878
  border-radius: 2px;
17673
17879
  display: flex;
17674
17880
  justify-content: center;
@@ -17677,13 +17883,13 @@
17677
17883
  }
17678
17884
  .iconWrap_2kiOx.active_1Es1e {
17679
17885
  color: var(--upime-active);
17680
- background-color: #EAF1FC;
17886
+ background-color: #eaf1fc;
17681
17887
  }
17682
17888
  .do-hovers .iconWrap_2kiOx:hover {
17683
17889
  background-color: rgba(0, 0, 0, 0.06);
17684
17890
  }
17685
17891
  .do-hovers .iconWrap_2kiOx.active_1Es1e:hover {
17686
- background-color: #EAF1FC;
17892
+ background-color: #eaf1fc;
17687
17893
  }
17688
17894
  .do-hovers .close_box_jw1IS:hover {
17689
17895
  color: var(--upime-active);
@@ -17844,7 +18050,7 @@
17844
18050
  }
17845
18051
  .presentationIconBtn_1oYmU {
17846
18052
  left: 22px;
17847
- background-color: #EAF1FC;
18053
+ background-color: #eaf1fc;
17848
18054
  color: var(--upime-active);
17849
18055
  border: 1px solid var(--upime-active);
17850
18056
  }
@@ -17862,7 +18068,7 @@
17862
18068
  display: flex;
17863
18069
  flex-direction: column;
17864
18070
  color: #c2c3c8;
17865
- background: #ECECEE;
18071
+ background: #ececee;
17866
18072
  justify-content: center;
17867
18073
  align-items: center;
17868
18074
  }
@@ -18405,8 +18611,6 @@
18405
18611
  width: 100%;
18406
18612
  overflow-y: overlay;
18407
18613
  overflow-y: auto;
18408
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
18409
- scrollbar-width: thin;
18410
18614
  max-height: 264px;
18411
18615
  }
18412
18616
  .viewport_uTaEU::-webkit-scrollbar {
@@ -20189,6 +20393,9 @@
20189
20393
  .inMoreCtrl_2ObEO .subWin_TjjfP {
20190
20394
  bottom: -128px;
20191
20395
  }
20396
+ .inMoreCtrl_2ObEO .subWin_TjjfP.miniMode_2vnMT.memberonly_34qeQ {
20397
+ bottom: -48px;
20398
+ }
20192
20399
  .inMoreCtrl_2ObEO::before {
20193
20400
  right: auto;
20194
20401
  right: initial;
@@ -20210,6 +20417,7 @@
20210
20417
  align-items: center;
20211
20418
  justify-content: space-between;
20212
20419
  margin: 0 16px;
20420
+ margin-right: 4px;
20213
20421
  }
20214
20422
  .panelRoot_2exv- .title_2vaXD .actionBox_2VjWq {
20215
20423
  display: flex;
@@ -20248,7 +20456,7 @@
20248
20456
  }
20249
20457
  .panelRoot_2exv- .title_2vaXD .closeBtnBox_xB3WR {
20250
20458
  display: flex;
20251
- padding: 6px;
20459
+ padding: 8px;
20252
20460
  border-radius: 2px;
20253
20461
  cursor: pointer;
20254
20462
  }
@@ -20273,6 +20481,22 @@
20273
20481
  border: 1px solid #dbdbde;
20274
20482
  cursor: pointer;
20275
20483
  }
20484
+ .panelRoot_2exv- .footer_2xcF4 .settingBtn_bQQyF:hover {
20485
+ color: #5798f2;
20486
+ border-color: #5798f2;
20487
+ }
20488
+ .panelRoot_2exv- .footer_2xcF4 .settingBtn_bQQyF:active {
20489
+ color: #1d56bf;
20490
+ border-color: #1d56bf;
20491
+ }
20492
+ .panelRoot_2exv- .footer_2xcF4 .settingBtn_bQQyF.phone_3ugU4:hover {
20493
+ color: var(--upime-main-text);
20494
+ border-color: #dbdbde;
20495
+ }
20496
+ .panelRoot_2exv- .footer_2xcF4 .settingBtn_bQQyF.phone_3ugU4:active {
20497
+ color: var(--upime-main-text);
20498
+ border-color: #dbdbde;
20499
+ }
20276
20500
  .panelRoot_2exv- .footer_2xcF4.center_1Wa8z {
20277
20501
  justify-content: center;
20278
20502
  }
@@ -20334,28 +20558,28 @@
20334
20558
  font-size: 14px;
20335
20559
  margin-right: 8px;
20336
20560
  cursor: pointer;
20337
- min-width: 72px;
20561
+ white-space: nowrap;
20338
20562
  justify-content: center;
20339
20563
  align-items: center;
20564
+ background-color: #fff;
20340
20565
  }
20341
20566
  .applyPermNoticeBox_1xavn .actionBox_2VjWq .refuse_18U93:hover {
20342
20567
  color: #5798f2;
20343
20568
  border-color: #5798f2;
20344
20569
  }
20345
20570
  .applyPermNoticeBox_1xavn .actionBox_2VjWq .refuse_18U93:active {
20346
- color: #1d568f;
20347
- border-color: #1d568f;
20571
+ color: #1d56bf;
20572
+ border-color: #1d56bf;
20348
20573
  }
20349
20574
  .applyPermNoticeBox_1xavn .actionBox_2VjWq .agree_1I3sn {
20350
20575
  padding: 3px 12px;
20351
20576
  border-radius: 4px;
20352
- border: 1px solid #dbdbde;
20353
20577
  display: flex;
20354
20578
  font-size: 14px;
20355
20579
  color: #fff;
20356
20580
  background-color: #2e73e5;
20357
20581
  cursor: pointer;
20358
- min-width: 72px;
20582
+ white-space: nowrap;
20359
20583
  justify-content: center;
20360
20584
  align-items: center;
20361
20585
  }
@@ -20363,7 +20587,7 @@
20363
20587
  background-color: #5798f2;
20364
20588
  }
20365
20589
  .applyPermNoticeBox_1xavn .actionBox_2VjWq .agree_1I3sn:active {
20366
- background-color: #1d568f;
20590
+ background-color: #1d56bf;
20367
20591
  }
20368
20592
  .applyPermNoticeBox_1xavn .actionBox_2VjWq .closeBox_LaiNL {
20369
20593
  display: flex;
@@ -20434,8 +20658,6 @@
20434
20658
  .permApplyListModalBox_J73ps .listBox_31cRG {
20435
20659
  padding-right: 24px;
20436
20660
  overflow: auto;
20437
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
20438
- scrollbar-width: thin;
20439
20661
  }
20440
20662
  .permApplyListModalBox_J73ps .listBox_31cRG::-webkit-scrollbar {
20441
20663
  width: 4px;
@@ -20461,7 +20683,7 @@
20461
20683
  }
20462
20684
  .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .infoBox_2rhnk > span {
20463
20685
  font-size: 14px;
20464
- max-width: 140px;
20686
+ max-width: 136px;
20465
20687
  white-space: nowrap;
20466
20688
  overflow: hidden;
20467
20689
  text-overflow: ellipsis;
@@ -20492,6 +20714,7 @@
20492
20714
  font-size: 14px;
20493
20715
  margin-right: 8px;
20494
20716
  cursor: pointer;
20717
+ background-color: #fff;
20495
20718
  }
20496
20719
  .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .actionBox_2VjWq .refuse_18U93:hover {
20497
20720
  color: #5798f2;
@@ -20504,7 +20727,6 @@
20504
20727
  .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .actionBox_2VjWq .agree_1I3sn {
20505
20728
  padding: 3px 12px;
20506
20729
  border-radius: 4px;
20507
- border: 1px solid #dbdbde;
20508
20730
  display: flex;
20509
20731
  font-size: 14px;
20510
20732
  color: #fff;
@@ -20560,6 +20782,7 @@
20560
20782
  align-items: center;
20561
20783
  height: 36px;
20562
20784
  cursor: pointer;
20785
+ border-radius: 2px;
20563
20786
  }
20564
20787
  .memberManageRoot_1were .header_dp6rJ .tab_12BLz span {
20565
20788
  text-align: center;
@@ -20577,7 +20800,7 @@
20577
20800
  flex-direction: row;
20578
20801
  justify-content: flex-end;
20579
20802
  align-items: center;
20580
- margin-bottom: 4px;
20803
+ margin-bottom: 12px;
20581
20804
  padding-right: 16px;
20582
20805
  }
20583
20806
  .memberManageRoot_1were .toggle_39O0w > span {
@@ -20605,7 +20828,6 @@
20605
20828
  display: none;
20606
20829
  -ms-overflow-style: none;
20607
20830
  /* IE and Edge */
20608
- scrollbar-width: none;
20609
20831
  /* Firefox */
20610
20832
  }
20611
20833
  .listRoot_3sY6l .divider_1PJT5 {
@@ -20655,6 +20877,12 @@
20655
20877
  width: 18px;
20656
20878
  height: 18px;
20657
20879
  }
20880
+ .mb12_Ct2bh {
20881
+ margin-bottom: 12px;
20882
+ }
20883
+ .heighttop98_1H6yD {
20884
+ height: calc(100% - 98px);
20885
+ }
20658
20886
 
20659
20887
  .root_dZL59 {
20660
20888
  display: flex;
@@ -20758,6 +20986,10 @@
20758
20986
  pointer-events: none;
20759
20987
  color: var(--upime-disable);
20760
20988
  }
20989
+ .root_dZL59 .iconBox_1SE0A.active_YrSYd {
20990
+ background-color: #eaf1fc;
20991
+ color: #2e73e5;
20992
+ }
20761
20993
  .root_dZL59 .permActionBox_2ap47 {
20762
20994
  position: relative;
20763
20995
  display: flex;
@@ -20768,6 +21000,7 @@
20768
21000
  }
20769
21001
  .root_dZL59 .permActionBox_2ap47 .text_2vSdz {
20770
21002
  font-size: 14px;
21003
+ white-space: nowrap;
20771
21004
  }
20772
21005
  .root_dZL59 .permActionBox_2ap47 .icon_2dM7j {
20773
21006
  margin-left: 2px;
@@ -20783,11 +21016,19 @@
20783
21016
  width: 100px;
20784
21017
  justify-content: flex-end;
20785
21018
  }
21019
+ .root_dZL59 .permActionBox_2ap47.active_YrSYd {
21020
+ background-color: #eaf1fc;
21021
+ color: #2e73e5;
21022
+ }
20786
21023
  .root_dZL59 .permTextBox_o8KZm {
20787
21024
  font-size: 14px;
20788
21025
  display: inline-block;
20789
21026
  padding: 7px 8px;
20790
21027
  }
21028
+ .root_dZL59 .permTextBox_o8KZm.en_1f6jw {
21029
+ width: 85px;
21030
+ text-align: right;
21031
+ }
20791
21032
  .root_dZL59 .permTextBox_o8KZm.disabled_ht8zx {
20792
21033
  pointer-events: none;
20793
21034
  color: var(--upime-disable);
@@ -20937,9 +21178,6 @@
20937
21178
  color: #fe5250;
20938
21179
  border-top: 1px solid #e6e7e9;
20939
21180
  }
20940
- .do-hovers .moreIcon_I--ur:hover {
20941
- background: var(--upime-btn-bg-hover);
20942
- }
20943
21181
  .hidden_LNqGT {
20944
21182
  display: none;
20945
21183
  }
@@ -20967,7 +21205,11 @@
20967
21205
  align-items: center;
20968
21206
  }
20969
21207
  .morePanel_740CJ > div:hover {
20970
- background-color: #f5f6f6;
21208
+ background-color: rgba(0, 0, 0, 0.06);
21209
+ color: #0c1024;
21210
+ }
21211
+ .morePanel_740CJ > div:active {
21212
+ background-color: #eaf1fc;
20971
21213
  color: #2e73e5;
20972
21214
  }
20973
21215
  .kickoutModalBox_2Lmr9 {
@@ -21061,7 +21303,7 @@
21061
21303
  height: auto;
21062
21304
  height: initial;
21063
21305
  margin-left: 0;
21064
- padding: 6px;
21306
+ padding: 8px;
21065
21307
  }
21066
21308
  .root_z5Dfc.inMemberCtrl_3a1W7 .iconBox_mLq0s > svg {
21067
21309
  margin-top: 0;
@@ -21072,6 +21314,10 @@
21072
21314
  .root_z5Dfc.inMemberCtrl_3a1W7 .iconBox_mLq0s:active {
21073
21315
  color: #2e73e5;
21074
21316
  }
21317
+ .root_z5Dfc.inMemberCtrl_3a1W7 .iconBox_mLq0s.active_bZKLF {
21318
+ color: #2e73e5;
21319
+ background-color: #EAF1FC;
21320
+ }
21075
21321
  .root_z5Dfc.inMemberCtrl_3a1W7 .panelRoot_3SIhM {
21076
21322
  z-index: 1;
21077
21323
  bottom: auto;
@@ -21669,7 +21915,6 @@
21669
21915
  display: flex;
21670
21916
  flex-direction: column;
21671
21917
  -ms-overflow-style: none;
21672
- scrollbar-width: none;
21673
21918
  }
21674
21919
  .listViewRoot_B9a-s.scrollable_3EHWl {
21675
21920
  overflow-y: scroll;
@@ -21743,7 +21988,6 @@
21743
21988
  flex-direction: column;
21744
21989
  align-items: center;
21745
21990
  -ms-overflow-style: none;
21746
- scrollbar-width: none;
21747
21991
  }
21748
21992
  .viewport_YOyoU::-webkit-scrollbar {
21749
21993
  display: none;
@@ -22166,7 +22410,6 @@
22166
22410
  gap: 8px;
22167
22411
  padding: 4px 0;
22168
22412
  -ms-overflow-style: none;
22169
- scrollbar-width: none;
22170
22413
  }
22171
22414
  .colorPaletteContainer_2qqH-::-webkit-scrollbar {
22172
22415
  display: none;
@@ -22396,69 +22639,69 @@
22396
22639
  transform: rotateY(180deg);
22397
22640
  }
22398
22641
 
22399
- .root_8nb7U {
22642
+ .root_3Aofq {
22400
22643
  width: 40px;
22401
22644
  height: 48px;
22402
22645
  display: flex;
22403
22646
  justify-content: center;
22404
22647
  align-items: center;
22405
22648
  }
22406
- .root_8nb7U svg {
22649
+ .root_3Aofq svg {
22407
22650
  width: 22px;
22408
22651
  height: 22px;
22409
22652
  cursor: pointer;
22410
22653
  }
22411
- .root_8nb7U.active_3_-cn {
22654
+ .root_3Aofq.active_3Pn19 {
22412
22655
  color: #2e73e5;
22413
22656
  }
22414
- .root_8nb7U:hover {
22657
+ .root_3Aofq:hover {
22415
22658
  color: #2e73e5;
22416
22659
  }
22417
- .root_8nb7U.phoneMode_3AKDE {
22660
+ .root_3Aofq.phoneMode_5StJY {
22418
22661
  width: 44px;
22419
22662
  height: 44px;
22420
22663
  }
22421
- .gdIcon_3tBE5 {
22664
+ .gdIcon_39p2c {
22422
22665
  width: 24px;
22423
22666
  height: 24px;
22424
22667
  }
22425
- .createContainer_21VVf {
22668
+ .createContainer_24LUP {
22426
22669
  position: relative;
22427
22670
  height: 100%;
22428
22671
  }
22429
- .createContainer_21VVf .head_3Gu7o {
22672
+ .createContainer_24LUP .head_1vkan {
22430
22673
  height: 64px;
22431
22674
  padding: 17px 24px;
22432
22675
  display: flex;
22433
22676
  justify-content: space-between;
22434
22677
  }
22435
- .createContainer_21VVf .head_3Gu7o > span {
22678
+ .createContainer_24LUP .head_1vkan > span {
22436
22679
  font-size: 20px;
22437
22680
  }
22438
- .createContainer_21VVf .head_3Gu7o .iconBtn_1uSwj {
22681
+ .createContainer_24LUP .head_1vkan .iconBtn_2IhHu {
22439
22682
  cursor: pointer;
22440
22683
  }
22441
- .createContainer_21VVf .head_3Gu7o .iconBtn_1uSwj:hover {
22684
+ .createContainer_24LUP .head_1vkan .iconBtn_2IhHu:hover {
22442
22685
  color: #2e73e5;
22443
22686
  }
22444
- .createContainer_21VVf .body_3gm_a {
22687
+ .createContainer_24LUP .body_2o5F4 {
22445
22688
  padding: 12px 24px;
22446
22689
  }
22447
- .createContainer_21VVf .body_3gm_a .geshuContainer_1zSIG {
22690
+ .createContainer_24LUP .body_2o5F4 .geshuContainer_2nY_L {
22448
22691
  margin-bottom: 48px;
22449
22692
  }
22450
- .createContainer_21VVf .body_3gm_a .geshuContainer_1zSIG > div:first-child {
22693
+ .createContainer_24LUP .body_2o5F4 .geshuContainer_2nY_L > div:first-child {
22451
22694
  font-size: 16px;
22452
22695
  margin-bottom: 12px;
22453
22696
  }
22454
- .createContainer_21VVf .body_3gm_a .geshuContainer_1zSIG > svg {
22697
+ .createContainer_24LUP .body_2o5F4 .geshuContainer_2nY_L > svg {
22455
22698
  width: 22px;
22456
22699
  height: 22px;
22457
22700
  position: relative;
22458
22701
  top: 7px;
22459
22702
  cursor: pointer;
22460
22703
  }
22461
- .createContainer_21VVf .body_3gm_a .geshuContainer_1zSIG input {
22704
+ .createContainer_24LUP .body_2o5F4 .geshuContainer_2nY_L input {
22462
22705
  width: 80px;
22463
22706
  height: 36px;
22464
22707
  border-radius: 4px;
@@ -22467,22 +22710,22 @@
22467
22710
  margin-left: 16px;
22468
22711
  margin-right: 16px;
22469
22712
  }
22470
- .createContainer_21VVf .body_3gm_a .geshuContainer_1zSIG input:focus {
22713
+ .createContainer_24LUP .body_2o5F4 .geshuContainer_2nY_L input:focus {
22471
22714
  border: 1px solid #2e73e5;
22472
22715
  }
22473
- .createContainer_21VVf .body_3gm_a .contentContainer_2m1rc {
22716
+ .createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 {
22474
22717
  margin-bottom: 48px;
22475
22718
  }
22476
- .createContainer_21VVf .body_3gm_a .contentContainer_2m1rc > div:first-child {
22719
+ .createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 > div:first-child {
22477
22720
  font-size: 16px;
22478
22721
  margin-bottom: 4px;
22479
22722
  }
22480
- .createContainer_21VVf .body_3gm_a .contentContainer_2m1rc > div:nth-child(2) {
22723
+ .createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 > div:nth-child(2) {
22481
22724
  color: #91939c;
22482
22725
  font-size: 14px;
22483
22726
  margin-bottom: 12px;
22484
22727
  }
22485
- .createContainer_21VVf .body_3gm_a .contentContainer_2m1rc .choose_1gJD_ {
22728
+ .createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 .choose_2sEUS {
22486
22729
  width: 292px;
22487
22730
  height: 64px;
22488
22731
  position: relative;
@@ -22496,10 +22739,10 @@
22496
22739
  border: 1px solid #e6e7e9;
22497
22740
  cursor: pointer;
22498
22741
  }
22499
- .createContainer_21VVf .body_3gm_a .contentContainer_2m1rc .choose_1gJD_:hover {
22742
+ .createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 .choose_2sEUS:hover {
22500
22743
  border: 1px solid #2e73e5;
22501
22744
  }
22502
- .createContainer_21VVf .body_3gm_a .contentContainer_2m1rc .choose_1gJD_ > span {
22745
+ .createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 .choose_2sEUS > span {
22503
22746
  width: 216px;
22504
22747
  height: 64px;
22505
22748
  display: inline-block;
@@ -22507,49 +22750,53 @@
22507
22750
  white-space: nowrap;
22508
22751
  text-overflow: ellipsis;
22509
22752
  }
22510
- .createContainer_21VVf .body_3gm_a .contentContainer_2m1rc .choose_1gJD_ .lianjie_2GEry {
22753
+ .createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 .choose_2sEUS .lianjie_2MLOQ {
22511
22754
  width: 16px;
22512
22755
  height: 16px;
22513
22756
  margin-right: 4px;
22514
22757
  position: relative;
22515
22758
  top: -25px;
22516
22759
  }
22517
- .createContainer_21VVf .body_3gm_a .contentContainer_2m1rc .choose_1gJD_ .guanbi_1-sPa {
22760
+ .createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 .choose_2sEUS .guanbi_23AL6 {
22518
22761
  width: 14px;
22519
22762
  height: 14px;
22520
22763
  position: absolute;
22521
22764
  right: 16px;
22522
22765
  top: 25px;
22523
22766
  }
22524
- .createContainer_21VVf .body_3gm_a .memberContainer_29zJ3 > div:first-child {
22767
+ .createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 .choose_2sEUS .nameTip_3tcPN {
22768
+ color: #2e73e5;
22769
+ -webkit-text-decoration: underline;
22770
+ text-decoration: underline;
22771
+ }
22772
+ .createContainer_24LUP .body_2o5F4 .memberContainer_2LlbH > div:first-child {
22525
22773
  font-size: 16px;
22526
22774
  }
22527
- .createContainer_21VVf .body_3gm_a .memberContainer_29zJ3 .row_3MR6A {
22775
+ .createContainer_24LUP .body_2o5F4 .memberContainer_2LlbH .row_MhIw9 {
22528
22776
  margin-top: 8px;
22529
22777
  font-size: 14px;
22530
22778
  }
22531
- .createContainer_21VVf .body_3gm_a .memberContainer_29zJ3 .row_3MR6A label {
22779
+ .createContainer_24LUP .body_2o5F4 .memberContainer_2LlbH .row_MhIw9 label {
22532
22780
  cursor: pointer;
22533
22781
  }
22534
- .createContainer_21VVf .body_3gm_a .memberContainer_29zJ3 .row_3MR6A input {
22782
+ .createContainer_24LUP .body_2o5F4 .memberContainer_2LlbH .row_MhIw9 input {
22535
22783
  position: relative;
22536
22784
  top: 1px;
22537
22785
  margin-right: 8px;
22538
22786
  cursor: pointer;
22539
22787
  }
22540
- .createContainer_21VVf .body_3gm_a .memberContainer_29zJ3 .row_3MR6A input:checked {
22788
+ .createContainer_24LUP .body_2o5F4 .memberContainer_2LlbH .row_MhIw9 input:checked {
22541
22789
  color: #2e73e5;
22542
22790
  }
22543
- .createContainer_21VVf .body_3gm_a .memberContainer_29zJ3 .modedesc_2cEdS {
22791
+ .createContainer_24LUP .body_2o5F4 .memberContainer_2LlbH .modedesc_2G4DT {
22544
22792
  width: 292px;
22545
- height: 70px;
22546
22793
  line-height: 22px;
22547
22794
  color: #91939c;
22548
- font-size: 14px;
22795
+ font-size: 12px;
22549
22796
  padding-left: 25px;
22550
22797
  word-break: break-word;
22551
22798
  }
22552
- .createContainer_21VVf .body_3gm_a .createBtn_1SQku {
22799
+ .createContainer_24LUP .body_2o5F4 .createBtn_3_ZU6 {
22553
22800
  position: absolute;
22554
22801
  bottom: 24px;
22555
22802
  width: 292px;
@@ -22561,38 +22808,34 @@
22561
22808
  line-height: 44px;
22562
22809
  cursor: pointer;
22563
22810
  }
22564
- .createContainer_21VVf .body_3gm_a .createBtn_1SQku:hover {
22811
+ .createContainer_24LUP .body_2o5F4 .createBtn_3_ZU6:hover {
22565
22812
  background-color: #5798f2;
22566
22813
  }
22567
- .createContainer_21VVf .body_3gm_a .createBtn_1SQku.diabled_2giFZ {
22814
+ .createContainer_24LUP .body_2o5F4 .createBtn_3_ZU6.diabled_4MDGe {
22568
22815
  opacity: 0.5;
22569
22816
  cursor: no-drop;
22570
22817
  background-color: #2e73e5;
22571
22818
  }
22572
- .scrollBar_1V_LY {
22573
- scrollbar-color: #c2c3c8 transparent;
22574
- scrollbar-width: thin;
22575
- }
22576
- .scrollBar_1V_LY::-webkit-scrollbar {
22819
+ .scrollBar_hgJ4z::-webkit-scrollbar {
22577
22820
  width: 4px;
22578
22821
  }
22579
- .scrollBar_1V_LY::-webkit-scrollbar-track {
22822
+ .scrollBar_hgJ4z::-webkit-scrollbar-track {
22580
22823
  border-radius: 5px;
22581
22824
  background-color: transparent;
22582
22825
  }
22583
- .scrollBar_1V_LY::-webkit-scrollbar-thumb {
22826
+ .scrollBar_hgJ4z::-webkit-scrollbar-thumb {
22584
22827
  border-radius: 2px;
22585
22828
  background-color: #c2c3c8;
22586
22829
  }
22587
- .listContainer_298gx {
22830
+ .listContainer_XvAoi {
22588
22831
  height: calc(100% - 94px);
22589
22832
  padding-left: 24px;
22590
22833
  padding-right: 20px;
22591
22834
  }
22592
- .listContainer_298gx .bukelikai_Mhqcu {
22835
+ .listContainer_XvAoi .bukelikai_1H2QE {
22593
22836
  margin-bottom: 13px;
22594
22837
  }
22595
- .listContainer_298gx .bukelikai_Mhqcu > svg {
22838
+ .listContainer_XvAoi .bukelikai_1H2QE > svg {
22596
22839
  width: 18px;
22597
22840
  height: 18px;
22598
22841
  color: #ffa519;
@@ -22600,52 +22843,50 @@
22600
22843
  position: relative;
22601
22844
  top: 3px;
22602
22845
  }
22603
- .listContainer_298gx .bukelikai_Mhqcu > span {
22846
+ .listContainer_XvAoi .bukelikai_1H2QE > span {
22604
22847
  color: #91939c;
22605
22848
  font-size: 14px;
22606
22849
  }
22607
- .listContainer_298gx .shuomin_2H0Y- {
22850
+ .listContainer_XvAoi .shuomin_1G0Kt {
22608
22851
  color: #91939c;
22609
22852
  font-size: 14px;
22610
22853
  margin-bottom: 10px;
22611
22854
  }
22612
- .listContainer_298gx .groupArea_1jT6d {
22855
+ .listContainer_XvAoi .groupArea_IMHOO {
22613
22856
  margin-bottom: 24px;
22614
22857
  height: calc(100% - 85px);
22615
22858
  overflow: auto;
22616
- scrollbar-color: #c2c3c8 transparent;
22617
- scrollbar-width: thin;
22618
22859
  }
22619
- .listContainer_298gx .groupArea_1jT6d::-webkit-scrollbar {
22860
+ .listContainer_XvAoi .groupArea_IMHOO::-webkit-scrollbar {
22620
22861
  width: 4px;
22621
22862
  }
22622
- .listContainer_298gx .groupArea_1jT6d::-webkit-scrollbar-track {
22863
+ .listContainer_XvAoi .groupArea_IMHOO::-webkit-scrollbar-track {
22623
22864
  border-radius: 5px;
22624
22865
  background-color: transparent;
22625
22866
  }
22626
- .listContainer_298gx .groupArea_1jT6d::-webkit-scrollbar-thumb {
22867
+ .listContainer_XvAoi .groupArea_IMHOO::-webkit-scrollbar-thumb {
22627
22868
  border-radius: 2px;
22628
22869
  background-color: #c2c3c8;
22629
22870
  }
22630
- .listContainer_298gx .groupArea_1jT6d .plusRow_1XNJM {
22871
+ .listContainer_XvAoi .groupArea_IMHOO .plusRow_g9so3 {
22631
22872
  text-align: center;
22632
22873
  }
22633
- .listContainer_298gx .groupArea_1jT6d .plusRow_1XNJM > svg {
22874
+ .listContainer_XvAoi .groupArea_IMHOO .plusRow_g9so3 > svg {
22634
22875
  width: 32px;
22635
22876
  height: 32px;
22636
22877
  cursor: pointer;
22637
22878
  }
22638
- .listContainer_298gx .groupArea_1jT6d.notManager_3odT6 {
22879
+ .listContainer_XvAoi .groupArea_IMHOO.notManager_2IjiF {
22639
22880
  height: 100%;
22640
22881
  }
22641
- .listContainer_298gx .actionRow_OPtEO {
22882
+ .listContainer_XvAoi .actionRow_XoOaK {
22642
22883
  position: absolute;
22643
22884
  bottom: 24px;
22644
22885
  }
22645
- .listContainer_298gx .actionRow_OPtEO > div {
22886
+ .listContainer_XvAoi .actionRow_XoOaK > div {
22646
22887
  display: inline-block;
22647
22888
  }
22648
- .listContainer_298gx .actionRow_OPtEO .btn_DXcXC {
22889
+ .listContainer_XvAoi .actionRow_XoOaK .btn_3SQhy {
22649
22890
  width: 140px;
22650
22891
  height: 36px;
22651
22892
  border-radius: 4px;
@@ -22655,29 +22896,29 @@
22655
22896
  font-size: 14px;
22656
22897
  cursor: pointer;
22657
22898
  }
22658
- .listContainer_298gx .actionRow_OPtEO .jiesan_8xc52 {
22899
+ .listContainer_XvAoi .actionRow_XoOaK .jiesan_3dNFl {
22659
22900
  color: #fe5250;
22660
22901
  border: 1px solid #fe5250;
22661
22902
  margin-right: 12px;
22662
22903
  }
22663
- .listContainer_298gx .actionRow_OPtEO .jiesan_8xc52:hover {
22904
+ .listContainer_XvAoi .actionRow_XoOaK .jiesan_3dNFl:hover {
22664
22905
  opacity: 0.8;
22665
22906
  }
22666
- .listContainer_298gx .actionRow_OPtEO .kaishi_3nckr {
22907
+ .listContainer_XvAoi .actionRow_XoOaK .kaishi_CukL6 {
22667
22908
  background-color: #2e73e5;
22668
22909
  color: #fff;
22669
22910
  }
22670
- .listContainer_298gx .actionRow_OPtEO .kaishi_3nckr:hover {
22911
+ .listContainer_XvAoi .actionRow_XoOaK .kaishi_CukL6:hover {
22671
22912
  background-color: #5798f2;
22672
22913
  }
22673
- .listContainer_298gx .actionRow_OPtEO .kaishi_3nckr.disabled_3z4VM {
22914
+ .listContainer_XvAoi .actionRow_XoOaK .kaishi_CukL6.disabled_SuNKR {
22674
22915
  opacity: 0.5;
22675
22916
  cursor: not-allowed;
22676
22917
  }
22677
- .listContainer_298gx .actionRow_OPtEO .kaishi_3nckr.disabled_3z4VM:hover {
22918
+ .listContainer_XvAoi .actionRow_XoOaK .kaishi_CukL6.disabled_SuNKR:hover {
22678
22919
  background-color: #2e73e5;
22679
22920
  }
22680
- .groupContainer_1OifW {
22921
+ .groupContainer_19veS {
22681
22922
  width: 292px;
22682
22923
  height: 120px;
22683
22924
  border-radius: 8px;
@@ -22686,22 +22927,22 @@
22686
22927
  padding: 12px 16px;
22687
22928
  margin-bottom: 8px;
22688
22929
  }
22689
- .groupContainer_1OifW.noManager_3VwWw {
22930
+ .groupContainer_19veS.noManager_3ldQY {
22690
22931
  background-color: #fff;
22691
22932
  border: 1px solid #dbdbde;
22692
22933
  }
22693
- .groupContainer_1OifW.selected_2UWQd {
22934
+ .groupContainer_19veS.selected_MdleE {
22694
22935
  border: 1px solid #2e73e5 !important;
22695
22936
  }
22696
- .groupContainer_1OifW.selected_2UWQd {
22937
+ .groupContainer_19veS.selected_MdleE {
22697
22938
  background-color: #eaf1fc;
22698
22939
  }
22699
- .groupContainer_1OifW .name_FTC5W {
22940
+ .groupContainer_19veS .name_2qTTu {
22700
22941
  font-size: 14px;
22701
22942
  margin-bottom: 4px;
22702
22943
  position: relative;
22703
22944
  }
22704
- .groupContainer_1OifW .name_FTC5W .text_ORJJE {
22945
+ .groupContainer_19veS .name_2qTTu .text_1ZDXk {
22705
22946
  display: inline-block;
22706
22947
  border: none;
22707
22948
  background-color: transparent;
@@ -22714,23 +22955,23 @@
22714
22955
  white-space: nowrap;
22715
22956
  overflow: hidden;
22716
22957
  }
22717
- .groupContainer_1OifW .name_FTC5W .buttonBlock_RwgM4 {
22958
+ .groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf {
22718
22959
  position: absolute;
22719
22960
  right: 2px;
22720
22961
  }
22721
- .groupContainer_1OifW .name_FTC5W .buttonBlock_RwgM4 > svg {
22962
+ .groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf > svg {
22722
22963
  width: 16px;
22723
22964
  height: 16px;
22724
22965
  margin-left: 14px;
22725
22966
  cursor: pointer;
22726
22967
  }
22727
- .groupContainer_1OifW .name_FTC5W .buttonBlock_RwgM4 > svg:hover {
22968
+ .groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf > svg:hover {
22728
22969
  color: #2e73e5;
22729
22970
  }
22730
- .groupContainer_1OifW .name_FTC5W .buttonBlock_RwgM4 .shanchu_CpeMV:hover {
22971
+ .groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf .shanchu_3SkCi:hover {
22731
22972
  color: #fe5250;
22732
22973
  }
22733
- .groupContainer_1OifW .name_FTC5W .buttonBlock_RwgM4 .deletePop_xyB75 {
22974
+ .groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf .deletePop_1_iVu {
22734
22975
  width: 205px;
22735
22976
  height: 104px;
22736
22977
  border-radius: 2px;
@@ -22741,7 +22982,7 @@
22741
22982
  z-index: 1;
22742
22983
  padding: 14px;
22743
22984
  }
22744
- .groupContainer_1OifW .name_FTC5W .buttonBlock_RwgM4 .deletePop_xyB75 svg {
22985
+ .groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf .deletePop_1_iVu svg {
22745
22986
  width: 18px;
22746
22987
  height: 18px;
22747
22988
  color: #fe5250;
@@ -22749,11 +22990,11 @@
22749
22990
  position: relative;
22750
22991
  top: 4px;
22751
22992
  }
22752
- .groupContainer_1OifW .name_FTC5W .buttonBlock_RwgM4 .deletePop_xyB75 .action_15Azr {
22993
+ .groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf .deletePop_1_iVu .action_3HgI1 {
22753
22994
  margin-top: 24px;
22754
22995
  text-align: right;
22755
22996
  }
22756
- .groupContainer_1OifW .name_FTC5W .buttonBlock_RwgM4 .deletePop_xyB75 .action_15Azr div {
22997
+ .groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf .deletePop_1_iVu .action_3HgI1 div {
22757
22998
  display: inline-block;
22758
22999
  width: 50px;
22759
23000
  height: 28px;
@@ -22765,11 +23006,11 @@
22765
23006
  margin-left: 16px;
22766
23007
  font-size: 12px;
22767
23008
  }
22768
- .groupContainer_1OifW .name_FTC5W .buttonBlock_RwgM4 .deletePop_xyB75 .action_15Azr > div:last-child {
23009
+ .groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf .deletePop_1_iVu .action_3HgI1 > div:last-child {
22769
23010
  background-color: #fe5250;
22770
23011
  color: #fff;
22771
23012
  }
22772
- .groupContainer_1OifW .name_FTC5W .clearInput_pSooa {
23013
+ .groupContainer_19veS .name_2qTTu .clearInput_SwQ0p {
22773
23014
  position: absolute;
22774
23015
  right: 98px;
22775
23016
  top: 7px;
@@ -22782,39 +23023,41 @@
22782
23023
  justify-content: center;
22783
23024
  align-items: center;
22784
23025
  }
22785
- .groupContainer_1OifW .name_FTC5W .clearInput_pSooa svg {
23026
+ .groupContainer_19veS .name_2qTTu .clearInput_SwQ0p svg {
22786
23027
  color: white;
22787
23028
  width: 10px;
22788
23029
  height: 10px;
22789
23030
  }
22790
- .groupContainer_1OifW .name_FTC5W .freeAction_2Q80e {
23031
+ .groupContainer_19veS .name_2qTTu .freeAction_o0O5q {
22791
23032
  position: absolute;
22792
23033
  right: 0;
22793
- top: 3px;
22794
- width: 60px;
22795
- height: 28px;
23034
+ top: 0px;
23035
+ padding: 5px 12px;
23036
+ font-size: 12px;
22796
23037
  border-radius: 4px;
22797
23038
  text-align: center;
22798
- line-height: 26px;
22799
23039
  cursor: pointer;
22800
23040
  }
22801
- .groupContainer_1OifW .name_FTC5W .freeAction_2Q80e.leave_GVuxD {
23041
+ .groupContainer_19veS .name_2qTTu .freeAction_o0O5q.leave_5qHUU {
22802
23042
  border: 1px solid #2e73e5;
22803
23043
  color: #2e73e5;
23044
+ background-color: #fff;
22804
23045
  }
22805
- .groupContainer_1OifW .name_FTC5W .freeAction_2Q80e.join_3pCzb {
23046
+ .groupContainer_19veS .name_2qTTu .freeAction_o0O5q.join_3nPsU {
22806
23047
  border: 1px solid #e6e7e9;
23048
+ background-color: #fff;
22807
23049
  }
22808
- .groupContainer_1OifW .name_FTC5W .freeAction_2Q80e.suozaifenzu_2goyo {
22809
- font-size: 12px;
22810
- color: #2e73e5;
23050
+ .groupContainer_19veS .name_2qTTu .freeAction_o0O5q.lianmai_3vgop {
23051
+ background-color: #2e73e5;
23052
+ color: #fff;
23053
+ border: 1px solid #2e73e5;
22811
23054
  }
22812
- .groupContainer_1OifW .content_2WF9y {
23055
+ .groupContainer_19veS .content_zbWsK {
22813
23056
  font-size: 14px;
22814
23057
  margin-bottom: 8px;
22815
23058
  padding-left: 4px;
22816
23059
  }
22817
- .groupContainer_1OifW .content_2WF9y .frameName_3uSha {
23060
+ .groupContainer_19veS .content_zbWsK .frameName_C001Q {
22818
23061
  max-width: 200px;
22819
23062
  height: 21px;
22820
23063
  display: inline-block;
@@ -22822,14 +23065,14 @@
22822
23065
  white-space: nowrap;
22823
23066
  overflow: hidden;
22824
23067
  }
22825
- .groupContainer_1OifW .content_2WF9y .lianjie_2GEry {
23068
+ .groupContainer_19veS .content_zbWsK .lianjie_2MLOQ {
22826
23069
  width: 16px;
22827
23070
  height: 16px;
22828
23071
  margin-right: 4px;
22829
23072
  position: relative;
22830
23073
  top: -3px;
22831
23074
  }
22832
- .groupContainer_1OifW .content_2WF9y .guanbi_1-sPa {
23075
+ .groupContainer_19veS .content_zbWsK .guanbi_23AL6 {
22833
23076
  width: 14px;
22834
23077
  height: 14px;
22835
23078
  margin-left: 8px;
@@ -22838,35 +23081,35 @@
22838
23081
  color: #c2c3c8;
22839
23082
  cursor: pointer;
22840
23083
  }
22841
- .groupContainer_1OifW .content_2WF9y .noContent_9YVhR {
23084
+ .groupContainer_19veS .content_zbWsK .noContent_2spGY {
22842
23085
  color: #2e73e5;
22843
23086
  font-size: 14px;
22844
23087
  cursor: pointer;
22845
23088
  height: 27px;
22846
- max-width: 95px;
23089
+ max-width: 150px;
22847
23090
  }
22848
- .groupContainer_1OifW .content_2WF9y .noContent_9YVhR.notManager_3odT6 {
23091
+ .groupContainer_19veS .content_zbWsK .noContent_2spGY.notManager_2IjiF {
22849
23092
  color: #abc7f5;
22850
23093
  cursor: auto;
22851
23094
  }
22852
- .groupContainer_1OifW .users_2rO7R {
23095
+ .groupContainer_19veS .users_2qAOk {
22853
23096
  position: relative;
22854
23097
  padding-left: 4px;
22855
23098
  }
22856
- .groupContainer_1OifW .users_2rO7R .members_3wIdu {
23099
+ .groupContainer_19veS .users_2qAOk .members_3SGpi {
22857
23100
  width: 168px;
22858
23101
  }
22859
- .groupContainer_1OifW .users_2rO7R .members_3wIdu .member_2g_rA {
23102
+ .groupContainer_19veS .users_2qAOk .members_3SGpi .member_13iLs {
22860
23103
  display: inline-block;
22861
23104
  position: relative;
22862
23105
  width: 28px;
22863
23106
  height: 28px;
22864
23107
  cursor: pointer;
22865
23108
  }
22866
- .groupContainer_1OifW .users_2rO7R .members_3wIdu .member_2g_rA.more_btn_1Aa-i {
23109
+ .groupContainer_19veS .users_2qAOk .members_3SGpi .member_13iLs.more_btn_7NL3d {
22867
23110
  cursor: pointer;
22868
23111
  }
22869
- .groupContainer_1OifW .users_2rO7R .members_3wIdu .member_2g_rA .more_num_HKcmJ {
23112
+ .groupContainer_19veS .users_2qAOk .members_3SGpi .member_13iLs .more_num_1qjgT {
22870
23113
  font-size: 12px;
22871
23114
  width: 34px;
22872
23115
  height: 34px;
@@ -22875,7 +23118,7 @@
22875
23118
  right: 15px;
22876
23119
  bottom: 7px;
22877
23120
  }
22878
- .groupContainer_1OifW .users_2rO7R .userList_UUot0 {
23121
+ .groupContainer_19veS .users_2qAOk .userList_2BrnT {
22879
23122
  width: 240px;
22880
23123
  max-height: 256px;
22881
23124
  border-radius: 4px;
@@ -22885,35 +23128,33 @@
22885
23128
  position: absolute;
22886
23129
  z-index: 1;
22887
23130
  overflow: auto;
22888
- scrollbar-color: #c2c3c8 transparent;
22889
- scrollbar-width: thin;
22890
23131
  }
22891
- .groupContainer_1OifW .users_2rO7R .userList_UUot0::-webkit-scrollbar {
23132
+ .groupContainer_19veS .users_2qAOk .userList_2BrnT::-webkit-scrollbar {
22892
23133
  width: 4px;
22893
23134
  }
22894
- .groupContainer_1OifW .users_2rO7R .userList_UUot0::-webkit-scrollbar-track {
23135
+ .groupContainer_19veS .users_2qAOk .userList_2BrnT::-webkit-scrollbar-track {
22895
23136
  border-radius: 5px;
22896
23137
  background-color: transparent;
22897
23138
  }
22898
- .groupContainer_1OifW .users_2rO7R .userList_UUot0::-webkit-scrollbar-thumb {
23139
+ .groupContainer_19veS .users_2qAOk .userList_2BrnT::-webkit-scrollbar-thumb {
22899
23140
  border-radius: 2px;
22900
23141
  background-color: #c2c3c8;
22901
23142
  }
22902
- .groupContainer_1OifW .users_2rO7R .userList_UUot0 .row_3MR6A {
23143
+ .groupContainer_19veS .users_2qAOk .userList_2BrnT .row_MhIw9 {
22903
23144
  display: flex;
22904
23145
  padding: 8px 0;
22905
23146
  }
22906
- .groupContainer_1OifW .users_2rO7R .userList_UUot0 .row_3MR6A > div {
23147
+ .groupContainer_19veS .users_2qAOk .userList_2BrnT .row_MhIw9 > div {
22907
23148
  margin-right: 12px;
22908
23149
  }
22909
- .groupContainer_1OifW .users_2rO7R .userList_UUot0 .row_3MR6A > span {
23150
+ .groupContainer_19veS .users_2qAOk .userList_2BrnT .row_MhIw9 > span {
22910
23151
  flex: 1;
22911
23152
  align-self: center;
22912
23153
  text-overflow: ellipsis;
22913
23154
  overflow: hidden;
22914
23155
  white-space: nowrap;
22915
23156
  }
22916
- .groupContainer_1OifW .users_2rO7R .addUser_LR10S {
23157
+ .groupContainer_19veS .users_2qAOk .addUser_1HcYw {
22917
23158
  width: 30px;
22918
23159
  height: 30px;
22919
23160
  position: absolute;
@@ -22921,7 +23162,7 @@
22921
23162
  top: 0px;
22922
23163
  cursor: pointer;
22923
23164
  }
22924
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg {
23165
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB {
22925
23166
  width: 280px;
22926
23167
  max-height: 400px;
22927
23168
  padding: 18px 15px 0px 15px;
@@ -22933,28 +23174,26 @@
22933
23174
  top: 36px;
22934
23175
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.2);
22935
23176
  overflow: auto;
22936
- scrollbar-color: #c2c3c8 transparent;
22937
- scrollbar-width: thin;
22938
23177
  }
22939
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg::-webkit-scrollbar {
23178
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB::-webkit-scrollbar {
22940
23179
  width: 4px;
22941
23180
  }
22942
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg::-webkit-scrollbar-track {
23181
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB::-webkit-scrollbar-track {
22943
23182
  border-radius: 5px;
22944
23183
  background-color: transparent;
22945
23184
  }
22946
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg::-webkit-scrollbar-thumb {
23185
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB::-webkit-scrollbar-thumb {
22947
23186
  border-radius: 2px;
22948
23187
  background-color: #c2c3c8;
22949
23188
  }
22950
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .tabBar_ce_Rz {
23189
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .tabBar_1Bfsl {
22951
23190
  width: 246px;
22952
23191
  height: 36px;
22953
23192
  border-radius: 4px;
22954
23193
  background-color: #ececee;
22955
23194
  padding: 2px;
22956
23195
  }
22957
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .tabBar_ce_Rz > div {
23196
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .tabBar_1Bfsl > div {
22958
23197
  width: 121px;
22959
23198
  height: 32px;
22960
23199
  border-radius: 4px;
@@ -22965,27 +23204,27 @@
22965
23204
  text-align: center;
22966
23205
  cursor: pointer;
22967
23206
  }
22968
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .searchRow_2j8yi {
23207
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .searchRow_YsuYg {
22969
23208
  margin-top: 10px;
22970
23209
  position: relative;
22971
23210
  }
22972
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .searchRow_2j8yi > svg {
23211
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .searchRow_YsuYg > svg {
22973
23212
  position: absolute;
22974
23213
  top: 7px;
22975
23214
  left: 12px;
22976
23215
  color: #979797;
22977
23216
  }
22978
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .searchRow_2j8yi input {
23217
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .searchRow_YsuYg input {
22979
23218
  width: 248px;
22980
23219
  height: 36px;
22981
23220
  border: 1px solid #dbdbde;
22982
23221
  border-radius: 4px;
22983
23222
  padding-left: 40px;
22984
23223
  }
22985
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .searchRow_2j8yi input::placeholder {
23224
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .searchRow_YsuYg input::placeholder {
22986
23225
  color: #c2c3c8;
22987
23226
  }
22988
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .searchRow_2j8yi .clearInput_pSooa {
23227
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .searchRow_YsuYg .clearInput_SwQ0p {
22989
23228
  position: absolute;
22990
23229
  right: 10px;
22991
23230
  top: 12px;
@@ -22998,23 +23237,23 @@
22998
23237
  justify-content: center;
22999
23238
  align-items: center;
23000
23239
  }
23001
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .searchRow_2j8yi .clearInput_pSooa svg {
23240
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .searchRow_YsuYg .clearInput_SwQ0p svg {
23002
23241
  color: white;
23003
23242
  width: 10px;
23004
23243
  height: 10px;
23005
23244
  }
23006
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .list_3faoJ {
23245
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv {
23007
23246
  padding: 14px 0px;
23008
23247
  }
23009
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .list_3faoJ .benzuRow_2YEnK {
23248
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .benzuRow_hlVN5 {
23010
23249
  height: 44px;
23011
23250
  padding: 6px 0px;
23012
23251
  position: relative;
23013
23252
  }
23014
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .list_3faoJ .benzuRow_2YEnK:hover {
23253
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .benzuRow_hlVN5:hover {
23015
23254
  color: #2e73e5;
23016
23255
  }
23017
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .list_3faoJ .avatar_FUMGS {
23256
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .avatar_2MKFb {
23018
23257
  display: inline-block;
23019
23258
  border-radius: 50%;
23020
23259
  margin-right: 12px;
@@ -23022,7 +23261,7 @@
23022
23261
  bottom: 6px;
23023
23262
  border-color: #fff;
23024
23263
  }
23025
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .list_3faoJ .userName_HoSVJ {
23264
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .userName_3qeQy {
23026
23265
  display: inline-block;
23027
23266
  vertical-align: 12px;
23028
23267
  max-width: 160px;
@@ -23031,7 +23270,7 @@
23031
23270
  white-space: nowrap;
23032
23271
  overflow: hidden;
23033
23272
  }
23034
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .list_3faoJ .guanbiIcon_17ACz {
23273
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .guanbiIcon_25KgS {
23035
23274
  width: 12px;
23036
23275
  height: 12px;
23037
23276
  position: absolute;
@@ -23039,31 +23278,31 @@
23039
23278
  top: 15px;
23040
23279
  cursor: pointer;
23041
23280
  }
23042
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .list_3faoJ .subtitle_1jLUP {
23281
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .subtitle_1u7DJ {
23043
23282
  color: #91939c;
23044
23283
  font-size: 14px;
23045
23284
  }
23046
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .list_3faoJ .otherRow_3V-Vd {
23285
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .otherRow_1kMnh {
23047
23286
  padding-top: 10px;
23048
23287
  position: relative;
23049
23288
  }
23050
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .list_3faoJ .otherRow_3V-Vd:hover {
23289
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .otherRow_1kMnh:hover {
23051
23290
  color: #2e73e5;
23052
23291
  }
23053
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .list_3faoJ .noResult_1kwCd {
23292
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .noResult_3mknx {
23054
23293
  font-size: 14px;
23055
23294
  text-align: center;
23056
23295
  margin: 10px;
23057
23296
  }
23058
- .whiteBorder_3nvwj {
23297
+ .whiteBorder_1sKzD {
23059
23298
  border-color: #fff !important;
23060
23299
  border-width: 1px !important;
23061
23300
  }
23062
- .whiteBorder_3nvwj {
23301
+ .whiteBorder_1sKzD {
23063
23302
  width: 30px;
23064
23303
  height: 30px;
23065
23304
  }
23066
- .chooseTipContainer_lEAOq {
23305
+ .chooseTipContainer_1A3dT {
23067
23306
  min-width: 321px;
23068
23307
  height: 40px;
23069
23308
  border-radius: 4px;
@@ -23078,12 +23317,12 @@
23078
23317
  z-index: 2;
23079
23318
  pointer-events: auto;
23080
23319
  }
23081
- .chooseTipContainer_lEAOq > div {
23320
+ .chooseTipContainer_1A3dT > div {
23082
23321
  display: inline-block;
23083
23322
  position: relative;
23084
23323
  bottom: 3px;
23085
23324
  }
23086
- .chooseTipContainer_lEAOq .divider_1Q1Zr {
23325
+ .chooseTipContainer_1A3dT .divider_2NIeK {
23087
23326
  width: 1px;
23088
23327
  height: 20px;
23089
23328
  background-color: #d8d8d8;
@@ -23092,7 +23331,7 @@
23092
23331
  position: relative;
23093
23332
  top: 2px;
23094
23333
  }
23095
- .chooseTipContainer_lEAOq .tuichu_1xmOo {
23334
+ .chooseTipContainer_1A3dT .tuichu_ouDWv {
23096
23335
  width: 60px;
23097
23336
  height: 28px;
23098
23337
  right: 15px;
@@ -23104,19 +23343,21 @@
23104
23343
  bottom: 5px;
23105
23344
  line-height: 26px;
23106
23345
  cursor: pointer;
23346
+ color: #fe5250;
23347
+ border-color: #fe5250;
23107
23348
  }
23108
- .talkReminderToastContainer_1ix5N > div {
23349
+ .talkReminderToastContainer_3jeQi > div {
23109
23350
  display: inline-block;
23110
23351
  font-size: 14px;
23111
23352
  }
23112
- .talkReminderToastContainer_1ix5N > div:first-child {
23353
+ .talkReminderToastContainer_3jeQi > div:first-child {
23113
23354
  margin-right: 22px;
23114
23355
  }
23115
- .talkReminderToastContainer_1ix5N .ruhecaozuo_3Axud {
23356
+ .talkReminderToastContainer_3jeQi .ruhecaozuo_2sLB1 {
23116
23357
  padding: 4px 12px;
23117
23358
  margin-right: 12px;
23118
23359
  }
23119
- .talkReminderToastContainer_1ix5N > svg {
23360
+ .talkReminderToastContainer_3jeQi > svg {
23120
23361
  width: 16px;
23121
23362
  height: 16px;
23122
23363
  color: #fff;
@@ -23124,7 +23365,7 @@
23124
23365
  top: 3px;
23125
23366
  cursor: pointer;
23126
23367
  }
23127
- .endTalk_1ZqtF {
23368
+ .endTalk_24JQA {
23128
23369
  width: 292px;
23129
23370
  height: 44px;
23130
23371
  border-radius: 4px;
@@ -23136,10 +23377,10 @@
23136
23377
  font-size: 16px;
23137
23378
  cursor: pointer;
23138
23379
  }
23139
- .endTalk_1ZqtF:hover {
23380
+ .endTalk_24JQA:hover {
23140
23381
  opacity: 0.8;
23141
23382
  }
23142
- .modalBox_1QHA_ {
23383
+ .modalBox_2GVnc {
23143
23384
  width: 480px;
23144
23385
  height: 170px;
23145
23386
  border-radius: 8px;
@@ -23150,10 +23391,10 @@
23150
23391
  transform: translate(-50%, -50%);
23151
23392
  padding: 24px;
23152
23393
  }
23153
- .modalBox_1QHA_ .contentRow__1nGN {
23394
+ .modalBox_2GVnc .contentRow_2GmiB {
23154
23395
  margin-bottom: 54px;
23155
23396
  }
23156
- .modalBox_1QHA_ .contentRow__1nGN > svg {
23397
+ .modalBox_2GVnc .contentRow_2GmiB > svg {
23157
23398
  width: 28px;
23158
23399
  height: 28px;
23159
23400
  margin-right: 14px;
@@ -23161,60 +23402,60 @@
23161
23402
  position: relative;
23162
23403
  top: 5px;
23163
23404
  }
23164
- .modalBox_1QHA_ .contentRow__1nGN > span {
23405
+ .modalBox_2GVnc .contentRow_2GmiB > span {
23165
23406
  font-size: 20px;
23166
23407
  font-weight: 600;
23167
23408
  }
23168
- .modalBox_1QHA_ .actionsRow_32AD9 {
23409
+ .modalBox_2GVnc .actionsRow_fle3w {
23169
23410
  text-align: right;
23170
23411
  }
23171
- .modalBox_1QHA_ .actionsRow_32AD9 > button {
23412
+ .modalBox_2GVnc .actionsRow_fle3w > button {
23172
23413
  width: 72px;
23173
23414
  height: 40px;
23174
23415
  border-radius: 4px;
23175
23416
  margin-left: 12px;
23176
23417
  cursor: pointer;
23177
23418
  }
23178
- .modalBox_1QHA_ .actionsRow_32AD9 > button:hover {
23419
+ .modalBox_2GVnc .actionsRow_fle3w > button:hover {
23179
23420
  opacity: 0.7;
23180
23421
  }
23181
- .modalBox_1QHA_ .actionsRow_32AD9 > button:first-child {
23422
+ .modalBox_2GVnc .actionsRow_fle3w > button:first-child {
23182
23423
  background-color: #ffffff;
23183
23424
  border: 1px solid #e6e7e9;
23184
23425
  }
23185
- .modalBox_1QHA_ .actionsRow_32AD9 > button:last-child {
23426
+ .modalBox_2GVnc .actionsRow_fle3w > button:last-child {
23186
23427
  background-color: #fe5250;
23187
23428
  border: none;
23188
23429
  color: #fff;
23189
23430
  }
23190
- .timerContainer_EUEKq {
23431
+ .timerContainer_2kw-F {
23191
23432
  flex-grow: 1;
23192
23433
  margin-top: 5px;
23193
23434
  padding-left: 8px;
23194
23435
  color: #91939c;
23195
23436
  }
23196
- .timerContainer_EUEKq > svg {
23437
+ .timerContainer_2kw-F > svg {
23197
23438
  width: 16px;
23198
23439
  height: 16px;
23199
23440
  margin-right: 4px;
23200
23441
  position: relative;
23201
23442
  top: 2px;
23202
23443
  }
23203
- .timerContainer_EUEKq > span {
23444
+ .timerContainer_2kw-F > span {
23204
23445
  font-size: 14px;
23205
23446
  }
23206
- .noPermisionContainer_3QmMB {
23447
+ .noPermisionContainer_3eWyp {
23207
23448
  padding: 0 24px;
23208
23449
  text-align: center;
23209
23450
  margin-top: 190px;
23210
23451
  }
23211
- .noPermisionContainer_3QmMB .imgBox_3CF5i > img {
23452
+ .noPermisionContainer_3eWyp .imgBox_2uAmS > img {
23212
23453
  width: 140px;
23213
23454
  }
23214
- .noPermisionContainer_3QmMB .textBox_3phQB {
23455
+ .noPermisionContainer_3eWyp .textBox_3mhj8 {
23215
23456
  font-size: 14px;
23216
23457
  }
23217
- .daikaishi_jzkaq {
23458
+ .daikaishi_2GtOK {
23218
23459
  width: 100px;
23219
23460
  height: 22px;
23220
23461
  line-height: 22px;
@@ -23227,6 +23468,353 @@
23227
23468
  width: 24px !important;
23228
23469
  height: 42px !important;
23229
23470
  }
23471
+ .toolbarBox_30Xq3 {
23472
+ position: absolute;
23473
+ bottom: 8px;
23474
+ background-color: #fff;
23475
+ left: 50%;
23476
+ transform: translateX(-50%);
23477
+ border-radius: 4px;
23478
+ border: 1px solid #c2c3c8;
23479
+ box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
23480
+ display: flex;
23481
+ align-items: center;
23482
+ padding: 4px 12px;
23483
+ pointer-events: auto;
23484
+ padding-left: 4px;
23485
+ }
23486
+ .toolbarBox_30Xq3 .miniCtrlBox_3TxQJ {
23487
+ display: flex;
23488
+ align-items: center;
23489
+ width: 24px;
23490
+ height: 48px;
23491
+ border-radius: 4px;
23492
+ }
23493
+ .toolbarBox_30Xq3 .miniCtrlBox_3TxQJ:hover {
23494
+ background-color: rgba(0, 0, 0, 0.06);
23495
+ }
23496
+ .toolbarBox_30Xq3 .mini_btn_split_26RaN {
23497
+ width: 1px;
23498
+ height: 48px;
23499
+ background-color: #e6e7e9;
23500
+ margin-left: 2px;
23501
+ }
23502
+ .toolbarBox_30Xq3 > .infoBox_17i9X {
23503
+ display: flex;
23504
+ font-size: 14px;
23505
+ flex-direction: column;
23506
+ margin-left: 12px;
23507
+ }
23508
+ .toolbarBox_30Xq3 > .infoBox_17i9X .text_1ZDXk {
23509
+ color: #000;
23510
+ margin-right: 8px;
23511
+ }
23512
+ .toolbarBox_30Xq3 > .infoBox_17i9X .timing_1XYpy {
23513
+ color: #91939c;
23514
+ }
23515
+ .toolbarBox_30Xq3 .backtoframe_3L8Lh {
23516
+ display: flex;
23517
+ flex-direction: column;
23518
+ align-items: center;
23519
+ padding: 2px;
23520
+ border-radius: 4px;
23521
+ margin-left: 8px;
23522
+ cursor: pointer;
23523
+ padding: 4px;
23524
+ }
23525
+ .toolbarBox_30Xq3 .backtoframe_3L8Lh > svg {
23526
+ font-size: 22px;
23527
+ margin-top: 4px;
23528
+ }
23529
+ .toolbarBox_30Xq3 .backtoframe_3L8Lh > span {
23530
+ font-size: 10px;
23531
+ margin-top: 2px;
23532
+ color: #303445;
23533
+ line-height: 18px;
23534
+ }
23535
+ .toolbarBox_30Xq3 .backtoframe_3L8Lh:hover {
23536
+ background-color: rgba(0, 0, 0, 0.06);
23537
+ }
23538
+ .toolbarBox_30Xq3 .leaveBtn_9Y5lk {
23539
+ padding: 7px 12px;
23540
+ display: flex;
23541
+ border-radius: 4px;
23542
+ border: 1px solid #fe5250;
23543
+ color: #fe5250;
23544
+ font-size: 14px;
23545
+ cursor: pointer;
23546
+ margin-left: 12px;
23547
+ }
23548
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn {
23549
+ display: flex;
23550
+ border-radius: 4px;
23551
+ cursor: pointer;
23552
+ margin-left: 8px;
23553
+ padding: 4px;
23554
+ position: relative;
23555
+ }
23556
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .iconBox_Pyr4- {
23557
+ display: flex;
23558
+ flex-direction: column;
23559
+ align-items: center;
23560
+ }
23561
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .iconBox_Pyr4- > svg {
23562
+ font-size: 22px;
23563
+ margin-top: 4px;
23564
+ }
23565
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .iconBox_Pyr4- > span {
23566
+ font-size: 10px;
23567
+ color: #303445;
23568
+ line-height: 18px;
23569
+ margin-top: 2px;
23570
+ }
23571
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU {
23572
+ bottom: calc(100% + 12px);
23573
+ width: 400px;
23574
+ border-radius: 4px;
23575
+ }
23576
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .panelRoot_tJwct {
23577
+ width: 100%;
23578
+ height: 100%;
23579
+ display: flex;
23580
+ flex-direction: column;
23581
+ padding-top: 16px;
23582
+ padding-bottom: 4px;
23583
+ color: #0c1024;
23584
+ }
23585
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .panelRoot_tJwct .title_3rFjx {
23586
+ display: flex;
23587
+ flex-direction: row;
23588
+ height: 24px;
23589
+ position: relative;
23590
+ align-items: center;
23591
+ justify-content: space-between;
23592
+ margin: 0 16px;
23593
+ margin-right: 8px;
23594
+ }
23595
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .panelRoot_tJwct .title_3rFjx .actionBox_1gEGA {
23596
+ display: flex;
23597
+ align-items: center;
23598
+ }
23599
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .panelRoot_tJwct .title_3rFjx .mainText_2fa9X {
23600
+ font-size: 16px;
23601
+ height: 24px;
23602
+ line-height: 24px;
23603
+ font-weight: 600;
23604
+ }
23605
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .panelRoot_tJwct .title_3rFjx .closeBtnBox_28tNw {
23606
+ display: flex;
23607
+ padding: 6px;
23608
+ border-radius: 2px;
23609
+ cursor: pointer;
23610
+ }
23611
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .panelRoot_tJwct .title_3rFjx .closeBtnBox_28tNw:hover {
23612
+ background-color: rgba(0, 0, 0, 0.06);
23613
+ }
23614
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .panelRoot_tJwct .title_3rFjx .closeIcon_WCz7d {
23615
+ width: 20px;
23616
+ height: 20px;
23617
+ }
23618
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .memberManageRoot_1oYDf {
23619
+ flex: 1;
23620
+ display: flex;
23621
+ flex-direction: column;
23622
+ width: 100%;
23623
+ overflow: hidden;
23624
+ }
23625
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .memberManageRoot_1oYDf .header_3bsuU {
23626
+ width: 100%;
23627
+ display: flex;
23628
+ flex-direction: row;
23629
+ align-items: center;
23630
+ color: #0c1024;
23631
+ margin-bottom: 12px;
23632
+ padding: 0 16px;
23633
+ }
23634
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .memberManageRoot_1oYDf .header_3bsuU .tab_15ipq {
23635
+ flex: 1;
23636
+ background: #f5f6f6;
23637
+ display: flex;
23638
+ justify-content: center;
23639
+ align-items: center;
23640
+ height: 36px;
23641
+ cursor: pointer;
23642
+ border-radius: 2px;
23643
+ }
23644
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .memberManageRoot_1oYDf .header_3bsuU .tab_15ipq span {
23645
+ text-align: center;
23646
+ height: 22px;
23647
+ line-height: 22px;
23648
+ font-size: 14px;
23649
+ }
23650
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .memberManageRoot_1oYDf .header_3bsuU .tab_15ipq.active_3Pn19 {
23651
+ background: #2e73e5;
23652
+ color: white;
23653
+ }
23654
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L {
23655
+ overflow: auto;
23656
+ padding: 0 16px;
23657
+ display: flex;
23658
+ flex-direction: column;
23659
+ height: 100%;
23660
+ }
23661
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L .entityRow_16P56 {
23662
+ display: flex;
23663
+ justify-content: space-between;
23664
+ align-items: center;
23665
+ height: 40px;
23666
+ margin: 4px 0;
23667
+ }
23668
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L .entityRow_16P56 > .infoBox_17i9X {
23669
+ display: flex;
23670
+ align-items: center;
23671
+ gap: 8px;
23672
+ }
23673
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L .entityRow_16P56 > .infoBox_17i9X .textBlock_1jjeI {
23674
+ display: flex;
23675
+ flex-direction: column;
23676
+ }
23677
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L .entityRow_16P56 > .infoBox_17i9X .textBlock_1jjeI .name_2qTTu {
23678
+ font-size: 15px;
23679
+ line-height: 22px;
23680
+ }
23681
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L .entityRow_16P56 > .infoBox_17i9X .textBlock_1jjeI .note_3Bqwv {
23682
+ font-size: 13px;
23683
+ line-height: 18px;
23684
+ color: #91939c;
23685
+ }
23686
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L .entityRow_16P56 > .mediaBox_2P_bg {
23687
+ display: flex;
23688
+ }
23689
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L .entityRow_16P56 > .mediaBox_2P_bg .iconBox_Pyr4- {
23690
+ padding: 9px;
23691
+ }
23692
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L .entityRow_16P56 > .mediaBox_2P_bg .iconBox_Pyr4- .icon_3_mxE {
23693
+ cursor: pointer;
23694
+ font-size: 18px;
23695
+ position: relative;
23696
+ }
23697
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L .entityRow_16P56 > .mediaBox_2P_bg .iconBox_Pyr4- .icon_3_mxE.disabled_SuNKR {
23698
+ pointer-events: none;
23699
+ color: #c2c3c8;
23700
+ }
23701
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L .divider_2NIeK {
23702
+ height: 30px;
23703
+ line-height: 30px;
23704
+ background-color: #f5f6f6;
23705
+ font-size: 12px;
23706
+ padding-left: 16px;
23707
+ margin-left: -16px;
23708
+ margin-right: -16px;
23709
+ }
23710
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L .fullContainer_1ctB7 {
23711
+ flex: 1;
23712
+ display: flex;
23713
+ justify-content: center;
23714
+ align-items: center;
23715
+ }
23716
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L .fullContainer_1ctB7 > span {
23717
+ color: #c2c3c8;
23718
+ font-size: 14px;
23719
+ }
23720
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L::-webkit-scrollbar {
23721
+ display: none;
23722
+ -ms-overflow-style: none;
23723
+ /* IE and Edge */
23724
+ scrollbar-width: none;
23725
+ /* Firefox */
23726
+ }
23727
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn:hover {
23728
+ background-color: rgba(0, 0, 0, 0.06);
23729
+ }
23730
+ .toolbarBox_30Xq3.miniMode_eAHps .miniCtrlBox_3TxQJ {
23731
+ transform: rotate(180deg);
23732
+ height: 24px;
23733
+ }
23734
+ .toolbarBox_30Xq3.miniMode_eAHps .mini_btn_split_26RaN {
23735
+ height: 24px;
23736
+ }
23737
+ .toolbarBox_30Xq3.miniMode_eAHps .infoBox_17i9X {
23738
+ flex-direction: row;
23739
+ }
23740
+ .toolbarBox_30Xq3.miniMode_eAHps .backtoframe_3L8Lh {
23741
+ padding: 2px;
23742
+ flex-direction: row;
23743
+ }
23744
+ .toolbarBox_30Xq3.miniMode_eAHps .backtoframe_3L8Lh > svg {
23745
+ margin-top: 0;
23746
+ }
23747
+ .toolbarBox_30Xq3.miniMode_eAHps .memberCtrlBox_17_gn {
23748
+ margin-left: 0;
23749
+ padding: 2px;
23750
+ }
23751
+ .toolbarBox_30Xq3.miniMode_eAHps .memberCtrlBox_17_gn .iconBox_Pyr4- > svg {
23752
+ margin-top: 0;
23753
+ }
23754
+ .toolbarBox_30Xq3.miniMode_eAHps .leaveBtn_9Y5lk {
23755
+ padding: 2px 8px;
23756
+ }
23757
+ .rtclistRoot_1hpzf {
23758
+ pointer-events: auto;
23759
+ }
23760
+ .hide_2hDgh {
23761
+ visibility: hidden;
23762
+ }
23763
+ .callModal_GmNzb {
23764
+ position: absolute;
23765
+ top: 50%;
23766
+ left: 50%;
23767
+ transform: translate(-50%, -50%);
23768
+ width: 480px;
23769
+ padding: 24px;
23770
+ border-radius: 12px;
23771
+ background-color: #fff;
23772
+ }
23773
+ .callModal_GmNzb .titleRow_28PMV {
23774
+ display: flex;
23775
+ align-items: center;
23776
+ margin-bottom: 8px;
23777
+ }
23778
+ .callModal_GmNzb .titleRow_28PMV > svg {
23779
+ margin-right: 12px;
23780
+ font-size: 28px;
23781
+ color: #ffa519;
23782
+ align-self: flex-start;
23783
+ }
23784
+ .callModal_GmNzb .titleRow_28PMV .title_3rFjx {
23785
+ font-size: 20px;
23786
+ font-weight: 500;
23787
+ }
23788
+ .callModal_GmNzb .subtitleRow_1cHc3 {
23789
+ margin-bottom: 24px;
23790
+ }
23791
+ .callModal_GmNzb .subtitleRow_1cHc3 > span {
23792
+ color: #616371;
23793
+ font-size: 14px;
23794
+ margin-left: 40px;
23795
+ }
23796
+ .callModal_GmNzb .actionRow_XoOaK {
23797
+ display: flex;
23798
+ justify-content: flex-end;
23799
+ gap: 12px;
23800
+ }
23801
+ .callModal_GmNzb .actionRow_XoOaK > div {
23802
+ border-radius: 4px;
23803
+ padding: 8px 16px;
23804
+ font-size: 16px;
23805
+ display: flex;
23806
+ justify-content: center;
23807
+ align-items: center;
23808
+ cursor: pointer;
23809
+ }
23810
+ .callModal_GmNzb .actionRow_XoOaK .later_2qmuT {
23811
+ border: 1px solid #dbdbde;
23812
+ color: #0c1024;
23813
+ }
23814
+ .callModal_GmNzb .actionRow_XoOaK .enable_9TQOL {
23815
+ background-color: #2e73e5;
23816
+ color: #fff;
23817
+ }
23230
23818
 
23231
23819
  .modal_u0yh4 {
23232
23820
  pointer-events: auto;