@plaso-infi/whiteboard-sdk 0.2.6 → 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.
- package/dist/cjs/icon_map-6c5c4fe0-59742d61.js +1 -0
- package/dist/cjs/index-4351ab81.js +73 -0
- package/dist/cjs/index-8df22370-fce50926.js +1 -0
- package/dist/cjs/index.css +1072 -391
- package/dist/cjs/index.d.ts +16 -4
- package/dist/cjs/index.js +1 -1
- package/dist/esm/icon_map-6c5c4fe0-7d298fb1.js +1 -0
- package/dist/esm/index-1a65132d.js +73 -0
- package/dist/esm/index-8df22370-7479587e.js +1 -0
- package/dist/esm/index.css +1072 -391
- package/dist/esm/index.d.ts +16 -4
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/icon_map-045b8a37-62339bc2.js +0 -1
- package/dist/cjs/index-c50caacd-61254089.js +0 -1
- package/dist/cjs/index-f7647a4b.js +0 -73
- package/dist/esm/icon_map-045b8a37-d07f81c3.js +0 -1
- package/dist/esm/index-0dd31a2c.js +0 -73
- package/dist/esm/index-c50caacd-7f8e5116.js +0 -1
- /package/dist/cjs/{hls-1d581e7e-f75a1954.js → hls-34c85692-986afa9a.js} +0 -0
- /package/dist/cjs/{pdf_lib-e6018db4-e8dbafdf.js → pdf_lib-d28baf2f-8e65b405.js} +0 -0
- /package/dist/esm/{hls-1d581e7e-01f74054.js → hls-34c85692-428bbc6b.js} +0 -0
- /package/dist/esm/{pdf_lib-e6018db4-7521e959.js → pdf_lib-d28baf2f-75bb720d.js} +0 -0
package/dist/cjs/index.css
CHANGED
|
@@ -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:
|
|
2276
|
-
height:
|
|
2283
|
+
width: 26px;
|
|
2284
|
+
height: 26px;
|
|
2277
2285
|
position: absolute;
|
|
2278
|
-
right:
|
|
2279
|
-
bottom:
|
|
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:
|
|
2290
|
-
top:
|
|
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:
|
|
2296
|
-
top:
|
|
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:
|
|
2302
|
-
bottom:
|
|
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:
|
|
2312
|
-
right:
|
|
2313
|
-
top:
|
|
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:
|
|
2319
|
-
right:
|
|
2320
|
-
bottom:
|
|
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:
|
|
2326
|
-
bottom:
|
|
2327
|
-
right:
|
|
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:
|
|
2333
|
-
bottom:
|
|
2334
|
-
left:
|
|
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
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
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;
|
|
@@ -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: #
|
|
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
|
|
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,34 +10438,47 @@
|
|
|
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:
|
|
10427
|
-
height:
|
|
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:
|
|
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:
|
|
10442
|
-
height:
|
|
10459
|
+
width: 44px;
|
|
10460
|
+
height: 44px;
|
|
10461
|
+
border-radius: 2px;
|
|
10443
10462
|
}
|
|
10444
10463
|
.dashboardContainer_mRFS- .dashboardHead_s3G4o .clearContainer_1scVk:hover {
|
|
10445
|
-
color:
|
|
10464
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
10465
|
+
}
|
|
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;
|
|
10446
10472
|
}
|
|
10447
10473
|
.dashboardContainer_mRFS- .dashboardHead_s3G4o .clearContainer_1scVk .clearIcon_3gBAN {
|
|
10448
10474
|
width: 18px;
|
|
10449
10475
|
height: 18px;
|
|
10450
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
|
+
}
|
|
10451
10482
|
.dashboardContainer_mRFS- .dashboardHead_s3G4o .dashboardHeadSubRow_1MQgh {
|
|
10452
10483
|
margin-top: 4px;
|
|
10453
10484
|
display: flex;
|
|
@@ -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:
|
|
10468
|
-
padding-top:
|
|
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: #
|
|
11257
|
-
border: 1px solid #
|
|
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: #
|
|
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: #
|
|
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:
|
|
11396
|
-
height:
|
|
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
|
-
.
|
|
11531
|
+
.root_2uqfG {
|
|
11416
11532
|
pointer-events: auto;
|
|
11417
11533
|
display: flex;
|
|
11534
|
+
gap: 2px;
|
|
11418
11535
|
}
|
|
11419
|
-
.
|
|
11420
|
-
width:
|
|
11421
|
-
height:
|
|
11536
|
+
.btn_1GO1Z {
|
|
11537
|
+
width: 36px;
|
|
11538
|
+
height: 36px;
|
|
11422
11539
|
display: flex;
|
|
11423
11540
|
}
|
|
11424
|
-
.
|
|
11541
|
+
.btn_icon_1H0aX {
|
|
11425
11542
|
margin: auto;
|
|
11426
11543
|
}
|
|
11427
|
-
.
|
|
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
|
-
.
|
|
11547
|
+
.slide_info_2sd3p {
|
|
11548
|
+
width: min-content !important;
|
|
11549
|
+
}
|
|
11550
|
+
.slide_info_2sd3p {
|
|
11434
11551
|
color: var(--upime-main-text);
|
|
11435
|
-
height:
|
|
11436
|
-
|
|
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
|
-
.
|
|
11444
|
-
|
|
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
|
-
.
|
|
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
|
-
.
|
|
14466
|
+
.root_1jyVi.listHided_xwE6e {
|
|
14326
14467
|
top: 50% !important;
|
|
14327
14468
|
transform: translate(248px, -50%) !important;
|
|
14328
14469
|
}
|
|
14329
|
-
.
|
|
14470
|
+
.root_1jyVi.hide_2ZSIJ {
|
|
14330
14471
|
visibility: hidden;
|
|
14331
14472
|
}
|
|
14332
|
-
.
|
|
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
|
-
.
|
|
14479
|
+
.viewport_2rmNk {
|
|
14339
14480
|
margin-top: 26px;
|
|
14340
14481
|
overflow: hidden;
|
|
14341
14482
|
}
|
|
14342
|
-
.
|
|
14483
|
+
.transList_i2kjX {
|
|
14343
14484
|
transition: transform 0.2s ease;
|
|
14344
14485
|
}
|
|
14345
|
-
.
|
|
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
|
-
.
|
|
14498
|
+
.upBtn_2_rkT {
|
|
14358
14499
|
top: 0px;
|
|
14359
14500
|
}
|
|
14360
|
-
.
|
|
14501
|
+
.downBtn_G1Z2B {
|
|
14361
14502
|
bottom: 4px;
|
|
14362
14503
|
}
|
|
14363
|
-
.
|
|
14504
|
+
.btnDisabled_11Cql {
|
|
14364
14505
|
cursor: not-allowed;
|
|
14365
14506
|
background-color: rgba(0, 0, 0, 0.2);
|
|
14366
14507
|
}
|
|
14367
|
-
.
|
|
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
|
-
.
|
|
14523
|
+
.sideToggle_1QrNC.listHided_xwE6e svg {
|
|
14383
14524
|
transform: rotate(180deg);
|
|
14384
14525
|
}
|
|
14385
|
-
.
|
|
14526
|
+
.sideToggle_1QrNC svg {
|
|
14386
14527
|
width: 24px;
|
|
14387
14528
|
height: 24px;
|
|
14388
14529
|
color: white;
|
|
14389
14530
|
}
|
|
14390
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
14555
|
+
.sideTogglePhone_3h6ss svg {
|
|
14414
14556
|
width: 24px;
|
|
14415
14557
|
height: 24px;
|
|
14416
14558
|
color: white;
|
|
14417
14559
|
}
|
|
14418
|
-
.
|
|
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
|
-
.
|
|
14567
|
+
.enlargedVideoConPhone_1-pCU.open_xtzeE {
|
|
14426
14568
|
z-index: 21;
|
|
14427
14569
|
}
|
|
14428
|
-
.
|
|
14570
|
+
.detachedBoxLandscape_2kfdO {
|
|
14429
14571
|
width: 100%;
|
|
14430
14572
|
height: 100%;
|
|
14431
14573
|
display: flex;
|
|
14432
14574
|
}
|
|
14433
|
-
.
|
|
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
|
-
.
|
|
14581
|
+
.detachedBoxLandscape_2kfdO .mixBox_TmvtM .videoContainer_sXLil {
|
|
14440
14582
|
height: 100%;
|
|
14441
14583
|
width: 100%;
|
|
14442
14584
|
padding: 0 39px;
|
|
14443
14585
|
}
|
|
14444
|
-
.
|
|
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
|
-
.
|
|
14598
|
+
.detachedBoxLandscape_2kfdO .mixBox_TmvtM .avatarContainer_3r5DY .avatar_2kRaF {
|
|
14457
14599
|
width: 100px;
|
|
14458
14600
|
height: 100px;
|
|
14459
14601
|
}
|
|
14460
|
-
.
|
|
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
|
-
.
|
|
14612
|
+
.detachedBoxLandscape_2kfdO .mixBox_TmvtM .micIconBox_6I7Ri > svg {
|
|
14471
14613
|
color: #fff;
|
|
14472
14614
|
}
|
|
14473
|
-
.
|
|
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
|
-
.
|
|
14625
|
+
.detachedBoxLandscape_2kfdO .mixBox_TmvtM .micIconBox_6I7Ri .volume_3DLqs.hide_2ZSIJ {
|
|
14484
14626
|
display: none;
|
|
14485
14627
|
}
|
|
14486
|
-
.
|
|
14628
|
+
.detachedBoxLandscape_2kfdO .mixBox_TmvtM .header_1_vl9 {
|
|
14487
14629
|
position: absolute;
|
|
14488
14630
|
top: 16px;
|
|
14489
14631
|
}
|
|
14490
|
-
.
|
|
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
|
-
.
|
|
14644
|
+
.detachedBoxLandscape_2kfdO .mixBox_TmvtM .header_1_vl9 > span > span {
|
|
14503
14645
|
position: relative;
|
|
14504
14646
|
bottom: 7px;
|
|
14505
14647
|
}
|
|
14506
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
14673
|
+
.detachedBoxLandscape_2kfdO .profileBox_2qul4 .btnRow_3W-a0 {
|
|
14532
14674
|
height: 20px;
|
|
14533
14675
|
}
|
|
14534
|
-
.
|
|
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
|
-
.
|
|
14687
|
+
.detachedBoxLandscape_2kfdO .profileBox_2qul4 .btnRow_3W-a0 .sliderBtn_3WSwu > svg {
|
|
14546
14688
|
font-size: 20px;
|
|
14547
14689
|
}
|
|
14548
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
14749
|
+
.detachedBoxPortrait_3RTFQ .profileBox_2qul4 .btnRow_3W-a0 {
|
|
14608
14750
|
width: 24px;
|
|
14609
14751
|
}
|
|
14610
|
-
.
|
|
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
|
-
.
|
|
14763
|
+
.detachedBoxPortrait_3RTFQ .profileBox_2qul4 .btnRow_3W-a0 .sliderBtn_3WSwu > svg {
|
|
14622
14764
|
font-size: 20px;
|
|
14623
14765
|
}
|
|
14624
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
14776
|
+
.detachedBoxPortrait_3RTFQ .mixBox_TmvtM {
|
|
14635
14777
|
flex: 1;
|
|
14636
14778
|
position: relative;
|
|
14637
14779
|
}
|
|
14638
|
-
.
|
|
14780
|
+
.detachedBoxPortrait_3RTFQ .mixBox_TmvtM .videoContainer_sXLil {
|
|
14639
14781
|
height: 100%;
|
|
14640
14782
|
width: 100%;
|
|
14641
14783
|
}
|
|
14642
|
-
.
|
|
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
|
-
.
|
|
14796
|
+
.detachedBoxPortrait_3RTFQ .mixBox_TmvtM .avatarContainer_3r5DY .avatar_2kRaF {
|
|
14655
14797
|
width: 100px;
|
|
14656
14798
|
height: 100px;
|
|
14657
14799
|
}
|
|
14658
|
-
.
|
|
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
|
-
.
|
|
14811
|
+
.detachedBoxPortrait_3RTFQ .micIconBox_6I7Ri > svg {
|
|
14670
14812
|
color: #fff;
|
|
14671
14813
|
}
|
|
14672
|
-
.
|
|
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
|
-
.
|
|
14824
|
+
.detachedBoxPortrait_3RTFQ .micIconBox_6I7Ri .volume_3DLqs.hide_2ZSIJ {
|
|
14683
14825
|
display: none;
|
|
14684
14826
|
}
|
|
14685
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
14876
|
+
.rtcBlockPhoneBox_1ORnM .topLeftFloat_2EIJ9 svg {
|
|
14735
14877
|
width: 10px;
|
|
14736
14878
|
height: 10px;
|
|
14737
14879
|
color: white;
|
|
14738
14880
|
}
|
|
14739
|
-
.
|
|
14881
|
+
.rtcBlockPhoneBox_1ORnM .videoContainer_sXLil {
|
|
14740
14882
|
height: 100%;
|
|
14741
14883
|
width: 100%;
|
|
14742
14884
|
}
|
|
14743
|
-
.
|
|
14885
|
+
.rtcBlockPhoneBox_1ORnM.detached_2vQjr {
|
|
14744
14886
|
border: 1px solid #00c78b;
|
|
14745
14887
|
}
|
|
14746
14888
|
|
|
14747
|
-
.
|
|
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
|
-
.
|
|
14900
|
+
.avatar_tQY6d {
|
|
14759
14901
|
width: 60px;
|
|
14760
14902
|
height: 60px;
|
|
14761
14903
|
}
|
|
14762
|
-
.
|
|
14763
|
-
.
|
|
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
|
-
.
|
|
14774
|
-
.
|
|
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
|
-
.
|
|
14786
|
-
.
|
|
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
|
-
.
|
|
14795
|
-
.
|
|
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
|
-
.
|
|
14944
|
+
.header_1sZ9q {
|
|
14803
14945
|
height: 100%;
|
|
14804
14946
|
top: 16px;
|
|
14805
14947
|
align-items: flex-start;
|
|
14806
14948
|
}
|
|
14807
|
-
.
|
|
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
|
-
.
|
|
14955
|
+
.header_1sZ9q > span > span {
|
|
14814
14956
|
position: relative;
|
|
14815
14957
|
bottom: 7px;
|
|
14816
14958
|
}
|
|
14817
|
-
.
|
|
14959
|
+
.header_1sZ9q .shareIconBox_KMbke {
|
|
14818
14960
|
margin-left: 4px;
|
|
14819
14961
|
position: relative;
|
|
14820
14962
|
bottom: 7px;
|
|
14821
14963
|
}
|
|
14822
|
-
.
|
|
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
|
-
.
|
|
14975
|
+
.micIconContainer_3vf1g > svg {
|
|
14834
14976
|
width: 16px;
|
|
14835
14977
|
height: 16px;
|
|
14836
14978
|
}
|
|
14837
|
-
.
|
|
14979
|
+
.micIconContainer_3vf1g.detached_3z0FR {
|
|
14838
14980
|
margin-right: 24px;
|
|
14839
14981
|
}
|
|
14840
|
-
.
|
|
14982
|
+
.videoContainer_2tjGM {
|
|
14841
14983
|
width: 100%;
|
|
14842
14984
|
height: 100%;
|
|
14843
14985
|
position: absolute;
|
|
14844
14986
|
}
|
|
14845
|
-
.
|
|
14987
|
+
.videoContainer_2tjGM > div {
|
|
14846
14988
|
border-radius: 4px;
|
|
14847
14989
|
}
|
|
14848
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
15018
|
+
.coverContainer_vIm8s .actionRow_JSAwY {
|
|
14877
15019
|
text-align: center;
|
|
14878
15020
|
color: #fff;
|
|
14879
15021
|
}
|
|
14880
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
15083
|
+
.hoverTipRoot_2a1Xp svg {
|
|
14942
15084
|
width: 18px;
|
|
14943
15085
|
height: 18px;
|
|
14944
15086
|
color: white;
|
|
14945
15087
|
}
|
|
14946
|
-
.
|
|
15088
|
+
.closeBtn_192oN {
|
|
14947
15089
|
position: absolute;
|
|
14948
15090
|
top: 8px;
|
|
14949
15091
|
right: 8px;
|
|
14950
15092
|
}
|
|
14951
|
-
.
|
|
15093
|
+
.mirrorIconCon_3VjIc {
|
|
14952
15094
|
position: absolute;
|
|
14953
15095
|
top: 8px;
|
|
14954
15096
|
right: 46px;
|
|
14955
15097
|
}
|
|
14956
|
-
.
|
|
15098
|
+
.maxIconCon_1nUTw {
|
|
14957
15099
|
position: absolute;
|
|
14958
15100
|
top: 8px;
|
|
14959
15101
|
right: 85px;
|
|
14960
15102
|
}
|
|
14961
|
-
.
|
|
15103
|
+
.maxIconCon_1nUTw svg {
|
|
14962
15104
|
width: 22px;
|
|
14963
15105
|
height: 22px;
|
|
14964
15106
|
}
|
|
14965
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
15124
|
+
.detachedContent_3o6Vl span {
|
|
14983
15125
|
color: var(--upime-second-text);
|
|
14984
15126
|
line-height: 17px;
|
|
14985
15127
|
font-size: 12px;
|
|
14986
15128
|
}
|
|
14987
|
-
.
|
|
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
|
-
.
|
|
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-
|
|
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
|
-
.
|
|
16245
|
+
.widthPannel_1M8IU {
|
|
16004
16246
|
padding: 0px 16px;
|
|
16005
16247
|
}
|
|
16006
|
-
.
|
|
16248
|
+
.widthPannel_1M8IU p {
|
|
16007
16249
|
font-size: 12px;
|
|
16008
16250
|
margin: 0;
|
|
16009
16251
|
}
|
|
16010
|
-
.
|
|
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
|
-
.
|
|
16258
|
+
.tickSliderContainer_33qP- .tickSlider_3cJdB {
|
|
16017
16259
|
width: 150px;
|
|
16018
16260
|
}
|
|
16019
|
-
.
|
|
16261
|
+
.tickSliderContainer_33qP- > span {
|
|
16020
16262
|
font-size: 12px;
|
|
16021
16263
|
line-height: 18px;
|
|
16022
16264
|
}
|
|
16023
|
-
.
|
|
16265
|
+
.tickSliderContainer_33qP- .sliderValue_2BFB2 {
|
|
16024
16266
|
position: absolute;
|
|
16025
16267
|
right: 16px;
|
|
16026
16268
|
top: 40px;
|
|
16027
16269
|
}
|
|
16028
|
-
.
|
|
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
|
-
.
|
|
16276
|
+
.colorPannel_3gD_9 .colorWrapper_3bATY {
|
|
16035
16277
|
margin: 5px;
|
|
16036
16278
|
}
|
|
16037
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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: #
|
|
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: #
|
|
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:
|
|
16684
|
-
height:
|
|
16685
|
-
border-radius:
|
|
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: #
|
|
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:
|
|
16705
|
-
height:
|
|
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
|
|
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%;
|
|
16978
|
+
height: 36px;
|
|
16979
|
+
padding: 0 16px;
|
|
16980
|
+
display: flex;
|
|
16981
|
+
justify-content: space-between;
|
|
16982
|
+
align-items: center;
|
|
16716
16983
|
font-size: 12px;
|
|
16717
|
-
color: #
|
|
16718
|
-
|
|
16719
|
-
.setting_panel_onZEz .switch_btn_2MCW1 {
|
|
16720
|
-
flex-shrink: 0;
|
|
16984
|
+
color: #0c1024;
|
|
16985
|
+
cursor: pointer;
|
|
16721
16986
|
}
|
|
16722
|
-
.do-hovers .
|
|
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: #
|
|
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:
|
|
17466
|
-
height:
|
|
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: #
|
|
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: #
|
|
17832
|
+
background-color: #eaf1fc;
|
|
17562
17833
|
}
|
|
17563
17834
|
.cell_2xHN3:active {
|
|
17564
|
-
background-color: #
|
|
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:
|
|
17671
|
-
height:
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
18149
|
+
background: #ececee;
|
|
17866
18150
|
justify-content: center;
|
|
17867
18151
|
align-items: center;
|
|
17868
18152
|
}
|
|
@@ -20189,6 +20473,9 @@
|
|
|
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
|
+
}
|
|
20192
20479
|
.inMoreCtrl_2ObEO::before {
|
|
20193
20480
|
right: auto;
|
|
20194
20481
|
right: initial;
|
|
@@ -20210,6 +20497,7 @@
|
|
|
20210
20497
|
align-items: center;
|
|
20211
20498
|
justify-content: space-between;
|
|
20212
20499
|
margin: 0 16px;
|
|
20500
|
+
margin-right: 4px;
|
|
20213
20501
|
}
|
|
20214
20502
|
.panelRoot_2exv- .title_2vaXD .actionBox_2VjWq {
|
|
20215
20503
|
display: flex;
|
|
@@ -20248,7 +20536,7 @@
|
|
|
20248
20536
|
}
|
|
20249
20537
|
.panelRoot_2exv- .title_2vaXD .closeBtnBox_xB3WR {
|
|
20250
20538
|
display: flex;
|
|
20251
|
-
padding:
|
|
20539
|
+
padding: 8px;
|
|
20252
20540
|
border-radius: 2px;
|
|
20253
20541
|
cursor: pointer;
|
|
20254
20542
|
}
|
|
@@ -20273,6 +20561,22 @@
|
|
|
20273
20561
|
border: 1px solid #dbdbde;
|
|
20274
20562
|
cursor: pointer;
|
|
20275
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
|
+
}
|
|
20276
20580
|
.panelRoot_2exv- .footer_2xcF4.center_1Wa8z {
|
|
20277
20581
|
justify-content: center;
|
|
20278
20582
|
}
|
|
@@ -20334,28 +20638,28 @@
|
|
|
20334
20638
|
font-size: 14px;
|
|
20335
20639
|
margin-right: 8px;
|
|
20336
20640
|
cursor: pointer;
|
|
20337
|
-
|
|
20641
|
+
white-space: nowrap;
|
|
20338
20642
|
justify-content: center;
|
|
20339
20643
|
align-items: center;
|
|
20644
|
+
background-color: #fff;
|
|
20340
20645
|
}
|
|
20341
20646
|
.applyPermNoticeBox_1xavn .actionBox_2VjWq .refuse_18U93:hover {
|
|
20342
20647
|
color: #5798f2;
|
|
20343
20648
|
border-color: #5798f2;
|
|
20344
20649
|
}
|
|
20345
20650
|
.applyPermNoticeBox_1xavn .actionBox_2VjWq .refuse_18U93:active {
|
|
20346
|
-
color: #
|
|
20347
|
-
border-color: #
|
|
20651
|
+
color: #1d56bf;
|
|
20652
|
+
border-color: #1d56bf;
|
|
20348
20653
|
}
|
|
20349
20654
|
.applyPermNoticeBox_1xavn .actionBox_2VjWq .agree_1I3sn {
|
|
20350
20655
|
padding: 3px 12px;
|
|
20351
20656
|
border-radius: 4px;
|
|
20352
|
-
border: 1px solid #dbdbde;
|
|
20353
20657
|
display: flex;
|
|
20354
20658
|
font-size: 14px;
|
|
20355
20659
|
color: #fff;
|
|
20356
20660
|
background-color: #2e73e5;
|
|
20357
20661
|
cursor: pointer;
|
|
20358
|
-
|
|
20662
|
+
white-space: nowrap;
|
|
20359
20663
|
justify-content: center;
|
|
20360
20664
|
align-items: center;
|
|
20361
20665
|
}
|
|
@@ -20363,7 +20667,7 @@
|
|
|
20363
20667
|
background-color: #5798f2;
|
|
20364
20668
|
}
|
|
20365
20669
|
.applyPermNoticeBox_1xavn .actionBox_2VjWq .agree_1I3sn:active {
|
|
20366
|
-
background-color: #
|
|
20670
|
+
background-color: #1d56bf;
|
|
20367
20671
|
}
|
|
20368
20672
|
.applyPermNoticeBox_1xavn .actionBox_2VjWq .closeBox_LaiNL {
|
|
20369
20673
|
display: flex;
|
|
@@ -20461,7 +20765,7 @@
|
|
|
20461
20765
|
}
|
|
20462
20766
|
.permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .infoBox_2rhnk > span {
|
|
20463
20767
|
font-size: 14px;
|
|
20464
|
-
max-width:
|
|
20768
|
+
max-width: 136px;
|
|
20465
20769
|
white-space: nowrap;
|
|
20466
20770
|
overflow: hidden;
|
|
20467
20771
|
text-overflow: ellipsis;
|
|
@@ -20492,6 +20796,7 @@
|
|
|
20492
20796
|
font-size: 14px;
|
|
20493
20797
|
margin-right: 8px;
|
|
20494
20798
|
cursor: pointer;
|
|
20799
|
+
background-color: #fff;
|
|
20495
20800
|
}
|
|
20496
20801
|
.permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .actionBox_2VjWq .refuse_18U93:hover {
|
|
20497
20802
|
color: #5798f2;
|
|
@@ -20504,7 +20809,6 @@
|
|
|
20504
20809
|
.permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .actionBox_2VjWq .agree_1I3sn {
|
|
20505
20810
|
padding: 3px 12px;
|
|
20506
20811
|
border-radius: 4px;
|
|
20507
|
-
border: 1px solid #dbdbde;
|
|
20508
20812
|
display: flex;
|
|
20509
20813
|
font-size: 14px;
|
|
20510
20814
|
color: #fff;
|
|
@@ -20560,6 +20864,7 @@
|
|
|
20560
20864
|
align-items: center;
|
|
20561
20865
|
height: 36px;
|
|
20562
20866
|
cursor: pointer;
|
|
20867
|
+
border-radius: 2px;
|
|
20563
20868
|
}
|
|
20564
20869
|
.memberManageRoot_1were .header_dp6rJ .tab_12BLz span {
|
|
20565
20870
|
text-align: center;
|
|
@@ -20577,7 +20882,7 @@
|
|
|
20577
20882
|
flex-direction: row;
|
|
20578
20883
|
justify-content: flex-end;
|
|
20579
20884
|
align-items: center;
|
|
20580
|
-
margin-bottom:
|
|
20885
|
+
margin-bottom: 12px;
|
|
20581
20886
|
padding-right: 16px;
|
|
20582
20887
|
}
|
|
20583
20888
|
.memberManageRoot_1were .toggle_39O0w > span {
|
|
@@ -20655,6 +20960,12 @@
|
|
|
20655
20960
|
width: 18px;
|
|
20656
20961
|
height: 18px;
|
|
20657
20962
|
}
|
|
20963
|
+
.mb12_Ct2bh {
|
|
20964
|
+
margin-bottom: 12px;
|
|
20965
|
+
}
|
|
20966
|
+
.heighttop98_1H6yD {
|
|
20967
|
+
height: calc(100% - 98px);
|
|
20968
|
+
}
|
|
20658
20969
|
|
|
20659
20970
|
.root_dZL59 {
|
|
20660
20971
|
display: flex;
|
|
@@ -20758,6 +21069,10 @@
|
|
|
20758
21069
|
pointer-events: none;
|
|
20759
21070
|
color: var(--upime-disable);
|
|
20760
21071
|
}
|
|
21072
|
+
.root_dZL59 .iconBox_1SE0A.active_YrSYd {
|
|
21073
|
+
background-color: #eaf1fc;
|
|
21074
|
+
color: #2e73e5;
|
|
21075
|
+
}
|
|
20761
21076
|
.root_dZL59 .permActionBox_2ap47 {
|
|
20762
21077
|
position: relative;
|
|
20763
21078
|
display: flex;
|
|
@@ -20768,6 +21083,7 @@
|
|
|
20768
21083
|
}
|
|
20769
21084
|
.root_dZL59 .permActionBox_2ap47 .text_2vSdz {
|
|
20770
21085
|
font-size: 14px;
|
|
21086
|
+
white-space: nowrap;
|
|
20771
21087
|
}
|
|
20772
21088
|
.root_dZL59 .permActionBox_2ap47 .icon_2dM7j {
|
|
20773
21089
|
margin-left: 2px;
|
|
@@ -20783,11 +21099,19 @@
|
|
|
20783
21099
|
width: 100px;
|
|
20784
21100
|
justify-content: flex-end;
|
|
20785
21101
|
}
|
|
21102
|
+
.root_dZL59 .permActionBox_2ap47.active_YrSYd {
|
|
21103
|
+
background-color: #eaf1fc;
|
|
21104
|
+
color: #2e73e5;
|
|
21105
|
+
}
|
|
20786
21106
|
.root_dZL59 .permTextBox_o8KZm {
|
|
20787
21107
|
font-size: 14px;
|
|
20788
21108
|
display: inline-block;
|
|
20789
21109
|
padding: 7px 8px;
|
|
20790
21110
|
}
|
|
21111
|
+
.root_dZL59 .permTextBox_o8KZm.en_1f6jw {
|
|
21112
|
+
width: 85px;
|
|
21113
|
+
text-align: right;
|
|
21114
|
+
}
|
|
20791
21115
|
.root_dZL59 .permTextBox_o8KZm.disabled_ht8zx {
|
|
20792
21116
|
pointer-events: none;
|
|
20793
21117
|
color: var(--upime-disable);
|
|
@@ -20937,9 +21261,6 @@
|
|
|
20937
21261
|
color: #fe5250;
|
|
20938
21262
|
border-top: 1px solid #e6e7e9;
|
|
20939
21263
|
}
|
|
20940
|
-
.do-hovers .moreIcon_I--ur:hover {
|
|
20941
|
-
background: var(--upime-btn-bg-hover);
|
|
20942
|
-
}
|
|
20943
21264
|
.hidden_LNqGT {
|
|
20944
21265
|
display: none;
|
|
20945
21266
|
}
|
|
@@ -20967,7 +21288,11 @@
|
|
|
20967
21288
|
align-items: center;
|
|
20968
21289
|
}
|
|
20969
21290
|
.morePanel_740CJ > div:hover {
|
|
20970
|
-
background-color:
|
|
21291
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
21292
|
+
color: #0c1024;
|
|
21293
|
+
}
|
|
21294
|
+
.morePanel_740CJ > div:active {
|
|
21295
|
+
background-color: #eaf1fc;
|
|
20971
21296
|
color: #2e73e5;
|
|
20972
21297
|
}
|
|
20973
21298
|
.kickoutModalBox_2Lmr9 {
|
|
@@ -21061,7 +21386,7 @@
|
|
|
21061
21386
|
height: auto;
|
|
21062
21387
|
height: initial;
|
|
21063
21388
|
margin-left: 0;
|
|
21064
|
-
padding:
|
|
21389
|
+
padding: 8px;
|
|
21065
21390
|
}
|
|
21066
21391
|
.root_z5Dfc.inMemberCtrl_3a1W7 .iconBox_mLq0s > svg {
|
|
21067
21392
|
margin-top: 0;
|
|
@@ -21072,6 +21397,10 @@
|
|
|
21072
21397
|
.root_z5Dfc.inMemberCtrl_3a1W7 .iconBox_mLq0s:active {
|
|
21073
21398
|
color: #2e73e5;
|
|
21074
21399
|
}
|
|
21400
|
+
.root_z5Dfc.inMemberCtrl_3a1W7 .iconBox_mLq0s.active_bZKLF {
|
|
21401
|
+
color: #2e73e5;
|
|
21402
|
+
background-color: #EAF1FC;
|
|
21403
|
+
}
|
|
21075
21404
|
.root_z5Dfc.inMemberCtrl_3a1W7 .panelRoot_3SIhM {
|
|
21076
21405
|
z-index: 1;
|
|
21077
21406
|
bottom: auto;
|
|
@@ -22396,69 +22725,69 @@
|
|
|
22396
22725
|
transform: rotateY(180deg);
|
|
22397
22726
|
}
|
|
22398
22727
|
|
|
22399
|
-
.
|
|
22728
|
+
.root_3Aofq {
|
|
22400
22729
|
width: 40px;
|
|
22401
22730
|
height: 48px;
|
|
22402
22731
|
display: flex;
|
|
22403
22732
|
justify-content: center;
|
|
22404
22733
|
align-items: center;
|
|
22405
22734
|
}
|
|
22406
|
-
.
|
|
22735
|
+
.root_3Aofq svg {
|
|
22407
22736
|
width: 22px;
|
|
22408
22737
|
height: 22px;
|
|
22409
22738
|
cursor: pointer;
|
|
22410
22739
|
}
|
|
22411
|
-
.
|
|
22740
|
+
.root_3Aofq.active_3Pn19 {
|
|
22412
22741
|
color: #2e73e5;
|
|
22413
22742
|
}
|
|
22414
|
-
.
|
|
22743
|
+
.root_3Aofq:hover {
|
|
22415
22744
|
color: #2e73e5;
|
|
22416
22745
|
}
|
|
22417
|
-
.
|
|
22746
|
+
.root_3Aofq.phoneMode_5StJY {
|
|
22418
22747
|
width: 44px;
|
|
22419
22748
|
height: 44px;
|
|
22420
22749
|
}
|
|
22421
|
-
.
|
|
22750
|
+
.gdIcon_39p2c {
|
|
22422
22751
|
width: 24px;
|
|
22423
22752
|
height: 24px;
|
|
22424
22753
|
}
|
|
22425
|
-
.
|
|
22754
|
+
.createContainer_24LUP {
|
|
22426
22755
|
position: relative;
|
|
22427
22756
|
height: 100%;
|
|
22428
22757
|
}
|
|
22429
|
-
.
|
|
22758
|
+
.createContainer_24LUP .head_1vkan {
|
|
22430
22759
|
height: 64px;
|
|
22431
22760
|
padding: 17px 24px;
|
|
22432
22761
|
display: flex;
|
|
22433
22762
|
justify-content: space-between;
|
|
22434
22763
|
}
|
|
22435
|
-
.
|
|
22764
|
+
.createContainer_24LUP .head_1vkan > span {
|
|
22436
22765
|
font-size: 20px;
|
|
22437
22766
|
}
|
|
22438
|
-
.
|
|
22767
|
+
.createContainer_24LUP .head_1vkan .iconBtn_2IhHu {
|
|
22439
22768
|
cursor: pointer;
|
|
22440
22769
|
}
|
|
22441
|
-
.
|
|
22770
|
+
.createContainer_24LUP .head_1vkan .iconBtn_2IhHu:hover {
|
|
22442
22771
|
color: #2e73e5;
|
|
22443
22772
|
}
|
|
22444
|
-
.
|
|
22773
|
+
.createContainer_24LUP .body_2o5F4 {
|
|
22445
22774
|
padding: 12px 24px;
|
|
22446
22775
|
}
|
|
22447
|
-
.
|
|
22776
|
+
.createContainer_24LUP .body_2o5F4 .geshuContainer_2nY_L {
|
|
22448
22777
|
margin-bottom: 48px;
|
|
22449
22778
|
}
|
|
22450
|
-
.
|
|
22779
|
+
.createContainer_24LUP .body_2o5F4 .geshuContainer_2nY_L > div:first-child {
|
|
22451
22780
|
font-size: 16px;
|
|
22452
22781
|
margin-bottom: 12px;
|
|
22453
22782
|
}
|
|
22454
|
-
.
|
|
22783
|
+
.createContainer_24LUP .body_2o5F4 .geshuContainer_2nY_L > svg {
|
|
22455
22784
|
width: 22px;
|
|
22456
22785
|
height: 22px;
|
|
22457
22786
|
position: relative;
|
|
22458
22787
|
top: 7px;
|
|
22459
22788
|
cursor: pointer;
|
|
22460
22789
|
}
|
|
22461
|
-
.
|
|
22790
|
+
.createContainer_24LUP .body_2o5F4 .geshuContainer_2nY_L input {
|
|
22462
22791
|
width: 80px;
|
|
22463
22792
|
height: 36px;
|
|
22464
22793
|
border-radius: 4px;
|
|
@@ -22467,22 +22796,22 @@
|
|
|
22467
22796
|
margin-left: 16px;
|
|
22468
22797
|
margin-right: 16px;
|
|
22469
22798
|
}
|
|
22470
|
-
.
|
|
22799
|
+
.createContainer_24LUP .body_2o5F4 .geshuContainer_2nY_L input:focus {
|
|
22471
22800
|
border: 1px solid #2e73e5;
|
|
22472
22801
|
}
|
|
22473
|
-
.
|
|
22802
|
+
.createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 {
|
|
22474
22803
|
margin-bottom: 48px;
|
|
22475
22804
|
}
|
|
22476
|
-
.
|
|
22805
|
+
.createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 > div:first-child {
|
|
22477
22806
|
font-size: 16px;
|
|
22478
22807
|
margin-bottom: 4px;
|
|
22479
22808
|
}
|
|
22480
|
-
.
|
|
22809
|
+
.createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 > div:nth-child(2) {
|
|
22481
22810
|
color: #91939c;
|
|
22482
22811
|
font-size: 14px;
|
|
22483
22812
|
margin-bottom: 12px;
|
|
22484
22813
|
}
|
|
22485
|
-
.
|
|
22814
|
+
.createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 .choose_2sEUS {
|
|
22486
22815
|
width: 292px;
|
|
22487
22816
|
height: 64px;
|
|
22488
22817
|
position: relative;
|
|
@@ -22496,10 +22825,10 @@
|
|
|
22496
22825
|
border: 1px solid #e6e7e9;
|
|
22497
22826
|
cursor: pointer;
|
|
22498
22827
|
}
|
|
22499
|
-
.
|
|
22828
|
+
.createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 .choose_2sEUS:hover {
|
|
22500
22829
|
border: 1px solid #2e73e5;
|
|
22501
22830
|
}
|
|
22502
|
-
.
|
|
22831
|
+
.createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 .choose_2sEUS > span {
|
|
22503
22832
|
width: 216px;
|
|
22504
22833
|
height: 64px;
|
|
22505
22834
|
display: inline-block;
|
|
@@ -22507,49 +22836,53 @@
|
|
|
22507
22836
|
white-space: nowrap;
|
|
22508
22837
|
text-overflow: ellipsis;
|
|
22509
22838
|
}
|
|
22510
|
-
.
|
|
22839
|
+
.createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 .choose_2sEUS .lianjie_2MLOQ {
|
|
22511
22840
|
width: 16px;
|
|
22512
22841
|
height: 16px;
|
|
22513
22842
|
margin-right: 4px;
|
|
22514
22843
|
position: relative;
|
|
22515
22844
|
top: -25px;
|
|
22516
22845
|
}
|
|
22517
|
-
.
|
|
22846
|
+
.createContainer_24LUP .body_2o5F4 .contentContainer_3pWR4 .choose_2sEUS .guanbi_23AL6 {
|
|
22518
22847
|
width: 14px;
|
|
22519
22848
|
height: 14px;
|
|
22520
22849
|
position: absolute;
|
|
22521
22850
|
right: 16px;
|
|
22522
22851
|
top: 25px;
|
|
22523
22852
|
}
|
|
22524
|
-
.
|
|
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 {
|
|
22525
22859
|
font-size: 16px;
|
|
22526
22860
|
}
|
|
22527
|
-
.
|
|
22861
|
+
.createContainer_24LUP .body_2o5F4 .memberContainer_2LlbH .row_MhIw9 {
|
|
22528
22862
|
margin-top: 8px;
|
|
22529
22863
|
font-size: 14px;
|
|
22530
22864
|
}
|
|
22531
|
-
.
|
|
22865
|
+
.createContainer_24LUP .body_2o5F4 .memberContainer_2LlbH .row_MhIw9 label {
|
|
22532
22866
|
cursor: pointer;
|
|
22533
22867
|
}
|
|
22534
|
-
.
|
|
22868
|
+
.createContainer_24LUP .body_2o5F4 .memberContainer_2LlbH .row_MhIw9 input {
|
|
22535
22869
|
position: relative;
|
|
22536
22870
|
top: 1px;
|
|
22537
22871
|
margin-right: 8px;
|
|
22538
22872
|
cursor: pointer;
|
|
22539
22873
|
}
|
|
22540
|
-
.
|
|
22874
|
+
.createContainer_24LUP .body_2o5F4 .memberContainer_2LlbH .row_MhIw9 input:checked {
|
|
22541
22875
|
color: #2e73e5;
|
|
22542
22876
|
}
|
|
22543
|
-
.
|
|
22877
|
+
.createContainer_24LUP .body_2o5F4 .memberContainer_2LlbH .modedesc_2G4DT {
|
|
22544
22878
|
width: 292px;
|
|
22545
|
-
height: 70px;
|
|
22546
22879
|
line-height: 22px;
|
|
22547
22880
|
color: #91939c;
|
|
22548
|
-
font-size:
|
|
22881
|
+
font-size: 12px;
|
|
22549
22882
|
padding-left: 25px;
|
|
22550
22883
|
word-break: break-word;
|
|
22551
22884
|
}
|
|
22552
|
-
.
|
|
22885
|
+
.createContainer_24LUP .body_2o5F4 .createBtn_3_ZU6 {
|
|
22553
22886
|
position: absolute;
|
|
22554
22887
|
bottom: 24px;
|
|
22555
22888
|
width: 292px;
|
|
@@ -22561,38 +22894,38 @@
|
|
|
22561
22894
|
line-height: 44px;
|
|
22562
22895
|
cursor: pointer;
|
|
22563
22896
|
}
|
|
22564
|
-
.
|
|
22897
|
+
.createContainer_24LUP .body_2o5F4 .createBtn_3_ZU6:hover {
|
|
22565
22898
|
background-color: #5798f2;
|
|
22566
22899
|
}
|
|
22567
|
-
.
|
|
22900
|
+
.createContainer_24LUP .body_2o5F4 .createBtn_3_ZU6.diabled_4MDGe {
|
|
22568
22901
|
opacity: 0.5;
|
|
22569
22902
|
cursor: no-drop;
|
|
22570
22903
|
background-color: #2e73e5;
|
|
22571
22904
|
}
|
|
22572
|
-
.
|
|
22905
|
+
.scrollBar_hgJ4z {
|
|
22573
22906
|
scrollbar-color: #c2c3c8 transparent;
|
|
22574
22907
|
scrollbar-width: thin;
|
|
22575
22908
|
}
|
|
22576
|
-
.
|
|
22909
|
+
.scrollBar_hgJ4z::-webkit-scrollbar {
|
|
22577
22910
|
width: 4px;
|
|
22578
22911
|
}
|
|
22579
|
-
.
|
|
22912
|
+
.scrollBar_hgJ4z::-webkit-scrollbar-track {
|
|
22580
22913
|
border-radius: 5px;
|
|
22581
22914
|
background-color: transparent;
|
|
22582
22915
|
}
|
|
22583
|
-
.
|
|
22916
|
+
.scrollBar_hgJ4z::-webkit-scrollbar-thumb {
|
|
22584
22917
|
border-radius: 2px;
|
|
22585
22918
|
background-color: #c2c3c8;
|
|
22586
22919
|
}
|
|
22587
|
-
.
|
|
22920
|
+
.listContainer_XvAoi {
|
|
22588
22921
|
height: calc(100% - 94px);
|
|
22589
22922
|
padding-left: 24px;
|
|
22590
22923
|
padding-right: 20px;
|
|
22591
22924
|
}
|
|
22592
|
-
.
|
|
22925
|
+
.listContainer_XvAoi .bukelikai_1H2QE {
|
|
22593
22926
|
margin-bottom: 13px;
|
|
22594
22927
|
}
|
|
22595
|
-
.
|
|
22928
|
+
.listContainer_XvAoi .bukelikai_1H2QE > svg {
|
|
22596
22929
|
width: 18px;
|
|
22597
22930
|
height: 18px;
|
|
22598
22931
|
color: #ffa519;
|
|
@@ -22600,52 +22933,52 @@
|
|
|
22600
22933
|
position: relative;
|
|
22601
22934
|
top: 3px;
|
|
22602
22935
|
}
|
|
22603
|
-
.
|
|
22936
|
+
.listContainer_XvAoi .bukelikai_1H2QE > span {
|
|
22604
22937
|
color: #91939c;
|
|
22605
22938
|
font-size: 14px;
|
|
22606
22939
|
}
|
|
22607
|
-
.
|
|
22940
|
+
.listContainer_XvAoi .shuomin_1G0Kt {
|
|
22608
22941
|
color: #91939c;
|
|
22609
22942
|
font-size: 14px;
|
|
22610
22943
|
margin-bottom: 10px;
|
|
22611
22944
|
}
|
|
22612
|
-
.
|
|
22945
|
+
.listContainer_XvAoi .groupArea_IMHOO {
|
|
22613
22946
|
margin-bottom: 24px;
|
|
22614
22947
|
height: calc(100% - 85px);
|
|
22615
22948
|
overflow: auto;
|
|
22616
22949
|
scrollbar-color: #c2c3c8 transparent;
|
|
22617
22950
|
scrollbar-width: thin;
|
|
22618
22951
|
}
|
|
22619
|
-
.
|
|
22952
|
+
.listContainer_XvAoi .groupArea_IMHOO::-webkit-scrollbar {
|
|
22620
22953
|
width: 4px;
|
|
22621
22954
|
}
|
|
22622
|
-
.
|
|
22955
|
+
.listContainer_XvAoi .groupArea_IMHOO::-webkit-scrollbar-track {
|
|
22623
22956
|
border-radius: 5px;
|
|
22624
22957
|
background-color: transparent;
|
|
22625
22958
|
}
|
|
22626
|
-
.
|
|
22959
|
+
.listContainer_XvAoi .groupArea_IMHOO::-webkit-scrollbar-thumb {
|
|
22627
22960
|
border-radius: 2px;
|
|
22628
22961
|
background-color: #c2c3c8;
|
|
22629
22962
|
}
|
|
22630
|
-
.
|
|
22963
|
+
.listContainer_XvAoi .groupArea_IMHOO .plusRow_g9so3 {
|
|
22631
22964
|
text-align: center;
|
|
22632
22965
|
}
|
|
22633
|
-
.
|
|
22966
|
+
.listContainer_XvAoi .groupArea_IMHOO .plusRow_g9so3 > svg {
|
|
22634
22967
|
width: 32px;
|
|
22635
22968
|
height: 32px;
|
|
22636
22969
|
cursor: pointer;
|
|
22637
22970
|
}
|
|
22638
|
-
.
|
|
22971
|
+
.listContainer_XvAoi .groupArea_IMHOO.notManager_2IjiF {
|
|
22639
22972
|
height: 100%;
|
|
22640
22973
|
}
|
|
22641
|
-
.
|
|
22974
|
+
.listContainer_XvAoi .actionRow_XoOaK {
|
|
22642
22975
|
position: absolute;
|
|
22643
22976
|
bottom: 24px;
|
|
22644
22977
|
}
|
|
22645
|
-
.
|
|
22978
|
+
.listContainer_XvAoi .actionRow_XoOaK > div {
|
|
22646
22979
|
display: inline-block;
|
|
22647
22980
|
}
|
|
22648
|
-
.
|
|
22981
|
+
.listContainer_XvAoi .actionRow_XoOaK .btn_3SQhy {
|
|
22649
22982
|
width: 140px;
|
|
22650
22983
|
height: 36px;
|
|
22651
22984
|
border-radius: 4px;
|
|
@@ -22655,29 +22988,29 @@
|
|
|
22655
22988
|
font-size: 14px;
|
|
22656
22989
|
cursor: pointer;
|
|
22657
22990
|
}
|
|
22658
|
-
.
|
|
22991
|
+
.listContainer_XvAoi .actionRow_XoOaK .jiesan_3dNFl {
|
|
22659
22992
|
color: #fe5250;
|
|
22660
22993
|
border: 1px solid #fe5250;
|
|
22661
22994
|
margin-right: 12px;
|
|
22662
22995
|
}
|
|
22663
|
-
.
|
|
22996
|
+
.listContainer_XvAoi .actionRow_XoOaK .jiesan_3dNFl:hover {
|
|
22664
22997
|
opacity: 0.8;
|
|
22665
22998
|
}
|
|
22666
|
-
.
|
|
22999
|
+
.listContainer_XvAoi .actionRow_XoOaK .kaishi_CukL6 {
|
|
22667
23000
|
background-color: #2e73e5;
|
|
22668
23001
|
color: #fff;
|
|
22669
23002
|
}
|
|
22670
|
-
.
|
|
23003
|
+
.listContainer_XvAoi .actionRow_XoOaK .kaishi_CukL6:hover {
|
|
22671
23004
|
background-color: #5798f2;
|
|
22672
23005
|
}
|
|
22673
|
-
.
|
|
23006
|
+
.listContainer_XvAoi .actionRow_XoOaK .kaishi_CukL6.disabled_SuNKR {
|
|
22674
23007
|
opacity: 0.5;
|
|
22675
23008
|
cursor: not-allowed;
|
|
22676
23009
|
}
|
|
22677
|
-
.
|
|
23010
|
+
.listContainer_XvAoi .actionRow_XoOaK .kaishi_CukL6.disabled_SuNKR:hover {
|
|
22678
23011
|
background-color: #2e73e5;
|
|
22679
23012
|
}
|
|
22680
|
-
.
|
|
23013
|
+
.groupContainer_19veS {
|
|
22681
23014
|
width: 292px;
|
|
22682
23015
|
height: 120px;
|
|
22683
23016
|
border-radius: 8px;
|
|
@@ -22686,22 +23019,22 @@
|
|
|
22686
23019
|
padding: 12px 16px;
|
|
22687
23020
|
margin-bottom: 8px;
|
|
22688
23021
|
}
|
|
22689
|
-
.
|
|
23022
|
+
.groupContainer_19veS.noManager_3ldQY {
|
|
22690
23023
|
background-color: #fff;
|
|
22691
23024
|
border: 1px solid #dbdbde;
|
|
22692
23025
|
}
|
|
22693
|
-
.
|
|
23026
|
+
.groupContainer_19veS.selected_MdleE {
|
|
22694
23027
|
border: 1px solid #2e73e5 !important;
|
|
22695
23028
|
}
|
|
22696
|
-
.
|
|
23029
|
+
.groupContainer_19veS.selected_MdleE {
|
|
22697
23030
|
background-color: #eaf1fc;
|
|
22698
23031
|
}
|
|
22699
|
-
.
|
|
23032
|
+
.groupContainer_19veS .name_2qTTu {
|
|
22700
23033
|
font-size: 14px;
|
|
22701
23034
|
margin-bottom: 4px;
|
|
22702
23035
|
position: relative;
|
|
22703
23036
|
}
|
|
22704
|
-
.
|
|
23037
|
+
.groupContainer_19veS .name_2qTTu .text_1ZDXk {
|
|
22705
23038
|
display: inline-block;
|
|
22706
23039
|
border: none;
|
|
22707
23040
|
background-color: transparent;
|
|
@@ -22714,23 +23047,23 @@
|
|
|
22714
23047
|
white-space: nowrap;
|
|
22715
23048
|
overflow: hidden;
|
|
22716
23049
|
}
|
|
22717
|
-
.
|
|
23050
|
+
.groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf {
|
|
22718
23051
|
position: absolute;
|
|
22719
23052
|
right: 2px;
|
|
22720
23053
|
}
|
|
22721
|
-
.
|
|
23054
|
+
.groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf > svg {
|
|
22722
23055
|
width: 16px;
|
|
22723
23056
|
height: 16px;
|
|
22724
23057
|
margin-left: 14px;
|
|
22725
23058
|
cursor: pointer;
|
|
22726
23059
|
}
|
|
22727
|
-
.
|
|
23060
|
+
.groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf > svg:hover {
|
|
22728
23061
|
color: #2e73e5;
|
|
22729
23062
|
}
|
|
22730
|
-
.
|
|
23063
|
+
.groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf .shanchu_3SkCi:hover {
|
|
22731
23064
|
color: #fe5250;
|
|
22732
23065
|
}
|
|
22733
|
-
.
|
|
23066
|
+
.groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf .deletePop_1_iVu {
|
|
22734
23067
|
width: 205px;
|
|
22735
23068
|
height: 104px;
|
|
22736
23069
|
border-radius: 2px;
|
|
@@ -22741,7 +23074,7 @@
|
|
|
22741
23074
|
z-index: 1;
|
|
22742
23075
|
padding: 14px;
|
|
22743
23076
|
}
|
|
22744
|
-
.
|
|
23077
|
+
.groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf .deletePop_1_iVu svg {
|
|
22745
23078
|
width: 18px;
|
|
22746
23079
|
height: 18px;
|
|
22747
23080
|
color: #fe5250;
|
|
@@ -22749,11 +23082,11 @@
|
|
|
22749
23082
|
position: relative;
|
|
22750
23083
|
top: 4px;
|
|
22751
23084
|
}
|
|
22752
|
-
.
|
|
23085
|
+
.groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf .deletePop_1_iVu .action_3HgI1 {
|
|
22753
23086
|
margin-top: 24px;
|
|
22754
23087
|
text-align: right;
|
|
22755
23088
|
}
|
|
22756
|
-
.
|
|
23089
|
+
.groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf .deletePop_1_iVu .action_3HgI1 div {
|
|
22757
23090
|
display: inline-block;
|
|
22758
23091
|
width: 50px;
|
|
22759
23092
|
height: 28px;
|
|
@@ -22765,11 +23098,11 @@
|
|
|
22765
23098
|
margin-left: 16px;
|
|
22766
23099
|
font-size: 12px;
|
|
22767
23100
|
}
|
|
22768
|
-
.
|
|
23101
|
+
.groupContainer_19veS .name_2qTTu .buttonBlock_1e0zf .deletePop_1_iVu .action_3HgI1 > div:last-child {
|
|
22769
23102
|
background-color: #fe5250;
|
|
22770
23103
|
color: #fff;
|
|
22771
23104
|
}
|
|
22772
|
-
.
|
|
23105
|
+
.groupContainer_19veS .name_2qTTu .clearInput_SwQ0p {
|
|
22773
23106
|
position: absolute;
|
|
22774
23107
|
right: 98px;
|
|
22775
23108
|
top: 7px;
|
|
@@ -22782,39 +23115,41 @@
|
|
|
22782
23115
|
justify-content: center;
|
|
22783
23116
|
align-items: center;
|
|
22784
23117
|
}
|
|
22785
|
-
.
|
|
23118
|
+
.groupContainer_19veS .name_2qTTu .clearInput_SwQ0p svg {
|
|
22786
23119
|
color: white;
|
|
22787
23120
|
width: 10px;
|
|
22788
23121
|
height: 10px;
|
|
22789
23122
|
}
|
|
22790
|
-
.
|
|
23123
|
+
.groupContainer_19veS .name_2qTTu .freeAction_o0O5q {
|
|
22791
23124
|
position: absolute;
|
|
22792
23125
|
right: 0;
|
|
22793
|
-
top:
|
|
22794
|
-
|
|
22795
|
-
|
|
23126
|
+
top: 0px;
|
|
23127
|
+
padding: 5px 12px;
|
|
23128
|
+
font-size: 12px;
|
|
22796
23129
|
border-radius: 4px;
|
|
22797
23130
|
text-align: center;
|
|
22798
|
-
line-height: 26px;
|
|
22799
23131
|
cursor: pointer;
|
|
22800
23132
|
}
|
|
22801
|
-
.
|
|
23133
|
+
.groupContainer_19veS .name_2qTTu .freeAction_o0O5q.leave_5qHUU {
|
|
22802
23134
|
border: 1px solid #2e73e5;
|
|
22803
23135
|
color: #2e73e5;
|
|
23136
|
+
background-color: #fff;
|
|
22804
23137
|
}
|
|
22805
|
-
.
|
|
23138
|
+
.groupContainer_19veS .name_2qTTu .freeAction_o0O5q.join_3nPsU {
|
|
22806
23139
|
border: 1px solid #e6e7e9;
|
|
23140
|
+
background-color: #fff;
|
|
22807
23141
|
}
|
|
22808
|
-
.
|
|
22809
|
-
|
|
22810
|
-
color: #
|
|
23142
|
+
.groupContainer_19veS .name_2qTTu .freeAction_o0O5q.lianmai_3vgop {
|
|
23143
|
+
background-color: #2e73e5;
|
|
23144
|
+
color: #fff;
|
|
23145
|
+
border: 1px solid #2e73e5;
|
|
22811
23146
|
}
|
|
22812
|
-
.
|
|
23147
|
+
.groupContainer_19veS .content_zbWsK {
|
|
22813
23148
|
font-size: 14px;
|
|
22814
23149
|
margin-bottom: 8px;
|
|
22815
23150
|
padding-left: 4px;
|
|
22816
23151
|
}
|
|
22817
|
-
.
|
|
23152
|
+
.groupContainer_19veS .content_zbWsK .frameName_C001Q {
|
|
22818
23153
|
max-width: 200px;
|
|
22819
23154
|
height: 21px;
|
|
22820
23155
|
display: inline-block;
|
|
@@ -22822,14 +23157,14 @@
|
|
|
22822
23157
|
white-space: nowrap;
|
|
22823
23158
|
overflow: hidden;
|
|
22824
23159
|
}
|
|
22825
|
-
.
|
|
23160
|
+
.groupContainer_19veS .content_zbWsK .lianjie_2MLOQ {
|
|
22826
23161
|
width: 16px;
|
|
22827
23162
|
height: 16px;
|
|
22828
23163
|
margin-right: 4px;
|
|
22829
23164
|
position: relative;
|
|
22830
23165
|
top: -3px;
|
|
22831
23166
|
}
|
|
22832
|
-
.
|
|
23167
|
+
.groupContainer_19veS .content_zbWsK .guanbi_23AL6 {
|
|
22833
23168
|
width: 14px;
|
|
22834
23169
|
height: 14px;
|
|
22835
23170
|
margin-left: 8px;
|
|
@@ -22838,35 +23173,35 @@
|
|
|
22838
23173
|
color: #c2c3c8;
|
|
22839
23174
|
cursor: pointer;
|
|
22840
23175
|
}
|
|
22841
|
-
.
|
|
23176
|
+
.groupContainer_19veS .content_zbWsK .noContent_2spGY {
|
|
22842
23177
|
color: #2e73e5;
|
|
22843
23178
|
font-size: 14px;
|
|
22844
23179
|
cursor: pointer;
|
|
22845
23180
|
height: 27px;
|
|
22846
|
-
max-width:
|
|
23181
|
+
max-width: 150px;
|
|
22847
23182
|
}
|
|
22848
|
-
.
|
|
23183
|
+
.groupContainer_19veS .content_zbWsK .noContent_2spGY.notManager_2IjiF {
|
|
22849
23184
|
color: #abc7f5;
|
|
22850
23185
|
cursor: auto;
|
|
22851
23186
|
}
|
|
22852
|
-
.
|
|
23187
|
+
.groupContainer_19veS .users_2qAOk {
|
|
22853
23188
|
position: relative;
|
|
22854
23189
|
padding-left: 4px;
|
|
22855
23190
|
}
|
|
22856
|
-
.
|
|
23191
|
+
.groupContainer_19veS .users_2qAOk .members_3SGpi {
|
|
22857
23192
|
width: 168px;
|
|
22858
23193
|
}
|
|
22859
|
-
.
|
|
23194
|
+
.groupContainer_19veS .users_2qAOk .members_3SGpi .member_13iLs {
|
|
22860
23195
|
display: inline-block;
|
|
22861
23196
|
position: relative;
|
|
22862
23197
|
width: 28px;
|
|
22863
23198
|
height: 28px;
|
|
22864
23199
|
cursor: pointer;
|
|
22865
23200
|
}
|
|
22866
|
-
.
|
|
23201
|
+
.groupContainer_19veS .users_2qAOk .members_3SGpi .member_13iLs.more_btn_7NL3d {
|
|
22867
23202
|
cursor: pointer;
|
|
22868
23203
|
}
|
|
22869
|
-
.
|
|
23204
|
+
.groupContainer_19veS .users_2qAOk .members_3SGpi .member_13iLs .more_num_1qjgT {
|
|
22870
23205
|
font-size: 12px;
|
|
22871
23206
|
width: 34px;
|
|
22872
23207
|
height: 34px;
|
|
@@ -22875,7 +23210,7 @@
|
|
|
22875
23210
|
right: 15px;
|
|
22876
23211
|
bottom: 7px;
|
|
22877
23212
|
}
|
|
22878
|
-
.
|
|
23213
|
+
.groupContainer_19veS .users_2qAOk .userList_2BrnT {
|
|
22879
23214
|
width: 240px;
|
|
22880
23215
|
max-height: 256px;
|
|
22881
23216
|
border-radius: 4px;
|
|
@@ -22888,32 +23223,32 @@
|
|
|
22888
23223
|
scrollbar-color: #c2c3c8 transparent;
|
|
22889
23224
|
scrollbar-width: thin;
|
|
22890
23225
|
}
|
|
22891
|
-
.
|
|
23226
|
+
.groupContainer_19veS .users_2qAOk .userList_2BrnT::-webkit-scrollbar {
|
|
22892
23227
|
width: 4px;
|
|
22893
23228
|
}
|
|
22894
|
-
.
|
|
23229
|
+
.groupContainer_19veS .users_2qAOk .userList_2BrnT::-webkit-scrollbar-track {
|
|
22895
23230
|
border-radius: 5px;
|
|
22896
23231
|
background-color: transparent;
|
|
22897
23232
|
}
|
|
22898
|
-
.
|
|
23233
|
+
.groupContainer_19veS .users_2qAOk .userList_2BrnT::-webkit-scrollbar-thumb {
|
|
22899
23234
|
border-radius: 2px;
|
|
22900
23235
|
background-color: #c2c3c8;
|
|
22901
23236
|
}
|
|
22902
|
-
.
|
|
23237
|
+
.groupContainer_19veS .users_2qAOk .userList_2BrnT .row_MhIw9 {
|
|
22903
23238
|
display: flex;
|
|
22904
23239
|
padding: 8px 0;
|
|
22905
23240
|
}
|
|
22906
|
-
.
|
|
23241
|
+
.groupContainer_19veS .users_2qAOk .userList_2BrnT .row_MhIw9 > div {
|
|
22907
23242
|
margin-right: 12px;
|
|
22908
23243
|
}
|
|
22909
|
-
.
|
|
23244
|
+
.groupContainer_19veS .users_2qAOk .userList_2BrnT .row_MhIw9 > span {
|
|
22910
23245
|
flex: 1;
|
|
22911
23246
|
align-self: center;
|
|
22912
23247
|
text-overflow: ellipsis;
|
|
22913
23248
|
overflow: hidden;
|
|
22914
23249
|
white-space: nowrap;
|
|
22915
23250
|
}
|
|
22916
|
-
.
|
|
23251
|
+
.groupContainer_19veS .users_2qAOk .addUser_1HcYw {
|
|
22917
23252
|
width: 30px;
|
|
22918
23253
|
height: 30px;
|
|
22919
23254
|
position: absolute;
|
|
@@ -22921,7 +23256,7 @@
|
|
|
22921
23256
|
top: 0px;
|
|
22922
23257
|
cursor: pointer;
|
|
22923
23258
|
}
|
|
22924
|
-
.
|
|
23259
|
+
.groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB {
|
|
22925
23260
|
width: 280px;
|
|
22926
23261
|
max-height: 400px;
|
|
22927
23262
|
padding: 18px 15px 0px 15px;
|
|
@@ -22936,25 +23271,25 @@
|
|
|
22936
23271
|
scrollbar-color: #c2c3c8 transparent;
|
|
22937
23272
|
scrollbar-width: thin;
|
|
22938
23273
|
}
|
|
22939
|
-
.
|
|
23274
|
+
.groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB::-webkit-scrollbar {
|
|
22940
23275
|
width: 4px;
|
|
22941
23276
|
}
|
|
22942
|
-
.
|
|
23277
|
+
.groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB::-webkit-scrollbar-track {
|
|
22943
23278
|
border-radius: 5px;
|
|
22944
23279
|
background-color: transparent;
|
|
22945
23280
|
}
|
|
22946
|
-
.
|
|
23281
|
+
.groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB::-webkit-scrollbar-thumb {
|
|
22947
23282
|
border-radius: 2px;
|
|
22948
23283
|
background-color: #c2c3c8;
|
|
22949
23284
|
}
|
|
22950
|
-
.
|
|
23285
|
+
.groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .tabBar_1Bfsl {
|
|
22951
23286
|
width: 246px;
|
|
22952
23287
|
height: 36px;
|
|
22953
23288
|
border-radius: 4px;
|
|
22954
23289
|
background-color: #ececee;
|
|
22955
23290
|
padding: 2px;
|
|
22956
23291
|
}
|
|
22957
|
-
.
|
|
23292
|
+
.groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .tabBar_1Bfsl > div {
|
|
22958
23293
|
width: 121px;
|
|
22959
23294
|
height: 32px;
|
|
22960
23295
|
border-radius: 4px;
|
|
@@ -22965,27 +23300,27 @@
|
|
|
22965
23300
|
text-align: center;
|
|
22966
23301
|
cursor: pointer;
|
|
22967
23302
|
}
|
|
22968
|
-
.
|
|
23303
|
+
.groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .searchRow_YsuYg {
|
|
22969
23304
|
margin-top: 10px;
|
|
22970
23305
|
position: relative;
|
|
22971
23306
|
}
|
|
22972
|
-
.
|
|
23307
|
+
.groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .searchRow_YsuYg > svg {
|
|
22973
23308
|
position: absolute;
|
|
22974
23309
|
top: 7px;
|
|
22975
23310
|
left: 12px;
|
|
22976
23311
|
color: #979797;
|
|
22977
23312
|
}
|
|
22978
|
-
.
|
|
23313
|
+
.groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .searchRow_YsuYg input {
|
|
22979
23314
|
width: 248px;
|
|
22980
23315
|
height: 36px;
|
|
22981
23316
|
border: 1px solid #dbdbde;
|
|
22982
23317
|
border-radius: 4px;
|
|
22983
23318
|
padding-left: 40px;
|
|
22984
23319
|
}
|
|
22985
|
-
.
|
|
23320
|
+
.groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .searchRow_YsuYg input::placeholder {
|
|
22986
23321
|
color: #c2c3c8;
|
|
22987
23322
|
}
|
|
22988
|
-
.
|
|
23323
|
+
.groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .searchRow_YsuYg .clearInput_SwQ0p {
|
|
22989
23324
|
position: absolute;
|
|
22990
23325
|
right: 10px;
|
|
22991
23326
|
top: 12px;
|
|
@@ -22998,23 +23333,23 @@
|
|
|
22998
23333
|
justify-content: center;
|
|
22999
23334
|
align-items: center;
|
|
23000
23335
|
}
|
|
23001
|
-
.
|
|
23336
|
+
.groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .searchRow_YsuYg .clearInput_SwQ0p svg {
|
|
23002
23337
|
color: white;
|
|
23003
23338
|
width: 10px;
|
|
23004
23339
|
height: 10px;
|
|
23005
23340
|
}
|
|
23006
|
-
.
|
|
23341
|
+
.groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv {
|
|
23007
23342
|
padding: 14px 0px;
|
|
23008
23343
|
}
|
|
23009
|
-
.
|
|
23344
|
+
.groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .benzuRow_hlVN5 {
|
|
23010
23345
|
height: 44px;
|
|
23011
23346
|
padding: 6px 0px;
|
|
23012
23347
|
position: relative;
|
|
23013
23348
|
}
|
|
23014
|
-
.
|
|
23349
|
+
.groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .benzuRow_hlVN5:hover {
|
|
23015
23350
|
color: #2e73e5;
|
|
23016
23351
|
}
|
|
23017
|
-
.
|
|
23352
|
+
.groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .avatar_2MKFb {
|
|
23018
23353
|
display: inline-block;
|
|
23019
23354
|
border-radius: 50%;
|
|
23020
23355
|
margin-right: 12px;
|
|
@@ -23022,7 +23357,7 @@
|
|
|
23022
23357
|
bottom: 6px;
|
|
23023
23358
|
border-color: #fff;
|
|
23024
23359
|
}
|
|
23025
|
-
.
|
|
23360
|
+
.groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .userName_3qeQy {
|
|
23026
23361
|
display: inline-block;
|
|
23027
23362
|
vertical-align: 12px;
|
|
23028
23363
|
max-width: 160px;
|
|
@@ -23031,7 +23366,7 @@
|
|
|
23031
23366
|
white-space: nowrap;
|
|
23032
23367
|
overflow: hidden;
|
|
23033
23368
|
}
|
|
23034
|
-
.
|
|
23369
|
+
.groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .guanbiIcon_25KgS {
|
|
23035
23370
|
width: 12px;
|
|
23036
23371
|
height: 12px;
|
|
23037
23372
|
position: absolute;
|
|
@@ -23039,31 +23374,31 @@
|
|
|
23039
23374
|
top: 15px;
|
|
23040
23375
|
cursor: pointer;
|
|
23041
23376
|
}
|
|
23042
|
-
.
|
|
23377
|
+
.groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .subtitle_1u7DJ {
|
|
23043
23378
|
color: #91939c;
|
|
23044
23379
|
font-size: 14px;
|
|
23045
23380
|
}
|
|
23046
|
-
.
|
|
23381
|
+
.groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .otherRow_1kMnh {
|
|
23047
23382
|
padding-top: 10px;
|
|
23048
23383
|
position: relative;
|
|
23049
23384
|
}
|
|
23050
|
-
.
|
|
23385
|
+
.groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .otherRow_1kMnh:hover {
|
|
23051
23386
|
color: #2e73e5;
|
|
23052
23387
|
}
|
|
23053
|
-
.
|
|
23388
|
+
.groupContainer_19veS .users_2qAOk .addUserContainer_2RFCB .list_3HcRv .noResult_3mknx {
|
|
23054
23389
|
font-size: 14px;
|
|
23055
23390
|
text-align: center;
|
|
23056
23391
|
margin: 10px;
|
|
23057
23392
|
}
|
|
23058
|
-
.
|
|
23393
|
+
.whiteBorder_1sKzD {
|
|
23059
23394
|
border-color: #fff !important;
|
|
23060
23395
|
border-width: 1px !important;
|
|
23061
23396
|
}
|
|
23062
|
-
.
|
|
23397
|
+
.whiteBorder_1sKzD {
|
|
23063
23398
|
width: 30px;
|
|
23064
23399
|
height: 30px;
|
|
23065
23400
|
}
|
|
23066
|
-
.
|
|
23401
|
+
.chooseTipContainer_1A3dT {
|
|
23067
23402
|
min-width: 321px;
|
|
23068
23403
|
height: 40px;
|
|
23069
23404
|
border-radius: 4px;
|
|
@@ -23078,12 +23413,12 @@
|
|
|
23078
23413
|
z-index: 2;
|
|
23079
23414
|
pointer-events: auto;
|
|
23080
23415
|
}
|
|
23081
|
-
.
|
|
23416
|
+
.chooseTipContainer_1A3dT > div {
|
|
23082
23417
|
display: inline-block;
|
|
23083
23418
|
position: relative;
|
|
23084
23419
|
bottom: 3px;
|
|
23085
23420
|
}
|
|
23086
|
-
.
|
|
23421
|
+
.chooseTipContainer_1A3dT .divider_2NIeK {
|
|
23087
23422
|
width: 1px;
|
|
23088
23423
|
height: 20px;
|
|
23089
23424
|
background-color: #d8d8d8;
|
|
@@ -23092,7 +23427,7 @@
|
|
|
23092
23427
|
position: relative;
|
|
23093
23428
|
top: 2px;
|
|
23094
23429
|
}
|
|
23095
|
-
.
|
|
23430
|
+
.chooseTipContainer_1A3dT .tuichu_ouDWv {
|
|
23096
23431
|
width: 60px;
|
|
23097
23432
|
height: 28px;
|
|
23098
23433
|
right: 15px;
|
|
@@ -23104,19 +23439,21 @@
|
|
|
23104
23439
|
bottom: 5px;
|
|
23105
23440
|
line-height: 26px;
|
|
23106
23441
|
cursor: pointer;
|
|
23442
|
+
color: #fe5250;
|
|
23443
|
+
border-color: #fe5250;
|
|
23107
23444
|
}
|
|
23108
|
-
.
|
|
23445
|
+
.talkReminderToastContainer_3jeQi > div {
|
|
23109
23446
|
display: inline-block;
|
|
23110
23447
|
font-size: 14px;
|
|
23111
23448
|
}
|
|
23112
|
-
.
|
|
23449
|
+
.talkReminderToastContainer_3jeQi > div:first-child {
|
|
23113
23450
|
margin-right: 22px;
|
|
23114
23451
|
}
|
|
23115
|
-
.
|
|
23452
|
+
.talkReminderToastContainer_3jeQi .ruhecaozuo_2sLB1 {
|
|
23116
23453
|
padding: 4px 12px;
|
|
23117
23454
|
margin-right: 12px;
|
|
23118
23455
|
}
|
|
23119
|
-
.
|
|
23456
|
+
.talkReminderToastContainer_3jeQi > svg {
|
|
23120
23457
|
width: 16px;
|
|
23121
23458
|
height: 16px;
|
|
23122
23459
|
color: #fff;
|
|
@@ -23124,7 +23461,7 @@
|
|
|
23124
23461
|
top: 3px;
|
|
23125
23462
|
cursor: pointer;
|
|
23126
23463
|
}
|
|
23127
|
-
.
|
|
23464
|
+
.endTalk_24JQA {
|
|
23128
23465
|
width: 292px;
|
|
23129
23466
|
height: 44px;
|
|
23130
23467
|
border-radius: 4px;
|
|
@@ -23136,10 +23473,10 @@
|
|
|
23136
23473
|
font-size: 16px;
|
|
23137
23474
|
cursor: pointer;
|
|
23138
23475
|
}
|
|
23139
|
-
.
|
|
23476
|
+
.endTalk_24JQA:hover {
|
|
23140
23477
|
opacity: 0.8;
|
|
23141
23478
|
}
|
|
23142
|
-
.
|
|
23479
|
+
.modalBox_2GVnc {
|
|
23143
23480
|
width: 480px;
|
|
23144
23481
|
height: 170px;
|
|
23145
23482
|
border-radius: 8px;
|
|
@@ -23150,10 +23487,10 @@
|
|
|
23150
23487
|
transform: translate(-50%, -50%);
|
|
23151
23488
|
padding: 24px;
|
|
23152
23489
|
}
|
|
23153
|
-
.
|
|
23490
|
+
.modalBox_2GVnc .contentRow_2GmiB {
|
|
23154
23491
|
margin-bottom: 54px;
|
|
23155
23492
|
}
|
|
23156
|
-
.
|
|
23493
|
+
.modalBox_2GVnc .contentRow_2GmiB > svg {
|
|
23157
23494
|
width: 28px;
|
|
23158
23495
|
height: 28px;
|
|
23159
23496
|
margin-right: 14px;
|
|
@@ -23161,60 +23498,60 @@
|
|
|
23161
23498
|
position: relative;
|
|
23162
23499
|
top: 5px;
|
|
23163
23500
|
}
|
|
23164
|
-
.
|
|
23501
|
+
.modalBox_2GVnc .contentRow_2GmiB > span {
|
|
23165
23502
|
font-size: 20px;
|
|
23166
23503
|
font-weight: 600;
|
|
23167
23504
|
}
|
|
23168
|
-
.
|
|
23505
|
+
.modalBox_2GVnc .actionsRow_fle3w {
|
|
23169
23506
|
text-align: right;
|
|
23170
23507
|
}
|
|
23171
|
-
.
|
|
23508
|
+
.modalBox_2GVnc .actionsRow_fle3w > button {
|
|
23172
23509
|
width: 72px;
|
|
23173
23510
|
height: 40px;
|
|
23174
23511
|
border-radius: 4px;
|
|
23175
23512
|
margin-left: 12px;
|
|
23176
23513
|
cursor: pointer;
|
|
23177
23514
|
}
|
|
23178
|
-
.
|
|
23515
|
+
.modalBox_2GVnc .actionsRow_fle3w > button:hover {
|
|
23179
23516
|
opacity: 0.7;
|
|
23180
23517
|
}
|
|
23181
|
-
.
|
|
23518
|
+
.modalBox_2GVnc .actionsRow_fle3w > button:first-child {
|
|
23182
23519
|
background-color: #ffffff;
|
|
23183
23520
|
border: 1px solid #e6e7e9;
|
|
23184
23521
|
}
|
|
23185
|
-
.
|
|
23522
|
+
.modalBox_2GVnc .actionsRow_fle3w > button:last-child {
|
|
23186
23523
|
background-color: #fe5250;
|
|
23187
23524
|
border: none;
|
|
23188
23525
|
color: #fff;
|
|
23189
23526
|
}
|
|
23190
|
-
.
|
|
23527
|
+
.timerContainer_2kw-F {
|
|
23191
23528
|
flex-grow: 1;
|
|
23192
23529
|
margin-top: 5px;
|
|
23193
23530
|
padding-left: 8px;
|
|
23194
23531
|
color: #91939c;
|
|
23195
23532
|
}
|
|
23196
|
-
.
|
|
23533
|
+
.timerContainer_2kw-F > svg {
|
|
23197
23534
|
width: 16px;
|
|
23198
23535
|
height: 16px;
|
|
23199
23536
|
margin-right: 4px;
|
|
23200
23537
|
position: relative;
|
|
23201
23538
|
top: 2px;
|
|
23202
23539
|
}
|
|
23203
|
-
.
|
|
23540
|
+
.timerContainer_2kw-F > span {
|
|
23204
23541
|
font-size: 14px;
|
|
23205
23542
|
}
|
|
23206
|
-
.
|
|
23543
|
+
.noPermisionContainer_3eWyp {
|
|
23207
23544
|
padding: 0 24px;
|
|
23208
23545
|
text-align: center;
|
|
23209
23546
|
margin-top: 190px;
|
|
23210
23547
|
}
|
|
23211
|
-
.
|
|
23548
|
+
.noPermisionContainer_3eWyp .imgBox_2uAmS > img {
|
|
23212
23549
|
width: 140px;
|
|
23213
23550
|
}
|
|
23214
|
-
.
|
|
23551
|
+
.noPermisionContainer_3eWyp .textBox_3mhj8 {
|
|
23215
23552
|
font-size: 14px;
|
|
23216
23553
|
}
|
|
23217
|
-
.
|
|
23554
|
+
.daikaishi_2GtOK {
|
|
23218
23555
|
width: 100px;
|
|
23219
23556
|
height: 22px;
|
|
23220
23557
|
line-height: 22px;
|
|
@@ -23227,6 +23564,350 @@
|
|
|
23227
23564
|
width: 24px !important;
|
|
23228
23565
|
height: 42px !important;
|
|
23229
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
|
+
}
|
|
23230
23911
|
|
|
23231
23912
|
.modal_u0yh4 {
|
|
23232
23913
|
pointer-events: auto;
|