@plaso-infi/whiteboard-sdk 0.2.5 → 0.3.0

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.
@@ -1280,6 +1280,14 @@
1280
1280
  transform-origin: 50% 50%;
1281
1281
  }
1282
1282
  }
1283
+ .pluginCmpContainer_3ry36 {
1284
+ position: absolute;
1285
+ left: 0;
1286
+ right: 0;
1287
+ width: 100%;
1288
+ height: 100%;
1289
+ pointer-events: none;
1290
+ }
1283
1291
 
1284
1292
  .linkDialog_C2v5X {
1285
1293
  padding: 24px;
@@ -2272,66 +2280,71 @@
2272
2280
  color: white;
2273
2281
  }
2274
2282
  .draggable_resizeBtn_1qrdc {
2275
- width: 18px;
2276
- height: 18px;
2283
+ width: 26px;
2284
+ height: 26px;
2277
2285
  position: absolute;
2278
- right: 0;
2279
- bottom: 0;
2286
+ right: -8px;
2287
+ bottom: -8px;
2280
2288
  z-index: 100;
2281
2289
  cursor: nwse-resize;
2290
+ pointer-events: all;
2291
+ visibility: visible;
2282
2292
  }
2283
2293
  .draggable_resizeBtn_1qrdc svg {
2284
2294
  width: 18px;
2285
2295
  height: 18px;
2296
+ transform: translateX(-2px) translateY(-2px);
2286
2297
  color: rgba(0, 0, 0, 0.5);
2287
2298
  }
2288
2299
  .draggable_resizeBtn_1qrdc.topRight_xCAxD {
2289
- right: 0;
2290
- top: 0;
2300
+ right: -8px;
2301
+ top: -8px;
2291
2302
  cursor: nesw-resize;
2292
2303
  transform: rotate(-90deg);
2293
2304
  }
2294
2305
  .draggable_resizeBtn_1qrdc.topLeft_3pcSw {
2295
- left: 0;
2296
- top: 0;
2306
+ left: -8px;
2307
+ top: -8px;
2297
2308
  cursor: nwse-resize;
2298
2309
  transform: rotate(180deg);
2299
2310
  }
2300
2311
  .draggable_resizeBtn_1qrdc.leftBottom_1U0vI {
2301
- left: 0;
2302
- bottom: 0;
2312
+ left: -8px;
2313
+ bottom: -8px;
2303
2314
  cursor: nesw-resize;
2304
2315
  transform: rotate(90deg);
2305
2316
  }
2306
2317
  .draggable_resizeBar_382KS {
2307
2318
  position: absolute;
2308
2319
  z-index: 10;
2320
+ pointer-events: all;
2321
+ visibility: visible;
2309
2322
  }
2310
2323
  .draggable_resizeBar_382KS.top_37Phf {
2311
- left: 12px;
2312
- right: 12px;
2313
- top: 0px;
2324
+ left: 18px;
2325
+ right: 18px;
2326
+ top: -8px;
2314
2327
  height: 8px;
2315
2328
  cursor: ns-resize;
2316
2329
  }
2317
2330
  .draggable_resizeBar_382KS.bottom_thMiI {
2318
- left: 12px;
2319
- right: 12px;
2320
- bottom: 0px;
2331
+ left: 18px;
2332
+ right: 18px;
2333
+ bottom: -8px;
2321
2334
  height: 8px;
2322
2335
  cursor: ns-resize;
2323
2336
  }
2324
2337
  .draggable_resizeBar_382KS.right_3f7YJ {
2325
- top: 12px;
2326
- bottom: 12px;
2327
- right: 0;
2338
+ top: 18px;
2339
+ bottom: 18px;
2340
+ right: -8px;
2328
2341
  width: 8px;
2329
2342
  cursor: ew-resize;
2330
2343
  }
2331
2344
  .draggable_resizeBar_382KS.left_1rSXU {
2332
- top: 12px;
2333
- bottom: 12px;
2334
- left: 0;
2345
+ top: 18px;
2346
+ bottom: 18px;
2347
+ left: -8px;
2335
2348
  width: 8px;
2336
2349
  cursor: ew-resize;
2337
2350
  }
@@ -2380,6 +2393,7 @@
2380
2393
  position: relative;
2381
2394
  padding: 0 8px;
2382
2395
  color: #303445;
2396
+ width: max-content;
2383
2397
  }
