@plaso-infi/whiteboard-sdk 0.2.5 → 0.2.6
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/{index-115ecb80-7b44deae.js → index-c50caacd-61254089.js} +1 -1
- package/dist/cjs/{index-4d8b70a7.js → index-f7647a4b.js} +6 -6
- package/dist/cjs/index.css +432 -424
- package/dist/cjs/index.js +1 -1
- package/dist/esm/{index-620d9bec.js → index-0dd31a2c.js} +6 -6
- package/dist/esm/{index-115ecb80-4a92666a.js → index-c50caacd-7f8e5116.js} +1 -1
- package/dist/esm/index.css +432 -424
- package/dist/esm/index.js +1 -1
- package/package.json +82 -82
- /package/dist/cjs/{hls-f4840622-4ca31bbf.js → hls-1d581e7e-f75a1954.js} +0 -0
- /package/dist/cjs/{icon_map-6d3f335c-854916a2.js → icon_map-045b8a37-62339bc2.js} +0 -0
- /package/dist/cjs/{pdf_lib-84c0a284-94dbed8d.js → pdf_lib-e6018db4-e8dbafdf.js} +0 -0
- /package/dist/esm/{hls-f4840622-82fc1dec.js → hls-1d581e7e-01f74054.js} +0 -0
- /package/dist/esm/{icon_map-6d3f335c-c3c25951.js → icon_map-045b8a37-d07f81c3.js} +0 -0
- /package/dist/esm/{pdf_lib-84c0a284-9873e4b1.js → pdf_lib-e6018db4-7521e959.js} +0 -0
package/dist/cjs/index.css
CHANGED
|
@@ -3156,573 +3156,573 @@
|
|
|
3156
3156
|
color: var(--upime-active);
|
|
3157
3157
|
}
|
|
3158
3158
|
|
|
3159
|
-
.
|
|
3160
|
-
|
|
3161
|
-
|
|
3159
|
+
.graphicSideContainer_jScOm {
|
|
3160
|
+
position: relative;
|
|
3161
|
+
width: 100%;
|
|
3162
|
+
height: 100%;
|
|
3162
3163
|
display: flex;
|
|
3163
|
-
|
|
3164
|
+
flex-direction: column;
|
|
3165
|
+
}
|
|
3166
|
+
.title_2y8qG {
|
|
3167
|
+
padding-left: 24px;
|
|
3168
|
+
padding-right: 54px;
|
|
3169
|
+
height: 64px;
|
|
3170
|
+
width: 100%;
|
|
3171
|
+
background-color: var(--upime-pane-bg);
|
|
3164
3172
|
align-items: center;
|
|
3173
|
+
justify-content: space-between;
|
|
3174
|
+
display: flex;
|
|
3165
3175
|
flex-shrink: 0;
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
color: var(--upime-disable);
|
|
3171
|
-
pointer-events: none;
|
|
3176
|
+
font-size: 20px;
|
|
3177
|
+
color: var(--upime-main-text);
|
|
3178
|
+
font-weight: 600;
|
|
3179
|
+
line-height: 30px;
|
|
3172
3180
|
}
|
|
3173
|
-
.
|
|
3181
|
+
.title_2y8qG .titleIconContainer_2HpFh {
|
|
3182
|
+
width: 44px;
|
|
3183
|
+
height: 44px;
|
|
3174
3184
|
display: flex;
|
|
3175
|
-
justify-content: center;
|
|
3176
3185
|
align-items: center;
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
|
|
3186
|
+
justify-content: center;
|
|
3187
|
+
position: relative;
|
|
3188
|
+
cursor: pointer;
|
|
3180
3189
|
}
|
|
3181
|
-
.
|
|
3182
|
-
|
|
3190
|
+
.title_2y8qG .titleIconContainer_2HpFh::after {
|
|
3191
|
+
position: absolute;
|
|
3192
|
+
content: "";
|
|
3193
|
+
right: 0px;
|
|
3194
|
+
top: 12px;
|
|
3195
|
+
bottom: 12px;
|
|
3196
|
+
width: 1px;
|
|
3197
|
+
background-color: #e6e7e9;
|
|
3183
3198
|
}
|
|
3184
|
-
.
|
|
3185
|
-
|
|
3199
|
+
.title_2y8qG .titleIconContainer_2HpFh .rotate_3mkgL {
|
|
3200
|
+
transform: rotate(180deg);
|
|
3186
3201
|
}
|
|
3187
|
-
.
|
|
3188
|
-
|
|
3202
|
+
.searchContentContainer_2aGCw {
|
|
3203
|
+
margin-top: 8px;
|
|
3204
|
+
height: 40px;
|
|
3205
|
+
padding: 0 20px;
|
|
3189
3206
|
}
|
|
3190
|
-
.
|
|
3191
|
-
|
|
3207
|
+
.searchContentContainer_2aGCw .inputDomContainer_aORAa {
|
|
3208
|
+
position: relative;
|
|
3209
|
+
height: 100%;
|
|
3192
3210
|
}
|
|
3193
|
-
.
|
|
3194
|
-
|
|
3211
|
+
.searchContentContainer_2aGCw .inputDomContainer_aORAa .qingchuHotarea_CavnD {
|
|
3212
|
+
position: absolute;
|
|
3213
|
+
width: 24px;
|
|
3214
|
+
height: 24px;
|
|
3215
|
+
right: 12px;
|
|
3216
|
+
top: 8px;
|
|
3217
|
+
display: flex;
|
|
3218
|
+
align-items: center;
|
|
3219
|
+
justify-content: center;
|
|
3220
|
+
cursor: pointer;
|
|
3195
3221
|
}
|
|
3196
|
-
.
|
|
3197
|
-
|
|
3222
|
+
.searchContentContainer_2aGCw .inputDomContainer_aORAa .qingchuIcon_2Z2NJ {
|
|
3223
|
+
color: #dbdbde;
|
|
3198
3224
|
}
|
|
3199
|
-
.
|
|
3200
|
-
|
|
3225
|
+
.searchContentContainer_2aGCw .inputDomContainer_aORAa .searchIcon_2yMds {
|
|
3226
|
+
position: absolute;
|
|
3227
|
+
left: 12px;
|
|
3228
|
+
top: 10px;
|
|
3201
3229
|
}
|
|
3202
|
-
.
|
|
3203
|
-
|
|
3230
|
+
.searchContentContainer_2aGCw .input_S5_HS {
|
|
3231
|
+
width: 100%;
|
|
3232
|
+
height: 100%;
|
|
3204
3233
|
border-radius: 4px;
|
|
3205
|
-
|
|
3234
|
+
background-color: white;
|
|
3235
|
+
border: 1px solid #ececee;
|
|
3236
|
+
outline: none;
|
|
3237
|
+
color: #303133;
|
|
3238
|
+
font-size: 14px;
|
|
3239
|
+
padding: 0 48px 0 40px;
|
|
3240
|
+
display: block;
|
|
3206
3241
|
}
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
visibility: visible;
|
|
3210
|
-
opacity: 1;
|
|
3211
|
-
}
|
|
3242
|
+
.searchContentContainer_2aGCw .input_S5_HS::placeholder {
|
|
3243
|
+
color: #c2c3c8;
|
|
3212
3244
|
}
|
|
3213
|
-
.
|
|
3214
|
-
|
|
3215
|
-
opacity: 0;
|
|
3216
|
-
animation: show_2n9nM 0.5s forwards;
|
|
3245
|
+
.searchContentContainer_2aGCw .input_S5_HS:focus {
|
|
3246
|
+
border: 1px solid #2e73e5;
|
|
3217
3247
|
}
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3248
|
+
.categroyWrapper_2QXR0 {
|
|
3249
|
+
flex: 1;
|
|
3250
|
+
overflow: auto;
|
|
3251
|
+
margin-top: 20px;
|
|
3252
|
+
scrollbar-color: var(--upime-scrollbar-thumb) transparent;
|
|
3253
|
+
scrollbar-width: thin;
|
|
3224
3254
|
}
|
|
3225
|
-
.
|
|
3226
|
-
|
|
3227
|
-
opacity: 0;
|
|
3228
|
-
transform: scale(0);
|
|
3229
|
-
animation: show_scale_1mftc 0.3s forwards;
|
|
3255
|
+
.categroyWrapper_2QXR0::-webkit-scrollbar {
|
|
3256
|
+
width: 4px;
|
|
3230
3257
|
}
|
|
3231
|
-
.
|
|
3232
|
-
|
|
3258
|
+
.categroyWrapper_2QXR0::-webkit-scrollbar-track {
|
|
3259
|
+
border-radius: 5px;
|
|
3260
|
+
background-color: transparent;
|
|
3233
3261
|
}
|
|
3234
|
-
.
|
|
3235
|
-
|
|
3262
|
+
.categroyWrapper_2QXR0::-webkit-scrollbar-thumb {
|
|
3263
|
+
border-radius: 2px;
|
|
3264
|
+
background-color: var(--upime-scrollbar-thumb);
|
|
3236
3265
|
}
|
|
3237
|
-
.
|
|
3238
|
-
|
|
3266
|
+
.categroyWrapper_2QXR0 .emptyContainer_1tl6E {
|
|
3267
|
+
width: 100%;
|
|
3268
|
+
height: 100%;
|
|
3269
|
+
display: flex;
|
|
3270
|
+
flex-direction: column;
|
|
3271
|
+
align-items: center;
|
|
3272
|
+
justify-content: center;
|
|
3273
|
+
color: #616371;
|
|
3239
3274
|
}
|
|
3240
|
-
.
|
|
3241
|
-
|
|
3275
|
+
.categroyWrapper_2QXR0 .emptyContainer_1tl6E .emptyImg_PnK1N {
|
|
3276
|
+
width: 140px;
|
|
3242
3277
|
}
|
|
3243
|
-
.
|
|
3244
|
-
|
|
3278
|
+
.categroyContainer_2fReq {
|
|
3279
|
+
margin-top: 20px;
|
|
3280
|
+
padding: 0 16px 0 20px;
|
|
3245
3281
|
}
|
|
3246
|
-
.
|
|
3247
|
-
|
|
3282
|
+
.categroyContainer_2fReq:first-child {
|
|
3283
|
+
margin-top: 0;
|
|
3248
3284
|
}
|
|
3249
|
-
.
|
|
3250
|
-
|
|
3285
|
+
.categroyContainer_2fReq .categroyTitle_1jXxy {
|
|
3286
|
+
font-size: 16px;
|
|
3287
|
+
display: flex;
|
|
3288
|
+
align-items: center;
|
|
3289
|
+
justify-content: space-between;
|
|
3290
|
+
height: 24px;
|
|
3251
3291
|
}
|
|
3252
|
-
.
|
|
3253
|
-
|
|
3292
|
+
.categroyContainer_2fReq .categroyTitle_1jXxy.hasHover_3obj2 {
|
|
3293
|
+
cursor: pointer;
|
|
3254
3294
|
}
|
|
3255
|
-
.
|
|
3256
|
-
|
|
3295
|
+
.categroyContainer_2fReq .categroyTitle_1jXxy .iconContainer_aHe3e {
|
|
3296
|
+
flex-shrink: 0;
|
|
3297
|
+
width: 24px;
|
|
3298
|
+
height: 24px;
|
|
3299
|
+
display: flex;
|
|
3300
|
+
align-items: center;
|
|
3301
|
+
justify-content: center;
|
|
3257
3302
|
}
|
|
3258
|
-
.
|
|
3259
|
-
transform
|
|
3303
|
+
.categroyContainer_2fReq .categroyTitle_1jXxy .iconContainer_aHe3e.iconRotate_R8Zzg {
|
|
3304
|
+
transform: rotate(-90deg);
|
|
3260
3305
|
}
|
|
3261
|
-
.
|
|
3306
|
+
.categroyContainer_2fReq .colorpalettesWrapper_26FnQ {
|
|
3307
|
+
position: relative;
|
|
3308
|
+
}
|
|
3309
|
+
.categroyContainer_2fReq .colorpalettesWrapper_26FnQ .colorpalettesOptionContainer_3B7E_ {
|
|
3310
|
+
position: absolute;
|
|
3311
|
+
left: 0;
|
|
3312
|
+
top: calc(100% + 1px);
|
|
3313
|
+
}
|
|
3314
|
+
.categroyContainer_2fReq .colorpalettesContaienr_2Tw5t {
|
|
3315
|
+
margin-top: 10px;
|
|
3316
|
+
height: 24px;
|
|
3317
|
+
padding: 2px;
|
|
3318
|
+
display: flex;
|
|
3319
|
+
align-items: center;
|
|
3320
|
+
gap: 4px;
|
|
3321
|
+
border-radius: 2px;
|
|
3322
|
+
width: fit-content;
|
|
3262
3323
|
cursor: pointer;
|
|
3263
3324
|
}
|
|
3264
|
-
.
|
|
3265
|
-
|
|
3266
|
-
color: var(--upime-active);
|
|
3325
|
+
.categroyContainer_2fReq .colorpalettesContaienr_2Tw5t.tinyColorPa_2hUVD {
|
|
3326
|
+
margin-top: 4px;
|
|
3267
3327
|
}
|
|
3268
|
-
.
|
|
3269
|
-
|
|
3270
|
-
pointer-events: none;
|
|
3328
|
+
.categroyContainer_2fReq.tinyCate_38BwA {
|
|
3329
|
+
padding: 0;
|
|
3271
3330
|
}
|
|
3272
|
-
.
|
|
3273
|
-
height: 40px;
|
|
3274
|
-
width: 40px;
|
|
3331
|
+
.defaultColorTheme_2B6iW {
|
|
3275
3332
|
display: flex;
|
|
3276
|
-
justify-content: center;
|
|
3277
3333
|
align-items: center;
|
|
3334
|
+
gap: 4px;
|
|
3335
|
+
color: var(--upime-main-text);
|
|
3278
3336
|
}
|
|
3279
|
-
.
|
|
3280
|
-
|
|
3337
|
+
.simpleColorTheme_21RUC {
|
|
3338
|
+
display: flex;
|
|
3339
|
+
align-items: center;
|
|
3281
3340
|
}
|
|
3282
|
-
.
|
|
3283
|
-
|
|
3284
|
-
|
|
3341
|
+
.simpleColorTheme_21RUC .simpleColorCircle_314Rw {
|
|
3342
|
+
width: 20px;
|
|
3343
|
+
height: 20px;
|
|
3344
|
+
border-radius: 50%;
|
|
3345
|
+
border-width: 2px;
|
|
3346
|
+
border-style: solid;
|
|
3347
|
+
margin-left: -5px;
|
|
3285
3348
|
}
|
|
3286
|
-
.
|
|
3287
|
-
|
|
3349
|
+
.simpleColorTheme_21RUC .simpleColorCircle_314Rw:first-child {
|
|
3350
|
+
margin-left: 0;
|
|
3288
3351
|
}
|
|
3289
|
-
.
|
|
3290
|
-
|
|
3352
|
+
.childrenOptionContainer_3c2BF {
|
|
3353
|
+
width: 160px;
|
|
3354
|
+
padding: 8px 0;
|
|
3355
|
+
border-radius: 2px;
|
|
3356
|
+
background-color: white;
|
|
3357
|
+
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
3291
3358
|
}
|
|
3292
|
-
.
|
|
3359
|
+
.childrenOptionContainer_3c2BF .options_39ftb {
|
|
3360
|
+
height: 40px;
|
|
3361
|
+
padding: 0 16px;
|
|
3362
|
+
display: flex;
|
|
3363
|
+
align-items: center;
|
|
3364
|
+
justify-content: space-between;
|
|
3365
|
+
cursor: pointer;
|
|
3293
3366
|
color: var(--upime-active);
|
|
3294
3367
|
}
|
|
3295
|
-
.
|
|
3296
|
-
|
|
3297
|
-
}
|
|
3298
|
-
.rotateY180_3B_Co {
|
|
3299
|
-
transform: rotateY(180deg);
|
|
3300
|
-
}
|
|
3301
|
-
.upimeInput_CNs-e {
|
|
3302
|
-
height: 38px;
|
|
3303
|
-
padding: 8px 16px;
|
|
3304
|
-
border: 1px solid black;
|
|
3305
|
-
box-shadow: 0px 0px 0px 2px rgba(46, 115, 229, 0.16);
|
|
3306
|
-
border: 1px solid var(--upime-input-border);
|
|
3307
|
-
border-radius: 4px;
|
|
3368
|
+
.iconListContainer_92Ipt {
|
|
3369
|
+
margin-top: 10px;
|
|
3308
3370
|
}
|
|
3309
|
-
.
|
|
3310
|
-
|
|
3311
|
-
|
|
3371
|
+
.iconListContainer_92Ipt .iconListView_sqkVV {
|
|
3372
|
+
width: 100%;
|
|
3373
|
+
display: flex;
|
|
3374
|
+
flex-wrap: wrap;
|
|
3375
|
+
gap: 12px;
|
|
3312
3376
|
}
|
|
3313
|
-
.
|
|
3314
|
-
height: 48px;
|
|
3377
|
+
.iconListContainer_92Ipt .iconListView_sqkVV .iconCell_2I3tD {
|
|
3315
3378
|
width: 40px;
|
|
3316
|
-
|
|
3379
|
+
height: 40px;
|
|
3317
3380
|
display: flex;
|
|
3318
|
-
justify-content: center;
|
|
3319
3381
|
align-items: center;
|
|
3320
|
-
|
|
3321
|
-
.titleIcon_WNKTJ.active_3IluS {
|
|
3322
|
-
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
|
|
3323
|
-
background: initial !important;
|
|
3324
|
-
}
|
|
3325
|
-
.titleIcon_WNKTJ.active_3IluS {
|
|
3326
|
-
color: var(--upime-active);
|
|
3327
|
-
}
|
|
3328
|
-
.moreIcon_3EGbv {
|
|
3382
|
+
justify-content: center;
|
|
3329
3383
|
cursor: pointer;
|
|
3384
|
+
border-radius: 2px;
|
|
3330
3385
|
}
|
|
3331
|
-
.
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3386
|
+
.iconListContainer_92Ipt .iconListView_sqkVV .draggingIcon_1wKts {
|
|
3387
|
+
position: fixed;
|
|
3388
|
+
z-index: 9999;
|
|
3389
|
+
width: 44px;
|
|
3390
|
+
height: 44px;
|
|
3391
|
+
display: flex;
|
|
3392
|
+
align-items: center;
|
|
3393
|
+
justify-content: center;
|
|
3394
|
+
cursor: pointer;
|
|
3395
|
+
border-radius: 4px;
|
|
3396
|
+
background-color: white;
|
|
3397
|
+
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
|
|
3398
|
+
transform: translateX(-50%) translateY(-50%);
|
|
3336
3399
|
}
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
}
|
|
3341
|
-
100% {
|
|
3342
|
-
transform: rotate(360deg);
|
|
3343
|
-
}
|
|
3400
|
+
.iconListContainer_92Ipt.tinyIconList_3JAOj .iconCell_2I3tD {
|
|
3401
|
+
width: 36px;
|
|
3402
|
+
height: 36px;
|
|
3344
3403
|
}
|
|
3345
|
-
.
|
|
3346
|
-
|
|
3347
|
-
height: 24px;
|
|
3348
|
-
color: var(--upime-active);
|
|
3349
|
-
animation: loading_8SMbv 1s linear infinite forwards;
|
|
3404
|
+
.do-hovers .colorpalettesContaienr_2Tw5t:hover {
|
|
3405
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
3350
3406
|
}
|
|
3351
|
-
.
|
|
3352
|
-
|
|
3353
|
-
height: 100%;
|
|
3354
|
-
display: flex;
|
|
3355
|
-
justify-content: center;
|
|
3356
|
-
align-items: center;
|
|
3407
|
+
.do-hovers .titleIconContainer_2HpFh:hover {
|
|
3408
|
+
color: var(--upime-active);
|
|
3357
3409
|
}
|
|
3358
|
-
.
|
|
3359
|
-
|
|
3410
|
+
.do-hovers .childrenOptionContainer_3c2BF .options_39ftb:hover {
|
|
3411
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
3360
3412
|
}
|
|
3361
|
-
.
|
|
3413
|
+
.do-hovers .iconListView_sqkVV .iconCell_2I3tD:hover {
|
|
3414
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
3415
|
+
}
|
|
3416
|
+
|
|
3417
|
+
.cm_item_2e94Y {
|
|
3362
3418
|
width: 40px;
|
|
3363
|
-
height:
|
|
3419
|
+
height: 50px;
|
|
3364
3420
|
display: flex;
|
|
3365
3421
|
justify-content: center;
|
|
3366
3422
|
align-items: center;
|
|
3367
|
-
|
|
3423
|
+
flex-shrink: 0;
|
|
3424
|
+
cursor: pointer;
|
|
3368
3425
|
}
|
|
3369
|
-
.
|
|
3370
|
-
|
|
3426
|
+
.cm_item_2e94Y.disabled_3ost8 {
|
|
3427
|
+
cursor: default;
|
|
3428
|
+
color: var(--upime-disable);
|
|
3429
|
+
pointer-events: none;
|
|
3430
|
+
}
|
|
3431
|
+
.icon_box_2_MCw {
|
|
3371
3432
|
display: flex;
|
|
3372
3433
|
justify-content: center;
|
|
3373
3434
|
align-items: center;
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
bottom: 0;
|
|
3378
|
-
right: 0;
|
|
3379
|
-
transform-origin: center center;
|
|
3380
|
-
transition: 0.4s;
|
|
3435
|
+
width: 100%;
|
|
3436
|
+
height: 100%;
|
|
3437
|
+
font-size: 14px;
|
|
3381
3438
|
}
|
|
3382
|
-
.
|
|
3383
|
-
|
|
3384
|
-
opacity: 1;
|
|
3439
|
+
.icon_box_2_MCw.active_3IluS {
|
|
3440
|
+
color: var(--upime-active);
|
|
3385
3441
|
}
|
|
3386
|
-
.
|
|
3387
|
-
|
|
3388
|
-
opacity: 0;
|
|
3442
|
+
.bling_item_Wpkjy {
|
|
3443
|
+
opacity: 0.8;
|
|
3389
3444
|
}
|
|
3390
|
-
.
|
|
3391
|
-
|
|
3445
|
+
.hidden_3zMAG {
|
|
3446
|
+
visibility: hidden !important;
|
|
3392
3447
|
}
|
|
3393
|
-
.
|
|
3394
|
-
|
|
3395
|
-
cursor: default;
|
|
3396
|
-
pointer-events: none;
|
|
3448
|
+
.hidden_all_1mCfr {
|
|
3449
|
+
visibility: hidden !important;
|
|
3397
3450
|
}
|
|
3398
|
-
.
|
|
3399
|
-
|
|
3400
|
-
height: 32px;
|
|
3451
|
+
.hidden_all_1mCfr * {
|
|
3452
|
+
visibility: hidden !important;
|
|
3401
3453
|
}
|
|
3402
|
-
.
|
|
3403
|
-
|
|
3404
|
-
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
3405
|
-
padding: 16px 0px;
|
|
3406
|
-
border-radius: 4px;
|
|
3407
|
-
width: 100%;
|
|
3408
|
-
overflow: hidden;
|
|
3409
|
-
pointer-events: all;
|
|
3410
|
-
position: relative;
|
|
3454
|
+
.show_all_3RK0E {
|
|
3455
|
+
visibility: visible !important;
|
|
3411
3456
|
}
|
|
3412
|
-
.
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3457
|
+
.show_all_3RK0E * {
|
|
3458
|
+
visibility: visible !important;
|
|
3459
|
+
}
|
|
3460
|
+
.pane_24eRa {
|
|
3461
|
+
background-color: var(--upime-pane-bg);
|
|
3416
3462
|
border-radius: 4px;
|
|
3417
|
-
background-color: #ffffff;
|
|
3418
3463
|
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
3419
3464
|
}
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
|
|
3465
|
+
@keyframes show_2n9nM {
|
|
3466
|
+
to {
|
|
3467
|
+
visibility: visible;
|
|
3468
|
+
opacity: 1;
|
|
3469
|
+
}
|
|
3425
3470
|
}
|
|
3426
|
-
.
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
flex-flow: row wrap;
|
|
3431
|
-
gap: 12px;
|
|
3432
|
-
padding-right: 12px;
|
|
3471
|
+
.show_a_PIUo0 {
|
|
3472
|
+
visibility: hidden;
|
|
3473
|
+
opacity: 0;
|
|
3474
|
+
animation: show_2n9nM 0.5s forwards;
|
|
3433
3475
|
}
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
cursor: pointer;
|
|
3441
|
-
border-radius: 2px;
|
|
3476
|
+
@keyframes show_scale_1mftc {
|
|
3477
|
+
to {
|
|
3478
|
+
transform: scale(1);
|
|
3479
|
+
visibility: visible;
|
|
3480
|
+
opacity: 1;
|
|
3481
|
+
}
|
|
3442
3482
|
}
|
|
3443
|
-
.
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3483
|
+
.show_scale_1mftc {
|
|
3484
|
+
visibility: hidden;
|
|
3485
|
+
opacity: 0;
|
|
3486
|
+
transform: scale(0);
|
|
3487
|
+
animation: show_scale_1mftc 0.3s forwards;
|
|
3448
3488
|
}
|
|
3449
|
-
.
|
|
3450
|
-
|
|
3451
|
-
padding-right: 6px;
|
|
3452
|
-
overflow: auto;
|
|
3453
|
-
scrollbar-color: var(--upime-scrollbar-thumb) transparent;
|
|
3454
|
-
scrollbar-width: thin;
|
|
3489
|
+
.show_scale_1mftc.right_3fFKY {
|
|
3490
|
+
transform-origin: left center;
|
|
3455
3491
|
}
|
|
3456
|
-
.
|
|
3457
|
-
|
|
3492
|
+
.show_scale_1mftc.left_2V43j {
|
|
3493
|
+
transform-origin: right center;
|
|
3458
3494
|
}
|
|
3459
|
-
.
|
|
3460
|
-
|
|
3461
|
-
background-color: transparent;
|
|
3495
|
+
.show_scale_1mftc.bottom_3zuBY {
|
|
3496
|
+
transform-origin: center top;
|
|
3462
3497
|
}
|
|
3463
|
-
.
|
|
3464
|
-
|
|
3465
|
-
background-color: var(--upime-scrollbar-thumb);
|
|
3498
|
+
.show_scale_1mftc.top_1dQIl {
|
|
3499
|
+
transform-origin: center bottom;
|
|
3466
3500
|
}
|
|
3467
|
-
.
|
|
3468
|
-
|
|
3501
|
+
.show_scale_1mftc.left_top_3ojkb {
|
|
3502
|
+
transform-origin: right top;
|
|
3469
3503
|
}
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
position: relative;
|
|
3473
|
-
width: 100%;
|
|
3474
|
-
height: 100%;
|
|
3475
|
-
display: flex;
|
|
3476
|
-
flex-direction: column;
|
|
3504
|
+
.show_scale_1mftc.top_left_1yo2X {
|
|
3505
|
+
transform-origin: bottom left;
|
|
3477
3506
|
}
|
|
3478
|
-
.
|
|
3479
|
-
|
|
3480
|
-
padding-right: 54px;
|
|
3481
|
-
height: 64px;
|
|
3482
|
-
width: 100%;
|
|
3483
|
-
background-color: var(--upime-pane-bg);
|
|
3484
|
-
align-items: center;
|
|
3485
|
-
justify-content: space-between;
|
|
3486
|
-
display: flex;
|
|
3487
|
-
flex-shrink: 0;
|
|
3488
|
-
font-size: 20px;
|
|
3489
|
-
color: var(--upime-main-text);
|
|
3490
|
-
font-weight: 600;
|
|
3491
|
-
line-height: 30px;
|
|
3507
|
+
.show_scale_1mftc.bottom_left_HpIv- {
|
|
3508
|
+
transform-origin: top left;
|
|
3492
3509
|
}
|
|
3493
|
-
.
|
|
3494
|
-
|
|
3495
|
-
height: 44px;
|
|
3496
|
-
display: flex;
|
|
3497
|
-
align-items: center;
|
|
3498
|
-
justify-content: center;
|
|
3499
|
-
position: relative;
|
|
3500
|
-
cursor: pointer;
|
|
3510
|
+
.show_scale_1mftc.right_top_19DT5 {
|
|
3511
|
+
transform-origin: left top;
|
|
3501
3512
|
}
|
|
3502
|
-
.
|
|
3503
|
-
|
|
3504
|
-
content: "";
|
|
3505
|
-
right: 0px;
|
|
3506
|
-
top: 12px;
|
|
3507
|
-
bottom: 12px;
|
|
3508
|
-
width: 1px;
|
|
3509
|
-
background-color: #e6e7e9;
|
|
3513
|
+
.show_scale_1mftc.right_bottom_1Y686 {
|
|
3514
|
+
transform-origin: left bottom;
|
|
3510
3515
|
}
|
|
3511
|
-
.
|
|
3512
|
-
transform:
|
|
3516
|
+
.show_scale_1mftc.left_bottom_2uN6u {
|
|
3517
|
+
transform-origin: right bottom;
|
|
3513
3518
|
}
|
|
3514
|
-
.
|
|
3515
|
-
|
|
3516
|
-
height: 40px;
|
|
3517
|
-
padding: 0 20px;
|
|
3519
|
+
.btn_style_2ZbMu {
|
|
3520
|
+
cursor: pointer;
|
|
3518
3521
|
}
|
|
3519
|
-
.
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
+
.btn_style_2ZbMu:active,
|
|
3523
|
+
.btn_style_2ZbMu.on_14ReV {
|
|
3524
|
+
color: var(--upime-active);
|
|
3522
3525
|
}
|
|
3523
|
-
.
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3526
|
+
.btn_style_2ZbMu.disabled_3ost8 {
|
|
3527
|
+
color: var(--upime-disable);
|
|
3528
|
+
pointer-events: none;
|
|
3529
|
+
}
|
|
3530
|
+
.propEditorIconBox_ZPJ55 {
|
|
3531
|
+
height: 40px;
|
|
3532
|
+
width: 40px;
|
|
3529
3533
|
display: flex;
|
|
3530
|
-
align-items: center;
|
|
3531
3534
|
justify-content: center;
|
|
3532
|
-
|
|
3533
|
-
}
|
|
3534
|
-
.searchContentContainer_2aGCw .inputDomContainer_aORAa .qingchuIcon_2Z2NJ {
|
|
3535
|
-
color: #dbdbde;
|
|
3535
|
+
align-items: center;
|
|
3536
3536
|
}
|
|
3537
|
-
.
|
|
3538
|
-
|
|
3539
|
-
left: 12px;
|
|
3540
|
-
top: 10px;
|
|
3537
|
+
.do-hovers .icon_box_2_MCw:hover {
|
|
3538
|
+
opacity: 1;
|
|
3541
3539
|
}
|
|
3542
|
-
.
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
border-radius: 4px;
|
|
3546
|
-
background-color: white;
|
|
3547
|
-
border: 1px solid #ececee;
|
|
3548
|
-
outline: none;
|
|
3549
|
-
color: #303133;
|
|
3550
|
-
font-size: 14px;
|
|
3551
|
-
padding: 0 48px 0 40px;
|
|
3552
|
-
display: block;
|
|
3540
|
+
.do-hovers .bling_item_Wpkjy:hover {
|
|
3541
|
+
opacity: 1;
|
|
3542
|
+
background-color: var(--upime-btn-bg-hover);
|
|
3553
3543
|
}
|
|
3554
|
-
.
|
|
3555
|
-
color:
|
|
3544
|
+
.do-hovers .btn_style_2ZbMu:hover {
|
|
3545
|
+
color: var(--upime-active);
|
|
3556
3546
|
}
|
|
3557
|
-
.
|
|
3558
|
-
|
|
3547
|
+
.do-hovers .propEditorIconBox_ZPJ55:hover {
|
|
3548
|
+
background-color: var(--upime-btn-bg-hover);
|
|
3559
3549
|
}
|
|
3560
|
-
.
|
|
3561
|
-
|
|
3562
|
-
overflow: auto;
|
|
3563
|
-
margin-top: 20px;
|
|
3564
|
-
scrollbar-color: var(--upime-scrollbar-thumb) transparent;
|
|
3565
|
-
scrollbar-width: thin;
|
|
3550
|
+
.do-hovers .titleIcon_WNKTJ:hover {
|
|
3551
|
+
color: var(--upime-active);
|
|
3566
3552
|
}
|
|
3567
|
-
.
|
|
3568
|
-
|
|
3553
|
+
.do-hovers .moreIcon_3EGbv:hover {
|
|
3554
|
+
color: var(--upime-main-text);
|
|
3569
3555
|
}
|
|
3570
|
-
.
|
|
3571
|
-
|
|
3572
|
-
background-color: transparent;
|
|
3556
|
+
.rotateY180_3B_Co {
|
|
3557
|
+
transform: rotateY(180deg);
|
|
3573
3558
|
}
|
|
3574
|
-
.
|
|
3575
|
-
|
|
3576
|
-
|
|
3559
|
+
.upimeInput_CNs-e {
|
|
3560
|
+
height: 38px;
|
|
3561
|
+
padding: 8px 16px;
|
|
3562
|
+
border: 1px solid black;
|
|
3563
|
+
box-shadow: 0px 0px 0px 2px rgba(46, 115, 229, 0.16);
|
|
3564
|
+
border: 1px solid var(--upime-input-border);
|
|
3565
|
+
border-radius: 4px;
|
|
3577
3566
|
}
|
|
3578
|
-
.
|
|
3579
|
-
|
|
3580
|
-
|
|
3567
|
+
.upimeInput_CNs-e.invalid_3iDze {
|
|
3568
|
+
box-shadow: 0px 0px 0px 2px rgba(254, 82, 80, 0.16);
|
|
3569
|
+
border: 1px solid var(--upime-input-invalid);
|
|
3570
|
+
}
|
|
3571
|
+
.titleIcon_WNKTJ {
|
|
3572
|
+
height: 48px;
|
|
3573
|
+
width: 40px;
|
|
3574
|
+
cursor: pointer;
|
|
3581
3575
|
display: flex;
|
|
3582
|
-
flex-direction: column;
|
|
3583
|
-
align-items: center;
|
|
3584
3576
|
justify-content: center;
|
|
3585
|
-
|
|
3577
|
+
align-items: center;
|
|
3586
3578
|
}
|
|
3587
|
-
.
|
|
3588
|
-
|
|
3579
|
+
.titleIcon_WNKTJ.active_3IluS {
|
|
3580
|
+
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
|
|
3581
|
+
background: initial !important;
|
|
3589
3582
|
}
|
|
3590
|
-
.
|
|
3591
|
-
|
|
3592
|
-
padding: 0 16px 0 20px;
|
|
3583
|
+
.titleIcon_WNKTJ.active_3IluS {
|
|
3584
|
+
color: var(--upime-active);
|
|
3593
3585
|
}
|
|
3594
|
-
.
|
|
3595
|
-
|
|
3586
|
+
.moreIcon_3EGbv {
|
|
3587
|
+
cursor: pointer;
|
|
3596
3588
|
}
|
|
3597
|
-
.
|
|
3598
|
-
|
|
3599
|
-
display: flex;
|
|
3600
|
-
align-items: center;
|
|
3601
|
-
justify-content: space-between;
|
|
3602
|
-
height: 24px;
|
|
3589
|
+
.moreIcon_3EGbv svg {
|
|
3590
|
+
color: #303445;
|
|
3603
3591
|
}
|
|
3604
|
-
.
|
|
3605
|
-
|
|
3592
|
+
.moreIcon_3EGbv.active_3IluS svg {
|
|
3593
|
+
color: var(--upime-main-text);
|
|
3606
3594
|
}
|
|
3607
|
-
|
|
3608
|
-
|
|
3595
|
+
@keyframes loading_8SMbv {
|
|
3596
|
+
0% {
|
|
3597
|
+
transform: rotate(0deg);
|
|
3598
|
+
}
|
|
3599
|
+
100% {
|
|
3600
|
+
transform: rotate(360deg);
|
|
3601
|
+
}
|
|
3602
|
+
}
|
|
3603
|
+
.loadingIcon_hh2my {
|
|
3609
3604
|
width: 24px;
|
|
3610
3605
|
height: 24px;
|
|
3606
|
+
color: var(--upime-active);
|
|
3607
|
+
animation: loading_8SMbv 1s linear infinite forwards;
|
|
3608
|
+
}
|
|
3609
|
+
.AIButtonContainer_1KCD9 {
|
|
3610
|
+
padding: 0 8px;
|
|
3611
|
+
height: 100%;
|
|
3611
3612
|
display: flex;
|
|
3612
|
-
align-items: center;
|
|
3613
3613
|
justify-content: center;
|
|
3614
|
+
align-items: center;
|
|
3614
3615
|
}
|
|
3615
|
-
.
|
|
3616
|
-
|
|
3616
|
+
.AIButtonContainer_1KCD9.transparent_KymT8 {
|
|
3617
|
+
opacity: 0;
|
|
3617
3618
|
}
|
|
3618
|
-
.
|
|
3619
|
+
.AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv {
|
|
3620
|
+
width: 40px;
|
|
3621
|
+
height: 40px;
|
|
3622
|
+
display: flex;
|
|
3623
|
+
justify-content: center;
|
|
3624
|
+
align-items: center;
|
|
3619
3625
|
position: relative;
|
|
3620
3626
|
}
|
|
3621
|
-
.
|
|
3622
|
-
|
|
3623
|
-
left: 0;
|
|
3624
|
-
top: calc(100% + 1px);
|
|
3625
|
-
}
|
|
3626
|
-
.categroyContainer_2fReq .colorpalettesContaienr_2Tw5t {
|
|
3627
|
-
margin-top: 10px;
|
|
3628
|
-
height: 24px;
|
|
3629
|
-
padding: 2px;
|
|
3627
|
+
.AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD {
|
|
3628
|
+
overflow: hidden;
|
|
3630
3629
|
display: flex;
|
|
3630
|
+
justify-content: center;
|
|
3631
3631
|
align-items: center;
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3632
|
+
position: absolute;
|
|
3633
|
+
left: 0;
|
|
3634
|
+
top: 0;
|
|
3635
|
+
bottom: 0;
|
|
3636
|
+
right: 0;
|
|
3637
|
+
transform-origin: center center;
|
|
3638
|
+
transition: 0.4s;
|
|
3639
3639
|
}
|
|
3640
|
-
.
|
|
3641
|
-
|
|
3640
|
+
.AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD.AIShow_3bXP_ {
|
|
3641
|
+
transform: scale(1) rotate(0);
|
|
3642
|
+
opacity: 1;
|
|
3642
3643
|
}
|
|
3643
|
-
.
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
gap: 4px;
|
|
3647
|
-
color: var(--upime-main-text);
|
|
3644
|
+
.AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD.AIHide_36dTz {
|
|
3645
|
+
transform: scale(0) rotate(360deg);
|
|
3646
|
+
opacity: 0;
|
|
3648
3647
|
}
|
|
3649
|
-
.
|
|
3650
|
-
|
|
3651
|
-
align-items: center;
|
|
3648
|
+
.AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD.AIButtonHover_k40Kt:hover {
|
|
3649
|
+
background-color: var(--upime-btn-bg-hover);
|
|
3652
3650
|
}
|
|
3653
|
-
.
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
border-width: 2px;
|
|
3658
|
-
border-style: solid;
|
|
3659
|
-
margin-left: -5px;
|
|
3651
|
+
.AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD.AIButtonDisabled_1ZmJx {
|
|
3652
|
+
opacity: 0.3;
|
|
3653
|
+
cursor: default;
|
|
3654
|
+
pointer-events: none;
|
|
3660
3655
|
}
|
|
3661
|
-
.
|
|
3662
|
-
|
|
3656
|
+
.AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD .AIButtonImage_1g9MN {
|
|
3657
|
+
width: 32px;
|
|
3658
|
+
height: 32px;
|
|
3663
3659
|
}
|
|
3664
|
-
.
|
|
3665
|
-
width: 160px;
|
|
3666
|
-
padding: 8px 0;
|
|
3667
|
-
border-radius: 2px;
|
|
3660
|
+
.phoneBgColorFcContainer_3kNvI {
|
|
3668
3661
|
background-color: white;
|
|
3669
3662
|
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
3663
|
+
padding: 16px 0px;
|
|
3664
|
+
border-radius: 4px;
|
|
3665
|
+
width: 100%;
|
|
3666
|
+
overflow: hidden;
|
|
3667
|
+
pointer-events: all;
|
|
3668
|
+
position: relative;
|
|
3670
3669
|
}
|
|
3671
|
-
.
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
color: var(--upime-active);
|
|
3670
|
+
.widgetTypePicker_5H8Qx {
|
|
3671
|
+
position: absolute;
|
|
3672
|
+
width: 212px;
|
|
3673
|
+
padding: 16px 4px 16px 16px;
|
|
3674
|
+
border-radius: 4px;
|
|
3675
|
+
background-color: #ffffff;
|
|
3676
|
+
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
3679
3677
|
}
|
|
3680
|
-
.
|
|
3681
|
-
|
|
3678
|
+
.widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu {
|
|
3679
|
+
max-height: 274px;
|
|
3680
|
+
display: flex;
|
|
3681
|
+
flex-direction: column;
|
|
3682
|
+
overflow: hidden;
|
|
3682
3683
|
}
|
|
3683
|
-
.
|
|
3684
|
-
width: 100%;
|
|
3684
|
+
.widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .baseTypeBox_2NVBF {
|
|
3685
3685
|
display: flex;
|
|
3686
|
-
|
|
3686
|
+
justify-content: left;
|
|
3687
|
+
align-items: center;
|
|
3688
|
+
flex-flow: row wrap;
|
|
3687
3689
|
gap: 12px;
|
|
3690
|
+
padding-right: 12px;
|
|
3688
3691
|
}
|
|
3689
|
-
.
|
|
3690
|
-
width:
|
|
3691
|
-
height:
|
|
3692
|
+
.widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .baseTypeBox_2NVBF .baseTypeItem_2ZO0E {
|
|
3693
|
+
width: 36px;
|
|
3694
|
+
height: 36px;
|
|
3692
3695
|
display: flex;
|
|
3693
3696
|
align-items: center;
|
|
3694
3697
|
justify-content: center;
|
|
3695
3698
|
cursor: pointer;
|
|
3696
3699
|
border-radius: 2px;
|
|
3697
3700
|
}
|
|
3698
|
-
.
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
display: flex;
|
|
3704
|
-
align-items: center;
|
|
3705
|
-
justify-content: center;
|
|
3706
|
-
cursor: pointer;
|
|
3707
|
-
border-radius: 4px;
|
|
3708
|
-
background-color: white;
|
|
3709
|
-
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
|
|
3710
|
-
transform: translateX(-50%) translateY(-50%);
|
|
3701
|
+
.widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .baseTypeDivider_L_aZN {
|
|
3702
|
+
margin-top: 4px;
|
|
3703
|
+
margin-bottom: 12px;
|
|
3704
|
+
border-top: 1px solid #e6e7e9;
|
|
3705
|
+
margin-right: 12px;
|
|
3711
3706
|
}
|
|
3712
|
-
.
|
|
3713
|
-
|
|
3714
|
-
|
|
3707
|
+
.widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .listContainer_3ZQHL {
|
|
3708
|
+
flex: 1;
|
|
3709
|
+
padding-right: 6px;
|
|
3710
|
+
overflow: auto;
|
|
3711
|
+
scrollbar-color: var(--upime-scrollbar-thumb) transparent;
|
|
3712
|
+
scrollbar-width: thin;
|
|
3715
3713
|
}
|
|
3716
|
-
.
|
|
3717
|
-
|
|
3714
|
+
.widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .listContainer_3ZQHL::-webkit-scrollbar {
|
|
3715
|
+
width: 4px;
|
|
3718
3716
|
}
|
|
3719
|
-
.
|
|
3720
|
-
|
|
3717
|
+
.widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .listContainer_3ZQHL::-webkit-scrollbar-track {
|
|
3718
|
+
border-radius: 5px;
|
|
3719
|
+
background-color: transparent;
|
|
3721
3720
|
}
|
|
3722
|
-
.
|
|
3723
|
-
|
|
3721
|
+
.widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .listContainer_3ZQHL::-webkit-scrollbar-thumb {
|
|
3722
|
+
border-radius: 2px;
|
|
3723
|
+
background-color: var(--upime-scrollbar-thumb);
|
|
3724
3724
|
}
|
|
3725
|
-
.do-hovers .
|
|
3725
|
+
.do-hovers .widget-type-item_2rkJI:hover {
|
|
3726
3726
|
background-color: rgba(0, 0, 0, 0.06);
|
|
3727
3727
|
}
|
|
3728
3728
|
|
|
@@ -20189,6 +20189,11 @@
|
|
|
20189
20189
|
.inMoreCtrl_2ObEO .subWin_TjjfP {
|
|
20190
20190
|
bottom: -128px;
|
|
20191
20191
|
}
|
|
20192
|
+
.inMoreCtrl_2ObEO::before {
|
|
20193
|
+
right: auto;
|
|
20194
|
+
right: initial;
|
|
20195
|
+
left: 36px;
|
|
20196
|
+
}
|
|
20192
20197
|
.panelRoot_2exv- {
|
|
20193
20198
|
width: 100%;
|
|
20194
20199
|
height: 100%;
|
|
@@ -20386,6 +20391,9 @@
|
|
|
20386
20391
|
border-radius: 4px;
|
|
20387
20392
|
box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
|
|
20388
20393
|
}
|
|
20394
|
+
.applyPermNoticeBox_1xavn.miniMode_2vnMT {
|
|
20395
|
+
bottom: 46px;
|
|
20396
|
+
}
|
|
20389
20397
|
.permApplyListModalBox_J73ps {
|
|
20390
20398
|
width: 520px;
|
|
20391
20399
|
min-height: 286px;
|