2384
2398
  .property-editor_2_Xm-.cloneIconBtn_f86rL {
2385
2399
  padding-right: 0;
@@ -3032,16 +3046,19 @@
3032
3046
  .root_y3DcX .globalCtx_3o4F3 {
3033
3047
  display: flex;
3034
3048
  flex-direction: column;
3049
+ width: 189px;
3035
3050
  padding: 8px 0;
3036
3051
  }
3037
3052
  .root_y3DcX .globalCtx_3o4F3 .item_2CAzg {
3038
- width: 150px;
3039
- height: 38px;
3040
- padding-left: 16px;
3053
+ height: 36px;
3054
+ padding: 0 16px;
3055
+ display: flex;
3056
+ flex-direction: row;
3057
+ justify-content: space-between;
3058
+ align-items: center;
3041
3059
  color: var(--upime-main-text);
3042
3060
  font-size: 14px;
3043
3061
  line-height: 38px;
3044
- text-align: left;
3045
3062
  -webkit-user-select: none;
3046
3063
  user-select: none;
3047
3064
  cursor: pointer;
@@ -3156,113 +3173,371 @@
3156
3173
  color: var(--upime-active);
3157
3174
  }
3158
3175
 
3159
- .cm_item_2e94Y {
3160
- width: 40px;
3161
- height: 50px;
3176
+ .graphicSideContainer_jScOm {
3177
+ position: relative;
3178
+ width: 100%;
3179
+ height: 100%;
3162
3180
  display: flex;
3163
- justify-content: center;
3181
+ flex-direction: column;
3182
+ }
3183
+ .title_2y8qG {
3184
+ padding-left: 24px;
3185
+ padding-right: 54px;
3186
+ height: 64px;
3187
+ width: 100%;
3188
+ background-color: var(--upime-pane-bg);
3164
3189
  align-items: center;
3190
+ justify-content: space-between;
3191
+ display: flex;
3165
3192
  flex-shrink: 0;
3166
- cursor: pointer;
3167
- }
3168
- .cm_item_2e94Y.disabled_3ost8 {
3169
- cursor: default;
3170
- color: var(--upime-disable);
3171
- pointer-events: none;
3193
+ font-size: 20px;
3194
+ color: var(--upime-main-text);
3195
+ font-weight: 600;
3196
+ line-height: 30px;
3172
3197
  }
3173
- .icon_box_2_MCw {
3198
+ .title_2y8qG .titleIconContainer_2HpFh {
3199
+ width: 44px;
3200
+ height: 44px;
3174
3201
  display: flex;
3175
- justify-content: center;
3176
3202
  align-items: center;
3177
- width: 100%;
3178
- height: 100%;
3179
- font-size: 14px;
3203
+ justify-content: center;
3204
+ position: relative;
3205
+ cursor: pointer;
3180
3206
  }
3181
- .icon_box_2_MCw.active_3IluS {
3182
- color: var(--upime-active);
3207
+ .title_2y8qG .titleIconContainer_2HpFh::after {
3208
+ position: absolute;
3209
+ content: "";
3210
+ right: 0px;
3211
+ top: 12px;
3212
+ bottom: 12px;
3213
+ width: 1px;
3214
+ background-color: #e6e7e9;
3183
3215
  }
3184
- .bling_item_Wpkjy {
3185
- opacity: 0.8;
3216
+ .title_2y8qG .titleIconContainer_2HpFh .rotate_3mkgL {
3217
+ transform: rotate(180deg);
3186
3218
  }
3187
- .hidden_3zMAG {
3188
- visibility: hidden !important;
3219
+ .searchContentContainer_2aGCw {
3220
+ margin-top: 8px;
3221
+ height: 40px;
3222
+ padding: 0 20px;
3189
3223
  }
3190
- .hidden_all_1mCfr {
3191
- visibility: hidden !important;
3224
+ .searchContentContainer_2aGCw .inputDomContainer_aORAa {
3225
+ position: relative;
3226
+ height: 100%;
3192
3227
  }
3193
- .hidden_all_1mCfr * {
3194
- visibility: hidden !important;
3228
+ .searchContentContainer_2aGCw .inputDomContainer_aORAa .qingchuHotarea_CavnD {
3229
+ position: absolute;
3230
+ width: 24px;
3231
+ height: 24px;
3232
+ right: 12px;
3233
+ top: 8px;
3234
+ display: flex;
3235
+ align-items: center;
3236
+ justify-content: center;
3237
+ cursor: pointer;
3195
3238
  }
3196
- .show_all_3RK0E {
3197
- visibility: visible !important;
3239
+ .searchContentContainer_2aGCw .inputDomContainer_aORAa .qingchuIcon_2Z2NJ {
3240
+ color: #dbdbde;
3198
3241
  }
3199
- .show_all_3RK0E * {
3200
- visibility: visible !important;
3242
+ .searchContentContainer_2aGCw .inputDomContainer_aORAa .searchIcon_2yMds {
3243
+ position: absolute;
3244
+ left: 12px;
3245
+ top: 10px;
3201
3246
  }
3202
- .pane_24eRa {
3203
- background-color: var(--upime-pane-bg);
3247
+ .searchContentContainer_2aGCw .input_S5_HS {
3248
+ width: 100%;
3249
+ height: 100%;
3204
3250
  border-radius: 4px;
3205
- box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
3251
+ background-color: white;
3252
+ border: 1px solid #ececee;
3253
+ outline: none;
3254
+ color: #303133;
3255
+ font-size: 14px;
3256
+ padding: 0 48px 0 40px;
3257
+ display: block;
3206
3258
  }
3207
- @keyframes show_2n9nM {
3208
- to {
3209
- visibility: visible;
3210
- opacity: 1;
3211
- }
3259
+ .searchContentContainer_2aGCw .input_S5_HS::placeholder {
3260
+ color: #c2c3c8;
3212
3261
  }
3213
- .show_a_PIUo0 {
3214
- visibility: hidden;
3215
- opacity: 0;
3216
- animation: show_2n9nM 0.5s forwards;
3262
+ .searchContentContainer_2aGCw .input_S5_HS:focus {
3263
+ border: 1px solid #2e73e5;
3217
3264
  }
3218
- @keyframes show_scale_1mftc {
3219
- to {
3220
- transform: scale(1);
3221
- visibility: visible;
3222
- opacity: 1;
3223
- }
3265
+ .categroyWrapper_2QXR0 {
3266
+ flex: 1;
3267
+ overflow: auto;
3268
+ margin-top: 20px;
3269
+ scrollbar-color: var(--upime-scrollbar-thumb) transparent;
3270
+ scrollbar-width: thin;
3224
3271
  }
3225
- .show_scale_1mftc {
3226
- visibility: hidden;
3227
- opacity: 0;
3228
- transform: scale(0);
3229
- animation: show_scale_1mftc 0.3s forwards;
3272
+ .categroyWrapper_2QXR0::-webkit-scrollbar {
3273
+ width: 4px;
3230
3274
  }
3231
- .show_scale_1mftc.right_3fFKY {
3232
- transform-origin: left center;
3275
+ .categroyWrapper_2QXR0::-webkit-scrollbar-track {
3276
+ border-radius: 5px;
3277
+ background-color: transparent;
3233
3278
  }
3234
- .show_scale_1mftc.left_2V43j {
3235
- transform-origin: right center;
3279
+ .categroyWrapper_2QXR0::-webkit-scrollbar-thumb {
3280
+ border-radius: 2px;
3281
+ background-color: var(--upime-scrollbar-thumb);
3236
3282
  }
3237
- .show_scale_1mftc.bottom_3zuBY {
3238
- transform-origin: center top;
3283
+ .categroyWrapper_2QXR0 .emptyContainer_1tl6E {
3284
+ width: 100%;
3285
+ height: 100%;
3286
+ display: flex;
3287
+ flex-direction: column;
3288
+ align-items: center;
3289
+ justify-content: center;
3290
+ color: #616371;
3239
3291
  }
3240
- .show_scale_1mftc.top_1dQIl {
3241
- transform-origin: center bottom;
3292
+ .categroyWrapper_2QXR0 .emptyContainer_1tl6E .emptyImg_PnK1N {
3293
+ width: 140px;
3242
3294
  }
3243
- .show_scale_1mftc.left_top_3ojkb {
3244
- transform-origin: right top;
3295
+ .categroyContainer_2fReq {
3296
+ margin-top: 20px;
3297
+ padding: 0 16px 0 20px;
3245
3298
  }
3246
- .show_scale_1mftc.top_left_1yo2X {
3247
- transform-origin: bottom left;
3299
+ .categroyContainer_2fReq:first-child {
3300
+ margin-top: 0;
3248
3301
  }
3249
- .show_scale_1mftc.bottom_left_HpIv- {
3250
- transform-origin: top left;
3302
+ .categroyContainer_2fReq .categroyTitle_1jXxy {
3303
+ font-size: 16px;
3304
+ display: flex;
3305
+ align-items: center;
3306
+ justify-content: space-between;
3307
+ height: 24px;
3251
3308
  }
3252
- .show_scale_1mftc.right_top_19DT5 {
3253
- transform-origin: left top;
3309
+ .categroyContainer_2fReq .categroyTitle_1jXxy.hasHover_3obj2 {
3310
+ cursor: pointer;
3254
3311
  }
3255
- .show_scale_1mftc.right_bottom_1Y686 {
3256
- transform-origin: left bottom;
3312
+ .categroyContainer_2fReq .categroyTitle_1jXxy .iconContainer_aHe3e {
3313
+ flex-shrink: 0;
3314
+ width: 24px;
3315
+ height: 24px;
3316
+ display: flex;
3317
+ align-items: center;
3318
+ justify-content: center;
3257
3319
  }
3258
- .show_scale_1mftc.left_bottom_2uN6u {
3259
- transform-origin: right bottom;
3320
+ .categroyContainer_2fReq .categroyTitle_1jXxy .iconContainer_aHe3e.iconRotate_R8Zzg {
3321
+ transform: rotate(-90deg);
3260
3322
  }
3261
- .btn_style_2ZbMu {
3262
- cursor: pointer;
3323
+ .categroyContainer_2fReq .colorpalettesWrapper_26FnQ {
3324
+ position: relative;
3263
3325
  }
3264
- .btn_style_2ZbMu:active,
3265
- .btn_style_2ZbMu.on_14ReV {
3326
+ .categroyContainer_2fReq .colorpalettesWrapper_26FnQ .colorpalettesOptionContainer_3B7E_ {
3327
+ position: absolute;
3328
+ left: 0;
3329
+ top: calc(100% + 1px);
3330
+ }
3331
+ .categroyContainer_2fReq .colorpalettesContaienr_2Tw5t {
3332
+ margin-top: 10px;
3333
+ height: 24px;
3334
+ padding: 2px;
3335
+ display: flex;
3336
+ align-items: center;
3337
+ gap: 4px;
3338
+ border-radius: 2px;
3339
+ width: fit-content;
3340
+ cursor: pointer;
3341
+ }
3342
+ .categroyContainer_2fReq .colorpalettesContaienr_2Tw5t.tinyColorPa_2hUVD {
3343
+ margin-top: 4px;
3344
+ }
3345
+ .categroyContainer_2fReq.tinyCate_38BwA {
3346
+ padding: 0;
3347
+ }
3348
+ .defaultColorTheme_2B6iW {
3349
+ display: flex;
3350
+ align-items: center;
3351
+ gap: 4px;
3352
+ color: var(--upime-main-text);
3353
+ }
3354
+ .simpleColorTheme_21RUC {
3355
+ display: flex;
3356
+ align-items: center;
3357
+ }
3358
+ .simpleColorTheme_21RUC .simpleColorCircle_314Rw {
3359
+ width: 20px;
3360
+ height: 20px;
3361
+ border-radius: 50%;
3362
+ border-width: 2px;
3363
+ border-style: solid;
3364
+ margin-left: -5px;
3365
+ }
3366
+ .simpleColorTheme_21RUC .simpleColorCircle_314Rw:first-child {
3367
+ margin-left: 0;
3368
+ }
3369
+ .childrenOptionContainer_3c2BF {
3370
+ width: 160px;
3371
+ padding: 8px 0;
3372
+ border-radius: 2px;
3373
+ background-color: white;
3374
+ box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
3375
+ }
3376
+ .childrenOptionContainer_3c2BF .options_39ftb {
3377
+ height: 40px;
3378
+ padding: 0 16px;
3379
+ display: flex;
3380
+ align-items: center;
3381
+ justify-content: space-between;
3382
+ cursor: pointer;
3383
+ color: var(--upime-active);
3384
+ }
3385
+ .iconListContainer_92Ipt {
3386
+ margin-top: 10px;
3387
+ }
3388
+ .iconListContainer_92Ipt .iconListView_sqkVV {
3389
+ width: 100%;
3390
+ display: flex;
3391
+ flex-wrap: wrap;
3392
+ gap: 12px;
3393
+ }
3394
+ .iconListContainer_92Ipt .iconListView_sqkVV .iconCell_2I3tD {
3395
+ width: 40px;
3396
+ height: 40px;
3397
+ display: flex;
3398
+ align-items: center;
3399
+ justify-content: center;
3400
+ cursor: pointer;
3401
+ border-radius: 2px;
3402
+ }
3403
+ .iconListContainer_92Ipt .iconListView_sqkVV .draggingIcon_1wKts {
3404
+ position: fixed;
3405
+ z-index: 9999;
3406
+ width: 44px;
3407
+ height: 44px;
3408
+ display: flex;
3409
+ align-items: center;
3410
+ justify-content: center;
3411
+ cursor: pointer;
3412
+ border-radius: 4px;
3413
+ background-color: white;
3414
+ box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
3415
+ transform: translateX(-50%) translateY(-50%);
3416
+ }
3417
+ .iconListContainer_92Ipt.tinyIconList_3JAOj .iconCell_2I3tD {
3418
+ width: 36px;
3419
+ height: 36px;
3420
+ }
3421
+ .do-hovers .colorpalettesContaienr_2Tw5t:hover {
3422
+ background-color: rgba(0, 0, 0, 0.06);
3423
+ }
3424
+ .do-hovers .titleIconContainer_2HpFh:hover {
3425
+ color: var(--upime-active);
3426
+ }
3427
+ .do-hovers .childrenOptionContainer_3c2BF .options_39ftb:hover {
3428
+ background-color: rgba(0, 0, 0, 0.06);
3429
+ }
3430
+ .do-hovers .iconListView_sqkVV .iconCell_2I3tD:hover {
3431
+ background-color: rgba(0, 0, 0, 0.06);
3432
+ }
3433
+
3434
+ .cm_item_2e94Y {
3435
+ width: 40px;
3436
+ height: 50px;
3437
+ display: flex;
3438
+ justify-content: center;
3439
+ align-items: center;
3440
+ flex-shrink: 0;
3441
+ cursor: pointer;
3442
+ }
3443
+ .cm_item_2e94Y.disabled_3ost8 {
3444
+ cursor: default;
3445
+ color: var(--upime-disable);
3446
+ pointer-events: none;
3447
+ }
3448
+ .icon_box_2_MCw {
3449
+ display: flex;
3450
+ justify-content: center;
3451
+ align-items: center;
3452
+ width: 100%;
3453
+ height: 100%;
3454
+ font-size: 14px;
3455
+ }
3456
+ .icon_box_2_MCw.active_3IluS {
3457
+ color: var(--upime-active);
3458
+ }
3459
+ .bling_item_Wpkjy {
3460
+ opacity: 0.8;
3461
+ }
3462
+ .hidden_3zMAG {
3463
+ visibility: hidden !important;
3464
+ }
3465
+ .hidden_all_1mCfr {
3466
+ visibility: hidden !important;
3467
+ }
3468
+ .hidden_all_1mCfr * {
3469
+ visibility: hidden !important;
3470
+ }
3471
+ .show_all_3RK0E {
3472
+ visibility: visible !important;
3473
+ }
3474
+ .show_all_3RK0E * {
3475
+ visibility: visible !important;
3476
+ }
3477
+ .pane_24eRa {
3478
+ background-color: var(--upime-pane-bg);
3479
+ border-radius: 4px;
3480
+ box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
3481
+ }
3482
+ @keyframes show_2n9nM {
3483
+ to {
3484
+ visibility: visible;
3485
+ opacity: 1;
3486
+ }
3487
+ }
3488
+ .show_a_PIUo0 {
3489
+ visibility: hidden;
3490
+ opacity: 0;
3491
+ animation: show_2n9nM 0.5s forwards;
3492
+ }
3493
+ @keyframes show_scale_1mftc {
3494
+ to {
3495
+ transform: scale(1);
3496
+ visibility: visible;
3497
+ opacity: 1;
3498
+ }
3499
+ }
3500
+ .show_scale_1mftc {
3501
+ visibility: hidden;
3502
+ opacity: 0;
3503
+ transform: scale(0);
3504
+ animation: show_scale_1mftc 0.3s forwards;
3505
+ }
3506
+ .show_scale_1mftc.right_3fFKY {
3507
+ transform-origin: left center;
3508
+ }
3509
+ .show_scale_1mftc.left_2V43j {
3510
+ transform-origin: right center;
3511
+ }
3512
+ .show_scale_1mftc.bottom_3zuBY {
3513
+ transform-origin: center top;
3514
+ }
3515
+ .show_scale_1mftc.top_1dQIl {
3516
+ transform-origin: center bottom;
3517
+ }
3518
+ .show_scale_1mftc.left_top_3ojkb {
3519
+ transform-origin: right top;
3520
+ }
3521
+ .show_scale_1mftc.top_left_1yo2X {
3522
+ transform-origin: bottom left;
3523
+ }
3524
+ .show_scale_1mftc.bottom_left_HpIv- {
3525
+ transform-origin: top left;
3526
+ }
3527
+ .show_scale_1mftc.right_top_19DT5 {
3528
+ transform-origin: left top;
3529
+ }
3530
+ .show_scale_1mftc.right_bottom_1Y686 {
3531
+ transform-origin: left bottom;
3532
+ }
3533
+ .show_scale_1mftc.left_bottom_2uN6u {
3534
+ transform-origin: right bottom;
3535
+ }
3536
+ .btn_style_2ZbMu {
3537
+ cursor: pointer;
3538
+ }
3539
+ .btn_style_2ZbMu:active,
3540
+ .btn_style_2ZbMu.on_14ReV {
3266
3541
  color: var(--upime-active);
3267
3542
  }
3268
3543
  .btn_style_2ZbMu.disabled_3ost8 {
@@ -3468,275 +3743,17 @@
3468
3743
  background-color: rgba(0, 0, 0, 0.06);
3469
3744
  }
3470
3745
 
3471
- .graphicSideContainer_jScOm {
3472
- position: relative;
3473
- width: 100%;
3474
- height: 100%;
3746
+ .draftContainer_UuOXY {
3475
3747
  display: flex;
3476
3748
  flex-direction: column;
3477
3749
  }
3478
- .title_2y8qG {
3479
- padding-left: 24px;
3480
- padding-right: 54px;
3481
- height: 64px;
3482
- width: 100%;
3483
- background-color: var(--upime-pane-bg);
3484
- align-items: center;
3485
- justify-content: space-between;
3486
- display: flex;
3487
- flex-shrink: 0;
3488
- font-size: 20px;
3489
- color: var(--upime-main-text);
3490
- font-weight: 600;
3491
- line-height: 30px;
3492
- }
3493
- .title_2y8qG .titleIconContainer_2HpFh {
3494
- width: 44px;
3495
- height: 44px;
3750
+ .draftContainer_UuOXY .textPart_GSblp {
3496
3751
  display: flex;
3497
- align-items: center;
3498
- justify-content: center;
3499
3752
  position: relative;
3500
- cursor: pointer;
3501
- }
3502
- .title_2y8qG .titleIconContainer_2HpFh::after {
3503
- position: absolute;
3504
- content: "";
3505
- right: 0px;
3506
- top: 12px;
3507
- bottom: 12px;
3508
- width: 1px;
3509
- background-color: #e6e7e9;
3510
3753
  }
3511
- .title_2y8qG .titleIconContainer_2HpFh .rotate_3mkgL {
3512
- transform: rotate(180deg);
3513
- }
3514
- .searchContentContainer_2aGCw {
3515
- margin-top: 8px;
3516
- height: 40px;
3517
- padding: 0 20px;
3518
- }
3519
- .searchContentContainer_2aGCw .inputDomContainer_aORAa {
3520
- position: relative;
3521
- height: 100%;
3522
- }
3523
- .searchContentContainer_2aGCw .inputDomContainer_aORAa .qingchuHotarea_CavnD {
3524
- position: absolute;
3525
- width: 24px;
3526
- height: 24px;
3527
- right: 12px;
3528
- top: 8px;
3529
- display: flex;
3530
- align-items: center;
3531
- justify-content: center;
3532
- cursor: pointer;
3533
- }
3534
- .searchContentContainer_2aGCw .inputDomContainer_aORAa .qingchuIcon_2Z2NJ {
3535
- color: #dbdbde;
3536
- }
3537
- .searchContentContainer_2aGCw .inputDomContainer_aORAa .searchIcon_2yMds {
3538
- position: absolute;
3539
- left: 12px;
3540
- top: 10px;
3541
- }
3542
- .searchContentContainer_2aGCw .input_S5_HS {
3543
- width: 100%;
3544
- height: 100%;
3545
- border-radius: 4px;
3546
- background-color: white;
3547
- border: 1px solid #ececee;
3548
- outline: none;
3549
- color: #303133;
3550
- font-size: 14px;
3551
- padding: 0 48px 0 40px;
3552
- display: block;
3553
- }
3554
- .searchContentContainer_2aGCw .input_S5_HS::placeholder {
3555
- color: #c2c3c8;
3556
- }
3557
- .searchContentContainer_2aGCw .input_S5_HS:focus {
3558
- border: 1px solid #2e73e5;
3559
- }
3560
- .categroyWrapper_2QXR0 {
3561
- flex: 1;
3562
- overflow: auto;
3563
- margin-top: 20px;
3564
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
3565
- scrollbar-width: thin;
3566
- }
3567
- .categroyWrapper_2QXR0::-webkit-scrollbar {
3568
- width: 4px;
3569
- }
3570
- .categroyWrapper_2QXR0::-webkit-scrollbar-track {
3571
- border-radius: 5px;
3572
- background-color: transparent;
3573
- }
3574
- .categroyWrapper_2QXR0::-webkit-scrollbar-thumb {
3575
- border-radius: 2px;
3576
- background-color: var(--upime-scrollbar-thumb);
3577
- }
3578
- .categroyWrapper_2QXR0 .emptyContainer_1tl6E {
3579
- width: 100%;
3580
- height: 100%;
3581
- display: flex;
3582
- flex-direction: column;
3583
- align-items: center;
3584
- justify-content: center;
3585
- color: #616371;
3586
- }
3587
- .categroyWrapper_2QXR0 .emptyContainer_1tl6E .emptyImg_PnK1N {
3588
- width: 140px;
3589
- }
3590
- .categroyContainer_2fReq {
3591
- margin-top: 20px;
3592
- padding: 0 16px 0 20px;
3593
- }
3594
- .categroyContainer_2fReq:first-child {
3595
- margin-top: 0;
3596
- }
3597
- .categroyContainer_2fReq .categroyTitle_1jXxy {
3598
- font-size: 16px;
3599
- display: flex;
3600
- align-items: center;
3601
- justify-content: space-between;
3602
- height: 24px;
3603
- }
3604
- .categroyContainer_2fReq .categroyTitle_1jXxy.hasHover_3obj2 {
3605
- cursor: pointer;
3606
- }
3607
- .categroyContainer_2fReq .categroyTitle_1jXxy .iconContainer_aHe3e {
3608
- flex-shrink: 0;
3609
- width: 24px;
3610
- height: 24px;
3611
- display: flex;
3612
- align-items: center;
3613
- justify-content: center;
3614
- }
3615
- .categroyContainer_2fReq .categroyTitle_1jXxy .iconContainer_aHe3e.iconRotate_R8Zzg {
3616
- transform: rotate(-90deg);
3617
- }
3618
- .categroyContainer_2fReq .colorpalettesWrapper_26FnQ {
3619
- position: relative;
3620
- }
3621
- .categroyContainer_2fReq .colorpalettesWrapper_26FnQ .colorpalettesOptionContainer_3B7E_ {
3622
- position: absolute;
3623
- left: 0;
3624
- top: calc(100% + 1px);
3625
- }
3626
- .categroyContainer_2fReq .colorpalettesContaienr_2Tw5t {
3627
- margin-top: 10px;
3628
- height: 24px;
3629
- padding: 2px;
3630
- display: flex;
3631
- align-items: center;
3632
- gap: 4px;
3633
- border-radius: 2px;
3634
- width: fit-content;
3635
- cursor: pointer;
3636
- }
3637
- .categroyContainer_2fReq .colorpalettesContaienr_2Tw5t.tinyColorPa_2hUVD {
3638
- margin-top: 4px;
3639
- }
3640
- .categroyContainer_2fReq.tinyCate_38BwA {
3641
- padding: 0;
3642
- }
3643
- .defaultColorTheme_2B6iW {
3644
- display: flex;
3645
- align-items: center;
3646
- gap: 4px;
3647
- color: var(--upime-main-text);
3648
- }
3649
- .simpleColorTheme_21RUC {
3650
- display: flex;
3651
- align-items: center;
3652
- }
3653
- .simpleColorTheme_21RUC .simpleColorCircle_314Rw {
3654
- width: 20px;
3655
- height: 20px;
3656
- border-radius: 50%;
3657
- border-width: 2px;
3658
- border-style: solid;
3659
- margin-left: -5px;
3660
- }
3661
- .simpleColorTheme_21RUC .simpleColorCircle_314Rw:first-child {
3662
- margin-left: 0;
3663
- }
3664
- .childrenOptionContainer_3c2BF {
3665
- width: 160px;
3666
- padding: 8px 0;
3667
- border-radius: 2px;
3668
- background-color: white;
3669
- box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
3670
- }
3671
- .childrenOptionContainer_3c2BF .options_39ftb {
3672
- height: 40px;
3673
- padding: 0 16px;
3674
- display: flex;
3675
- align-items: center;
3676
- justify-content: space-between;
3677
- cursor: pointer;
3678
- color: var(--upime-active);
3679
- }
3680
- .iconListContainer_92Ipt {
3681
- margin-top: 10px;
3682
- }
3683
- .iconListContainer_92Ipt .iconListView_sqkVV {
3684
- width: 100%;
3685
- display: flex;
3686
- flex-wrap: wrap;
3687
- gap: 12px;
3688
- }
3689
- .iconListContainer_92Ipt .iconListView_sqkVV .iconCell_2I3tD {
3690
- width: 40px;
3691
- height: 40px;
3692
- display: flex;
3693
- align-items: center;
3694
- justify-content: center;
3695
- cursor: pointer;
3696
- border-radius: 2px;
3697
- }
3698
- .iconListContainer_92Ipt .iconListView_sqkVV .draggingIcon_1wKts {
3699
- position: fixed;
3700
- z-index: 9999;
3701
- width: 44px;
3702
- height: 44px;
3703
- display: flex;
3704
- align-items: center;
3705
- justify-content: center;
3706
- cursor: pointer;
3707
- border-radius: 4px;
3708
- background-color: white;
3709
- box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
3710
- transform: translateX(-50%) translateY(-50%);
3711
- }
3712
- .iconListContainer_92Ipt.tinyIconList_3JAOj .iconCell_2I3tD {
3713
- width: 36px;
3714
- height: 36px;
3715
- }
3716
- .do-hovers .colorpalettesContaienr_2Tw5t:hover {
3717
- background-color: rgba(0, 0, 0, 0.06);
3718
- }
3719
- .do-hovers .titleIconContainer_2HpFh:hover {
3720
- color: var(--upime-active);
3721
- }
3722
- .do-hovers .childrenOptionContainer_3c2BF .options_39ftb:hover {
3723
- background-color: rgba(0, 0, 0, 0.06);
3724
- }
3725
- .do-hovers .iconListView_sqkVV .iconCell_2I3tD:hover {
3726
- background-color: rgba(0, 0, 0, 0.06);
3727
- }
3728
-
3729
- .draftContainer_UuOXY {
3730
- display: flex;
3731
- flex-direction: column;
3732
- }
3733
- .draftContainer_UuOXY .textPart_GSblp {
3734
- display: flex;
3735
- position: relative;
3736
- }
3737
- .draftContainer_UuOXY .textPart_GSblp .editor_12tyR {
3738
- -webkit-user-select: text !important;
3739
- user-select: text !important;
3754
+ .draftContainer_UuOXY .textPart_GSblp .editor_12tyR {
3755
+ -webkit-user-select: text !important;
3756
+ user-select: text !important;
3740
3757
  }
3741
3758
  .draftContainer_UuOXY .textPart_GSblp .editor_12tyR {
3742
3759
  width: 100%;
@@ -10285,7 +10302,7 @@
10285
10302
  background-color: rgba(0, 0, 0, 0.06);
10286
10303
  }
10287
10304
  .do-hovers .active_2r-OK .iconWrap_2MBnC:hover {
10288
- background-color: #EAF1FC;
10305
+ background-color: #eaf1fc;
10289
10306
  }
10290
10307
  .draggableRoot_2qSTc {
10291
10308
  position: absolute;
@@ -10371,9 +10388,11 @@
10371
10388
  background-position: top center;
10372
10389
  background-size: 100% auto;
10373
10390
  --duration: 0.2s;
10391
+ border: 1px solid #c7d2e4;
10392
+ border-radius: 12px;
10374
10393
  }
10375
10394
  .dashboardContainer_mRFS- .dashboardHead_s3G4o {
10376
- padding: 24px 24px 22px;
10395
+ padding: 24px 12px 22px 24px;
10377
10396
  line-height: 20px;
10378
10397
  cursor: move;
10379
10398
  }
@@ -10383,7 +10402,6 @@
10383
10402
  .dashboardContainer_mRFS- .dashboardHead_s3G4o .dashboardFirstRow_3TdZU {
10384
10403
  display: flex;
10385
10404
  align-items: center;
10386
- gap: 4px;
10387
10405
  height: 24px;
10388
10406
  }
10389
10407
  .dashboardContainer_mRFS- .dashboardHead_s3G4o .headTitle_t5CkO {
@@ -10420,35 +10438,48 @@
10420
10438
  color: var(--upime-active);
10421
10439
  }
10422
10440
  .dashboardContainer_mRFS- .dashboardHead_s3G4o .closeContainer_6bfwg {
10423
- margin-left: 12px;
10424
- display: flex;
10425
10441
  cursor: pointer;
10426
- width: 20px;
10427
- height: 20px;
10442
+ width: 44px;
10443
+ height: 44px;
10444
+ display: flex;
10445
+ align-items: center;
10446
+ justify-content: center;
10447
+ border-radius: 2px;
10428
10448
  }
10429
10449
  .dashboardContainer_mRFS- .dashboardHead_s3G4o .closeContainer_6bfwg:hover {
10430
- color: var(--upime-active);
10450
+ background-color: rgba(0, 0, 0, 0.06);
10431
10451
  }
10432
10452
  .dashboardContainer_mRFS- .dashboardHead_s3G4o .closeContainer_6bfwg .closeIcon_2ECz8 {
10433
10453
  width: 20px;
10434
10454
  height: 20px;
10435
10455
  }
10436
10456
  .dashboardContainer_mRFS- .dashboardHead_s3G4o .clearContainer_1scVk {
10437
- margin-left: 12px;
10438
- transform: translateX(2px);
10439
10457
  display: flex;
10440
10458
  cursor: pointer;
10441
- width: 20px;
10442
- height: 20px;
10459
+ width: 44px;
10460
+ height: 44px;
10461
+ border-radius: 2px;
10443
10462
  }
10444
10463
  .dashboardContainer_mRFS- .dashboardHead_s3G4o .clearContainer_1scVk:hover {
10445
- color: var(--upime-active);
10446
- }
10447
- .dashboardContainer_mRFS- .dashboardHead_s3G4o .clearContainer_1scVk .clearIcon_3gBAN {
10448
- width: 18px;
10449
- height: 18px;
10464
+ background-color: rgba(0, 0, 0, 0.06);
10450
10465
  }
10451
- .dashboardContainer_mRFS- .dashboardHead_s3G4o .dashboardHeadSubRow_1MQgh {
10466
+ .dashboardContainer_mRFS- .dashboardHead_s3G4o .clearContainer_1scVk .clearIconContainer_2EA4W {
10467
+ width: 100%;
10468
+ height: 100%;
10469
+ display: flex;
10470
+ align-items: center;
10471
+ justify-content: center;
10472
+ }
10473
+ .dashboardContainer_mRFS- .dashboardHead_s3G4o .clearContainer_1scVk .clearIcon_3gBAN {
10474
+ width: 18px;
10475
+ height: 18px;
10476
+ }
10477
+ .dashboardContainer_mRFS- .dashboardHead_s3G4o .split_line_15nu0 {
10478
+ width: 1px;
10479
+ height: 20px;
10480
+ background-color: rgba(0, 0, 0, 0.06);
10481
+ }
10482
+ .dashboardContainer_mRFS- .dashboardHead_s3G4o .dashboardHeadSubRow_1MQgh {
10452
10483
  margin-top: 4px;
10453
10484
  display: flex;
10454
10485
  align-items: center;
@@ -10464,8 +10495,8 @@
10464
10495
  padding: 0 24px;
10465
10496
  display: grid;
10466
10497
  grid-template-rows: 0fr 0fr 48px 1fr;
10467
- padding-bottom: 24px;
10468
- padding-top: 22px;
10498
+ padding-bottom: 20px;
10499
+ padding-top: 8px;
10469
10500
  /* 禁用聊天功能 开始*/
10470
10501
  /* 禁用聊天功能 结束*/
10471
10502
  }
@@ -10673,12 +10704,11 @@
10673
10704
  height: 100%;
10674
10705
  padding-top: 20px;
10675
10706
  display: grid;
10676
- grid-template-columns: repeat(4, 108px);
10677
10707
  align-content: flex-start;
10678
10708
  overflow: hidden;
10679
10709
  justify-content: space-between;
10680
- grid-gap: 8px;
10681
- gap: 8px;
10710
+ grid-row-gap: 8px;
10711
+ row-gap: 8px;
10682
10712
  }
10683
10713
  .dashboardContainer_mRFS- .dashbardContentContainer_33BP7 .aiGridContainer_3dyEB .cell_caDP7 {
10684
10714
  width: 100%;
@@ -11253,13 +11283,13 @@
11253
11283
  .goToLinkToolTip_Jo9f- {
11254
11284
  display: block;
11255
11285
  position: absolute;
11256
- background-color: #F2F2F2;
11257
- border: 1px solid #C2C2C2;
11286
+ background-color: #f2f2f2;
11287
+ border: 1px solid #c2c2c2;
11258
11288
  border-radius: 4px;
11259
11289
  height: 22px;
11260
11290
  padding-left: 10px;
11261
11291
  padding-right: 10px;
11262
- color: #6C6C6C;
11292
+ color: #6c6c6c;
11263
11293
  font-size: 14px;
11264
11294
  }
11265
11295
  .regular_content_vXb4B {
@@ -11315,7 +11345,7 @@
11315
11345
  }
11316
11346
  .sideBarIcon_376N9.disable_3IN0Q {
11317
11347
  pointer-events: none;
11318
- color: #D8D8D8;
11348
+ color: #d8d8d8;
11319
11349
  cursor: default;
11320
11350
  }
11321
11351
  .ui_right_3ti2x {
@@ -11365,6 +11395,18 @@
11365
11395
  .audio_con_1eDZb {
11366
11396
  visibility: hidden;
11367
11397
  }
11398
+ .bottomSideBar_1SzAf {
11399
+ position: absolute;
11400
+ left: 8px;
11401
+ right: 8px;
11402
+ bottom: 8px;
11403
+ display: flex;
11404
+ justify-content: center;
11405
+ }
11406
+ .bottomSideBar_1SzAf .bottomSideBarContainer_1ILqr {
11407
+ display: flex;
11408
+ gap: 8px;
11409
+ }
11368
11410
 
11369
11411
  .start_btn_2xPSl {
11370
11412
  position: relative;
@@ -11390,58 +11432,153 @@
11390
11432
  .control_bar_2GNJS {
11391
11433
  pointer-events: auto;
11392
11434
  display: flex;
11435
+ justify-content: center;
11436
+ align-items: center;
11437
+ gap: 2px;
11393
11438
  }
11394
11439
  .btn_XxtUf {
11395
- width: 40px;
11396
- height: 40px;
11440
+ width: 36px;
11441
+ height: 36px;
11397
11442
  display: flex;
11443
+ justify-content: center;
11444
+ align-items: center;
11398
11445
  }
11399
11446
  .btn_icon_2ym5R {
11400
11447
  margin: auto;
11401
11448
  }
11402
- .btn_sm_2iT5K {
11403
- width: 36px;
11404
- }
11405
11449
  .btn_sm_2iT5K .btn_icon_2ym5R {
11406
11450
  font-size: 20px;
11407
11451
  }
11452
+ .setting_panel_11GAp {
11453
+ position: absolute;
11454
+ bottom: calc(100% + 4px);
11455
+ right: 0;
11456
+ width: 150px;
11457
+ height: 40px;
11458
+ border-radius: 4px;
11459
+ background-color: #ffffff;
11460
+ box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
11461
+ display: flex;
11462
+ align-items: center;
11463
+ justify-content: space-between;
11464
+ gap: 20px;
11465
+ padding: 0 12px;
11466
+ }
11467
+ .setting_panel_11GAp .label_3yVEf {
11468
+ width: 100%;
11469
+ font-size: 12px;
11470
+ color: #0c1024;
11471
+ display: flex;
11472
+ justify-content: center;
11473
+ align-items: center;
11474
+ gap: 4px;
11475
+ }
11476
+ .setting_panel_11GAp .switch_btn_32uwa {
11477
+ flex-shrink: 0;
11478
+ }
11479
+ .switch_btn_32uwa {
11480
+ position: relative;
11481
+ width: 28px;
11482
+ height: 16px;
11483
+ border-radius: 8px;
11484
+ background-color: #e6e7e9;
11485
+ }
11486
+ .switch_btn_32uwa::before {
11487
+ position: absolute;
11488
+ content: "";
11489
+ left: 2px;
11490
+ top: 2px;
11491
+ width: 12px;
11492
+ height: 12px;
11493
+ border-radius: 6px;
11494
+ background-color: #ffffff;
11495
+ transition: left 0.2s;
11496
+ }
11497
+ .switch_btn_32uwa.on_1GpqW {
11498
+ background-color: #2e73e5;
11499
+ }
11500
+ .switch_btn_32uwa.on_1GpqW::before {
11501
+ left: 14px;
11502
+ }
11408
11503
  .stop_btn_2CADH {
11409
11504
  color: #fe5250;
11410
11505
  }
11506
+ .iconWrap_2KJpW {
11507
+ width: 36px;
11508
+ height: 36px;
11509
+ border-radius: 2px;
11510
+ display: flex;
11511
+ justify-content: center;
11512
+ align-items: center;
11513
+ cursor: pointer;
11514
+ }
11515
+ .iconWrapActive_3X4RO {
11516
+ color: var(--upime-active);
11517
+ background-color: #eaf1fc;
11518
+ }
11519
+ .do-hovers .iconWrap_2KJpW:hover {
11520
+ color: inherit;
11521
+ background-color: rgba(0, 0, 0, 0.06);
11522
+ }
11523
+ .do-hovers .iconWrapActive_3X4RO:hover {
11524
+ color: var(--upime-active);
11525
+ background-color: #eaf1fc;
11526
+ }
11411
11527
  .do-hovers .stop_btn_2CADH:hover {
11412
- color: #fe5250;
11528
+ color: #fe5250 !important;
11413
11529
  }
11414
11530
 
11415
- .root_3b8R4 {
11531
+ .root_2uqfG {
11416
11532
  pointer-events: auto;
11417
11533
  display: flex;
11534
+ gap: 2px;
11418
11535
  }
11419
- .btn_3w9Nl {
11420
- width: 40px;
11421
- height: 40px;
11536
+ .btn_1GO1Z {
11537
+ width: 36px;
11538
+ height: 36px;
11422
11539
  display: flex;
11423
11540
  }
11424
- .btn_icon_3i78O {
11541
+ .btn_icon_1H0aX {
11425
11542
  margin: auto;
11426
11543
  }
11427
- .btn_sm_waPZT {
11428
- width: 36px;
11429
- }
11430
- .btn_sm_waPZT .btn_icon_3i78O {
11544
+ .btn_sm_70fgs .btn_icon_1H0aX {
11431
11545
  font-size: 20px;
11432
11546
  }
11433
- .slide_info_2fLBA {
11547
+ .slide_info_2sd3p {
11548
+ width: min-content !important;
11549
+ }
11550
+ .slide_info_2sd3p {
11434
11551
  color: var(--upime-main-text);
11435
- height: 40px;
11436
- line-height: 40px;
11552
+ height: 36px;
11553
+ display: flex;
11554
+ justify-content: center;
11555
+ align-items: center;
11437
11556
  font-size: 12px;
11438
11557
  padding: 0 8px;
11439
11558
  white-space: nowrap;
11440
11559
  text-align: center;
11441
11560
  cursor: pointer;
11442
11561
  }
11443
- .slide_info_2fLBA:hover {
11444
- color: #2E73E5;
11562
+ .iconWrap_3PXPZ {
11563
+ width: 36px;
11564
+ height: 36px;
11565
+ border-radius: 2px;
11566
+ display: flex;
11567
+ justify-content: center;
11568
+ align-items: center;
11569
+ cursor: pointer;
11570
+ }
11571
+ .iconWrapActive_1uIws {
11572
+ color: var(--upime-active);
11573
+ background-color: #eaf1fc;
11574
+ }
11575
+ .do-hovers .iconWrap_3PXPZ:hover {
11576
+ color: inherit;
11577
+ background-color: rgba(0, 0, 0, 0.06);
11578
+ }
11579
+ .do-hovers .iconWrapActive_1uIws:hover {
11580
+ color: var(--upime-active);
11581
+ background-color: #eaf1fc;
11445
11582
  }
11446
11583
 
11447
11584
  .iconWrap_2PzPU {
@@ -12746,8 +12883,7 @@
12746
12883
  width: 110px;
12747
12884
  }
12748
12885
  .nickNameInput_RAs3H {
12749
- margin: 0px;
12750
- margin-bottom: 24px;
12886
+ margin: 16px 0px;
12751
12887
  height: 44px;
12752
12888
  }
12753
12889
  .noPermissionJoinBox_2qDRl {
@@ -13557,6 +13693,11 @@
13557
13693
  height: 22px;
13558
13694
  border: 1px solid white;
13559
13695
  }
13696
+ .detailHeader_3WPRu .title_1bACw .footer_3mKMq .member_1fV6y .withBadge_bdKZp {
13697
+ width: max-content;
13698
+ padding: 0px 5px;
13699
+ border-radius: 15px;
13700
+ }
13560
13701
  .detailHeader_3WPRu .title_1bACw .footer_3mKMq .creator_3C6eO {
13561
13702
  color: #0c1024;
13562
13703
  font-size: 12px;
@@ -14308,7 +14449,7 @@
14308
14449
  color: var(--upime-active);
14309
14450
  }
14310
14451
 
14311
- .root_1Xg0h {
14452
+ .root_1jyVi {
14312
14453
  position: absolute;
14313
14454
  width: 264px;
14314
14455
  padding-left: 24px;
@@ -14322,27 +14463,27 @@
14322
14463
  height: 216px;
14323
14464
  transition: height 0.3s ease;
14324
14465
  }
14325
- .root_1Xg0h.listHided_3PtEo {
14466
+ .root_1jyVi.listHided_xwE6e {
14326
14467
  top: 50% !important;
14327
14468
  transform: translate(248px, -50%) !important;
14328
14469
  }
14329
- .root_1Xg0h.hide_vbNDq {
14470
+ .root_1jyVi.hide_2ZSIJ {
14330
14471
  visibility: hidden;
14331
14472
  }
14332
- .container_1IWYf {
14473
+ .container_3FM8o {
14333
14474
  display: flex;
14334
14475
  flex-direction: column;
14335
14476
  justify-content: center;
14336
14477
  align-items: center;
14337
14478
  }
14338
- .viewport_d7NeH {
14479
+ .viewport_2rmNk {
14339
14480
  margin-top: 26px;
14340
14481
  overflow: hidden;
14341
14482
  }
14342
- .transList_Cu1b6 {
14483
+ .transList_i2kjX {
14343
14484
  transition: transform 0.2s ease;
14344
14485
  }
14345
- .sliderBtn_hx7ft {
14486
+ .sliderBtn_3WSwu {
14346
14487
  position: absolute;
14347
14488
  width: 48px;
14348
14489
  height: 24px;
@@ -14354,17 +14495,17 @@
14354
14495
  align-items: center;
14355
14496
  color: white;
14356
14497
  }
14357
- .upBtn_3o8kc {
14498
+ .upBtn_2_rkT {
14358
14499
  top: 0px;
14359
14500
  }
14360
- .downBtn_TA366 {
14501
+ .downBtn_G1Z2B {
14361
14502
  bottom: 4px;
14362
14503
  }
14363
- .btnDisabled_1P510 {
14504
+ .btnDisabled_11Cql {
14364
14505
  cursor: not-allowed;
14365
14506
  background-color: rgba(0, 0, 0, 0.2);
14366
14507
  }
14367
- .sideToggle_33aEd {
14508
+ .sideToggle_1QrNC {
14368
14509
  position: absolute;
14369
14510
  height: 48px;
14370
14511
  width: 24px;
@@ -14379,23 +14520,24 @@
14379
14520
  border-bottom-left-radius: 12px;
14380
14521
  cursor: pointer;
14381
14522
  }
14382
- .sideToggle_33aEd.listHided_3PtEo svg {
14523
+ .sideToggle_1QrNC.listHided_xwE6e svg {
14383
14524
  transform: rotate(180deg);
14384
14525
  }
14385
- .sideToggle_33aEd svg {
14526
+ .sideToggle_1QrNC svg {
14386
14527
  width: 24px;
14387
14528
  height: 24px;
14388
14529
  color: white;
14389
14530
  }
14390
- .enlargedVideoCon_3V0mN {
14531
+ .enlargedVideoCon_1RozS {
14391
14532
  height: 0px;
14392
14533
  position: absolute;
14393
14534
  width: 100%;
14394
14535
  top: 0;
14395
14536
  left: 0;
14396
14537
  transform: translate(0, 0);
14538
+ pointer-events: auto;
14397
14539
  }
14398
- .sideTogglePhone_Lu7s6 {
14540
+ .sideTogglePhone_3h6ss {
14399
14541
  position: absolute;
14400
14542
  height: 48px;
14401
14543
  width: 24px;
@@ -14410,38 +14552,38 @@
14410
14552
  border-bottom-left-radius: 12px;
14411
14553
  cursor: pointer;
14412
14554
  }
14413
- .sideTogglePhone_Lu7s6 svg {
14555
+ .sideTogglePhone_3h6ss svg {
14414
14556
  width: 24px;
14415
14557
  height: 24px;
14416
14558
  color: white;
14417
14559
  }
14418
- .enlargedVideoConPhone_3439O {
14560
+ .enlargedVideoConPhone_1-pCU {
14419
14561
  position: absolute;
14420
14562
  width: 100%;
14421
14563
  height: 100%;
14422
14564
  top: 0;
14423
14565
  z-index: -1;
14424
14566
  }
14425
- .enlargedVideoConPhone_3439O.open_1r4pC {
14567
+ .enlargedVideoConPhone_1-pCU.open_xtzeE {
14426
14568
  z-index: 21;
14427
14569
  }
14428
- .detachedBoxLandscape_1Qy6I {
14570
+ .detachedBoxLandscape_2kfdO {
14429
14571
  width: 100%;
14430
14572
  height: 100%;
14431
14573
  display: flex;
14432
14574
  }
14433
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 {
14575
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM {
14434
14576
  flex: 1;
14435
14577
  height: 100%;
14436
14578
  position: relative;
14437
14579
  background-color: #000;
14438
14580
  }
14439
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 .videoContainer_FYBCH {
14581
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM .videoContainer_sXLil {
14440
14582
  height: 100%;
14441
14583
  width: 100%;
14442
14584
  padding: 0 39px;
14443
14585
  }
14444
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 .avatarContainer_3Pd_3 {
14586
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM .avatarContainer_3r5DY {
14445
14587
  position: absolute;
14446
14588
  display: flex;
14447
14589
  justify-content: center;
@@ -14453,11 +14595,11 @@
14453
14595
  background: #303445;
14454
14596
  margin: 0 39px;
14455
14597
  }
14456
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 .avatarContainer_3Pd_3 .avatar_tG9OX {
14598
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM .avatarContainer_3r5DY .avatar_2kRaF {
14457
14599
  width: 100px;
14458
14600
  height: 100px;
14459
14601
  }
14460
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 .micIconBox_117Sg {
14602
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM .micIconBox_6I7Ri {
14461
14603
  position: absolute;
14462
14604
  bottom: 16px;
14463
14605
  right: 16px;
@@ -14467,10 +14609,10 @@
14467
14609
  border-radius: 999px;
14468
14610
  background-color: rgba(48, 52, 69, 0.6);
14469
14611
  }
14470
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 .micIconBox_117Sg > svg {
14612
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM .micIconBox_6I7Ri > svg {
14471
14613
  color: #fff;
14472
14614
  }
14473
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 .micIconBox_117Sg .volume_2mOVS {
14615
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM .micIconBox_6I7Ri .volume_3DLqs {
14474
14616
  position: absolute;
14475
14617
  bottom: 21px;
14476
14618
  left: 50%;
@@ -14480,14 +14622,14 @@
14480
14622
  border-radius: 4px;
14481
14623
  width: 4px;
14482
14624
  }
14483
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 .micIconBox_117Sg .volume_2mOVS.hide_vbNDq {
14625
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM .micIconBox_6I7Ri .volume_3DLqs.hide_2ZSIJ {
14484
14626
  display: none;
14485
14627
  }
14486
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 .header_2iIOt {
14628
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM .header_1_vl9 {
14487
14629
  position: absolute;
14488
14630
  top: 16px;
14489
14631
  }
14490
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 .header_2iIOt > span {
14632
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM .header_1_vl9 > span {
14491
14633
  line-height: 18px;
14492
14634
  color: white;
14493
14635
  text-overflow: ellipsis;
@@ -14499,11 +14641,11 @@
14499
14641
  height: 24px;
14500
14642
  max-width: 300px;
14501
14643
  }
14502
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 .header_2iIOt > span > span {
14644
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM .header_1_vl9 > span > span {
14503
14645
  position: relative;
14504
14646
  bottom: 7px;
14505
14647
  }
14506
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 .header_2iIOt .shareIconBox_2rRd_ {
14648
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM .header_1_vl9 .shareIconBox_1340w {
14507
14649
  display: inline-block;
14508
14650
  border-radius: 2px;
14509
14651
  background-color: #00c78b;
@@ -14514,24 +14656,24 @@
14514
14656
  position: relative;
14515
14657
  bottom: 7px;
14516
14658
  }
14517
- .detachedBoxLandscape_1Qy6I .mixBox_21ds9 .header_2iIOt .shareIconBox_2rRd_ > svg {
14659
+ .detachedBoxLandscape_2kfdO .mixBox_TmvtM .header_1_vl9 .shareIconBox_1340w > svg {
14518
14660
  font-size: 14px;
14519
14661
  margin-right: 4px;
14520
14662
  position: relative;
14521
14663
  top: 2px;
14522
14664
  left: 2px;
14523
14665
  }
14524
- .detachedBoxLandscape_1Qy6I .profileBox_162fR {
14666
+ .detachedBoxLandscape_2kfdO .profileBox_2qul4 {
14525
14667
  padding: 8px;
14526
14668
  background-color: #1d1e32;
14527
14669
  display: flex;
14528
14670
  flex-direction: column;
14529
14671
  justify-content: space-between;
14530
14672
  }
14531
- .detachedBoxLandscape_1Qy6I .profileBox_162fR .btnRow_1D4EA {
14673
+ .detachedBoxLandscape_2kfdO .profileBox_2qul4 .btnRow_3W-a0 {
14532
14674
  height: 20px;
14533
14675
  }
14534
- .detachedBoxLandscape_1Qy6I .profileBox_162fR .btnRow_1D4EA .sliderBtn_hx7ft {
14676
+ .detachedBoxLandscape_2kfdO .profileBox_2qul4 .btnRow_3W-a0 .sliderBtn_3WSwu {
14535
14677
  position: static;
14536
14678
  width: 48px;
14537
14679
  height: 20px;
@@ -14542,20 +14684,20 @@
14542
14684
  -webkit-backdrop-filter: blur(1px);
14543
14685
  backdrop-filter: blur(1px);
14544
14686
  }
14545
- .detachedBoxLandscape_1Qy6I .profileBox_162fR .btnRow_1D4EA .sliderBtn_hx7ft > svg {
14687
+ .detachedBoxLandscape_2kfdO .profileBox_2qul4 .btnRow_3W-a0 .sliderBtn_3WSwu > svg {
14546
14688
  font-size: 20px;
14547
14689
  }
14548
- .detachedBoxLandscape_1Qy6I .profileBox_162fR .btnRow_1D4EA .sliderBtn_hx7ft.btnDisabled_1P510 > svg {
14690
+ .detachedBoxLandscape_2kfdO .profileBox_2qul4 .btnRow_3W-a0 .sliderBtn_3WSwu.btnDisabled_11Cql > svg {
14549
14691
  color: rgba(255, 255, 255, 0.25);
14550
14692
  }
14551
- .detachedBoxLandscape_1Qy6I .profileBox_162fR .listbox_1thcv {
14693
+ .detachedBoxLandscape_2kfdO .profileBox_2qul4 .listbox_3k1M6 {
14552
14694
  margin: 4px 0px;
14553
14695
  height: 100%;
14554
14696
  display: flex;
14555
14697
  flex-direction: column;
14556
14698
  gap: 4px;
14557
14699
  }
14558
- .detachedBoxPortrait_1TFEe {
14700
+ .detachedBoxPortrait_3RTFQ {
14559
14701
  display: flex;
14560
14702
  flex-direction: column;
14561
14703
  height: 100%;
@@ -14563,13 +14705,13 @@
14563
14705
  background-color: #000;
14564
14706
  position: relative;
14565
14707
  }
14566
- .detachedBoxPortrait_1TFEe .header_2iIOt {
14708
+ .detachedBoxPortrait_3RTFQ .header_1_vl9 {
14567
14709
  height: 48px;
14568
14710
  padding: 12px 16px;
14569
14711
  background-color: #1d1e23;
14570
14712
  border-bottom: 2px solid #000;
14571
14713
  }
14572
- .detachedBoxPortrait_1TFEe .header_2iIOt > span {
14714
+ .detachedBoxPortrait_3RTFQ .header_1_vl9 > span {
14573
14715
  line-height: 18px;
14574
14716
  color: white;
14575
14717
  text-overflow: ellipsis;
@@ -14581,7 +14723,7 @@
14581
14723
  display: flex;
14582
14724
  align-items: center;
14583
14725
  }
14584
- .detachedBoxPortrait_1TFEe .header_2iIOt .shareIconBox_2rRd_ {
14726
+ .detachedBoxPortrait_3RTFQ .header_1_vl9 .shareIconBox_1340w {
14585
14727
  display: inline-block;
14586
14728
  border-radius: 2px;
14587
14729
  background-color: #00c78b;
@@ -14590,24 +14732,24 @@
14590
14732
  height: 18px;
14591
14733
  margin-left: 4px;
14592
14734
  }
14593
- .detachedBoxPortrait_1TFEe .header_2iIOt .shareIconBox_2rRd_ > svg {
14735
+ .detachedBoxPortrait_3RTFQ .header_1_vl9 .shareIconBox_1340w > svg {
14594
14736
  font-size: 14px;
14595
14737
  margin-right: 4px;
14596
14738
  position: relative;
14597
14739
  top: 2px;
14598
14740
  left: 2px;
14599
14741
  }
14600
- .detachedBoxPortrait_1TFEe .profileBox_162fR {
14742
+ .detachedBoxPortrait_3RTFQ .profileBox_2qul4 {
14601
14743
  padding: 8px;
14602
14744
  display: flex;
14603
14745
  justify-content: space-between;
14604
14746
  align-items: center;
14605
14747
  background-color: #1d1e23;
14606
14748
  }
14607
- .detachedBoxPortrait_1TFEe .profileBox_162fR .btnRow_1D4EA {
14749
+ .detachedBoxPortrait_3RTFQ .profileBox_2qul4 .btnRow_3W-a0 {
14608
14750
  width: 24px;
14609
14751
  }
14610
- .detachedBoxPortrait_1TFEe .profileBox_162fR .btnRow_1D4EA .sliderBtn_hx7ft {
14752
+ .detachedBoxPortrait_3RTFQ .profileBox_2qul4 .btnRow_3W-a0 .sliderBtn_3WSwu {
14611
14753
  position: static;
14612
14754
  width: 24px;
14613
14755
  height: 48px;
@@ -14618,28 +14760,28 @@
14618
14760
  -webkit-backdrop-filter: blur(1px);
14619
14761
  backdrop-filter: blur(1px);
14620
14762
  }
14621
- .detachedBoxPortrait_1TFEe .profileBox_162fR .btnRow_1D4EA .sliderBtn_hx7ft > svg {
14763
+ .detachedBoxPortrait_3RTFQ .profileBox_2qul4 .btnRow_3W-a0 .sliderBtn_3WSwu > svg {
14622
14764
  font-size: 20px;
14623
14765
  }
14624
- .detachedBoxPortrait_1TFEe .profileBox_162fR .btnRow_1D4EA .sliderBtn_hx7ft.btnDisabled_1P510 > svg {
14766
+ .detachedBoxPortrait_3RTFQ .profileBox_2qul4 .btnRow_3W-a0 .sliderBtn_3WSwu.btnDisabled_11Cql > svg {
14625
14767
  color: rgba(255, 255, 255, 0.25);
14626
14768
  }
14627
- .detachedBoxPortrait_1TFEe .profileBox_162fR .listbox_1thcv {
14769
+ .detachedBoxPortrait_3RTFQ .profileBox_2qul4 .listbox_3k1M6 {
14628
14770
  margin: 0px 4px;
14629
14771
  height: 100%;
14630
14772
  display: flex;
14631
14773
  gap: 4px;
14632
14774
  flex: 1;
14633
14775
  }
14634
- .detachedBoxPortrait_1TFEe .mixBox_21ds9 {
14776
+ .detachedBoxPortrait_3RTFQ .mixBox_TmvtM {
14635
14777
  flex: 1;
14636
14778
  position: relative;
14637
14779
  }
14638
- .detachedBoxPortrait_1TFEe .mixBox_21ds9 .videoContainer_FYBCH {
14780
+ .detachedBoxPortrait_3RTFQ .mixBox_TmvtM .videoContainer_sXLil {
14639
14781
  height: 100%;
14640
14782
  width: 100%;
14641
14783
  }
14642
- .detachedBoxPortrait_1TFEe .mixBox_21ds9 .avatarContainer_3Pd_3 {
14784
+ .detachedBoxPortrait_3RTFQ .mixBox_TmvtM .avatarContainer_3r5DY {
14643
14785
  position: absolute;
14644
14786
  display: flex;
14645
14787
  justify-content: center;
@@ -14651,11 +14793,11 @@
14651
14793
  right: 0;
14652
14794
  background: #303445;
14653
14795
  }
14654
- .detachedBoxPortrait_1TFEe .mixBox_21ds9 .avatarContainer_3Pd_3 .avatar_tG9OX {
14796
+ .detachedBoxPortrait_3RTFQ .mixBox_TmvtM .avatarContainer_3r5DY .avatar_2kRaF {
14655
14797
  width: 100px;
14656
14798
  height: 100px;
14657
14799
  }
14658
- .detachedBoxPortrait_1TFEe .micIconBox_117Sg {
14800
+ .detachedBoxPortrait_3RTFQ .micIconBox_6I7Ri {
14659
14801
  position: absolute;
14660
14802
  bottom: 34px;
14661
14803
  left: 50%;
@@ -14666,10 +14808,10 @@
14666
14808
  border-radius: 999px;
14667
14809
  background-color: rgba(48, 52, 69, 0.6);
14668
14810
  }
14669
- .detachedBoxPortrait_1TFEe .micIconBox_117Sg > svg {
14811
+ .detachedBoxPortrait_3RTFQ .micIconBox_6I7Ri > svg {
14670
14812
  color: #fff;
14671
14813
  }
14672
- .detachedBoxPortrait_1TFEe .micIconBox_117Sg .volume_2mOVS {
14814
+ .detachedBoxPortrait_3RTFQ .micIconBox_6I7Ri .volume_3DLqs {
14673
14815
  position: absolute;
14674
14816
  bottom: 21px;
14675
14817
  left: 50%;
@@ -14679,10 +14821,10 @@
14679
14821
  border-radius: 4px;
14680
14822
  width: 4px;
14681
14823
  }
14682
- .detachedBoxPortrait_1TFEe .micIconBox_117Sg .volume_2mOVS.hide_vbNDq {
14824
+ .detachedBoxPortrait_3RTFQ .micIconBox_6I7Ri .volume_3DLqs.hide_2ZSIJ {
14683
14825
  display: none;
14684
14826
  }
14685
- .rtcBlockPhoneBox_4atKJ {
14827
+ .rtcBlockPhoneBox_1ORnM {
14686
14828
  color: #fff;
14687
14829
  border-radius: 4px;
14688
14830
  background-color: #303445;
@@ -14692,7 +14834,7 @@
14692
14834
  position: relative;
14693
14835
  border: 1px solid #303445;
14694
14836
  }
14695
- .rtcBlockPhoneBox_4atKJ .footer_2wYBX {
14837
+ .rtcBlockPhoneBox_1ORnM .footer_3dPhq {
14696
14838
  position: absolute;
14697
14839
  bottom: 4px;
14698
14840
  left: 4px;
@@ -14700,26 +14842,26 @@
14700
14842
  display: flex;
14701
14843
  width: 100%;
14702
14844
  }
14703
- .rtcBlockPhoneBox_4atKJ .footer_2wYBX .shareIconBox_2rRd_ {
14845
+ .rtcBlockPhoneBox_1ORnM .footer_3dPhq .shareIconBox_1340w {
14704
14846
  width: 14px;
14705
14847
  height: 14px;
14706
14848
  display: flex;
14707
14849
  justify-content: center;
14708
14850
  align-items: center;
14709
14851
  }
14710
- .rtcBlockPhoneBox_4atKJ .footer_2wYBX .shareIconBox_2rRd_ > svg {
14852
+ .rtcBlockPhoneBox_1ORnM .footer_3dPhq .shareIconBox_1340w > svg {
14711
14853
  font-size: 12px;
14712
14854
  color: #00c78b;
14713
14855
  margin-right: 4px;
14714
14856
  }
14715
- .rtcBlockPhoneBox_4atKJ .footer_2wYBX > svg {
14857
+ .rtcBlockPhoneBox_1ORnM .footer_3dPhq > svg {
14716
14858
  width: 12px;
14717
14859
  height: 12px;
14718
14860
  position: absolute;
14719
14861
  right: 6px;
14720
14862
  bottom: 1px;
14721
14863
  }
14722
- .rtcBlockPhoneBox_4atKJ .topLeftFloat_kmYo- {
14864
+ .rtcBlockPhoneBox_1ORnM .topLeftFloat_2EIJ9 {
14723
14865
  position: absolute;
14724
14866
  top: 4px;
14725
14867
  left: 4px;
@@ -14731,20 +14873,20 @@
14731
14873
  justify-content: center;
14732
14874
  align-items: center;
14733
14875
  }
14734
- .rtcBlockPhoneBox_4atKJ .topLeftFloat_kmYo- svg {
14876
+ .rtcBlockPhoneBox_1ORnM .topLeftFloat_2EIJ9 svg {
14735
14877
  width: 10px;
14736
14878
  height: 10px;
14737
14879
  color: white;
14738
14880
  }
14739
- .rtcBlockPhoneBox_4atKJ .videoContainer_FYBCH {
14881
+ .rtcBlockPhoneBox_1ORnM .videoContainer_sXLil {
14740
14882
  height: 100%;
14741
14883
  width: 100%;
14742
14884
  }
14743
- .rtcBlockPhoneBox_4atKJ.detached_2X6p1 {
14885
+ .rtcBlockPhoneBox_1ORnM.detached_2vQjr {
14744
14886
  border: 1px solid #00c78b;
14745
14887
  }
14746
14888
 
14747
- .blockRoot_1yVfR {
14889
+ .blockRoot_2ukEg {
14748
14890
  width: 240px;
14749
14891
  height: 160px;
14750
14892
  border-radius: 4px;
@@ -14755,12 +14897,12 @@
14755
14897
  align-items: center;
14756
14898
  margin-bottom: 4px;
14757
14899
  }
14758
- .avatar_1lONr {
14900
+ .avatar_tQY6d {
14759
14901
  width: 60px;
14760
14902
  height: 60px;
14761
14903
  }
14762
- .footer_3547E,
14763
- .header_2erQi {
14904
+ .footer_2BN-f,
14905
+ .header_1sZ9q {
14764
14906
  position: absolute;
14765
14907
  width: 100%;
14766
14908
  bottom: 0px;
@@ -14770,8 +14912,8 @@
14770
14912
  justify-content: space-between;
14771
14913
  align-items: center;
14772
14914
  }
14773
- .footer_3547E > span,
14774
- .header_2erQi > span {
14915
+ .footer_2BN-f > span,
14916
+ .header_1sZ9q > span {
14775
14917
  max-width: 180px;
14776
14918
  height: 18px;
14777
14919
  font-size: 12px;
@@ -14782,8 +14924,8 @@
14782
14924
  overflow: hidden;
14783
14925
  margin-left: 8px;
14784
14926
  }
14785
- .footer_3547E .shareIconBox_2jHFz,
14786
- .header_2erQi .shareIconBox_2jHFz {
14927
+ .footer_2BN-f .shareIconBox_KMbke,
14928
+ .header_1sZ9q .shareIconBox_KMbke {
14787
14929
  display: inline-block;
14788
14930
  border-radius: 2px;
14789
14931
  background-color: #00c78b;
@@ -14791,35 +14933,35 @@
14791
14933
  width: 18px;
14792
14934
  height: 18px;
14793
14935
  }
14794
- .footer_3547E .shareIconBox_2jHFz > svg,
14795
- .header_2erQi .shareIconBox_2jHFz > svg {
14936
+ .footer_2BN-f .shareIconBox_KMbke > svg,
14937
+ .header_1sZ9q .shareIconBox_KMbke > svg {
14796
14938
  font-size: 14px;
14797
14939
  margin-right: 4px;
14798
14940
  position: relative;
14799
14941
  top: 2px;
14800
14942
  left: 2px;
14801
14943
  }
14802
- .header_2erQi {
14944
+ .header_1sZ9q {
14803
14945
  height: 100%;
14804
14946
  top: 16px;
14805
14947
  align-items: flex-start;
14806
14948
  }
14807
- .header_2erQi > span {
14949
+ .header_1sZ9q > span {
14808
14950
  position: absolute;
14809
14951
  font-size: 16px;
14810
14952
  height: 24px;
14811
14953
  max-width: 300px;
14812
14954
  }
14813
- .header_2erQi > span > span {
14955
+ .header_1sZ9q > span > span {
14814
14956
  position: relative;
14815
14957
  bottom: 7px;
14816
14958
  }
14817
- .header_2erQi .shareIconBox_2jHFz {
14959
+ .header_1sZ9q .shareIconBox_KMbke {
14818
14960
  margin-left: 4px;
14819
14961
  position: relative;
14820
14962
  bottom: 7px;
14821
14963
  }
14822
- .micIconContainer_31rri {
14964
+ .micIconContainer_3vf1g {
14823
14965
  height: 20px;
14824
14966
  width: 20px;
14825
14967
  background-color: #FE7F7E;
@@ -14830,22 +14972,22 @@
14830
14972
  justify-content: center;
14831
14973
  align-items: center;
14832
14974
  }
14833
- .micIconContainer_31rri > svg {
14975
+ .micIconContainer_3vf1g > svg {
14834
14976
  width: 16px;
14835
14977
  height: 16px;
14836
14978
  }
14837
- .micIconContainer_31rri.detached_2ZdnP {
14979
+ .micIconContainer_3vf1g.detached_3z0FR {
14838
14980
  margin-right: 24px;
14839
14981
  }
14840
- .videoContainer_2MFyP {
14982
+ .videoContainer_2tjGM {
14841
14983
  width: 100%;
14842
14984
  height: 100%;
14843
14985
  position: absolute;
14844
14986
  }
14845
- .videoContainer_2MFyP > div {
14987
+ .videoContainer_2tjGM > div {
14846
14988
  border-radius: 4px;
14847
14989
  }
14848
- .coverContainer_3El0F {
14990
+ .coverContainer_vIm8s {
14849
14991
  position: absolute;
14850
14992
  width: 100%;
14851
14993
  height: 100%;
@@ -14856,7 +14998,7 @@
14856
14998
  justify-content: center;
14857
14999
  align-items: center;
14858
15000
  }
14859
- .coverContainer_3El0F .title_1Ow65 {
15001
+ .coverContainer_vIm8s .title_hRfdb {
14860
15002
  color: #fff;
14861
15003
  text-align: center;
14862
15004
  font-size: 18px;
@@ -14864,7 +15006,7 @@
14864
15006
  line-height: 30px;
14865
15007
  margin-bottom: 4px;
14866
15008
  }
14867
- .coverContainer_3El0F .subtitle_bbjxr {
15009
+ .coverContainer_vIm8s .subtitle_1RUCP {
14868
15010
  color: #fff;
14869
15011
  text-align: center;
14870
15012
  font-size: 14px;
@@ -14873,11 +15015,11 @@
14873
15015
  padding: 0px 24px;
14874
15016
  word-break: break-word;
14875
15017
  }
14876
- .coverContainer_3El0F .actionRow_Ip0zs {
15018
+ .coverContainer_vIm8s .actionRow_JSAwY {
14877
15019
  text-align: center;
14878
15020
  color: #fff;
14879
15021
  }
14880
- .coverContainer_3El0F .actionRow_Ip0zs .continueBtn_3BQis {
15022
+ .coverContainer_vIm8s .actionRow_JSAwY .continueBtn_2LD-6 {
14881
15023
  display: inline-block;
14882
15024
  margin-right: 20px;
14883
15025
  border-radius: 4px;
@@ -14889,7 +15031,7 @@
14889
15031
  cursor: pointer;
14890
15032
  background-color: #2e73e5;
14891
15033
  }
14892
- .coverContainer_3El0F .actionRow_Ip0zs .stopBtn_3hPDG {
15034
+ .coverContainer_vIm8s .actionRow_JSAwY .stopBtn_3-MlT {
14893
15035
  display: inline-block;
14894
15036
  border-radius: 4px;
14895
15037
  height: 36px;
@@ -14900,7 +15042,7 @@
14900
15042
  cursor: pointer;
14901
15043
  border: 1px solid #DBDBDE;
14902
15044
  }
14903
- .avatarContainer_ddIku {
15045
+ .avatarContainer_Daww3 {
14904
15046
  position: absolute;
14905
15047
  display: flex;
14906
15048
  justify-content: center;
@@ -14910,7 +15052,7 @@
14910
15052
  left: 0;
14911
15053
  right: 0;
14912
15054
  }
14913
- .cornerBtn_3a5Lb {
15055
+ .cornerBtn_2ey9O {
14914
15056
  position: absolute;
14915
15057
  right: 8px;
14916
15058
  top: 8px;
@@ -14919,7 +15061,7 @@
14919
15061
  flex-direction: row;
14920
15062
  justify-content: flex-end;
14921
15063
  }
14922
- .draggableAvatar_3tdVs {
15064
+ .draggableAvatar_2X3q9 {
14923
15065
  position: fixed;
14924
15066
  width: 360px;
14925
15067
  height: 240px;
@@ -14927,7 +15069,7 @@
14927
15069
  border: solid 1px #C2C3C8;
14928
15070
  border-radius: 4px;
14929
15071
  }
14930
- .hoverTipRoot_1Wibv {
15072
+ .hoverTipRoot_2a1Xp {
14931
15073
  width: 28px;
14932
15074
  height: 28px;
14933
15075
  background: rgba(0, 0, 0, 0.5);
@@ -14938,31 +15080,31 @@
14938
15080
  justify-content: center;
14939
15081
  align-items: center;
14940
15082
  }
14941
- .hoverTipRoot_1Wibv svg {
15083
+ .hoverTipRoot_2a1Xp svg {
14942
15084
  width: 18px;
14943
15085
  height: 18px;
14944
15086
  color: white;
14945
15087
  }
14946
- .closeBtn_NBxA8 {
15088
+ .closeBtn_192oN {
14947
15089
  position: absolute;
14948
15090
  top: 8px;
14949
15091
  right: 8px;
14950
15092
  }
14951
- .mirrorIconCon_3eRHF {
15093
+ .mirrorIconCon_3VjIc {
14952
15094
  position: absolute;
14953
15095
  top: 8px;
14954
15096
  right: 46px;
14955
15097
  }
14956
- .maxIconCon_nHwM3 {
15098
+ .maxIconCon_1nUTw {
14957
15099
  position: absolute;
14958
15100
  top: 8px;
14959
15101
  right: 85px;
14960
15102
  }
14961
- .maxIconCon_nHwM3 svg {
15103
+ .maxIconCon_1nUTw svg {
14962
15104
  width: 22px;
14963
15105
  height: 22px;
14964
15106
  }
14965
- .detachedContent_2zd4L {
15107
+ .detachedContent_3o6Vl {
14966
15108
  position: absolute;
14967
15109
  top: 0;
14968
15110
  left: 0;
@@ -14973,18 +15115,18 @@
14973
15115
  align-items: center;
14974
15116
  flex-direction: column;
14975
15117
  }
14976
- .detachedContent_2zd4L svg {
15118
+ .detachedContent_3o6Vl svg {
14977
15119
  width: 36px;
14978
15120
  height: 36px;
14979
15121
  margin-bottom: 8px;
14980
15122
  color: var(--upime-second-text);
14981
15123
  }
14982
- .detachedContent_2zd4L span {
15124
+ .detachedContent_3o6Vl span {
14983
15125
  color: var(--upime-second-text);
14984
15126
  line-height: 17px;
14985
15127
  font-size: 12px;
14986
15128
  }
14987
- .topLeftFloat_1mG7E {
15129
+ .topLeftFloat_2b3X- {
14988
15130
  position: absolute;
14989
15131
  top: 8px;
14990
15132
  left: 8px;
@@ -14996,7 +15138,7 @@
14996
15138
  justify-content: center;
14997
15139
  align-items: center;
14998
15140
  }
14999
- .topLeftFloat_1mG7E svg {
15141
+ .topLeftFloat_2b3X- svg {
15000
15142
  width: 14px;
15001
15143
  height: 14px;
15002
15144
  color: white;
@@ -15607,6 +15749,13 @@
15607
15749
  align-items: center;
15608
15750
  cursor: pointer;
15609
15751
  }
15752
+ .iconWrap_3GEPj.rotate90_1DR1n {
15753
+ transform: rotate(-90deg);
15754
+ }
15755
+ .iconWrap_3GEPj.disable_1lzsx {
15756
+ pointer-events: none;
15757
+ color: #D8D8D8;
15758
+ }
15610
15759
  .iconWrapActive_28duN {
15611
15760
  color: var(--upime-active);
15612
15761
  background-color: #EAF1FC;
@@ -15633,6 +15782,20 @@
15633
15782
  border-radius: 4px;
15634
15783
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
15635
15784
  }
15785
+ .toolbar_1Y3X_.horizMode_2W6cT {
15786
+ flex-direction: row;
15787
+ transition: none;
15788
+ padding: 0 8px;
15789
+ width: auto;
15790
+ height: 56px;
15791
+ min-height: 56px;
15792
+ }
15793
+ .toolbar_1Y3X_.horizMode_2W6cT .selectTool_1NBmR {
15794
+ padding: 9px 0px;
15795
+ }
15796
+ .toolbar_1Y3X_.horizMode_2W6cT .moreApps_4PfYv .moreAppBtnCon_38AtV {
15797
+ padding: 9px 2px 9px 0px;
15798
+ }
15636
15799
  .toolbar_1Y3X_ .tool_2bEen {
15637
15800
  display: flex;
15638
15801
  justify-content: center;
@@ -15674,6 +15837,12 @@
15674
15837
  right: 0;
15675
15838
  bottom: 8px;
15676
15839
  }
15840
+ .toolbar_1Y3X_ .moreApps_4PfYv.moreAppHorizMode_3f3dE {
15841
+ position: absolute;
15842
+ right: 8px;
15843
+ top: 0;
15844
+ bottom: 0;
15845
+ }
15677
15846
  .toolbar_1Y3X_.waiting_2-djy .tool_2bEen {
15678
15847
  visibility: hidden;
15679
15848
  }
@@ -15685,7 +15854,21 @@
15685
15854
  }
15686
15855
  .toolCenter_Pw7tw {
15687
15856
  transition: height 0.2s linear;
15688
- overflow-y: hidden;
15857
+ -ms-overflow-style: none;
15858
+ scrollbar-width: none;
15859
+ display: flex;
15860
+ flex-direction: column;
15861
+ gap: 2px;
15862
+ padding: 2px 0;
15863
+ }
15864
+ .toolCenter_Pw7tw::-webkit-scrollbar {
15865
+ display: none;
15866
+ }
15867
+ .toolCenter_Pw7tw.toolCenterHorizMode_RgNkQ {
15868
+ display: flex;
15869
+ gap: 2px;
15870
+ padding: 9px 0px 9px 2px;
15871
+ flex-direction: row;
15689
15872
  }
15690
15873
  .shortcutContainer_3J1vW {
15691
15874
  display: flex;
@@ -15711,6 +15894,10 @@
15711
15894
  position: absolute;
15712
15895
  left: 9px;
15713
15896
  }
15897
+ .dragableWrapper_X-HBJ.dragHorizMode_1dj5f {
15898
+ left: 0;
15899
+ top: 9px;
15900
+ }
15714
15901
  .dragableWrapper_X-HBJ .fakeIcon_3xaPw {
15715
15902
  position: absolute;
15716
15903
  top: 0;
@@ -15736,6 +15923,36 @@
15736
15923
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
15737
15924
  pointer-events: all;
15738
15925
  }
15926
+ .penItemEditWrapper_2pFCr {
15927
+ position: relative;
15928
+ bottom: 34px;
15929
+ }
15930
+ .penItemEditWrapper_2pFCr.penItemEditWrapperVerMode_x2Xsy {
15931
+ bottom: 0;
15932
+ left: 20px;
15933
+ }
15934
+ .penItemEditContainer_1IkQ5 {
15935
+ background-color: var(--upime-pane-bg);
15936
+ border-radius: 4px;
15937
+ box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
15938
+ position: absolute;
15939
+ left: 50%;
15940
+ bottom: 0;
15941
+ transform: translateX(-50%);
15942
+ width: 182px;
15943
+ padding-bottom: 10px;
15944
+ padding-top: 12px;
15945
+ }
15946
+ .penItemEditContainer_1IkQ5.penItemEditContainerVerMode_3gZAK {
15947
+ left: 0;
15948
+ transform: translateX(0%) translateY(50%);
15949
+ }
15950
+ .penItemOutter_1Jf2h {
15951
+ position: relative;
15952
+ display: flex;
15953
+ align-items: center;
15954
+ justify-content: center;
15955
+ }
15739
15956
 
15740
15957
  .pannel_25jDo {
15741
15958
  z-index: 90;
@@ -15905,12 +16122,18 @@
15905
16122
  border-radius: 2px;
15906
16123
  background-color: var(--upime-scrollbar-thumb);
15907
16124
  }
16125
+ .stickerPannel_197ds.stickerPannelHorizMode_2vwOV {
16126
+ width: 548px;
16127
+ height: auto;
16128
+ gap: 24px;
16129
+ }
15908
16130
  .stickerPannel_197ds .colorPannel_3gD_9 {
15909
16131
  width: 40px;
15910
16132
  height: 40px;
15911
16133
  position: relative;
15912
16134
  transition: transform 0.38s;
15913
16135
  cursor: pointer;
16136
+ flex-shrink: 0;
15914
16137
  }
15915
16138
  .stickerPannel_197ds .colorPannel_3gD_9 .item_18TMg {
15916
16139
  width: 100%;
@@ -15944,6 +16167,25 @@
15944
16167
  border-radius: 4px;
15945
16168
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
15946
16169
  }
16170
+ .drawPannel_2cV-B.drawPannelHorizMode_34VXK {
16171
+ width: fit-content;
16172
+ height: 48px;
16173
+ padding: 0 10px;
16174
+ flex-direction: row;
16175
+ flex-wrap: nowrap;
16176
+ }
16177
+ .drawPannel_2cV-B.drawPannelHorizMode_34VXK .drawTools_3BZgF {
16178
+ flex-direction: row;
16179
+ }
16180
+ .drawPannel_2cV-B.drawPannelHorizMode_34VXK .divider_BTNNe {
16181
+ width: 1px;
16182
+ height: 24px;
16183
+ margin: 0 16px 0 10px;
16184
+ }
16185
+ .drawPannel_2cV-B.drawPannelHorizMode_34VXK .penList_2cm5b {
16186
+ flex-direction: row;
16187
+ width: fit-content;
16188
+ }
15947
16189
  .drawPannel_2cV-B .drawTools_3BZgF {
15948
16190
  display: flex;
15949
16191
  flex-direction: column;
@@ -16000,41 +16242,41 @@
16000
16242
  opacity: 0;
16001
16243
  visibility: hidden;
16002
16244
  }
16003
- .drawPannel_2cV-B .propsList_2XjxD .widthPannel_1M8IU {
16245
+ .widthPannel_1M8IU {
16004
16246
  padding: 0px 16px;
16005
16247
  }
16006
- .drawPannel_2cV-B .propsList_2XjxD .widthPannel_1M8IU p {
16248
+ .widthPannel_1M8IU p {
16007
16249
  font-size: 12px;
16008
16250
  margin: 0;
16009
16251
  }
16010
- .drawPannel_2cV-B .propsList_2XjxD .tickSliderContainer_33qP- {
16252
+ .tickSliderContainer_33qP- {
16011
16253
  display: flex;
16012
16254
  padding: 10px 16px 0 16px;
16013
16255
  position: relative;
16014
16256
  flex-direction: column;
16015
16257
  }
16016
- .drawPannel_2cV-B .propsList_2XjxD .tickSliderContainer_33qP- .tickSlider_3cJdB {
16258
+ .tickSliderContainer_33qP- .tickSlider_3cJdB {
16017
16259
  width: 150px;
16018
16260
  }
16019
- .drawPannel_2cV-B .propsList_2XjxD .tickSliderContainer_33qP- > span {
16261
+ .tickSliderContainer_33qP- > span {
16020
16262
  font-size: 12px;
16021
16263
  line-height: 18px;
16022
16264
  }
16023
- .drawPannel_2cV-B .propsList_2XjxD .tickSliderContainer_33qP- .sliderValue_2BFB2 {
16265
+ .tickSliderContainer_33qP- .sliderValue_2BFB2 {
16024
16266
  position: absolute;
16025
16267
  right: 16px;
16026
16268
  top: 40px;
16027
16269
  }
16028
- .drawPannel_2cV-B .propsList_2XjxD .colorPannel_3gD_9 {
16270
+ .colorPannel_3gD_9 {
16029
16271
  padding: 10px;
16030
16272
  display: flex;
16031
16273
  flex-direction: row;
16032
16274
  flex-wrap: wrap;
16033
16275
  }
16034
- .drawPannel_2cV-B .propsList_2XjxD .colorPannel_3gD_9 .colorWrapper_3bATY {
16276
+ .colorPannel_3gD_9 .colorWrapper_3bATY {
16035
16277
  margin: 5px;
16036
16278
  }
16037
- .drawPannel_2cV-B .propsList_2XjxD .colorPannel_3gD_9 .colorWrapper_3bATY .color_2Gvjs {
16279
+ .colorPannel_3gD_9 .colorWrapper_3bATY .color_2Gvjs {
16038
16280
  width: 30px;
16039
16281
  height: 30px;
16040
16282
  border-width: 1px;
@@ -16044,17 +16286,17 @@
16044
16286
  border-radius: 50%;
16045
16287
  cursor: pointer;
16046
16288
  }
16047
- .drawPannel_2cV-B .propsList_2XjxD .colorPannel_3gD_9 .colorWrapper_3bATY .color_2Gvjs.active_ZAwwb {
16289
+ .colorPannel_3gD_9 .colorWrapper_3bATY .color_2Gvjs.active_ZAwwb {
16048
16290
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--upime-active);
16049
16291
  }
16050
- .drawPannel_2cV-B .propsList_2XjxD .colorPannel_3gD_9 .plusIcon_aVh_W {
16292
+ .colorPannel_3gD_9 .plusIcon_aVh_W {
16051
16293
  width: 40px;
16052
16294
  height: 40px;
16053
16295
  display: flex;
16054
16296
  justify-content: center;
16055
16297
  align-items: center;
16056
16298
  }
16057
- .drawPannel_2cV-B .propsList_2XjxD .colorPannel_3gD_9 .plusIcon_aVh_W svg {
16299
+ .colorPannel_3gD_9 .plusIcon_aVh_W svg {
16058
16300
  cursor: pointer;
16059
16301
  }
16060
16302
  .hide_8AyS7 {
@@ -16071,6 +16313,13 @@
16071
16313
  gap: 4px;
16072
16314
  padding: 10px 0;
16073
16315
  }
16316
+ .connectLinePanel_2Hkc8.connectLineHorizMode_3wKPD {
16317
+ width: fit-content;
16318
+ height: 48px;
16319
+ padding: 0 10px;
16320
+ flex-direction: row;
16321
+ flex-wrap: nowrap;
16322
+ }
16074
16323
  .connectLinePanel_2Hkc8 .item_18TMg {
16075
16324
  width: 24px;
16076
16325
  height: 24px;
@@ -16137,6 +16386,16 @@
16137
16386
  color: #91939c;
16138
16387
  text-align: center;
16139
16388
  }
16389
+ .penDetailHorizMode_1ASVZ {
16390
+ left: auto !important;
16391
+ left: initial !important;
16392
+ top: auto !important;
16393
+ top: initial !important;
16394
+ }
16395
+ .penDetailHorizMode_1ASVZ {
16396
+ bottom: calc(100% + 4px);
16397
+ right: 0;
16398
+ }
16140
16399
 
16141
16400
  .rootWrapper_3e8wh {
16142
16401
  overflow-y: auto;
@@ -16222,6 +16481,11 @@
16222
16481
  box-shadow: 0 8px 32px rgba(5, 0, 56, 0.08);
16223
16482
  border-radius: 4px;
16224
16483
  }
16484
+ .toolWrapper_2khTd.toolWrapperHorizMode_2FWN2 {
16485
+ left: 0;
16486
+ bottom: calc(100% + 4px);
16487
+ transform: translateX(calc(-50% + 20px));
16488
+ }
16225
16489
 
16226
16490
  .scrollbar_2R42Z {
16227
16491
  scrollbar-color: #c2c3c8 transparent;
@@ -16605,13 +16869,13 @@
16605
16869
  }
16606
16870
  .iconWrapActive_2tCGy {
16607
16871
  color: var(--upime-active);
16608
- background-color: #EAF1FC;
16872
+ background-color: #eaf1fc;
16609
16873
  }
16610
16874
  .do-hovers .iconWrap_1Wmaq:hover {
16611
16875
  background-color: rgba(0, 0, 0, 0.06);
16612
16876
  }
16613
16877
  .do-hovers .iconWrapActive_2tCGy:hover {
16614
- background-color: #EAF1FC;
16878
+ background-color: #eaf1fc;
16615
16879
  }
16616
16880
  .scaleToOriginWrap_3sUg8 {
16617
16881
  width: max-content;
@@ -16680,9 +16944,9 @@
16680
16944
  align-items: center;
16681
16945
  }
16682
16946
  .fullscreen_setting_2AQD- {
16683
- width: 16px;
16684
- height: 32px;
16685
- border-radius: 4px;
16947
+ width: 36px;
16948
+ height: 36px;
16949
+ border-radius: 2px;
16686
16950
  background-color: transparent;
16687
16951
  cursor: pointer;
16688
16952
  }
@@ -16692,35 +16956,35 @@
16692
16956
  display: flex;
16693
16957
  }
16694
16958
  .fullscreen_setting_2AQD- .arrow_icon_2R7VN {
16695
- color: #0C1024;
16696
- width: 8px;
16697
- height: 8px;
16698
- margin: auto;
16959
+ color: #0c1024;
16699
16960
  }
16700
16961
  .setting_panel_onZEz {
16701
16962
  position: absolute;
16702
16963
  bottom: calc(100% + 4px);
16703
16964
  right: 0;
16704
- width: 150px;
16705
- height: 40px;
16965
+ width: 180px;
16966
+ height: 52px;
16706
16967
  border-radius: 4px;
16707
16968
  background-color: #ffffff;
16708
16969
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
16709
16970
  display: flex;
16710
- padding: 0 12px;
16971
+ padding: 8px 0;
16711
16972
  align-items: center;
16712
16973
  justify-content: space-between;
16974
+ cursor: default;
16713
16975
  }
16714
16976
  .setting_panel_onZEz .label_24uaR {
16715
16977
  width: 100%;
16716
- font-size: 12px;
16717
- color: #0C1024;
16718
- }
16719
- .setting_panel_onZEz .switch_btn_2MCW1 {
16720
- flex-shrink: 0;
16978
+ height: 36px;
16979
+ padding: 0 16px;
16980
+ display: flex;
16981
+ justify-content: space-between;
16982
+ align-items: center;
16983
+ font-size: 12px;
16984
+ color: #0c1024;
16985
+ cursor: pointer;
16721
16986
  }
16722
- .do-hovers .fullscreen_setting_2AQD-:hover,
16723
- .do-hovers .on_1Gt3s .fullscreen_setting_2AQD- {
16987
+ .do-hovers .setting_panel_onZEz .label_24uaR:hover {
16724
16988
  background-color: rgba(0, 0, 0, 0.06);
16725
16989
  }
16726
16990
  .switch_btn_2MCW1 {
@@ -16742,7 +17006,7 @@
16742
17006
  transition: left 0.2s;
16743
17007
  }
16744
17008
  .switch_btn_2MCW1.on_1Gt3s {
16745
- background-color: #2E73E5;
17009
+ background-color: #2e73e5;
16746
17010
  }
16747
17011
  .switch_btn_2MCW1.on_1Gt3s::before {
16748
17012
  left: 14px;
@@ -17310,6 +17574,11 @@
17310
17574
  height: 34px;
17311
17575
  border: 2px solid white;
17312
17576
  }
17577
+ .members_1g6ZC .member_1lOqZ .withBadge_36CiX {
17578
+ width: max-content;
17579
+ padding: 0px 5px;
17580
+ border-radius: 25px;
17581
+ }
17313
17582
  @keyframes showFromRight_3wrOK {
17314
17583
  from {
17315
17584
  left: var(--aniRight);
@@ -17462,8 +17731,8 @@
17462
17731
  }
17463
17732
 
17464
17733
  .toggleBarIcon_2w8m9 {
17465
- width: 40px;
17466
- height: 40px;
17734
+ width: 36px;
17735
+ height: 36px;
17467
17736
  display: flex;
17468
17737
  justify-content: center;
17469
17738
  align-items: center;
@@ -17471,16 +17740,18 @@
17471
17740
  }
17472
17741
  .toggleBarIconOpened_3e-nh {
17473
17742
  color: var(--upime-active);
17474
- background-color: #EAF1FC;
17743
+ background-color: #eaf1fc;
17475
17744
  }
17476
17745
  .sideBar_-tPPD {
17477
17746
  display: flex;
17478
17747
  align-items: center;
17479
17748
  justify-content: center;
17749
+ gap: 2px;
17480
17750
  height: 40px;
17481
17751
  background-color: var(--upime-pane-bg);
17482
17752
  border-radius: 4px;
17483
17753
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
17754
+ padding: 2px 4px;
17484
17755
  }
17485
17756
  .frameSideBar_2bwHL {
17486
17757
  position: relative;
@@ -17558,10 +17829,10 @@
17558
17829
  display: flex;
17559
17830
  }
17560
17831
  .cell_2xHN3.selected_1bkJI {
17561
- background-color: #EAF1FC;
17832
+ background-color: #eaf1fc;
17562
17833
  }
17563
17834
  .cell_2xHN3:active {
17564
- background-color: #EAF1FC;
17835
+ background-color: #eaf1fc;
17565
17836
  }
17566
17837
  .symbol_8LpcW {
17567
17838
  font-size: 14px;
@@ -17639,6 +17910,19 @@
17639
17910
  justify-content: center;
17640
17911
  text-align: center;
17641
17912
  }
17913
+ .undoredo_1MCtn.horizMode_xJ9cW {
17914
+ width: 94px;
17915
+ height: 56px;
17916
+ flex-direction: row;
17917
+ margin-top: 0;
17918
+ padding: 8px;
17919
+ gap: 2px;
17920
+ }
17921
+ .undoredo_1MCtn.horizMode_xJ9cW .undo_2rUzu {
17922
+ width: 100%;
17923
+ height: 100%;
17924
+ padding: 0;
17925
+ }
17642
17926
  .undoredo_1MCtn.phoneMode_3yRy9 {
17643
17927
  width: 44px;
17644
17928
  border-radius: 22px;
@@ -17667,8 +17951,8 @@
17667
17951
  color: var(--upime-active);
17668
17952
  }
17669
17953
  .iconWrap_2kiOx {
17670
- width: 38px;
17671
- height: 38px;
17954
+ width: 36px;
17955
+ height: 36px;
17672
17956
  border-radius: 2px;
17673
17957
  display: flex;
17674
17958
  justify-content: center;
@@ -17677,13 +17961,13 @@
17677
17961
  }
17678
17962
  .iconWrap_2kiOx.active_1Es1e {
17679
17963
  color: var(--upime-active);
17680
- background-color: #EAF1FC;
17964
+ background-color: #eaf1fc;
17681
17965
  }
17682
17966
  .do-hovers .iconWrap_2kiOx:hover {
17683
17967
  background-color: rgba(0, 0, 0, 0.06);
17684
17968
  }
17685
17969
  .do-hovers .iconWrap_2kiOx.active_1Es1e:hover {
17686
- background-color: #EAF1FC;
17970
+ background-color: #eaf1fc;
17687
17971
  }
17688
17972
  .do-hovers .close_box_jw1IS:hover {
17689
17973
  color: var(--upime-active);
@@ -17844,7 +18128,7 @@
17844
18128
  }
17845
18129
  .presentationIconBtn_1oYmU {
17846
18130
  left: 22px;
17847
- background-color: #EAF1FC;
18131
+ background-color: #eaf1fc;
17848
18132
  color: var(--upime-active);
17849
18133
  border: 1px solid var(--upime-active);
17850
18134
  }
@@ -17862,7 +18146,7 @@
17862
18146
  display: flex;
17863
18147
  flex-direction: column;
17864
18148
  color: #c2c3c8;
17865
- background: #ECECEE;
18149
+ background: #ececee;
17866
18150
  justify-content: center;
17867
18151
  align-items: center;
17868
18152
  }
@@ -20189,6 +20473,14 @@
20189
20473
  .inMoreCtrl_2ObEO .subWin_TjjfP {
20190
20474
  bottom: -128px;
20191
20475
  }
20476
+ .inMoreCtrl_2ObEO .subWin_TjjfP.miniMode_2vnMT.memberonly_34qeQ {
20477
+ bottom: -48px;
20478
+ }
20479
+ .inMoreCtrl_2ObEO::before {
20480
+ right: auto;
20481
+ right: initial;
20482
+ left: 36px;
20483
+ }
20192
20484
  .panelRoot_2exv- {
20193
20485
  width: 100%;
20194
20486
  height: 100%;
@@ -20205,6 +20497,7 @@
20205
20497
  align-items: center;
20206
20498
  justify-content: space-between;
20207
20499
  margin: 0 16px;
20500
+ margin-right: 4px;
20208
20501
  }
20209
20502
  .panelRoot_2exv- .title_2vaXD .actionBox_2VjWq {
20210
20503
  display: flex;
@@ -20243,7 +20536,7 @@
20243
20536
  }
20244
20537
  .panelRoot_2exv- .title_2vaXD .closeBtnBox_xB3WR {
20245
20538
  display: flex;
20246
- padding: 6px;
20539
+ padding: 8px;
20247
20540
  border-radius: 2px;
20248
20541
  cursor: pointer;
20249
20542
  }
@@ -20268,6 +20561,22 @@
20268
20561
  border: 1px solid #dbdbde;
20269
20562
  cursor: pointer;
20270
20563
  }
20564
+ .panelRoot_2exv- .footer_2xcF4 .settingBtn_bQQyF:hover {
20565
+ color: #5798f2;
20566
+ border-color: #5798f2;
20567
+ }
20568
+ .panelRoot_2exv- .footer_2xcF4 .settingBtn_bQQyF:active {
20569
+ color: #1d56bf;
20570
+ border-color: #1d56bf;
20571
+ }
20572
+ .panelRoot_2exv- .footer_2xcF4 .settingBtn_bQQyF.phone_3ugU4:hover {
20573
+ color: var(--upime-main-text);
20574
+ border-color: #dbdbde;
20575
+ }
20576
+ .panelRoot_2exv- .footer_2xcF4 .settingBtn_bQQyF.phone_3ugU4:active {
20577
+ color: var(--upime-main-text);
20578
+ border-color: #dbdbde;
20579
+ }
20271
20580
  .panelRoot_2exv- .footer_2xcF4.center_1Wa8z {
20272
20581
  justify-content: center;
20273
20582
  }
@@ -20329,28 +20638,28 @@
20329
20638
  font-size: 14px;
20330
20639
  margin-right: 8px;
20331
20640
  cursor: pointer;
20332
- min-width: 72px;
20641
+ white-space: nowrap;
20333
20642
  justify-content: center;
20334
20643
  align-items: center;
20644
+ background-color: #fff;
20335
20645
  }
20336
20646
  .applyPermNoticeBox_1xavn .actionBox_2VjWq .refuse_18U93:hover {
20337
20647
  color: #5798f2;
20338
20648
  border-color: #5798f2;
20339
20649
  }
20340
20650
  .applyPermNoticeBox_1xavn .actionBox_2VjWq .refuse_18U93:active {
20341
- color: #1d568f;
20342
- border-color: #1d568f;
20651
+ color: #1d56bf;
20652
+ border-color: #1d56bf;
20343
20653
  }
20344
20654
  .applyPermNoticeBox_1xavn .actionBox_2VjWq .agree_1I3sn {
20345
20655
  padding: 3px 12px;
20346
20656
  border-radius: 4px;
20347
- border: 1px solid #dbdbde;
20348
20657
  display: flex;
20349
20658
  font-size: 14px;
20350
20659
  color: #fff;
20351
20660
  background-color: #2e73e5;
20352
20661
  cursor: pointer;
20353
- min-width: 72px;
20662
+ white-space: nowrap;
20354
20663
  justify-content: center;
20355
20664
  align-items: center;
20356
20665
  }
@@ -20358,7 +20667,7 @@
20358
20667
  background-color: #5798f2;
20359
20668
  }
20360
20669
  .applyPermNoticeBox_1xavn .actionBox_2VjWq .agree_1I3sn:active {
20361
- background-color: #1d568f;
20670
+ background-color: #1d56bf;
20362
20671
  }
20363
20672
  .applyPermNoticeBox_1xavn .actionBox_2VjWq .closeBox_LaiNL {
20364
20673
  display: flex;
@@ -20386,6 +20695,9 @@
20386
20695
  border-radius: 4px;
20387
20696
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
20388
20697
  }
20698
+ .applyPermNoticeBox_1xavn.miniMode_2vnMT {
20699
+ bottom: 46px;
20700
+ }
20389
20701
  .permApplyListModalBox_J73ps {
20390
20702
  width: 520px;
20391
20703
  min-height: 286px;
@@ -20453,7 +20765,7 @@
20453
20765
  }
20454
20766
  .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .infoBox_2rhnk > span {
20455
20767
  font-size: 14px;
20456
- max-width: 140px;
20768
+ max-width: 136px;
20457
20769
  white-space: nowrap;
20458
20770
  overflow: hidden;
20459
20771
  text-overflow: ellipsis;
@@ -20484,6 +20796,7 @@
20484
20796
  font-size: 14px;
20485
20797
  margin-right: 8px;
20486
20798
  cursor: pointer;
20799
+ background-color: #fff;
20487
20800
  }
20488
20801
  .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .actionBox_2VjWq .refuse_18U93:hover {
20489
20802
  color: #5798f2;
@@ -20496,7 +20809,6 @@
20496
20809
  .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .actionBox_2VjWq .agree_1I3sn {
20497
20810
  padding: 3px 12px;
20498
20811
  border-radius: 4px;
20499
- border: 1px solid #dbdbde;
20500
20812
  display: flex;
20501
20813
  font-size: 14px;
20502
20814
  color: #fff;
@@ -20552,6 +20864,7 @@
20552
20864
  align-items: center;
20553
20865
  height: 36px;
20554
20866
  cursor: pointer;
20867
+ border-radius: 2px;
20555
20868
  }
20556
20869
  .memberManageRoot_1were .header_dp6rJ .tab_12BLz span {
20557
20870
  text-align: center;
@@ -20569,7 +20882,7 @@
20569
20882
  flex-direction: row;
20570
20883
  justify-content: flex-end;
20571
20884
  align-items: center;
20572
- margin-bottom: 4px;
20885
+ margin-bottom: 12px;
20573
20886
  padding-right: 16px;
20574
20887
  }
20575
20888
  .memberManageRoot_1were .toggle_39O0w > span {
@@ -20647,6 +20960,12 @@
20647
20960
  width: 18px;
20648
20961
  height: 18px;
20649
20962
  }
20963
+ .mb12_Ct2bh {
20964
+ margin-bottom: 12px;
20965
+ }
20966
+ .heighttop98_1H6yD {
20967
+ height: calc(100% - 98px);
20968
+ }
20650
20969
 
20651
20970
  .root_dZL59 {
20652
20971
  display: flex;
@@ -20750,6 +21069,10 @@
20750
21069
  pointer-events: none;
20751
21070
  color: var(--upime-disable);
20752
21071
  }
21072
+ .root_dZL59 .iconBox_1SE0A.active_YrSYd {
21073
+ background-color: #eaf1fc;
21074
+ color: #2e73e5;
21075
+ }
20753
21076
  .root_dZL59 .permActionBox_2ap47 {
20754
21077
  position: relative;
20755
21078
  display: flex;
@@ -20760,6 +21083,7 @@
20760
21083
  }
20761
21084
  .root_dZL59 .permActionBox_2ap47 .text_2vSdz {
20762
21085
  font-size: 14px;
21086
+ white-space: nowrap;
20763
21087
  }
20764
21088
  .root_dZL59 .permActionBox_2ap47 .icon_2dM7j {
20765
21089
  margin-left: 2px;
@@ -20775,11 +21099,19 @@
20775
21099
  width: 100px;
20776
21100
  justify-content: flex-end;
20777
21101
  }
21102
+ .root_dZL59 .permActionBox_2ap47.active_YrSYd {
21103
+ background-color: #eaf1fc;
21104
+ color: #2e73e5;
21105
+ }
20778
21106
  .root_dZL59 .permTextBox_o8KZm {
20779
21107
  font-size: 14px;
20780
21108
  display: inline-block;
20781
21109
  padding: 7px 8px;
20782
21110
  }
21111
+ .root_dZL59 .permTextBox_o8KZm.en_1f6jw {
21112
+ width: 85px;
21113
+ text-align: right;
21114
+ }
20783
21115
  .root_dZL59 .permTextBox_o8KZm.disabled_ht8zx {
20784
21116
  pointer-events: none;
20785
21117
  color: var(--upime-disable);
@@ -20929,9 +21261,6 @@
20929
21261
  color: #fe5250;
20930
21262
  border-top: 1px solid #e6e7e9;
20931
21263
  }
20932
- .do-hovers .moreIcon_I--ur:hover {
20933
- background: var(--upime-btn-bg-hover);
20934
- }
20935
21264
  .hidden_LNqGT {
20936
21265
  display: none;
20937
21266
  }
@@ -20959,7 +21288,11 @@
20959
21288
  align-items: center;
20960
21289
  }
20961
21290
  .morePanel_740CJ > div:hover {
20962
- background-color: #f5f6f6;
21291
+ background-color: rgba(0, 0, 0, 0.06);
21292
+ color: #0c1024;
21293
+ }
21294
+ .morePanel_740CJ > div:active {
21295
+ background-color: #eaf1fc;
20963
21296
  color: #2e73e5;
20964
21297
  }
20965
21298
  .kickoutModalBox_2Lmr9 {
@@ -21053,7 +21386,7 @@
21053
21386
  height: auto;
21054
21387
  height: initial;
21055
21388
  margin-left: 0;
21056
- padding: 6px;
21389
+ padding: 8px;
21057
21390
  }
21058
21391
  .root_z5Dfc.inMemberCtrl_3a1W7 .iconBox_mLq0s > svg {
21059
21392
  margin-top: 0;
@@ -21064,6 +21397,10 @@
21064
21397
  .root_z5Dfc.inMemberCtrl_3a1W7 .iconBox_mLq0s:active {
21065
21398
  color: #2e73e5;
21066
21399
  }
21400
+ .root_z5Dfc.inMemberCtrl_3a1W7 .iconBox_mLq0s.active_bZKLF {
21401
+ color: #2e73e5;
21402
+ background-color: #EAF1FC;
21403
+ }
21067
21404
  .root_z5Dfc.inMemberCtrl_3a1W7 .panelRoot_3SIhM {
21068
21405
  z-index: 1;
21069
21406
  bottom: auto;
@@ -22388,69 +22725,69 @@
22388
22725
  transform: rotateY(180deg);
22389
22726
  }
22390
22727
 
22391
- .root_8nb7U {
22728
+ .root_3Aofq {
22392
22729
  width: 40px;
22393
22730
  height: 48px;
22394
22731
  display: flex;
22395
22732
  justify-content: center;
22396
22733
  align-items: center;
22397
22734
  }
22398
- .root_8nb7U svg {
22735
+ .root_3Aofq svg {
22399
22736
  width: 22px;
22400
22737
  height: 22px;
22401
22738
  cursor: pointer;
22402
22739
  }
22403
- .root_8nb7U.active_3_-cn {
22740
+ .root_3Aofq.active_3Pn19 {
22404
22741
  color: #2e73e5;
22405
22742
  }
22406
- .root_8nb7U:hover {
22743
+ .root_3Aofq:hover {
22407
22744
  color: #2e73e5;
22408
22745
  }
22409
- .root_8nb7U.phoneMode_3AKDE {
22746
+ .root_3Aofq.phoneMode_5StJY {
22410
22747
  width: 44px;
22411
22748
  height: 44px;
22412
22749
  }
22413
- .gdIcon_3tBE5 {
22750
+ .gdIcon_39p2c {
22414
22751
  width: 24px;
22415
22752
  height: 24px;
22416
22753
  }
22417
- .createContainer_21VVf {
22754
+ .createContainer_24LUP {
22418
22755
  position: relative;
22419
22756
  height: 100%;
22420
22757
  }
22421
- .createContainer_21VVf .head_3Gu7o {
22758
+ .createContainer_24LUP .head_1vkan {
22422
22759
  height: 64px;
22423
22760
  padding: 17px 24px;
22424
22761
  display: flex;
22425
22762
  justify-content: space-between;
22426
22763
  }
22427
- .createContainer_21VVf .head_3Gu7o > span {
22764
+ .createContainer_24LUP .head_1vkan > span {
22428
22765
  font-size: 20px;
22429
22766
  }
22430
- .createContainer_21VVf .head_3Gu7o .iconBtn_1uSwj {
22767
+ .createContainer_24LUP .head_1vkan .iconBtn_2IhHu {
22431
22768
  cursor: pointer;
22432
22769
  }
22433
- .createContainer_21VVf .head_3Gu7o .iconBtn_1uSwj:hover {
22770
+ .createContainer_24LUP .head_1vkan .iconBtn_2IhHu:hover {
22434
22771
  color: #2e73e5;
22435
22772
  }
22436
- .createContainer_21VVf .body_3gm_a {
22773
+ .createContainer_24LUP .body_2o5F4 {
22437
22774
  padding: 12px 24px;
22438
22775
  }
22439
- .createContainer_21VVf .body_3gm_a .geshuContainer_1zSIG {
22776
+ .createContainer_24LUP .body_2o5F4 .geshuContainer_2nY_L {
22440
22777
  margin-bottom: 48px;
22441
22778
  }
22442
- .createContainer_21VVf .body_3gm_a .geshuContainer_1zSIG > div:first-child {
22779
+ .createContainer_24LUP .body_2o5F4 .geshuContainer_2nY_L > div:first-child {
22443
22780
  font-size: 16px;
22444
22781
  margin-bottom: 12px;
22445
22782
  }
22446
- .createContainer_21VVf .body_3gm_a .geshuContainer_1zSIG > svg {
22783
+ .createContainer_24LUP .body_2o5F4 .geshuContainer_2nY_L > svg {
22447
22784
  width: 22px;
22448
22785
  height: 22px;
22449
22786
  position: relative;
22450
22787
  top: 7px;
22451
22788
  cursor: pointer;
22452
22789
  }
22453
- .createContainer_21VVf .body_3gm_a .geshuContainer_1zSIG input {
22790
+ .createContainer_24LUP .body_2o5F4 .geshuContainer_2nY_L input {
22454
22791
  width: 80px;
22455
22792
  height: 36px;
22456
22793
  border-radius: 4px;
@@ -22459,22 +22796,22 @@
22459
22796
  margin-left: 16px;
22460
22797
  margin-right: 16px;
22461
22798
  }
22462
- .createContainer_21VVf .body_3gm_a .geshuContainer_1zSIG input:focus {
22799
+ .createContainer_24LUP .body_2o5F4 .geshuContainer_2nY_L input:focus {
22463
22800
  border: 1px solid #2e73e5;
22464
22801
  }
22465
- .createContainer_21VVf .body_3gm_a .contentContainer_2m1rc {
22802
+ .createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 {
22466
22803
  margin-bottom: 48px;
22467
22804
  }
22468
- .createContainer_21VVf .body_3gm_a .contentContainer_2m1rc > div:first-child {
22805
+ .createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 > div:first-child {
22469
22806
  font-size: 16px;
22470
22807
  margin-bottom: 4px;
22471
22808
  }
22472
- .createContainer_21VVf .body_3gm_a .contentContainer_2m1rc > div:nth-child(2) {
22809
+ .createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 > div:nth-child(2) {
22473
22810
  color: #91939c;
22474
22811
  font-size: 14px;
22475
22812
  margin-bottom: 12px;
22476
22813
  }
22477
- .createContainer_21VVf .body_3gm_a .contentContainer_2m1rc .choose_1gJD_ {
22814
+ .createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 .choose_2sEUS {
22478
22815
  width: 292px;
22479
22816
  height: 64px;
22480
22817
  position: relative;
@@ -22488,10 +22825,10 @@
22488
22825
  border: 1px solid #e6e7e9;
22489
22826
  cursor: pointer;
22490
22827
  }
22491
- .createContainer_21VVf .body_3gm_a .contentContainer_2m1rc .choose_1gJD_:hover {
22828
+ .createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 .choose_2sEUS:hover {
22492
22829
  border: 1px solid #2e73e5;
22493
22830
  }
22494
- .createContainer_21VVf .body_3gm_a .contentContainer_2m1rc .choose_1gJD_ > span {
22831
+ .createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 .choose_2sEUS > span {
22495
22832
  width: 216px;
22496
22833
  height: 64px;
22497
22834
  display: inline-block;
@@ -22499,49 +22836,53 @@
22499
22836
  white-space: nowrap;
22500
22837
  text-overflow: ellipsis;
22501
22838
  }
22502
- .createContainer_21VVf .body_3gm_a .contentContainer_2m1rc .choose_1gJD_ .lianjie_2GEry {
22839
+ .createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 .choose_2sEUS .lianjie_2MLOQ {
22503
22840
  width: 16px;
22504
22841
  height: 16px;
22505
22842
  margin-right: 4px;
22506
22843
  position: relative;
22507
22844
  top: -25px;
22508
22845
  }
22509
- .createContainer_21VVf .body_3gm_a .contentContainer_2m1rc .choose_1gJD_ .guanbi_1-sPa {
22846
+ .createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 .choose_2sEUS .guanbi_23AL6 {
22510
22847
  width: 14px;
22511
22848
  height: 14px;
22512
22849
  position: absolute;
22513
22850
  right: 16px;
22514
22851
  top: 25px;
22515
22852
  }
22516
- .createContainer_21VVf .body_3gm_a .memberContainer_29zJ3 > div:first-child {
22853
+ .createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 .choose_2sEUS .nameTip_3tcPN {
22854
+ color: #2e73e5;
22855
+ -webkit-text-decoration: underline;
22856
+ text-decoration: underline;
22857
+ }
22858
+ .createContainer_24LUP .body_2o5F4 .memberContainer_2LlbH > div:first-child {
22517
22859
  font-size: 16px;
22518
22860
  }
22519
- .createContainer_21VVf .body_3gm_a .memberContainer_29zJ3 .row_3MR6A {
22861
+ .createContainer_24LUP .body_2o5F4 .memberContainer_2LlbH .row_MhIw9 {
22520
22862
  margin-top: 8px;
22521
22863
  font-size: 14px;
22522
22864
  }
22523
- .createContainer_21VVf .body_3gm_a .memberContainer_29zJ3 .row_3MR6A label {
22865
+ .createContainer_24LUP .body_2o5F4 .memberContainer_2LlbH .row_MhIw9 label {
22524
22866
  cursor: pointer;
22525
22867
  }
22526
- .createContainer_21VVf .body_3gm_a .memberContainer_29zJ3 .row_3MR6A input {
22868
+ .createContainer_24LUP .body_2o5F4 .memberContainer_2LlbH .row_MhIw9 input {
22527
22869
  position: relative;
22528
22870
  top: 1px;
22529
22871
  margin-right: 8px;
22530
22872
  cursor: pointer;
22531
22873
  }
22532
- .createContainer_21VVf .body_3gm_a .memberContainer_29zJ3 .row_3MR6A input:checked {
22874
+ .createContainer_24LUP .body_2o5F4 .memberContainer_2LlbH .row_MhIw9 input:checked {
22533
22875
  color: #2e73e5;
22534
22876
  }
22535
- .createContainer_21VVf .body_3gm_a .memberContainer_29zJ3 .modedesc_2cEdS {
22877
+ .createContainer_24LUP .body_2o5F4 .memberContainer_2LlbH .modedesc_2G4DT {
22536
22878
  width: 292px;
22537
- height: 70px;
22538
22879
  line-height: 22px;
22539
22880
  color: #91939c;
22540
- font-size: 14px;
22881
+ font-size: 12px;
22541
22882
  padding-left: 25px;
22542
22883
  word-break: break-word;
22543
22884
  }
22544
- .createContainer_21VVf .body_3gm_a .createBtn_1SQku {
22885
+ .createContainer_24LUP .body_2o5F4 .createBtn_3_ZU6 {
22545
22886
  position: absolute;
22546
22887
  bottom: 24px;
22547
22888
  width: 292px;
@@ -22553,38 +22894,38 @@
22553
22894
  line-height: 44px;
22554
22895
  cursor: pointer;
22555
22896
  }
22556
- .createContainer_21VVf .body_3gm_a .createBtn_1SQku:hover {
22897
+ .createContainer_24LUP .body_2o5F4 .createBtn_3_ZU6:hover {
22557
22898
  background-color: #5798f2;
22558
22899
  }
22559
- .createContainer_21VVf .body_3gm_a .createBtn_1SQku.diabled_2giFZ {
22900
+ .createContainer_24LUP .body_2o5F4 .createBtn_3_ZU6.diabled_4MDGe {
22560
22901
  opacity: 0.5;
22561
22902
  cursor: no-drop;
22562
22903
  background-color: #2e73e5;
22563
22904
  }
22564
- .scrollBar_1V_LY {
22905
+ .scrollBar_hgJ4z {
22565
22906
  scrollbar-color: #c2c3c8 transparent;
22566
22907
  scrollbar-width: thin;
22567
22908
  }
22568
- .scrollBar_1V_LY::-webkit-scrollbar {
22909
+ .scrollBar_hgJ4z::-webkit-scrollbar {
22569
22910
  width: 4px;
22570
22911
  }
22571
- .scrollBar_1V_LY::-webkit-scrollbar-track {
22912
+ .scrollBar_hgJ4z::-webkit-scrollbar-track {
22572
22913
  border-radius: 5px;
22573
22914
  background-color: transparent;
22574
22915
  }
22575
- .scrollBar_1V_LY::-webkit-scrollbar-thumb {
22916
+ .scrollBar_hgJ4z::-webkit-scrollbar-thumb {
22576
22917
  border-radius: 2px;
22577
22918
  background-color: #c2c3c8;
22578
22919
  }
22579
- .listContainer_298gx {
22920
+ .listContainer_XvAoi {
22580
22921
  height: calc(100% - 94px);
22581
22922
  padding-left: 24px;
22582
22923
  padding-right: 20px;
22583
22924
  }
22584
- .listContainer_298gx .bukelikai_Mhqcu {
22925
+ .listContainer_XvAoi .bukelikai_1H2QE {
22585
22926
  margin-bottom: 13px;
22586
22927
  }
22587
- .listContainer_298gx .bukelikai_Mhqcu > svg {
22928
+ .listContainer_XvAoi .bukelikai_1H2QE > svg {
22588
22929
  width: 18px;
22589
22930
  height: 18px;
22590
22931
  color: #ffa519;
@@ -22592,52 +22933,52 @@
22592
22933
  position: relative;
22593
22934
  top: 3px;
22594
22935
  }
22595
- .listContainer_298gx .bukelikai_Mhqcu > span {
22936
+ .listContainer_XvAoi .bukelikai_1H2QE > span {
22596
22937
  color: #91939c;
22597
22938
  font-size: 14px;
22598
22939
  }
22599
- .listContainer_298gx .shuomin_2H0Y- {
22940
+ .listContainer_XvAoi .shuomin_1G0Kt {
22600
22941
  color: #91939c;
22601
22942
  font-size: 14px;
22602
22943
  margin-bottom: 10px;
22603
22944
  }
22604
- .listContainer_298gx .groupArea_1jT6d {
22945
+ .listContainer_XvAoi .groupArea_IMHOO {
22605
22946
  margin-bottom: 24px;
22606
22947
  height: calc(100% - 85px);
22607
22948
  overflow: auto;
22608
22949
  scrollbar-color: #c2c3c8 transparent;
22609
22950
  scrollbar-width: thin;
22610
22951
  }
22611
- .listContainer_298gx .groupArea_1jT6d::-webkit-scrollbar {
22952
+ .listContainer_XvAoi .groupArea_IMHOO::-webkit-scrollbar {
22612
22953
  width: 4px;
22613
22954
  }
22614
- .listContainer_298gx .groupArea_1jT6d::-webkit-scrollbar-track {
22955
+ .listContainer_XvAoi .groupArea_IMHOO::-webkit-scrollbar-track {
22615
22956
  border-radius: 5px;
22616
22957
  background-color: transparent;
22617
22958
  }
22618
- .listContainer_298gx .groupArea_1jT6d::-webkit-scrollbar-thumb {
22959
+ .listContainer_XvAoi .groupArea_IMHOO::-webkit-scrollbar-thumb {
22619
22960
  border-radius: 2px;
22620
22961
  background-color: #c2c3c8;
22621
22962
  }
22622
- .listContainer_298gx .groupArea_1jT6d .plusRow_1XNJM {
22963
+ .listContainer_XvAoi .groupArea_IMHOO .plusRow_g9so3 {
22623
22964
  text-align: center;
22624
22965
  }
22625
- .listContainer_298gx .groupArea_1jT6d .plusRow_1XNJM > svg {
22966
+ .listContainer_XvAoi .groupArea_IMHOO .plusRow_g9so3 > svg {
22626
22967
  width: 32px;
22627
22968
  height: 32px;
22628
22969
  cursor: pointer;
22629
22970
  }
22630
- .listContainer_298gx .groupArea_1jT6d.notManager_3odT6 {
22971
+ .listContainer_XvAoi .groupArea_IMHOO.notManager_2IjiF {
22631
22972
  height: 100%;
22632
22973
  }
22633
- .listContainer_298gx .actionRow_OPtEO {
22974
+ .listContainer_XvAoi .actionRow_XoOaK {
22634
22975
  position: absolute;
22635
22976
  bottom: 24px;
22636
22977
  }
22637
- .listContainer_298gx .actionRow_OPtEO > div {
22978
+ .listContainer_XvAoi .actionRow_XoOaK > div {
22638
22979
  display: inline-block;
22639
22980
  }
22640
- .listContainer_298gx .actionRow_OPtEO .btn_DXcXC {
22981
+ .listContainer_XvAoi .actionRow_XoOaK .btn_3SQhy {
22641
22982
  width: 140px;
22642
22983
  height: 36px;
22643
22984
  border-radius: 4px;
@@ -22647,29 +22988,29 @@
22647
22988
  font-size: 14px;
22648
22989
  cursor: pointer;
22649
22990
  }
22650
- .listContainer_298gx .actionRow_OPtEO .jiesan_8xc52 {
22991
+ .listContainer_XvAoi .actionRow_XoOaK .jiesan_3dNFl {
22651
22992
  color: #fe5250;
22652
22993
  border: 1px solid #fe5250;
22653
22994
  margin-right: 12px;
22654
22995
  }
22655
- .listContainer_298gx .actionRow_OPtEO .jiesan_8xc52:hover {
22996
+ .listContainer_XvAoi .actionRow_XoOaK .jiesan_3dNFl:hover {
22656
22997
  opacity: 0.8;
22657
22998
  }
22658
- .listContainer_298gx .actionRow_OPtEO .kaishi_3nckr {
22999
+ .listContainer_XvAoi .actionRow_XoOaK .kaishi_CukL6 {
22659
23000
  background-color: #2e73e5;
22660
23001
  color: #fff;
22661
23002
  }
22662
- .listContainer_298gx .actionRow_OPtEO .kaishi_3nckr:hover {
23003
+ .listContainer_XvAoi .actionRow_XoOaK .kaishi_CukL6:hover {
22663
23004
  background-color: #5798f2;
22664
23005
  }
22665
- .listContainer_298gx .actionRow_OPtEO .kaishi_3nckr.disabled_3z4VM {
23006
+ .listContainer_XvAoi .actionRow_XoOaK .kaishi_CukL6.disabled_SuNKR {
22666
23007
  opacity: 0.5;
22667
23008
  cursor: not-allowed;
22668
23009
  }
22669
- .listContainer_298gx .actionRow_OPtEO .kaishi_3nckr.disabled_3z4VM:hover {
23010
+ .listContainer_XvAoi .actionRow_XoOaK .kaishi_CukL6.disabled_SuNKR:hover {
22670
23011
  background-color: #2e73e5;
22671
23012
  }
22672
- .groupContainer_1OifW {
23013
+ .groupContainer_19veS {
22673
23014
  width: 292px;
22674
23015
  height: 120px;
22675
23016
  border-radius: 8px;
@@ -22678,22 +23019,22 @@
22678
23019
  padding: 12px 16px;
22679
23020
  margin-bottom: 8px;
22680
23021
  }
22681
- .groupContainer_1OifW.noManager_3VwWw {
23022
+ .groupContainer_19veS.noManager_3ldQY {
22682
23023
  background-color: #fff;
22683
23024
  border: 1px solid #dbdbde;
22684
23025
  }
22685
- .groupContainer_1OifW.selected_2UWQd {
23026
+ .groupContainer_19veS.selected_MdleE {
22686
23027
  border: 1px solid #2e73e5 !important;
22687
23028
  }
22688
- .groupContainer_1OifW.selected_2UWQd {
23029
+ .groupContainer_19veS.selected_MdleE {
22689
23030
  background-color: #eaf1fc;
22690
23031
  }
22691
- .groupContainer_1OifW .name_FTC5W {
23032
+ .groupContainer_19veS .name_2qTTu {
22692
23033
  font-size: 14px;
22693
23034
  margin-bottom: 4px;
22694
23035
  position: relative;
22695
23036
  }
22696
- .groupContainer_1OifW .name_FTC5W .text_ORJJE {
23037
+ .groupContainer_19veS .name_2qTTu .text_1ZDXk {
22697
23038
  display: inline-block;
22698
23039
  border: none;
22699
23040
  background-color: transparent;
@@ -22706,23 +23047,23 @@
22706
23047
  white-space: nowrap;
22707
23048
  overflow: hidden;
22708
23049
  }
22709
- .groupContainer_1OifW .name_FTC5W .buttonBlock_RwgM4 {
23050
+ .groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf {
22710
23051
  position: absolute;
22711
23052
  right: 2px;
22712
23053
  }
22713
- .groupContainer_1OifW .name_FTC5W .buttonBlock_RwgM4 > svg {
23054
+ .groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf > svg {
22714
23055
  width: 16px;
22715
23056
  height: 16px;
22716
23057
  margin-left: 14px;
22717
23058
  cursor: pointer;
22718
23059
  }
22719
- .groupContainer_1OifW .name_FTC5W .buttonBlock_RwgM4 > svg:hover {
23060
+ .groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf > svg:hover {
22720
23061
  color: #2e73e5;
22721
23062
  }
22722
- .groupContainer_1OifW .name_FTC5W .buttonBlock_RwgM4 .shanchu_CpeMV:hover {
23063
+ .groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf .shanchu_3SkCi:hover {
22723
23064
  color: #fe5250;
22724
23065
  }
22725
- .groupContainer_1OifW .name_FTC5W .buttonBlock_RwgM4 .deletePop_xyB75 {
23066
+ .groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf .deletePop_1_iVu {
22726
23067
  width: 205px;
22727
23068
  height: 104px;
22728
23069
  border-radius: 2px;
@@ -22733,7 +23074,7 @@
22733
23074
  z-index: 1;
22734
23075
  padding: 14px;
22735
23076
  }
22736
- .groupContainer_1OifW .name_FTC5W .buttonBlock_RwgM4 .deletePop_xyB75 svg {
23077
+ .groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf .deletePop_1_iVu svg {
22737
23078
  width: 18px;
22738
23079
  height: 18px;
22739
23080
  color: #fe5250;
@@ -22741,11 +23082,11 @@
22741
23082
  position: relative;
22742
23083
  top: 4px;
22743
23084
  }
22744
- .groupContainer_1OifW .name_FTC5W .buttonBlock_RwgM4 .deletePop_xyB75 .action_15Azr {
23085
+ .groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf .deletePop_1_iVu .action_3HgI1 {
22745
23086
  margin-top: 24px;
22746
23087
  text-align: right;
22747
23088
  }
22748
- .groupContainer_1OifW .name_FTC5W .buttonBlock_RwgM4 .deletePop_xyB75 .action_15Azr div {
23089
+ .groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf .deletePop_1_iVu .action_3HgI1 div {
22749
23090
  display: inline-block;
22750
23091
  width: 50px;
22751
23092
  height: 28px;
@@ -22757,11 +23098,11 @@
22757
23098
  margin-left: 16px;
22758
23099
  font-size: 12px;
22759
23100
  }
22760
- .groupContainer_1OifW .name_FTC5W .buttonBlock_RwgM4 .deletePop_xyB75 .action_15Azr > div:last-child {
23101
+ .groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf .deletePop_1_iVu .action_3HgI1 > div:last-child {
22761
23102
  background-color: #fe5250;
22762
23103
  color: #fff;
22763
23104
  }
22764
- .groupContainer_1OifW .name_FTC5W .clearInput_pSooa {
23105
+ .groupContainer_19veS .name_2qTTu .clearInput_SwQ0p {
22765
23106
  position: absolute;
22766
23107
  right: 98px;
22767
23108
  top: 7px;
@@ -22774,39 +23115,41 @@
22774
23115
  justify-content: center;
22775
23116
  align-items: center;
22776
23117
  }
22777
- .groupContainer_1OifW .name_FTC5W .clearInput_pSooa svg {
23118
+ .groupContainer_19veS .name_2qTTu .clearInput_SwQ0p svg {
22778
23119
  color: white;
22779
23120
  width: 10px;
22780
23121
  height: 10px;
22781
23122
  }
22782
- .groupContainer_1OifW .name_FTC5W .freeAction_2Q80e {
23123
+ .groupContainer_19veS .name_2qTTu .freeAction_o0O5q {
22783
23124
  position: absolute;
22784
23125
  right: 0;
22785
- top: 3px;
22786
- width: 60px;
22787
- height: 28px;
23126
+ top: 0px;
23127
+ padding: 5px 12px;
23128
+ font-size: 12px;
22788
23129
  border-radius: 4px;
22789
23130
  text-align: center;
22790
- line-height: 26px;
22791
23131
  cursor: pointer;
22792
23132
  }
22793
- .groupContainer_1OifW .name_FTC5W .freeAction_2Q80e.leave_GVuxD {
23133
+ .groupContainer_19veS .name_2qTTu .freeAction_o0O5q.leave_5qHUU {
22794
23134
  border: 1px solid #2e73e5;
22795
23135
  color: #2e73e5;
23136
+ background-color: #fff;
22796
23137
  }
22797
- .groupContainer_1OifW .name_FTC5W .freeAction_2Q80e.join_3pCzb {
23138
+ .groupContainer_19veS .name_2qTTu .freeAction_o0O5q.join_3nPsU {
22798
23139
  border: 1px solid #e6e7e9;
23140
+ background-color: #fff;
22799
23141
  }
22800
- .groupContainer_1OifW .name_FTC5W .freeAction_2Q80e.suozaifenzu_2goyo {
22801
- font-size: 12px;
22802
- color: #2e73e5;
23142
+ .groupContainer_19veS .name_2qTTu .freeAction_o0O5q.lianmai_3vgop {
23143
+ background-color: #2e73e5;
23144
+ color: #fff;
23145
+ border: 1px solid #2e73e5;
22803
23146
  }
22804
- .groupContainer_1OifW .content_2WF9y {
23147
+ .groupContainer_19veS .content_zbWsK {
22805
23148
  font-size: 14px;
22806
23149
  margin-bottom: 8px;
22807
23150
  padding-left: 4px;
22808
23151
  }
22809
- .groupContainer_1OifW .content_2WF9y .frameName_3uSha {
23152
+ .groupContainer_19veS .content_zbWsK .frameName_C001Q {
22810
23153
  max-width: 200px;
22811
23154
  height: 21px;
22812
23155
  display: inline-block;
@@ -22814,14 +23157,14 @@
22814
23157
  white-space: nowrap;
22815
23158
  overflow: hidden;
22816
23159
  }
22817
- .groupContainer_1OifW .content_2WF9y .lianjie_2GEry {
23160
+ .groupContainer_19veS .content_zbWsK .lianjie_2MLOQ {
22818
23161
  width: 16px;
22819
23162
  height: 16px;
22820
23163
  margin-right: 4px;
22821
23164
  position: relative;
22822
23165
  top: -3px;
22823
23166
  }
22824
- .groupContainer_1OifW .content_2WF9y .guanbi_1-sPa {
23167
+ .groupContainer_19veS .content_zbWsK .guanbi_23AL6 {
22825
23168
  width: 14px;
22826
23169
  height: 14px;
22827
23170
  margin-left: 8px;
@@ -22830,35 +23173,35 @@
22830
23173
  color: #c2c3c8;
22831
23174
  cursor: pointer;
22832
23175
  }
22833
- .groupContainer_1OifW .content_2WF9y .noContent_9YVhR {
23176
+ .groupContainer_19veS .content_zbWsK .noContent_2spGY {
22834
23177
  color: #2e73e5;
22835
23178
  font-size: 14px;
22836
23179
  cursor: pointer;
22837
23180
  height: 27px;
22838
- max-width: 95px;
23181
+ max-width: 150px;
22839
23182
  }
22840
- .groupContainer_1OifW .content_2WF9y .noContent_9YVhR.notManager_3odT6 {
23183
+ .groupContainer_19veS .content_zbWsK .noContent_2spGY.notManager_2IjiF {
22841
23184
  color: #abc7f5;
22842
23185
  cursor: auto;
22843
23186
  }
22844
- .groupContainer_1OifW .users_2rO7R {
23187
+ .groupContainer_19veS .users_2qAOk {
22845
23188
  position: relative;
22846
23189
  padding-left: 4px;
22847
23190
  }
22848
- .groupContainer_1OifW .users_2rO7R .members_3wIdu {
23191
+ .groupContainer_19veS .users_2qAOk .members_3SGpi {
22849
23192
  width: 168px;
22850
23193
  }
22851
- .groupContainer_1OifW .users_2rO7R .members_3wIdu .member_2g_rA {
23194
+ .groupContainer_19veS .users_2qAOk .members_3SGpi .member_13iLs {
22852
23195
  display: inline-block;
22853
23196
  position: relative;
22854
23197
  width: 28px;
22855
23198
  height: 28px;
22856
23199
  cursor: pointer;
22857
23200
  }
22858
- .groupContainer_1OifW .users_2rO7R .members_3wIdu .member_2g_rA.more_btn_1Aa-i {
23201
+ .groupContainer_19veS .users_2qAOk .members_3SGpi .member_13iLs.more_btn_7NL3d {
22859
23202
  cursor: pointer;
22860
23203
  }
22861
- .groupContainer_1OifW .users_2rO7R .members_3wIdu .member_2g_rA .more_num_HKcmJ {
23204
+ .groupContainer_19veS .users_2qAOk .members_3SGpi .member_13iLs .more_num_1qjgT {
22862
23205
  font-size: 12px;
22863
23206
  width: 34px;
22864
23207
  height: 34px;
@@ -22867,7 +23210,7 @@
22867
23210
  right: 15px;
22868
23211
  bottom: 7px;
22869
23212
  }
22870
- .groupContainer_1OifW .users_2rO7R .userList_UUot0 {
23213
+ .groupContainer_19veS .users_2qAOk .userList_2BrnT {
22871
23214
  width: 240px;
22872
23215
  max-height: 256px;
22873
23216
  border-radius: 4px;
@@ -22880,32 +23223,32 @@
22880
23223
  scrollbar-color: #c2c3c8 transparent;
22881
23224
  scrollbar-width: thin;
22882
23225
  }
22883
- .groupContainer_1OifW .users_2rO7R .userList_UUot0::-webkit-scrollbar {
23226
+ .groupContainer_19veS .users_2qAOk .userList_2BrnT::-webkit-scrollbar {
22884
23227
  width: 4px;
22885
23228
  }
22886
- .groupContainer_1OifW .users_2rO7R .userList_UUot0::-webkit-scrollbar-track {
23229
+ .groupContainer_19veS .users_2qAOk .userList_2BrnT::-webkit-scrollbar-track {
22887
23230
  border-radius: 5px;
22888
23231
  background-color: transparent;
22889
23232
  }
22890
- .groupContainer_1OifW .users_2rO7R .userList_UUot0::-webkit-scrollbar-thumb {
23233
+ .groupContainer_19veS .users_2qAOk .userList_2BrnT::-webkit-scrollbar-thumb {
22891
23234
  border-radius: 2px;
22892
23235
  background-color: #c2c3c8;
22893
23236
  }
22894
- .groupContainer_1OifW .users_2rO7R .userList_UUot0 .row_3MR6A {
23237
+ .groupContainer_19veS .users_2qAOk .userList_2BrnT .row_MhIw9 {
22895
23238
  display: flex;
22896
23239
  padding: 8px 0;
22897
23240
  }
22898
- .groupContainer_1OifW .users_2rO7R .userList_UUot0 .row_3MR6A > div {
23241
+ .groupContainer_19veS .users_2qAOk .userList_2BrnT .row_MhIw9 > div {
22899
23242
  margin-right: 12px;
22900
23243
  }
22901
- .groupContainer_1OifW .users_2rO7R .userList_UUot0 .row_3MR6A > span {
23244
+ .groupContainer_19veS .users_2qAOk .userList_2BrnT .row_MhIw9 > span {
22902
23245
  flex: 1;
22903
23246
  align-self: center;
22904
23247
  text-overflow: ellipsis;
22905
23248
  overflow: hidden;
22906
23249
  white-space: nowrap;
22907
23250
  }
22908
- .groupContainer_1OifW .users_2rO7R .addUser_LR10S {
23251
+ .groupContainer_19veS .users_2qAOk .addUser_1HcYw {
22909
23252
  width: 30px;
22910
23253
  height: 30px;
22911
23254
  position: absolute;
@@ -22913,7 +23256,7 @@
22913
23256
  top: 0px;
22914
23257
  cursor: pointer;
22915
23258
  }
22916
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg {
23259
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB {
22917
23260
  width: 280px;
22918
23261
  max-height: 400px;
22919
23262
  padding: 18px 15px 0px 15px;
@@ -22928,25 +23271,25 @@
22928
23271
  scrollbar-color: #c2c3c8 transparent;
22929
23272
  scrollbar-width: thin;
22930
23273
  }
22931
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg::-webkit-scrollbar {
23274
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB::-webkit-scrollbar {
22932
23275
  width: 4px;
22933
23276
  }
22934
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg::-webkit-scrollbar-track {
23277
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB::-webkit-scrollbar-track {
22935
23278
  border-radius: 5px;
22936
23279
  background-color: transparent;
22937
23280
  }
22938
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg::-webkit-scrollbar-thumb {
23281
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB::-webkit-scrollbar-thumb {
22939
23282
  border-radius: 2px;
22940
23283
  background-color: #c2c3c8;
22941
23284
  }
22942
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .tabBar_ce_Rz {
23285
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .tabBar_1Bfsl {
22943
23286
  width: 246px;
22944
23287
  height: 36px;
22945
23288
  border-radius: 4px;
22946
23289
  background-color: #ececee;
22947
23290
  padding: 2px;
22948
23291
  }
22949
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .tabBar_ce_Rz > div {
23292
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .tabBar_1Bfsl > div {
22950
23293
  width: 121px;
22951
23294
  height: 32px;
22952
23295
  border-radius: 4px;
@@ -22957,27 +23300,27 @@
22957
23300
  text-align: center;
22958
23301
  cursor: pointer;
22959
23302
  }
22960
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .searchRow_2j8yi {
23303
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .searchRow_YsuYg {
22961
23304
  margin-top: 10px;
22962
23305
  position: relative;
22963
23306
  }
22964
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .searchRow_2j8yi > svg {
23307
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .searchRow_YsuYg > svg {
22965
23308
  position: absolute;
22966
23309
  top: 7px;
22967
23310
  left: 12px;
22968
23311
  color: #979797;
22969
23312
  }
22970
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .searchRow_2j8yi input {
23313
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .searchRow_YsuYg input {
22971
23314
  width: 248px;
22972
23315
  height: 36px;
22973
23316
  border: 1px solid #dbdbde;
22974
23317
  border-radius: 4px;
22975
23318
  padding-left: 40px;
22976
23319
  }
22977
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .searchRow_2j8yi input::placeholder {
23320
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .searchRow_YsuYg input::placeholder {
22978
23321
  color: #c2c3c8;
22979
23322
  }
22980
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .searchRow_2j8yi .clearInput_pSooa {
23323
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .searchRow_YsuYg .clearInput_SwQ0p {
22981
23324
  position: absolute;
22982
23325
  right: 10px;
22983
23326
  top: 12px;
@@ -22990,23 +23333,23 @@
22990
23333
  justify-content: center;
22991
23334
  align-items: center;
22992
23335
  }
22993
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .searchRow_2j8yi .clearInput_pSooa svg {
23336
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .searchRow_YsuYg .clearInput_SwQ0p svg {
22994
23337
  color: white;
22995
23338
  width: 10px;
22996
23339
  height: 10px;
22997
23340
  }
22998
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .list_3faoJ {
23341
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv {
22999
23342
  padding: 14px 0px;
23000
23343
  }
23001
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .list_3faoJ .benzuRow_2YEnK {
23344
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .benzuRow_hlVN5 {
23002
23345
  height: 44px;
23003
23346
  padding: 6px 0px;
23004
23347
  position: relative;
23005
23348
  }
23006
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .list_3faoJ .benzuRow_2YEnK:hover {
23349
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .benzuRow_hlVN5:hover {
23007
23350
  color: #2e73e5;
23008
23351
  }
23009
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .list_3faoJ .avatar_FUMGS {
23352
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .avatar_2MKFb {
23010
23353
  display: inline-block;
23011
23354
  border-radius: 50%;
23012
23355
  margin-right: 12px;
@@ -23014,7 +23357,7 @@
23014
23357
  bottom: 6px;
23015
23358
  border-color: #fff;
23016
23359
  }
23017
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .list_3faoJ .userName_HoSVJ {
23360
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .userName_3qeQy {
23018
23361
  display: inline-block;
23019
23362
  vertical-align: 12px;
23020
23363
  max-width: 160px;
@@ -23023,7 +23366,7 @@
23023
23366
  white-space: nowrap;
23024
23367
  overflow: hidden;
23025
23368
  }
23026
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .list_3faoJ .guanbiIcon_17ACz {
23369
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .guanbiIcon_25KgS {
23027
23370
  width: 12px;
23028
23371
  height: 12px;
23029
23372
  position: absolute;
@@ -23031,31 +23374,31 @@
23031
23374
  top: 15px;
23032
23375
  cursor: pointer;
23033
23376
  }
23034
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .list_3faoJ .subtitle_1jLUP {
23377
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .subtitle_1u7DJ {
23035
23378
  color: #91939c;
23036
23379
  font-size: 14px;
23037
23380
  }
23038
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .list_3faoJ .otherRow_3V-Vd {
23381
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .otherRow_1kMnh {
23039
23382
  padding-top: 10px;
23040
23383
  position: relative;
23041
23384
  }
23042
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .list_3faoJ .otherRow_3V-Vd:hover {
23385
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .otherRow_1kMnh:hover {
23043
23386
  color: #2e73e5;
23044
23387
  }
23045
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .list_3faoJ .noResult_1kwCd {
23388
+ .groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .noResult_3mknx {
23046
23389
  font-size: 14px;
23047
23390
  text-align: center;
23048
23391
  margin: 10px;
23049
23392
  }
23050
- .whiteBorder_3nvwj {
23393
+ .whiteBorder_1sKzD {
23051
23394
  border-color: #fff !important;
23052
23395
  border-width: 1px !important;
23053
23396
  }
23054
- .whiteBorder_3nvwj {
23397
+ .whiteBorder_1sKzD {
23055
23398
  width: 30px;
23056
23399
  height: 30px;
23057
23400
  }
23058
- .chooseTipContainer_lEAOq {
23401
+ .chooseTipContainer_1A3dT {
23059
23402
  min-width: 321px;
23060
23403
  height: 40px;
23061
23404
  border-radius: 4px;
@@ -23070,12 +23413,12 @@
23070
23413
  z-index: 2;
23071
23414
  pointer-events: auto;
23072
23415
  }
23073
- .chooseTipContainer_lEAOq > div {
23416
+ .chooseTipContainer_1A3dT > div {
23074
23417
  display: inline-block;
23075
23418
  position: relative;
23076
23419
  bottom: 3px;
23077
23420
  }
23078
- .chooseTipContainer_lEAOq .divider_1Q1Zr {
23421
+ .chooseTipContainer_1A3dT .divider_2NIeK {
23079
23422
  width: 1px;
23080
23423
  height: 20px;
23081
23424
  background-color: #d8d8d8;
@@ -23084,7 +23427,7 @@
23084
23427
  position: relative;
23085
23428
  top: 2px;
23086
23429
  }
23087
- .chooseTipContainer_lEAOq .tuichu_1xmOo {
23430
+ .chooseTipContainer_1A3dT .tuichu_ouDWv {
23088
23431
  width: 60px;
23089
23432
  height: 28px;
23090
23433
  right: 15px;
@@ -23096,19 +23439,21 @@
23096
23439
  bottom: 5px;
23097
23440
  line-height: 26px;
23098
23441
  cursor: pointer;
23442
+ color: #fe5250;
23443
+ border-color: #fe5250;
23099
23444
  }
23100
- .talkReminderToastContainer_1ix5N > div {
23445
+ .talkReminderToastContainer_3jeQi > div {
23101
23446
  display: inline-block;
23102
23447
  font-size: 14px;
23103
23448
  }
23104
- .talkReminderToastContainer_1ix5N > div:first-child {
23449
+ .talkReminderToastContainer_3jeQi > div:first-child {
23105
23450
  margin-right: 22px;
23106
23451
  }
23107
- .talkReminderToastContainer_1ix5N .ruhecaozuo_3Axud {
23452
+ .talkReminderToastContainer_3jeQi .ruhecaozuo_2sLB1 {
23108
23453
  padding: 4px 12px;
23109
23454
  margin-right: 12px;
23110
23455
  }
23111
- .talkReminderToastContainer_1ix5N > svg {
23456
+ .talkReminderToastContainer_3jeQi > svg {
23112
23457
  width: 16px;
23113
23458
  height: 16px;
23114
23459
  color: #fff;
@@ -23116,7 +23461,7 @@
23116
23461
  top: 3px;
23117
23462
  cursor: pointer;
23118
23463
  }
23119
- .endTalk_1ZqtF {
23464
+ .endTalk_24JQA {
23120
23465
  width: 292px;
23121
23466
  height: 44px;
23122
23467
  border-radius: 4px;
@@ -23128,10 +23473,10 @@
23128
23473
  font-size: 16px;
23129
23474
  cursor: pointer;
23130
23475
  }
23131
- .endTalk_1ZqtF:hover {
23476
+ .endTalk_24JQA:hover {
23132
23477
  opacity: 0.8;
23133
23478
  }
23134
- .modalBox_1QHA_ {
23479
+ .modalBox_2GVnc {
23135
23480
  width: 480px;
23136
23481
  height: 170px;
23137
23482
  border-radius: 8px;
@@ -23142,10 +23487,10 @@
23142
23487
  transform: translate(-50%, -50%);
23143
23488
  padding: 24px;
23144
23489
  }
23145
- .modalBox_1QHA_ .contentRow__1nGN {
23490
+ .modalBox_2GVnc .contentRow_2GmiB {
23146
23491
  margin-bottom: 54px;
23147
23492
  }
23148
- .modalBox_1QHA_ .contentRow__1nGN > svg {
23493
+ .modalBox_2GVnc .contentRow_2GmiB > svg {
23149
23494
  width: 28px;
23150
23495
  height: 28px;
23151
23496
  margin-right: 14px;
@@ -23153,60 +23498,60 @@
23153
23498
  position: relative;
23154
23499
  top: 5px;
23155
23500
  }
23156
- .modalBox_1QHA_ .contentRow__1nGN > span {
23501
+ .modalBox_2GVnc .contentRow_2GmiB > span {
23157
23502
  font-size: 20px;
23158
23503
  font-weight: 600;
23159
23504
  }
23160
- .modalBox_1QHA_ .actionsRow_32AD9 {
23505
+ .modalBox_2GVnc .actionsRow_fle3w {
23161
23506
  text-align: right;
23162
23507
  }
23163
- .modalBox_1QHA_ .actionsRow_32AD9 > button {
23508
+ .modalBox_2GVnc .actionsRow_fle3w > button {
23164
23509
  width: 72px;
23165
23510
  height: 40px;
23166
23511
  border-radius: 4px;
23167
23512
  margin-left: 12px;
23168
23513
  cursor: pointer;
23169
23514
  }
23170
- .modalBox_1QHA_ .actionsRow_32AD9 > button:hover {
23515
+ .modalBox_2GVnc .actionsRow_fle3w > button:hover {
23171
23516
  opacity: 0.7;
23172
23517
  }
23173
- .modalBox_1QHA_ .actionsRow_32AD9 > button:first-child {
23518
+ .modalBox_2GVnc .actionsRow_fle3w > button:first-child {
23174
23519
  background-color: #ffffff;
23175
23520
  border: 1px solid #e6e7e9;
23176
23521
  }
23177
- .modalBox_1QHA_ .actionsRow_32AD9 > button:last-child {
23522
+ .modalBox_2GVnc .actionsRow_fle3w > button:last-child {
23178
23523
  background-color: #fe5250;
23179
23524
  border: none;
23180
23525
  color: #fff;
23181
23526
  }
23182
- .timerContainer_EUEKq {
23527
+ .timerContainer_2kw-F {
23183
23528
  flex-grow: 1;
23184
23529
  margin-top: 5px;
23185
23530
  padding-left: 8px;
23186
23531
  color: #91939c;
23187
23532
  }
23188
- .timerContainer_EUEKq > svg {
23533
+ .timerContainer_2kw-F > svg {
23189
23534
  width: 16px;
23190
23535
  height: 16px;
23191
23536
  margin-right: 4px;
23192
23537
  position: relative;
23193
23538
  top: 2px;
23194
23539
  }
23195
- .timerContainer_EUEKq > span {
23540
+ .timerContainer_2kw-F > span {
23196
23541
  font-size: 14px;
23197
23542
  }
23198
- .noPermisionContainer_3QmMB {
23543
+ .noPermisionContainer_3eWyp {
23199
23544
  padding: 0 24px;
23200
23545
  text-align: center;
23201
23546
  margin-top: 190px;
23202
23547
  }
23203
- .noPermisionContainer_3QmMB .imgBox_3CF5i > img {
23548
+ .noPermisionContainer_3eWyp .imgBox_2uAmS > img {
23204
23549
  width: 140px;
23205
23550
  }
23206
- .noPermisionContainer_3QmMB .textBox_3phQB {
23551
+ .noPermisionContainer_3eWyp .textBox_3mhj8 {
23207
23552
  font-size: 14px;
23208
23553
  }
23209
- .daikaishi_jzkaq {
23554
+ .daikaishi_2GtOK {
23210
23555
  width: 100px;
23211
23556
  height: 22px;
23212
23557
  line-height: 22px;
@@ -23219,6 +23564,350 @@
23219
23564
  width: 24px !important;
23220
23565
  height: 42px !important;
23221
23566
  }
23567
+ .toolbarBox_30Xq3 {
23568
+ position: absolute;
23569
+ bottom: 8px;
23570
+ background-color: #fff;
23571
+ left: 50%;
23572
+ transform: translateX(-50%);
23573
+ border-radius: 4px;
23574
+ border: 1px solid #c2c3c8;
23575
+ box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
23576
+ display: flex;
23577
+ align-items: center;
23578
+ padding: 4px 12px;
23579
+ pointer-events: auto;
23580
+ padding-left: 4px;
23581
+ }
23582
+ .toolbarBox_30Xq3 .miniCtrlBox_3TxQJ {
23583
+ display: flex;
23584
+ align-items: center;
23585
+ width: 24px;
23586
+ height: 48px;
23587
+ border-radius: 4px;
23588
+ }
23589
+ .toolbarBox_30Xq3 .miniCtrlBox_3TxQJ:hover {
23590
+ background-color: rgba(0, 0, 0, 0.06);
23591
+ }
23592
+ .toolbarBox_30Xq3 .mini_btn_split_26RaN {
23593
+ width: 1px;
23594
+ height: 48px;
23595
+ background-color: #e6e7e9;
23596
+ margin-left: 2px;
23597
+ }
23598
+ .toolbarBox_30Xq3 > .infoBox_17i9X {
23599
+ display: flex;
23600
+ font-size: 14px;
23601
+ flex-direction: column;
23602
+ margin-left: 12px;
23603
+ }
23604
+ .toolbarBox_30Xq3 > .infoBox_17i9X .text_1ZDXk {
23605
+ color: #000;
23606
+ margin-right: 8px;
23607
+ }
23608
+ .toolbarBox_30Xq3 > .infoBox_17i9X .timing_1XYpy {
23609
+ color: #91939c;
23610
+ }
23611
+ .toolbarBox_30Xq3 .backtoframe_3L8Lh {
23612
+ display: flex;
23613
+ flex-direction: column;
23614
+ align-items: center;
23615
+ padding: 2px;
23616
+ border-radius: 4px;
23617
+ margin-left: 8px;
23618
+ cursor: pointer;
23619
+ padding: 4px;
23620
+ }
23621
+ .toolbarBox_30Xq3 .backtoframe_3L8Lh > svg {
23622
+ font-size: 22px;
23623
+ margin-top: 4px;
23624
+ }
23625
+ .toolbarBox_30Xq3 .backtoframe_3L8Lh > span {
23626
+ font-size: 10px;
23627
+ margin-top: 2px;
23628
+ color: #303445;
23629
+ line-height: 18px;
23630
+ }
23631
+ .toolbarBox_30Xq3 .backtoframe_3L8Lh:hover {
23632
+ background-color: rgba(0, 0, 0, 0.06);
23633
+ }
23634
+ .toolbarBox_30Xq3 .leaveBtn_9Y5lk {
23635
+ padding: 7px 12px;
23636
+ display: flex;
23637
+ border-radius: 4px;
23638
+ border: 1px solid #fe5250;
23639
+ color: #fe5250;
23640
+ font-size: 14px;
23641
+ cursor: pointer;
23642
+ margin-left: 12px;
23643
+ }
23644
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn {
23645
+ display: flex;
23646
+ border-radius: 4px;
23647
+ cursor: pointer;
23648
+ margin-left: 8px;
23649
+ padding: 4px;
23650
+ position: relative;
23651
+ }
23652
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .iconBox_Pyr4- {
23653
+ display: flex;
23654
+ flex-direction: column;
23655
+ align-items: center;
23656
+ }
23657
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .iconBox_Pyr4- > svg {
23658
+ font-size: 22px;
23659
+ margin-top: 4px;
23660
+ }
23661
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .iconBox_Pyr4- > span {
23662
+ font-size: 10px;
23663
+ color: #303445;
23664
+ line-height: 18px;
23665
+ margin-top: 2px;
23666
+ }
23667
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU {
23668
+ bottom: calc(100% + 12px);
23669
+ width: 400px;
23670
+ border-radius: 4px;
23671
+ }
23672
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .panelRoot_tJwct {
23673
+ width: 100%;
23674
+ height: 100%;
23675
+ display: flex;
23676
+ flex-direction: column;
23677
+ padding-top: 16px;
23678
+ padding-bottom: 4px;
23679
+ color: #0c1024;
23680
+ }
23681
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .panelRoot_tJwct .title_3rFjx {
23682
+ display: flex;
23683
+ flex-direction: row;
23684
+ height: 24px;
23685
+ position: relative;
23686
+ align-items: center;
23687
+ justify-content: space-between;
23688
+ margin: 0 16px;
23689
+ margin-right: 8px;
23690
+ }
23691
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .panelRoot_tJwct .title_3rFjx .actionBox_1gEGA {
23692
+ display: flex;
23693
+ align-items: center;
23694
+ }
23695
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .panelRoot_tJwct .title_3rFjx .mainText_2fa9X {
23696
+ font-size: 16px;
23697
+ height: 24px;
23698
+ line-height: 24px;
23699
+ font-weight: 600;
23700
+ }
23701
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .panelRoot_tJwct .title_3rFjx .closeBtnBox_28tNw {
23702
+ display: flex;
23703
+ padding: 6px;
23704
+ border-radius: 2px;
23705
+ cursor: pointer;
23706
+ }
23707
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .panelRoot_tJwct .title_3rFjx .closeBtnBox_28tNw:hover {
23708
+ background-color: rgba(0, 0, 0, 0.06);
23709
+ }
23710
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .panelRoot_tJwct .title_3rFjx .closeIcon_WCz7d {
23711
+ width: 20px;
23712
+ height: 20px;
23713
+ }
23714
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .memberManageRoot_1oYDf {
23715
+ flex: 1;
23716
+ display: flex;
23717
+ flex-direction: column;
23718
+ width: 100%;
23719
+ overflow: hidden;
23720
+ }
23721
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .memberManageRoot_1oYDf .header_3bsuU {
23722
+ width: 100%;
23723
+ display: flex;
23724
+ flex-direction: row;
23725
+ align-items: center;
23726
+ color: #0c1024;
23727
+ margin-bottom: 12px;
23728
+ padding: 0 16px;
23729
+ }
23730
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .memberManageRoot_1oYDf .header_3bsuU .tab_15ipq {
23731
+ flex: 1;
23732
+ background: #f5f6f6;
23733
+ display: flex;
23734
+ justify-content: center;
23735
+ align-items: center;
23736
+ height: 36px;
23737
+ cursor: pointer;
23738
+ border-radius: 2px;
23739
+ }
23740
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .memberManageRoot_1oYDf .header_3bsuU .tab_15ipq span {
23741
+ text-align: center;
23742
+ height: 22px;
23743
+ line-height: 22px;
23744
+ font-size: 14px;
23745
+ }
23746
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .memberManageRoot_1oYDf .header_3bsuU .tab_15ipq.active_3Pn19 {
23747
+ background: #2e73e5;
23748
+ color: white;
23749
+ }
23750
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L {
23751
+ overflow: auto;
23752
+ padding: 0 16px;
23753
+ display: flex;
23754
+ flex-direction: column;
23755
+ height: 100%;
23756
+ }
23757
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L .entityRow_16P56 {
23758
+ display: flex;
23759
+ justify-content: space-between;
23760
+ align-items: center;
23761
+ height: 40px;
23762
+ margin: 4px 0;
23763
+ }
23764
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L .entityRow_16P56 > .infoBox_17i9X {
23765
+ display: flex;
23766
+ align-items: center;
23767
+ gap: 8px;
23768
+ }
23769
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L .entityRow_16P56 > .infoBox_17i9X .textBlock_1jjeI {
23770
+ display: flex;
23771
+ flex-direction: column;
23772
+ }
23773
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L .entityRow_16P56 > .infoBox_17i9X .textBlock_1jjeI .name_2qTTu {
23774
+ font-size: 15px;
23775
+ line-height: 22px;
23776
+ }
23777
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L .entityRow_16P56 > .infoBox_17i9X .textBlock_1jjeI .note_3Bqwv {
23778
+ font-size: 13px;
23779
+ line-height: 18px;
23780
+ color: #91939c;
23781
+ }
23782
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L .entityRow_16P56 > .mediaBox_2P_bg {
23783
+ display: flex;
23784
+ }
23785
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L .entityRow_16P56 > .mediaBox_2P_bg .iconBox_Pyr4- {
23786
+ padding: 9px;
23787
+ }
23788
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L .entityRow_16P56 > .mediaBox_2P_bg .iconBox_Pyr4- .icon_3_mxE {
23789
+ cursor: pointer;
23790
+ font-size: 18px;
23791
+ position: relative;
23792
+ }
23793
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L .entityRow_16P56 > .mediaBox_2P_bg .iconBox_Pyr4- .icon_3_mxE.disabled_SuNKR {
23794
+ pointer-events: none;
23795
+ color: #c2c3c8;
23796
+ }
23797
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L .divider_2NIeK {
23798
+ height: 30px;
23799
+ line-height: 30px;
23800
+ background-color: #f5f6f6;
23801
+ font-size: 12px;
23802
+ padding-left: 16px;
23803
+ margin-left: -16px;
23804
+ margin-right: -16px;
23805
+ }
23806
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L .fullContainer_1ctB7 {
23807
+ flex: 1;
23808
+ display: flex;
23809
+ justify-content: center;
23810
+ align-items: center;
23811
+ }
23812
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L .fullContainer_1ctB7 > span {
23813
+ color: #c2c3c8;
23814
+ font-size: 14px;
23815
+ }
23816
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn .subWin_3zjkU .listRoot_2021L::-webkit-scrollbar {
23817
+ display: none;
23818
+ -ms-overflow-style: none;
23819
+ /* IE and Edge */
23820
+ scrollbar-width: none;
23821
+ /* Firefox */
23822
+ }
23823
+ .toolbarBox_30Xq3 .memberCtrlBox_17_gn:hover {
23824
+ background-color: rgba(0, 0, 0, 0.06);
23825
+ }
23826
+ .toolbarBox_30Xq3.miniMode_eAHps .miniCtrlBox_3TxQJ {
23827
+ transform: rotate(180deg);
23828
+ height: 24px;
23829
+ }
23830
+ .toolbarBox_30Xq3.miniMode_eAHps .mini_btn_split_26RaN {
23831
+ height: 24px;
23832
+ }
23833
+ .toolbarBox_30Xq3.miniMode_eAHps .infoBox_17i9X {
23834
+ flex-direction: row;
23835
+ }
23836
+ .toolbarBox_30Xq3.miniMode_eAHps .backtoframe_3L8Lh {
23837
+ padding: 2px;
23838
+ flex-direction: row;
23839
+ }
23840
+ .toolbarBox_30Xq3.miniMode_eAHps .backtoframe_3L8Lh > svg {
23841
+ margin-top: 0;
23842
+ }
23843
+ .toolbarBox_30Xq3.miniMode_eAHps .memberCtrlBox_17_gn {
23844
+ margin-left: 0;
23845
+ padding: 2px;
23846
+ }
23847
+ .toolbarBox_30Xq3.miniMode_eAHps .memberCtrlBox_17_gn .iconBox_Pyr4- > svg {
23848
+ margin-top: 0;
23849
+ }
23850
+ .toolbarBox_30Xq3.miniMode_eAHps .leaveBtn_9Y5lk {
23851
+ padding: 2px 8px;
23852
+ }
23853
+ .rtclistRoot_1hpzf {
23854
+ pointer-events: auto;
23855
+ }
23856
+ .callModal_GmNzb {
23857
+ position: absolute;
23858
+ top: 50%;
23859
+ left: 50%;
23860
+ transform: translate(-50%, -50%);
23861
+ width: 480px;
23862
+ padding: 24px;
23863
+ border-radius: 12px;
23864
+ background-color: #fff;
23865
+ }
23866
+ .callModal_GmNzb .titleRow_28PMV {
23867
+ display: flex;
23868
+ align-items: center;
23869
+ margin-bottom: 8px;
23870
+ }
23871
+ .callModal_GmNzb .titleRow_28PMV > svg {
23872
+ margin-right: 12px;
23873
+ font-size: 28px;
23874
+ color: #ffa519;
23875
+ align-self: flex-start;
23876
+ }
23877
+ .callModal_GmNzb .titleRow_28PMV .title_3rFjx {
23878
+ font-size: 20px;
23879
+ font-weight: 500;
23880
+ }
23881
+ .callModal_GmNzb .subtitleRow_1cHc3 {
23882
+ margin-bottom: 24px;
23883
+ }
23884
+ .callModal_GmNzb .subtitleRow_1cHc3 > span {
23885
+ color: #616371;
23886
+ font-size: 14px;
23887
+ margin-left: 40px;
23888
+ }
23889
+ .callModal_GmNzb .actionRow_XoOaK {
23890
+ display: flex;
23891
+ justify-content: flex-end;
23892
+ gap: 12px;
23893
+ }
23894
+ .callModal_GmNzb .actionRow_XoOaK > div {
23895
+ border-radius: 4px;
23896
+ padding: 8px 16px;
23897
+ font-size: 16px;
23898
+ display: flex;
23899
+ justify-content: center;
23900
+ align-items: center;
23901
+ cursor: pointer;
23902
+ }
23903
+ .callModal_GmNzb .actionRow_XoOaK .later_2qmuT {
23904
+ border: 1px solid #dbdbde;
23905
+ color: #0c1024;
23906
+ }
23907
+ .callModal_GmNzb .actionRow_XoOaK .enable_9TQOL {
23908
+ background-color: #2e73e5;
23909
+ color: #fff;
23910
+ }
23222
23911
 
23223
23912
  .modal_u0yh4 {
23224
23913
  pointer-events: auto;