@plaso-infi/whiteboard-sdk 0.1.8 → 0.2.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-3588278e-1e3a5503.js +1 -0
- package/dist/cjs/index-302250cc-ecade100.js +1 -0
- package/dist/cjs/index-f96b4a50.js +80 -0
- package/dist/cjs/index.css +2475 -1286
- package/dist/cjs/index.d.ts +110 -9
- package/dist/cjs/index.js +1 -1
- package/dist/esm/icon_map-3588278e-28a10ae2.js +1 -0
- package/dist/esm/index-302250cc-ed69f579.js +1 -0
- package/dist/esm/index-ae9c8b77.js +80 -0
- package/dist/esm/index.css +2475 -1286
- package/dist/esm/index.d.ts +110 -9
- package/dist/esm/index.js +1 -1
- package/dist/worker/decoder.worker.js +1 -0
- package/package.json +80 -81
- package/dist/cjs/AgoraRTC_N-production-8fab1a06.js +0 -2
- package/dist/cjs/index-1d264621.js +0 -89
- package/dist/cjs/index-2bd0357d-a5de2a3d.js +0 -1
- package/dist/esm/AgoraRTC_N-production-f20a13c3.js +0 -2
- package/dist/esm/index-2bd0357d-49ebae15.js +0 -1
- package/dist/esm/index-714d8d98.js +0 -89
- package/dist/worker/gif.worker.js +0 -15
- /package/dist/cjs/{hls-cfb0bbec-abad5f20.js → hls-e0a51e69-76de2844.js} +0 -0
- /package/dist/cjs/{pdf_lib-64ad77bb-e7be60df.js → pdf_lib-24f922b4-8eba27c5.js} +0 -0
- /package/dist/esm/{hls-cfb0bbec-7b22a1d3.js → hls-e0a51e69-5ec32c80.js} +0 -0
- /package/dist/esm/{pdf_lib-64ad77bb-df93a3f6.js → pdf_lib-24f922b4-448200f8.js} +0 -0
package/dist/cjs/index.css
CHANGED
|
@@ -4694,7 +4694,7 @@
|
|
|
4694
4694
|
height: 20px;
|
|
4695
4695
|
}
|
|
4696
4696
|
.basic_14d8F .iconCon_WJO51 .floatIcon_20utB {
|
|
4697
|
-
color: #
|
|
4697
|
+
color: #616371;
|
|
4698
4698
|
width: 20px;
|
|
4699
4699
|
height: 20px;
|
|
4700
4700
|
cursor: pointer;
|
|
@@ -5039,1225 +5039,1230 @@
|
|
|
5039
5039
|
transform: translateY(-6px);
|
|
5040
5040
|
}
|
|
5041
5041
|
|
|
5042
|
-
.
|
|
5043
|
-
|
|
5042
|
+
.fontSizeSelect_mZrQe .rightOption_MD7Qa {
|
|
5043
|
+
display: flex;
|
|
5044
|
+
flex-direction: column;
|
|
5045
|
+
height: 100%;
|
|
5044
5046
|
}
|
|
5045
|
-
.
|
|
5046
|
-
width:
|
|
5047
|
-
|
|
5048
|
-
|
|
5047
|
+
.fontSizeSelect_mZrQe .rightOption_MD7Qa .btn_mBY8_ {
|
|
5048
|
+
width: 100%;
|
|
5049
|
+
padding: 0;
|
|
5050
|
+
flex-grow: 1;
|
|
5051
|
+
display: flex;
|
|
5052
|
+
justify-content: center;
|
|
5053
|
+
align-items: center;
|
|
5049
5054
|
}
|
|
5050
|
-
.
|
|
5051
|
-
|
|
5052
|
-
|
|
5053
|
-
border-width: 0 6px 6px;
|
|
5054
|
-
border-style: solid;
|
|
5055
|
-
border-color: transparent transparent #050038;
|
|
5055
|
+
.fontSizeSelect_mZrQe .rightOption_MD7Qa .btn_mBY8_.up_hkKvj {
|
|
5056
|
+
align-items: flex-end;
|
|
5057
|
+
padding-bottom: 2px;
|
|
5056
5058
|
}
|
|
5057
|
-
.
|
|
5058
|
-
|
|
5059
|
-
|
|
5059
|
+
.fontSizeSelect_mZrQe .rightOption_MD7Qa .btn_mBY8_.down_3R-Xb {
|
|
5060
|
+
align-items: flex-start;
|
|
5061
|
+
padding-top: 2px;
|
|
5060
5062
|
}
|
|
5061
|
-
.
|
|
5062
|
-
|
|
5063
|
-
|
|
5063
|
+
.fontSizeSelect_mZrQe .rightOption_MD7Qa .btn_mBY8_ .icon_2ql7n {
|
|
5064
|
+
width: 10px;
|
|
5065
|
+
height: 10px;
|
|
5066
|
+
font-size: 10px;
|
|
5067
|
+
text-align: center;
|
|
5068
|
+
-webkit-user-select: none;
|
|
5069
|
+
user-select: none;
|
|
5064
5070
|
}
|
|
5065
|
-
.
|
|
5066
|
-
|
|
5071
|
+
.fontSizeSelect_mZrQe .rightOption_MD7Qa .btn_mBY8_:hover {
|
|
5072
|
+
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
|
|
5073
|
+
background: initial;
|
|
5067
5074
|
}
|
|
5068
|
-
.
|
|
5069
|
-
|
|
5070
|
-
|
|
5075
|
+
.fontSizeSelect_mZrQe .fontInputContainer_2wcNK {
|
|
5076
|
+
height: 50px;
|
|
5077
|
+
display: flex;
|
|
5078
|
+
align-items: center;
|
|
5071
5079
|
}
|
|
5072
|
-
.
|
|
5073
|
-
|
|
5080
|
+
.dropdown_hGFBv {
|
|
5081
|
+
z-index: 10;
|
|
5074
5082
|
}
|
|
5075
|
-
.
|
|
5076
|
-
|
|
5083
|
+
.fontSizeViewPhoneContainer_2TUmu {
|
|
5084
|
+
display: flex;
|
|
5085
|
+
align-items: center;
|
|
5086
|
+
flex-shrink: 0;
|
|
5087
|
+
justify-content: space-between;
|
|
5088
|
+
width: 92px;
|
|
5089
|
+
}
|
|
5090
|
+
.fontSizeViewPhoneContainer_2TUmu .fontSizeViewPhoneContainerText_ic4i9 {
|
|
5091
|
+
flex-shrink: 0;
|
|
5077
5092
|
font-size: 14px;
|
|
5078
|
-
|
|
5079
|
-
text-align: center;
|
|
5080
|
-
cursor: default;
|
|
5081
|
-
vertical-align: middle;
|
|
5082
|
-
color: #a4a4a4;
|
|
5083
|
-
opacity: 0.8;
|
|
5093
|
+
word-break: keep-all;
|
|
5084
5094
|
}
|
|
5085
|
-
.
|
|
5086
|
-
|
|
5087
|
-
width: 35px;
|
|
5088
|
-
padding: 0;
|
|
5089
|
-
margin: 0;
|
|
5090
|
-
height: 20px;
|
|
5091
|
-
line-height: 20px;
|
|
5092
|
-
display: inline-block;
|
|
5093
|
-
border: 0px;
|
|
5094
|
-
text-align: right;
|
|
5095
|
+
.disabled_1XQzF {
|
|
5096
|
+
color: #dbdbde;
|
|
5095
5097
|
}
|
|
5096
|
-
|
|
5097
|
-
|
|
5098
|
-
|
|
5099
|
-
|
|
5100
|
-
|
|
5098
|
+
|
|
5099
|
+
.rich_text_textarea_3xhNM {
|
|
5100
|
+
position: absolute;
|
|
5101
|
+
pointer-events: none;
|
|
5102
|
+
opacity: 0;
|
|
5103
|
+
overflow: hidden;
|
|
5101
5104
|
}
|
|
5102
|
-
.
|
|
5103
|
-
|
|
5105
|
+
.add_anchor_3mHnl {
|
|
5106
|
+
background-color: var(--upime-pane-bg);
|
|
5107
|
+
border-radius: 4px;
|
|
5108
|
+
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
5109
|
+
border-radius: 2px;
|
|
5110
|
+
position: absolute;
|
|
5111
|
+
display: flex;
|
|
5112
|
+
align-items: center;
|
|
5113
|
+
width: 400px;
|
|
5114
|
+
min-height: 72px;
|
|
5104
5115
|
}
|
|
5105
|
-
.
|
|
5116
|
+
.add_anchor_3mHnl .add_input_n9bTK {
|
|
5117
|
+
width: 296px;
|
|
5118
|
+
min-height: 72px;
|
|
5119
|
+
padding: 16px 0 16px 16px;
|
|
5106
5120
|
position: relative;
|
|
5107
|
-
color: #050038;
|
|
5108
5121
|
}
|
|
5109
|
-
.
|
|
5110
|
-
|
|
5122
|
+
.add_anchor_3mHnl .add_input_n9bTK input {
|
|
5123
|
+
padding-right: 40px;
|
|
5111
5124
|
}
|
|
5112
|
-
.
|
|
5113
|
-
|
|
5114
|
-
|
|
5125
|
+
.add_btns_1-y9z {
|
|
5126
|
+
position: absolute;
|
|
5127
|
+
right: 0;
|
|
5128
|
+
top: 0;
|
|
5129
|
+
flex-shrink: 0;
|
|
5130
|
+
display: flex;
|
|
5131
|
+
height: 100%;
|
|
5132
|
+
padding-right: 16px;
|
|
5115
5133
|
}
|
|
5116
|
-
.
|
|
5117
|
-
|
|
5118
|
-
|
|
5119
|
-
|
|
5120
|
-
|
|
5121
|
-
|
|
5122
|
-
font-size: 13px;
|
|
5123
|
-
cursor: pointer;
|
|
5134
|
+
.add_btns_1-y9z .btn_17KQi {
|
|
5135
|
+
margin-top: 26px;
|
|
5136
|
+
margin-bottom: 48px;
|
|
5137
|
+
position: relative;
|
|
5138
|
+
font-size: 14px;
|
|
5139
|
+
color: #2E73E5;
|
|
5124
5140
|
white-space: nowrap;
|
|
5141
|
+
margin-left: 16px;
|
|
5142
|
+
cursor: pointer;
|
|
5125
5143
|
}
|
|
5126
|
-
.
|
|
5127
|
-
color: #
|
|
5128
|
-
|
|
5129
|
-
}
|
|
5130
|
-
.pin-start-page_3-DLn .pinning-page_3oZPa .pinning-page-item_3b2Vt.disabled_1EiYV {
|
|
5131
|
-
opacity: 0.2;
|
|
5132
|
-
cursor: default;
|
|
5133
|
-
}
|
|
5134
|
-
.do-hovers .pin-start-page_3-DLn .pinning-page_3oZPa .pinning-page-item_3b2Vt:hover {
|
|
5135
|
-
background-color: #f5f5f7;
|
|
5144
|
+
.add_btns_1-y9z .btn_17KQi.disable_3k8tZ {
|
|
5145
|
+
color: #ABC7F5;
|
|
5146
|
+
pointer-events: none;
|
|
5136
5147
|
}
|
|
5137
|
-
.
|
|
5148
|
+
.add_btns_1-y9z .btn_17KQi::before {
|
|
5149
|
+
content: "";
|
|
5138
5150
|
background: transparent;
|
|
5151
|
+
position: absolute;
|
|
5152
|
+
left: -10px;
|
|
5153
|
+
top: -20px;
|
|
5154
|
+
right: -10px;
|
|
5155
|
+
bottom: -20px;
|
|
5156
|
+
z-index: -1;
|
|
5139
5157
|
}
|
|
5140
|
-
.
|
|
5141
|
-
|
|
5142
|
-
|
|
5158
|
+
.hover_anchor_2SjZq {
|
|
5159
|
+
background-color: var(--upime-pane-bg);
|
|
5160
|
+
border-radius: 4px;
|
|
5161
|
+
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
5162
|
+
position: absolute;
|
|
5143
5163
|
display: flex;
|
|
5144
|
-
flex-direction: row;
|
|
5145
5164
|
align-items: center;
|
|
5146
|
-
padding: 12px 16px;
|
|
5147
|
-
cursor: default;
|
|
5148
|
-
white-space: nowrap;
|
|
5149
5165
|
}
|
|
5150
|
-
.
|
|
5166
|
+
.btn_wrapper_3GpT- {
|
|
5167
|
+
flex-shrink: 0;
|
|
5168
|
+
position: relative;
|
|
5169
|
+
padding: 0 8px;
|
|
5151
5170
|
display: flex;
|
|
5152
|
-
flex-direction: row;
|
|
5153
5171
|
align-items: center;
|
|
5154
|
-
min-width: 100px;
|
|
5155
|
-
margin-left: 16px;
|
|
5156
|
-
margin-right: 4px;
|
|
5157
|
-
}
|
|
5158
|
-
.pageExtractor_2hxe0 .radioGroup_ta09k .extractAllLabel_3ufYq {
|
|
5159
|
-
min-width: 52px;
|
|
5160
|
-
margin-right: 16px;
|
|
5161
|
-
}
|
|
5162
|
-
.pageExtractor_2hxe0 > input {
|
|
5163
|
-
width: 200px;
|
|
5164
|
-
padding: 6px 0 9px 14px;
|
|
5165
|
-
}
|
|
5166
|
-
.pageExtractor_2hxe0 > span {
|
|
5167
|
-
line-height: 22px;
|
|
5168
|
-
font-size: 14px;
|
|
5169
|
-
}
|
|
5170
|
-
.pageExtractor_2hxe0 .extractBtn_3LGZF {
|
|
5171
|
-
height: 38px;
|
|
5172
|
-
font-size: 15px;
|
|
5173
|
-
text-align: center;
|
|
5174
|
-
margin-left: 12px;
|
|
5175
5172
|
}
|
|
5176
|
-
.
|
|
5177
|
-
|
|
5178
|
-
flex-direction: row;
|
|
5179
|
-
justify-content: center;
|
|
5180
|
-
height: 36px;
|
|
5181
|
-
pointer-events: none;
|
|
5173
|
+
.switch_btn_group_16v5o::before {
|
|
5174
|
+
content: "";
|
|
5182
5175
|
position: absolute;
|
|
5176
|
+
right: 0;
|
|
5183
5177
|
top: 0;
|
|
5178
|
+
width: 1px;
|
|
5179
|
+
height: 100%;
|
|
5180
|
+
background-color: #dbdbde;
|
|
5181
|
+
}
|
|
5182
|
+
.edit_btn_group_24D_T::before {
|
|
5183
|
+
content: "";
|
|
5184
|
+
position: absolute;
|
|
5184
5185
|
left: 0;
|
|
5186
|
+
top: 0;
|
|
5187
|
+
width: 1px;
|
|
5188
|
+
height: 100%;
|
|
5189
|
+
background-color: #dbdbde;
|
|
5185
5190
|
}
|
|
5186
|
-
.
|
|
5187
|
-
|
|
5188
|
-
min-width: 124px;
|
|
5189
|
-
display: flex;
|
|
5190
|
-
flex-direction: row;
|
|
5191
|
-
background: rgba(0, 0, 0, 0.6);
|
|
5191
|
+
.edit_anchor_3rspJ {
|
|
5192
|
+
background-color: var(--upime-pane-bg);
|
|
5192
5193
|
border-radius: 4px;
|
|
5193
|
-
|
|
5194
|
-
|
|
5195
|
-
|
|
5194
|
+
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
5195
|
+
position: absolute;
|
|
5196
|
+
padding: 20px 24px 24px;
|
|
5196
5197
|
}
|
|
5197
|
-
.
|
|
5198
|
-
|
|
5199
|
-
height:
|
|
5200
|
-
position: relative;
|
|
5198
|
+
.input_group_1HItO {
|
|
5199
|
+
margin-top: 12px;
|
|
5200
|
+
height: 36px;
|
|
5201
5201
|
display: flex;
|
|
5202
|
-
|
|
5203
|
-
justify-content: center;
|
|
5202
|
+
align-items: center;
|
|
5204
5203
|
}
|
|
5205
|
-
.
|
|
5206
|
-
|
|
5207
|
-
|
|
5208
|
-
height:
|
|
5209
|
-
|
|
5210
|
-
|
|
5211
|
-
border-right: 6px solid white;
|
|
5212
|
-
}
|
|
5213
|
-
.paginatorRoot_2zLaL .widget_21_1j .arrow_YQx8_ .right_x3hfc {
|
|
5214
|
-
margin-left: 12px;
|
|
5215
|
-
width: 0;
|
|
5216
|
-
height: 0;
|
|
5217
|
-
border-top: 6px solid transparent;
|
|
5218
|
-
border-bottom: 6px solid transparent;
|
|
5219
|
-
border-left: 6px solid white;
|
|
5220
|
-
}
|
|
5221
|
-
.paginatorRoot_2zLaL .widget_21_1j .arrow_YQx8_.disabled_1EiYV {
|
|
5222
|
-
pointer-events: none;
|
|
5204
|
+
.input_group_1HItO .label_1HvdM {
|
|
5205
|
+
width: 42px;
|
|
5206
|
+
font-size: 14px;
|
|
5207
|
+
height: 22px;
|
|
5208
|
+
line-height: 22px;
|
|
5209
|
+
color: var(--upime-main-text);
|
|
5223
5210
|
}
|
|
5224
|
-
.
|
|
5225
|
-
|
|
5211
|
+
.input_group_1HItO .input_1reWF {
|
|
5212
|
+
width: 306px;
|
|
5213
|
+
height: 36px;
|
|
5214
|
+
margin-left: 4px;
|
|
5215
|
+
padding-left: 10px;
|
|
5216
|
+
padding-right: 12px;
|
|
5217
|
+
border-radius: 4px;
|
|
5218
|
+
position: relative;
|
|
5226
5219
|
}
|
|
5227
|
-
.
|
|
5228
|
-
|
|
5220
|
+
.input_group_1HItO .input_1reWF input {
|
|
5221
|
+
padding-right: 40px;
|
|
5229
5222
|
}
|
|
5230
|
-
.
|
|
5231
|
-
|
|
5223
|
+
.edit_btns_2y480 {
|
|
5224
|
+
margin-top: 35px;
|
|
5232
5225
|
display: flex;
|
|
5233
|
-
|
|
5234
|
-
align-items: center;
|
|
5235
|
-
height: 100%;
|
|
5226
|
+
justify-content: flex-end;
|
|
5236
5227
|
}
|
|
5237
|
-
.
|
|
5238
|
-
|
|
5239
|
-
height:
|
|
5228
|
+
.edit_btns_2y480 .button_BS8i7 {
|
|
5229
|
+
width: 64px;
|
|
5230
|
+
height: 32px;
|
|
5240
5231
|
font-size: 14px;
|
|
5241
|
-
|
|
5242
|
-
white-space: pre;
|
|
5243
|
-
}
|
|
5244
|
-
.paginatorRoot_2zLaL .widget_21_1j .paginator_1NoBo input {
|
|
5245
|
-
width: 28px;
|
|
5246
|
-
height: 28px;
|
|
5232
|
+
line-height: 20px;
|
|
5247
5233
|
border-radius: 2px;
|
|
5248
|
-
color: white;
|
|
5249
|
-
line-height: 28px;
|
|
5250
|
-
font-size: 14px;
|
|
5251
|
-
text-align: center;
|
|
5252
|
-
background: transparent;
|
|
5253
|
-
border: none;
|
|
5254
|
-
margin-right: 2px;
|
|
5255
5234
|
}
|
|
5256
|
-
.
|
|
5257
|
-
|
|
5235
|
+
.edit_btns_2y480 .button_BS8i7:last-child {
|
|
5236
|
+
margin-left: 12px;
|
|
5258
5237
|
}
|
|
5259
|
-
.
|
|
5260
|
-
width: 480px;
|
|
5261
|
-
height: 346px;
|
|
5262
|
-
border-radius: 12px;
|
|
5263
|
-
padding: 24px;
|
|
5264
|
-
background-color: #fff;
|
|
5238
|
+
.mentionWrapper_3cWn1 {
|
|
5265
5239
|
position: absolute;
|
|
5266
|
-
|
|
5267
|
-
|
|
5268
|
-
transform: translate(-50%, -50%);
|
|
5269
|
-
}
|
|
5270
|
-
.insertExcelChooseModalBox_1ojyh .titleRow_2LXkd {
|
|
5271
|
-
font-size: 20px;
|
|
5272
|
-
font-weight: 500;
|
|
5273
|
-
margin-bottom: 12px;
|
|
5274
|
-
}
|
|
5275
|
-
.insertExcelChooseModalBox_1ojyh .iconRow_1FN7k {
|
|
5276
|
-
margin-bottom: 24px;
|
|
5277
|
-
}
|
|
5278
|
-
.insertExcelChooseModalBox_1ojyh .iconRow_1FN7k .item_3VxJ- {
|
|
5279
|
-
display: inline-block;
|
|
5280
|
-
}
|
|
5281
|
-
.insertExcelChooseModalBox_1ojyh .iconRow_1FN7k .item_3VxJ- .bg_3p6EL {
|
|
5282
|
-
width: 210px;
|
|
5283
|
-
margin-bottom: 12px;
|
|
5284
|
-
}
|
|
5285
|
-
.insertExcelChooseModalBox_1ojyh .iconRow_1FN7k .item_3VxJ- .btn_3isDD {
|
|
5286
|
-
width: 100px;
|
|
5287
|
-
height: 36px;
|
|
5288
|
-
color: #fff;
|
|
5289
|
-
font-size: 14px;
|
|
5290
|
-
background-color: #2e73e5;
|
|
5291
|
-
line-height: 36px;
|
|
5292
|
-
text-align: center;
|
|
5240
|
+
background-color: white;
|
|
5241
|
+
width: 270px;
|
|
5293
5242
|
border-radius: 4px;
|
|
5294
|
-
|
|
5295
|
-
cursor: pointer;
|
|
5296
|
-
}
|
|
5297
|
-
.insertExcelChooseModalBox_1ojyh .iconRow_1FN7k .item_3VxJ- .btn_3isDD:hover {
|
|
5298
|
-
opacity: 0.7;
|
|
5299
|
-
}
|
|
5300
|
-
.insertExcelChooseModalBox_1ojyh .iconRow_1FN7k .item_3VxJ-.first_3oz8Y {
|
|
5301
|
-
margin-right: 12px;
|
|
5243
|
+
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
5302
5244
|
}
|
|
5303
|
-
.
|
|
5304
|
-
|
|
5245
|
+
.mentionWrapper_3cWn1 .allmenberRow_3QlTz {
|
|
5246
|
+
display: flex;
|
|
5247
|
+
flex-direction: row;
|
|
5248
|
+
align-items: center;
|
|
5249
|
+
width: 100%;
|
|
5250
|
+
height: 38px;
|
|
5251
|
+
padding-left: 16px;
|
|
5252
|
+
cursor: pointer;
|
|
5305
5253
|
font-size: 14px;
|
|
5254
|
+
line-height: 22px;
|
|
5306
5255
|
}
|
|
5307
|
-
.
|
|
5308
|
-
|
|
5256
|
+
.mentionWrapper_3cWn1 .allmenberRow_3QlTz.withBorder_3B8M8 {
|
|
5257
|
+
border-bottom: 1px solid var(--upime-btn-bg-hover);
|
|
5309
5258
|
}
|
|
5310
|
-
|
|
5311
|
-
|
|
5312
|
-
position: absolute;
|
|
5313
|
-
background-color: white;
|
|
5259
|
+
.mentionWrapper_3cWn1 .allmenberRow_3QlTz.selected_2_g7j {
|
|
5260
|
+
color: var(--upime-active);
|
|
5314
5261
|
}
|
|
5315
|
-
.
|
|
5316
|
-
|
|
5317
|
-
|
|
5318
|
-
|
|
5319
|
-
|
|
5262
|
+
.mentionContainer_UWTQf {
|
|
5263
|
+
width: 100%;
|
|
5264
|
+
max-height: 235px;
|
|
5265
|
+
overflow-x: hidden;
|
|
5266
|
+
overflow-y: scroll;
|
|
5267
|
+
scrollbar-color: var(--upime-scrollbar-thumb) transparent;
|
|
5268
|
+
scrollbar-width: thin;
|
|
5320
5269
|
}
|
|
5321
|
-
.
|
|
5322
|
-
|
|
5270
|
+
.mentionContainer_UWTQf::-webkit-scrollbar {
|
|
5271
|
+
width: 4px;
|
|
5323
5272
|
}
|
|
5324
|
-
|
|
5325
|
-
|
|
5326
|
-
|
|
5327
|
-
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
5328
|
-
z-index: 100;
|
|
5273
|
+
.mentionContainer_UWTQf::-webkit-scrollbar-track {
|
|
5274
|
+
border-radius: 5px;
|
|
5275
|
+
background-color: transparent;
|
|
5329
5276
|
}
|
|
5330
|
-
.
|
|
5331
|
-
|
|
5332
|
-
|
|
5333
|
-
|
|
5277
|
+
.mentionContainer_UWTQf::-webkit-scrollbar-thumb {
|
|
5278
|
+
border-radius: 2px;
|
|
5279
|
+
background-color: var(--upime-scrollbar-thumb);
|
|
5280
|
+
}
|
|
5281
|
+
.mentionContainer_UWTQf .list_AU6sH {
|
|
5282
|
+
padding: 8px 0;
|
|
5334
5283
|
display: flex;
|
|
5335
5284
|
flex-direction: column;
|
|
5336
5285
|
}
|
|
5337
|
-
.
|
|
5338
|
-
width: 100%;
|
|
5339
|
-
background-color: #F5F6F6;
|
|
5340
|
-
flex-shrink: 0;
|
|
5286
|
+
.mentionContainer_UWTQf .list_AU6sH .row_uxoqO {
|
|
5341
5287
|
display: flex;
|
|
5288
|
+
flex-direction: row;
|
|
5342
5289
|
align-items: center;
|
|
5343
|
-
|
|
5290
|
+
width: 100%;
|
|
5291
|
+
height: 40px;
|
|
5292
|
+
padding-left: 16px;
|
|
5293
|
+
cursor: pointer;
|
|
5344
5294
|
}
|
|
5345
|
-
.
|
|
5346
|
-
|
|
5347
|
-
flex-shrink: 0;
|
|
5295
|
+
.mentionContainer_UWTQf .list_AU6sH .row_uxoqO.selected_2_g7j {
|
|
5296
|
+
color: var(--upime-active);
|
|
5348
5297
|
}
|
|
5349
|
-
.
|
|
5298
|
+
.mentionContainer_UWTQf .list_AU6sH .row_uxoqO.selected_2_g7j .info_2NULQ {
|
|
5299
|
+
color: var(--upime-active) !important;
|
|
5300
|
+
}
|
|
5301
|
+
.mentionContainer_UWTQf .list_AU6sH .row_uxoqO .avatar_3Cyd_ {
|
|
5302
|
+
width: 26px;
|
|
5303
|
+
height: 26px;
|
|
5304
|
+
border-radius: 50%;
|
|
5350
5305
|
flex-shrink: 0;
|
|
5351
|
-
font-size: 12px;
|
|
5352
|
-
color: #0C1024;
|
|
5353
|
-
cursor: pointer;
|
|
5354
5306
|
}
|
|
5355
|
-
.
|
|
5356
|
-
|
|
5357
|
-
line-height:
|
|
5358
|
-
|
|
5359
|
-
color: #0C1024;
|
|
5360
|
-
margin-left: 8px;
|
|
5307
|
+
.mentionContainer_UWTQf .list_AU6sH .row_uxoqO > span {
|
|
5308
|
+
font-size: 14px;
|
|
5309
|
+
line-height: 22px;
|
|
5310
|
+
display: inline-block;
|
|
5361
5311
|
white-space: nowrap;
|
|
5362
|
-
text-overflow: ellipsis;
|
|
5363
|
-
overflow: hidden;
|
|
5364
|
-
}
|
|
5365
|
-
.content_j7Z8k {
|
|
5366
|
-
width: 100%;
|
|
5367
|
-
}
|
|
5368
|
-
.content_j7Z8k.audio_2NVwZ {
|
|
5369
|
-
background-color: #dee9f5;
|
|
5370
5312
|
overflow: hidden;
|
|
5313
|
+
text-overflow: ellipsis;
|
|
5371
5314
|
}
|
|
5372
|
-
.
|
|
5373
|
-
|
|
5315
|
+
.mentionContainer_UWTQf .list_AU6sH .row_uxoqO .userName_32xBe {
|
|
5316
|
+
margin-left: 8px;
|
|
5317
|
+
max-width: 68px;
|
|
5374
5318
|
}
|
|
5375
|
-
.
|
|
5376
|
-
|
|
5377
|
-
|
|
5378
|
-
|
|
5319
|
+
.mentionContainer_UWTQf .list_AU6sH .row_uxoqO .info_2NULQ {
|
|
5320
|
+
margin-left: 12px;
|
|
5321
|
+
color: var(--upime-second-text);
|
|
5322
|
+
max-width: 134px;
|
|
5379
5323
|
}
|
|
5380
|
-
.
|
|
5324
|
+
.mentionCard_2VhGv {
|
|
5381
5325
|
position: absolute;
|
|
5382
|
-
|
|
5383
|
-
|
|
5384
|
-
|
|
5385
|
-
|
|
5386
|
-
|
|
5387
|
-
left: -10px;
|
|
5388
|
-
top: -10px;
|
|
5389
|
-
cursor: nw-resize;
|
|
5326
|
+
background-color: white;
|
|
5327
|
+
width: 270px;
|
|
5328
|
+
border-radius: 4px;
|
|
5329
|
+
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
5330
|
+
padding: 12px;
|
|
5390
5331
|
}
|
|
5391
|
-
.
|
|
5392
|
-
|
|
5393
|
-
top:
|
|
5394
|
-
|
|
5332
|
+
.mentionMask_23Ia7 {
|
|
5333
|
+
position: fixed;
|
|
5334
|
+
top: 0;
|
|
5335
|
+
right: 0;
|
|
5336
|
+
bottom: 0;
|
|
5337
|
+
left: 0;
|
|
5338
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
5339
|
+
display: flex;
|
|
5340
|
+
flex-direction: row;
|
|
5395
5341
|
}
|
|
5396
|
-
.
|
|
5397
|
-
|
|
5398
|
-
bottom:
|
|
5399
|
-
|
|
5342
|
+
.mentionListPhoneWrapper_3nZor {
|
|
5343
|
+
position: fixed;
|
|
5344
|
+
bottom: 0;
|
|
5345
|
+
left: 0;
|
|
5346
|
+
right: 0;
|
|
5347
|
+
border-radius: 20px 20px 0 0;
|
|
5348
|
+
overflow: hidden;
|
|
5349
|
+
background-color: white;
|
|
5350
|
+
box-shadow: 0px -2px 12px 0px rgba(0, 0, 0, 0.05);
|
|
5351
|
+
z-index: 26;
|
|
5400
5352
|
}
|
|
5401
|
-
.
|
|
5402
|
-
|
|
5403
|
-
|
|
5404
|
-
|
|
5353
|
+
.mentionListPhoneWrapper_3nZor .mentionListPhoneList_273fv {
|
|
5354
|
+
width: 100%;
|
|
5355
|
+
max-height: 220px;
|
|
5356
|
+
overflow-y: auto;
|
|
5357
|
+
overflow-x: hidden;
|
|
5358
|
+
padding: 24px;
|
|
5405
5359
|
}
|
|
5406
|
-
.
|
|
5407
|
-
|
|
5360
|
+
.mentionListPhoneWrapper_3nZor .mentionListPhoneList_273fv .row_uxoqO {
|
|
5361
|
+
display: flex;
|
|
5362
|
+
flex-direction: row;
|
|
5363
|
+
align-items: center;
|
|
5408
5364
|
width: 100%;
|
|
5409
|
-
|
|
5410
|
-
|
|
5365
|
+
cursor: pointer;
|
|
5366
|
+
margin-bottom: 20px;
|
|
5411
5367
|
}
|
|
5412
|
-
.
|
|
5413
|
-
|
|
5368
|
+
.mentionListPhoneWrapper_3nZor .mentionListPhoneList_273fv .row_uxoqO:last-child {
|
|
5369
|
+
margin-bottom: 0;
|
|
5414
5370
|
}
|
|
5415
|
-
.
|
|
5416
|
-
background:
|
|
5371
|
+
.mentionListPhoneWrapper_3nZor .mentionListPhoneList_273fv .row_uxoqO.allMentionRow_2gvRf .avatar_3Cyd_ {
|
|
5372
|
+
background-color: transparent;
|
|
5373
|
+
background-color: initial;
|
|
5417
5374
|
}
|
|
5418
|
-
.
|
|
5419
|
-
|
|
5420
|
-
|
|
5375
|
+
.mentionListPhoneWrapper_3nZor .mentionListPhoneList_273fv .row_uxoqO .rest_GahhO {
|
|
5376
|
+
flex: 1;
|
|
5377
|
+
margin-left: 12px;
|
|
5378
|
+
overflow: hidden;
|
|
5421
5379
|
}
|
|
5422
|
-
.
|
|
5380
|
+
.mentionListPhoneWrapper_3nZor .mentionListPhoneList_273fv .row_uxoqO .rest_GahhO .userName_32xBe {
|
|
5381
|
+
font-size: 14px;
|
|
5382
|
+
line-height: 1;
|
|
5383
|
+
white-space: nowrap;
|
|
5384
|
+
overflow: hidden;
|
|
5385
|
+
text-overflow: ellipsis;
|
|
5386
|
+
}
|
|
5387
|
+
.mentionListPhoneWrapper_3nZor .mentionListPhoneList_273fv .row_uxoqO .rest_GahhO .info_2NULQ {
|
|
5388
|
+
color: var(--upime-second-text);
|
|
5389
|
+
font-size: 12px;
|
|
5390
|
+
line-height: 1;
|
|
5391
|
+
white-space: nowrap;
|
|
5392
|
+
overflow: hidden;
|
|
5393
|
+
text-overflow: ellipsis;
|
|
5394
|
+
margin-top: 4px;
|
|
5395
|
+
}
|
|
5396
|
+
.mentionListPhoneWrapper_3nZor .mentionListPhoneList_273fv .row_uxoqO .avatar_3Cyd_ {
|
|
5397
|
+
width: 30px;
|
|
5398
|
+
height: 30px;
|
|
5399
|
+
border-radius: 50%;
|
|
5400
|
+
}
|
|
5401
|
+
.mentionListPhoneWrapper_3nZor .mentionInputContainer_1njob {
|
|
5402
|
+
padding: 8px 12px;
|
|
5403
|
+
height: 52px;
|
|
5404
|
+
background-color: #ffffff;
|
|
5405
|
+
border-top: 1px solid #e6e7e9;
|
|
5406
|
+
}
|
|
5407
|
+
.mentionListPhoneWrapper_3nZor .mentionInputContainer_1njob .mentionInputInner_3BYES {
|
|
5423
5408
|
width: 100%;
|
|
5409
|
+
height: 100%;
|
|
5410
|
+
border-radius: 4px;
|
|
5411
|
+
background-color: #f5f6f6;
|
|
5412
|
+
display: flex;
|
|
5413
|
+
align-items: center;
|
|
5414
|
+
padding: 8px 12px;
|
|
5415
|
+
overflow: hidden;
|
|
5424
5416
|
}
|
|
5425
|
-
.
|
|
5426
|
-
|
|
5417
|
+
.mentionListPhoneWrapper_3nZor .mentionInputContainer_1njob .mentionInputInner_3BYES .mentionIcon_Ftq9S {
|
|
5418
|
+
color: #0c1024;
|
|
5419
|
+
flex-shrink: 0;
|
|
5427
5420
|
}
|
|
5428
|
-
.
|
|
5429
|
-
|
|
5430
|
-
|
|
5421
|
+
.mentionListPhoneWrapper_3nZor .mentionInputContainer_1njob .mentionInputInner_3BYES .content_1PCvD {
|
|
5422
|
+
position: relative;
|
|
5423
|
+
height: 100%;
|
|
5424
|
+
white-space: nowrap;
|
|
5425
|
+
}
|
|
5426
|
+
.mentionListPhoneWrapper_3nZor .mentionInputContainer_1njob .mentionInputInner_3BYES .cursor_2egYz {
|
|
5427
|
+
height: 100%;
|
|
5428
|
+
width: 1px;
|
|
5429
|
+
background-color: #0c1024;
|
|
5430
|
+
animation: blink_3OyGR 1s infinite;
|
|
5431
5431
|
flex-shrink: 0;
|
|
5432
5432
|
}
|
|
5433
|
-
.
|
|
5434
|
-
|
|
5435
|
-
|
|
5433
|
+
.mentionListPhoneWrapper_3nZor .mentionInputContainer_1njob .mentionInputInner_3BYES .fillIn_3Id91 {
|
|
5434
|
+
flex: 1;
|
|
5435
|
+
}
|
|
5436
|
+
@keyframes blink_3OyGR {
|
|
5437
|
+
0% {
|
|
5438
|
+
opacity: 0;
|
|
5439
|
+
}
|
|
5440
|
+
50% {
|
|
5441
|
+
opacity: 0;
|
|
5442
|
+
}
|
|
5443
|
+
51% {
|
|
5444
|
+
opacity: 1;
|
|
5445
|
+
}
|
|
5446
|
+
100% {
|
|
5447
|
+
opacity: 1;
|
|
5448
|
+
}
|
|
5449
|
+
}
|
|
5450
|
+
|
|
5451
|
+
.page-switcher_2kbRL {
|
|
5452
|
+
width: 150px;
|
|
5453
|
+
}
|
|
5454
|
+
.page-switcher_2kbRL .arrow_YQx8_ {
|
|
5455
|
+
width: 30px;
|
|
5456
|
+
cursor: pointer;
|
|
5457
|
+
opacity: 0.8;
|
|
5458
|
+
}
|
|
5459
|
+
.page-switcher_2kbRL .arrow_YQx8_ span {
|
|
5460
|
+
width: 0;
|
|
5461
|
+
height: 0;
|
|
5462
|
+
border-width: 0 6px 6px;
|
|
5463
|
+
border-style: solid;
|
|
5464
|
+
border-color: transparent transparent #050038;
|
|
5465
|
+
}
|
|
5466
|
+
.page-switcher_2kbRL .arrow_YQx8_.disabled_1EiYV {
|
|
5467
|
+
opacity: 0.2;
|
|
5468
|
+
cursor: default;
|
|
5469
|
+
}
|
|
5470
|
+
.page-switcher_2kbRL .arrow_YQx8_.prev_2jL8B {
|
|
5471
|
+
justify-content: flex-end;
|
|
5472
|
+
padding-right: 8px;
|
|
5473
|
+
}
|
|
5474
|
+
.page-switcher_2kbRL .arrow_YQx8_.prev_2jL8B span {
|
|
5475
|
+
transform: rotate(-90deg);
|
|
5476
|
+
}
|
|
5477
|
+
.page-switcher_2kbRL .arrow_YQx8_.next_1b54R {
|
|
5478
|
+
justify-content: flex-start;
|
|
5479
|
+
padding-left: 8px;
|
|
5480
|
+
}
|
|
5481
|
+
.page-switcher_2kbRL .arrow_YQx8_.next_1b54R span {
|
|
5482
|
+
transform: rotate(90deg);
|
|
5483
|
+
}
|
|
5484
|
+
.page-switcher_2kbRL .page_2b4WP {
|
|
5485
|
+
width: 90px;
|
|
5486
|
+
font-size: 14px;
|
|
5487
|
+
line-height: 50px;
|
|
5488
|
+
text-align: center;
|
|
5489
|
+
cursor: default;
|
|
5490
|
+
vertical-align: middle;
|
|
5491
|
+
color: #a4a4a4;
|
|
5492
|
+
opacity: 0.8;
|
|
5493
|
+
}
|
|
5494
|
+
.page-switcher_2kbRL .page_2b4WP .current-page_tr-wQ,
|
|
5495
|
+
.page-switcher_2kbRL .page_2b4WP .page-total_BUC8w {
|
|
5496
|
+
width: 35px;
|
|
5497
|
+
padding: 0;
|
|
5498
|
+
margin: 0;
|
|
5499
|
+
height: 20px;
|
|
5500
|
+
line-height: 20px;
|
|
5501
|
+
display: inline-block;
|
|
5502
|
+
border: 0px;
|
|
5503
|
+
text-align: right;
|
|
5504
|
+
}
|
|
5505
|
+
.page-switcher_2kbRL .page_2b4WP .current-page_tr-wQ {
|
|
5506
|
+
color: #050038;
|
|
5507
|
+
cursor: pointer;
|
|
5508
|
+
font-weight: 600;
|
|
5509
|
+
text-align: center;
|
|
5510
|
+
}
|
|
5511
|
+
.page-switcher_2kbRL .page_2b4WP .page-total_BUC8w {
|
|
5512
|
+
text-align: left;
|
|
5513
|
+
}
|
|
5514
|
+
.pin-start-page_3-DLn {
|
|
5515
|
+
position: relative;
|
|
5516
|
+
color: #050038;
|
|
5517
|
+
}
|
|
5518
|
+
.pin-start-page_3-DLn .pin_3GJni {
|
|
5519
|
+
font-size: 14px;
|
|
5520
|
+
}
|
|
5521
|
+
.pin-start-page_3-DLn .pinning-page_3oZPa {
|
|
5522
|
+
min-width: 220px;
|
|
5523
|
+
padding: 15px 0px;
|
|
5524
|
+
}
|
|
5525
|
+
.pin-start-page_3-DLn .pinning-page_3oZPa .pinning-page-item_3b2Vt {
|
|
5526
|
+
justify-content: space-between;
|
|
5527
|
+
min-width: 220px;
|
|
5528
|
+
width: 100%;
|
|
5529
|
+
height: 36px;
|
|
5530
|
+
padding: 0 30px;
|
|
5531
|
+
font-size: 13px;
|
|
5532
|
+
cursor: pointer;
|
|
5533
|
+
white-space: nowrap;
|
|
5534
|
+
}
|
|
5535
|
+
.pin-start-page_3-DLn .pinning-page_3oZPa .pinning-page-item_3b2Vt .hint_1pdGk {
|
|
5536
|
+
color: #5f5c80;
|
|
5537
|
+
padding-left: 8px;
|
|
5538
|
+
}
|
|
5539
|
+
.pin-start-page_3-DLn .pinning-page_3oZPa .pinning-page-item_3b2Vt.disabled_1EiYV {
|
|
5540
|
+
opacity: 0.2;
|
|
5541
|
+
cursor: default;
|
|
5542
|
+
}
|
|
5543
|
+
.do-hovers .pin-start-page_3-DLn .pinning-page_3oZPa .pinning-page-item_3b2Vt:hover {
|
|
5544
|
+
background-color: #f5f5f7;
|
|
5545
|
+
}
|
|
5546
|
+
.do-hovers .pin-start-page_3-DLn .pinning-page_3oZPa .pinning-page-item_3b2Vt.disabled_1EiYV:hover {
|
|
5547
|
+
background: transparent;
|
|
5548
|
+
}
|
|
5549
|
+
.pageExtractor_2hxe0 {
|
|
5550
|
+
min-width: 478px;
|
|
5551
|
+
height: 62px;
|
|
5436
5552
|
display: flex;
|
|
5437
5553
|
flex-direction: row;
|
|
5554
|
+
align-items: center;
|
|
5555
|
+
padding: 12px 16px;
|
|
5556
|
+
cursor: default;
|
|
5557
|
+
white-space: nowrap;
|
|
5438
5558
|
}
|
|
5439
|
-
.
|
|
5440
|
-
height: 28px;
|
|
5441
|
-
padding: 0 8px 4px 8px;
|
|
5559
|
+
.pageExtractor_2hxe0 .radioGroup_ta09k {
|
|
5442
5560
|
display: flex;
|
|
5443
5561
|
flex-direction: row;
|
|
5444
|
-
|
|
5562
|
+
align-items: center;
|
|
5563
|
+
min-width: 100px;
|
|
5564
|
+
margin-left: 16px;
|
|
5565
|
+
margin-right: 4px;
|
|
5445
5566
|
}
|
|
5446
|
-
.
|
|
5567
|
+
.pageExtractor_2hxe0 .radioGroup_ta09k .extractAllLabel_3ufYq {
|
|
5568
|
+
min-width: 52px;
|
|
5569
|
+
margin-right: 16px;
|
|
5570
|
+
}
|
|
5571
|
+
.pageExtractor_2hxe0 > input {
|
|
5572
|
+
width: 200px;
|
|
5573
|
+
padding: 6px 0 9px 14px;
|
|
5574
|
+
}
|
|
5575
|
+
.pageExtractor_2hxe0 > span {
|
|
5576
|
+
line-height: 22px;
|
|
5577
|
+
font-size: 14px;
|
|
5578
|
+
}
|
|
5579
|
+
.pageExtractor_2hxe0 .extractBtn_3LGZF {
|
|
5580
|
+
height: 38px;
|
|
5581
|
+
font-size: 15px;
|
|
5582
|
+
text-align: center;
|
|
5583
|
+
margin-left: 12px;
|
|
5584
|
+
}
|
|
5585
|
+
.paginatorRoot_2zLaL {
|
|
5447
5586
|
display: flex;
|
|
5448
|
-
|
|
5587
|
+
flex-direction: row;
|
|
5588
|
+
justify-content: center;
|
|
5589
|
+
height: 36px;
|
|
5590
|
+
pointer-events: none;
|
|
5591
|
+
position: absolute;
|
|
5592
|
+
top: 0;
|
|
5593
|
+
left: 0;
|
|
5449
5594
|
}
|
|
5450
|
-
.
|
|
5595
|
+
.paginatorRoot_2zLaL .widget_21_1j {
|
|
5596
|
+
height: 32px;
|
|
5597
|
+
min-width: 124px;
|
|
5451
5598
|
display: flex;
|
|
5452
|
-
|
|
5599
|
+
flex-direction: row;
|
|
5600
|
+
background: rgba(0, 0, 0, 0.6);
|
|
5601
|
+
border-radius: 4px;
|
|
5602
|
+
pointer-events: auto;
|
|
5603
|
+
padding: 2px;
|
|
5604
|
+
justify-content: space-between;
|
|
5453
5605
|
}
|
|
5454
|
-
|
|
5455
|
-
.play_btn_3TPkC {
|
|
5606
|
+
.paginatorRoot_2zLaL .widget_21_1j .arrow_YQx8_ {
|
|
5456
5607
|
width: 28px;
|
|
5457
5608
|
height: 28px;
|
|
5458
|
-
|
|
5459
|
-
cursor: pointer;
|
|
5460
|
-
}
|
|
5461
|
-
.play_btn_3TPkC .icon_30JMm {
|
|
5462
|
-
font-size: 28px;
|
|
5463
|
-
}
|
|
5464
|
-
.mark_btn_3KmrI {
|
|
5465
|
-
width: 24px;
|
|
5466
|
-
height: 24px;
|
|
5467
|
-
color: #ffffff;
|
|
5609
|
+
position: relative;
|
|
5468
5610
|
display: flex;
|
|
5469
|
-
|
|
5611
|
+
flex-direction: column;
|
|
5612
|
+
justify-content: center;
|
|
5470
5613
|
}
|
|
5471
|
-
.
|
|
5472
|
-
|
|
5473
|
-
|
|
5614
|
+
.paginatorRoot_2zLaL .widget_21_1j .arrow_YQx8_ .left_1ojXV {
|
|
5615
|
+
margin-left: 10px;
|
|
5616
|
+
width: 0;
|
|
5617
|
+
height: 0;
|
|
5618
|
+
border-top: 6px solid transparent;
|
|
5619
|
+
border-bottom: 6px solid transparent;
|
|
5620
|
+
border-right: 6px solid white;
|
|
5474
5621
|
}
|
|
5475
|
-
.
|
|
5476
|
-
margin-left:
|
|
5477
|
-
|
|
5478
|
-
|
|
5479
|
-
|
|
5480
|
-
|
|
5622
|
+
.paginatorRoot_2zLaL .widget_21_1j .arrow_YQx8_ .right_x3hfc {
|
|
5623
|
+
margin-left: 12px;
|
|
5624
|
+
width: 0;
|
|
5625
|
+
height: 0;
|
|
5626
|
+
border-top: 6px solid transparent;
|
|
5627
|
+
border-bottom: 6px solid transparent;
|
|
5628
|
+
border-left: 6px solid white;
|
|
5481
5629
|
}
|
|
5482
|
-
.
|
|
5483
|
-
|
|
5484
|
-
position: relative;
|
|
5630
|
+
.paginatorRoot_2zLaL .widget_21_1j .arrow_YQx8_.disabled_1EiYV {
|
|
5631
|
+
pointer-events: none;
|
|
5485
5632
|
}
|
|
5486
|
-
.
|
|
5487
|
-
|
|
5488
|
-
|
|
5489
|
-
|
|
5490
|
-
|
|
5633
|
+
.paginatorRoot_2zLaL .widget_21_1j .arrow_YQx8_.disabled_1EiYV .left_1ojXV {
|
|
5634
|
+
border-right-color: rgba(255, 255, 255, 0.6);
|
|
5635
|
+
}
|
|
5636
|
+
.paginatorRoot_2zLaL .widget_21_1j .arrow_YQx8_.disabled_1EiYV .right_x3hfc {
|
|
5637
|
+
border-left-color: rgba(255, 255, 255, 0.6);
|
|
5638
|
+
}
|
|
5639
|
+
.paginatorRoot_2zLaL .widget_21_1j .paginator_1NoBo {
|
|
5640
|
+
min-width: 64px;
|
|
5641
|
+
display: flex;
|
|
5642
|
+
flex-direction: row;
|
|
5643
|
+
align-items: center;
|
|
5491
5644
|
height: 100%;
|
|
5492
5645
|
}
|
|
5493
|
-
.
|
|
5494
|
-
|
|
5495
|
-
|
|
5496
|
-
|
|
5497
|
-
|
|
5498
|
-
|
|
5499
|
-
top: 50%;
|
|
5500
|
-
transform: translate(0, -50%);
|
|
5646
|
+
.paginatorRoot_2zLaL .widget_21_1j .paginator_1NoBo > span {
|
|
5647
|
+
line-height: 28px;
|
|
5648
|
+
height: 28px;
|
|
5649
|
+
font-size: 14px;
|
|
5650
|
+
color: rgba(255, 255, 255, 0.6);
|
|
5651
|
+
white-space: pre;
|
|
5501
5652
|
}
|
|
5502
|
-
.
|
|
5503
|
-
|
|
5504
|
-
|
|
5505
|
-
|
|
5506
|
-
|
|
5507
|
-
|
|
5508
|
-
|
|
5653
|
+
.paginatorRoot_2zLaL .widget_21_1j .paginator_1NoBo input {
|
|
5654
|
+
width: 28px;
|
|
5655
|
+
height: 28px;
|
|
5656
|
+
border-radius: 2px;
|
|
5657
|
+
color: white;
|
|
5658
|
+
line-height: 28px;
|
|
5659
|
+
font-size: 14px;
|
|
5660
|
+
text-align: center;
|
|
5661
|
+
background: transparent;
|
|
5662
|
+
border: none;
|
|
5663
|
+
margin-right: 2px;
|
|
5509
5664
|
}
|
|
5510
|
-
.
|
|
5511
|
-
|
|
5512
|
-
background-color: #ffffff;
|
|
5513
|
-
border-radius: 4px;
|
|
5665
|
+
.paginatorRoot_2zLaL .widget_21_1j .paginator_1NoBo input:focus {
|
|
5666
|
+
background: black;
|
|
5514
5667
|
}
|
|
5515
|
-
.
|
|
5668
|
+
.insertExcelChooseModalBox_1ojyh {
|
|
5669
|
+
width: 480px;
|
|
5670
|
+
height: 346px;
|
|
5671
|
+
border-radius: 12px;
|
|
5672
|
+
padding: 24px;
|
|
5673
|
+
background-color: #fff;
|
|
5516
5674
|
position: absolute;
|
|
5517
|
-
|
|
5518
|
-
|
|
5519
|
-
|
|
5520
|
-
margin-left: -7px;
|
|
5521
|
-
border-radius: 7px;
|
|
5522
|
-
background-color: #2E73E5;
|
|
5523
|
-
border: #ffffff 2px solid;
|
|
5675
|
+
top: 50%;
|
|
5676
|
+
left: 50%;
|
|
5677
|
+
transform: translate(-50%, -50%);
|
|
5524
5678
|
}
|
|
5525
|
-
.
|
|
5679
|
+
.insertExcelChooseModalBox_1ojyh .titleRow_2LXkd {
|
|
5680
|
+
font-size: 20px;
|
|
5681
|
+
font-weight: 500;
|
|
5682
|
+
margin-bottom: 12px;
|
|
5683
|
+
}
|
|
5684
|
+
.insertExcelChooseModalBox_1ojyh .titleRow_2LXkd > svg {
|
|
5526
5685
|
position: absolute;
|
|
5527
|
-
|
|
5528
|
-
height: 10px;
|
|
5529
|
-
margin-top: -7px;
|
|
5530
|
-
margin-left: -5px;
|
|
5531
|
-
pointer-events: auto;
|
|
5686
|
+
right: 24px;
|
|
5532
5687
|
cursor: pointer;
|
|
5533
5688
|
}
|
|
5534
|
-
.
|
|
5535
|
-
|
|
5536
|
-
height: 10px;
|
|
5537
|
-
border-radius: 5px;
|
|
5538
|
-
background-color: #05CAAE;
|
|
5689
|
+
.insertExcelChooseModalBox_1ojyh .iconRow_1FN7k {
|
|
5690
|
+
margin-bottom: 24px;
|
|
5539
5691
|
}
|
|
5540
|
-
.
|
|
5541
|
-
|
|
5542
|
-
left: 50%;
|
|
5543
|
-
bottom: calc(100% + 16px);
|
|
5544
|
-
transform: translate(-50%, 0);
|
|
5545
|
-
width: 180px;
|
|
5546
|
-
padding: 8px;
|
|
5547
|
-
border-radius: 4px;
|
|
5548
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
5692
|
+
.insertExcelChooseModalBox_1ojyh .iconRow_1FN7k .item_3VxJ- {
|
|
5693
|
+
display: inline-block;
|
|
5549
5694
|
}
|
|
5550
|
-
.
|
|
5551
|
-
|
|
5552
|
-
|
|
5553
|
-
left: 50%;
|
|
5554
|
-
top: 100%;
|
|
5555
|
-
margin-left: -5px;
|
|
5556
|
-
width: 0;
|
|
5557
|
-
height: 0;
|
|
5558
|
-
border-left: 5px solid transparent;
|
|
5559
|
-
border-right: 5px solid transparent;
|
|
5560
|
-
border-top: 5px solid rgba(0, 0, 0, 0.8);
|
|
5695
|
+
.insertExcelChooseModalBox_1ojyh .iconRow_1FN7k .item_3VxJ- .bg_3p6EL {
|
|
5696
|
+
width: 210px;
|
|
5697
|
+
margin-bottom: 12px;
|
|
5561
5698
|
}
|
|
5562
|
-
.
|
|
5699
|
+
.insertExcelChooseModalBox_1ojyh .iconRow_1FN7k .item_3VxJ- .btn_3isDD {
|
|
5700
|
+
width: 100px;
|
|
5563
5701
|
height: 36px;
|
|
5564
|
-
|
|
5565
|
-
|
|
5566
|
-
|
|
5567
|
-
|
|
5568
|
-
align
|
|
5702
|
+
color: #fff;
|
|
5703
|
+
font-size: 14px;
|
|
5704
|
+
background-color: #2e73e5;
|
|
5705
|
+
line-height: 36px;
|
|
5706
|
+
text-align: center;
|
|
5707
|
+
border-radius: 4px;
|
|
5708
|
+
margin: auto;
|
|
5709
|
+
cursor: pointer;
|
|
5569
5710
|
}
|
|
5570
|
-
.
|
|
5571
|
-
|
|
5572
|
-
width: 4px;
|
|
5573
|
-
height: 4px;
|
|
5574
|
-
border-radius: 2px;
|
|
5575
|
-
background: #ffffff;
|
|
5576
|
-
flex-shrink: 0;
|
|
5711
|
+
.insertExcelChooseModalBox_1ojyh .iconRow_1FN7k .item_3VxJ- .btn_3isDD:hover {
|
|
5712
|
+
opacity: 0.7;
|
|
5577
5713
|
}
|
|
5578
|
-
.
|
|
5579
|
-
|
|
5714
|
+
.insertExcelChooseModalBox_1ojyh .iconRow_1FN7k .item_3VxJ-.first_3oz8Y {
|
|
5715
|
+
margin-right: 12px;
|
|
5580
5716
|
}
|
|
5581
|
-
.
|
|
5582
|
-
|
|
5717
|
+
.insertExcelChooseModalBox_1ojyh .descRow_1WJuM {
|
|
5718
|
+
color: #616371;
|
|
5719
|
+
font-size: 14px;
|
|
5583
5720
|
}
|
|
5584
|
-
.
|
|
5585
|
-
|
|
5586
|
-
flex-grow: 1;
|
|
5587
|
-
white-space: nowrap;
|
|
5588
|
-
overflow: hidden;
|
|
5589
|
-
text-overflow: ellipsis;
|
|
5721
|
+
.do-hovers .paginatorRoot_2zLaL .arrow_YQx8_:hover {
|
|
5722
|
+
background: rgba(255, 255, 255, 0.1);
|
|
5590
5723
|
}
|
|
5591
|
-
|
|
5592
|
-
|
|
5593
|
-
|
|
5594
|
-
|
|
5595
|
-
flex-shrink: 0;
|
|
5596
|
-
color: #D8D8D8;
|
|
5724
|
+
|
|
5725
|
+
.webviewer_border_2EbXP {
|
|
5726
|
+
position: absolute;
|
|
5727
|
+
background-color: white;
|
|
5597
5728
|
}
|
|
5598
|
-
.
|
|
5599
|
-
|
|
5729
|
+
.webviewer_iframe_2xkBo {
|
|
5730
|
+
pointer-events: all;
|
|
5731
|
+
border: none;
|
|
5732
|
+
outline: none;
|
|
5733
|
+
margin: 0;
|
|
5600
5734
|
}
|
|
5601
|
-
.
|
|
5602
|
-
|
|
5603
|
-
color: #FE5250;
|
|
5735
|
+
.webviewer_iframe_2xkBo.no_pointer_event_35vfv {
|
|
5736
|
+
pointer-events: none;
|
|
5604
5737
|
}
|
|
5605
|
-
|
|
5606
|
-
|
|
5607
|
-
|
|
5608
|
-
|
|
5609
|
-
|
|
5610
|
-
white-space: nowrap;
|
|
5611
|
-
font-size: 12px;
|
|
5612
|
-
line-height: 18px;
|
|
5738
|
+
|
|
5739
|
+
.extra_media_2NL2B {
|
|
5740
|
+
position: absolute;
|
|
5741
|
+
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
5742
|
+
z-index: 100;
|
|
5613
5743
|
}
|
|
5614
|
-
.
|
|
5744
|
+
.moveResizeArea_ViL91 {
|
|
5615
5745
|
position: relative;
|
|
5616
|
-
width: 38px;
|
|
5617
|
-
height: 24px;
|
|
5618
|
-
font-size: 12px;
|
|
5619
|
-
color: #ffffff;
|
|
5620
|
-
cursor: pointer;
|
|
5621
|
-
}
|
|
5622
|
-
.speed_btn_3MpEV .current_speed_2z0MW {
|
|
5623
5746
|
width: 100%;
|
|
5624
5747
|
height: 100%;
|
|
5625
|
-
|
|
5626
|
-
|
|
5627
|
-
line-height: 24px;
|
|
5628
|
-
}
|
|
5629
|
-
.speed_btn_3MpEV .current_speed_2z0MW.active_23rIY {
|
|
5630
|
-
color: #ffffff;
|
|
5631
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
5632
|
-
}
|
|
5633
|
-
.speed_btn_3MpEV .options_G6vQo {
|
|
5634
|
-
position: absolute;
|
|
5635
|
-
bottom: calc(100% + 22px);
|
|
5636
|
-
left: 50%;
|
|
5637
|
-
transform: translate(-50%, 0);
|
|
5638
|
-
width: 72px;
|
|
5639
|
-
padding: 4px 0;
|
|
5640
|
-
border-radius: 4px;
|
|
5641
|
-
color: #ffffff;
|
|
5642
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
5643
|
-
}
|
|
5644
|
-
.speed_btn_3MpEV .options_G6vQo .selected_145a8 {
|
|
5645
|
-
color: #2e73e5;
|
|
5748
|
+
display: flex;
|
|
5749
|
+
flex-direction: column;
|
|
5646
5750
|
}
|
|
5647
|
-
.
|
|
5751
|
+
.title_3VFGG {
|
|
5648
5752
|
width: 100%;
|
|
5649
|
-
|
|
5650
|
-
|
|
5651
|
-
text-align: center;
|
|
5652
|
-
}
|
|
5653
|
-
.fullscreen_34wG- {
|
|
5654
|
-
width: 24px;
|
|
5655
|
-
height: 24px;
|
|
5656
|
-
color: #ffffff;
|
|
5657
|
-
cursor: pointer;
|
|
5753
|
+
background-color: #F5F6F6;
|
|
5754
|
+
flex-shrink: 0;
|
|
5658
5755
|
display: flex;
|
|
5756
|
+
align-items: center;
|
|
5757
|
+
padding: 0 7px;
|
|
5659
5758
|
}
|
|
5660
|
-
.
|
|
5661
|
-
font-size:
|
|
5662
|
-
|
|
5759
|
+
.title_3VFGG .file_icon_35EgE {
|
|
5760
|
+
font-size: 16px;
|
|
5761
|
+
flex-shrink: 0;
|
|
5762
|
+
}
|
|
5763
|
+
.title_3VFGG .close_icon_3s7b0 {
|
|
5764
|
+
flex-shrink: 0;
|
|
5765
|
+
font-size: 12px;
|
|
5766
|
+
color: #0C1024;
|
|
5767
|
+
cursor: pointer;
|
|
5663
5768
|
}
|
|
5664
|
-
.
|
|
5665
|
-
|
|
5769
|
+
.title_3VFGG .name_2_K4Z {
|
|
5770
|
+
width: 100%;
|
|
5771
|
+
line-height: 14px;
|
|
5772
|
+
font-size: 10px;
|
|
5773
|
+
color: #0C1024;
|
|
5774
|
+
margin-left: 8px;
|
|
5775
|
+
white-space: nowrap;
|
|
5776
|
+
text-overflow: ellipsis;
|
|
5777
|
+
overflow: hidden;
|
|
5666
5778
|
}
|
|
5667
|
-
.
|
|
5668
|
-
|
|
5669
|
-
width: 24px;
|
|
5670
|
-
height: 24px;
|
|
5671
|
-
color: #ffffff;
|
|
5672
|
-
cursor: pointer;
|
|
5779
|
+
.content_j7Z8k {
|
|
5780
|
+
width: 100%;
|
|
5673
5781
|
}
|
|
5674
|
-
.
|
|
5675
|
-
|
|
5676
|
-
|
|
5782
|
+
.content_j7Z8k.audio_2NVwZ {
|
|
5783
|
+
background-color: #dee9f5;
|
|
5784
|
+
overflow: hidden;
|
|
5677
5785
|
}
|
|
5678
|
-
.
|
|
5786
|
+
.content_j7Z8k.video_at_K0 {
|
|
5787
|
+
background-color: black;
|
|
5788
|
+
}
|
|
5789
|
+
.content_j7Z8k.video_at_K0 video {
|
|
5679
5790
|
width: 100%;
|
|
5680
5791
|
height: 100%;
|
|
5681
|
-
|
|
5682
|
-
display: flex;
|
|
5683
|
-
}
|
|
5684
|
-
.more_btn_wrapper_1uhRn .more_btn_1Z5gR.active_23rIY {
|
|
5685
|
-
color: #ffffff;
|
|
5686
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
5792
|
+
object-fit: contain;
|
|
5687
5793
|
}
|
|
5688
|
-
.
|
|
5794
|
+
.resize_dom_fuoNI {
|
|
5689
5795
|
position: absolute;
|
|
5690
|
-
|
|
5691
|
-
right: 0;
|
|
5692
|
-
width: 150px;
|
|
5693
|
-
padding: 12px;
|
|
5694
|
-
color: #ffffff;
|
|
5695
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
5696
|
-
border-radius: 4px;
|
|
5697
|
-
}
|
|
5698
|
-
.more_btn_wrapper_1uhRn .control_3TTsu {
|
|
5796
|
+
width: 20px;
|
|
5699
5797
|
height: 20px;
|
|
5700
|
-
|
|
5701
|
-
align-items: center;
|
|
5702
|
-
justify-content: space-between;
|
|
5703
|
-
}
|
|
5704
|
-
.more_btn_wrapper_1uhRn .control_3TTsu:not(:first-child) {
|
|
5705
|
-
margin-top: 12px;
|
|
5706
|
-
}
|
|
5707
|
-
.more_btn_wrapper_1uhRn .label_2dPac {
|
|
5708
|
-
line-height: 20px;
|
|
5709
|
-
color: #ffffff;
|
|
5710
|
-
font-size: 12px;
|
|
5798
|
+
background: transparent;
|
|
5711
5799
|
}
|
|
5712
|
-
.
|
|
5713
|
-
|
|
5714
|
-
|
|
5715
|
-
|
|
5716
|
-
border-radius: 8px;
|
|
5717
|
-
background-color: #616371;
|
|
5800
|
+
.resize_dom_fuoNI.nw {
|
|
5801
|
+
left: -10px;
|
|
5802
|
+
top: -10px;
|
|
5803
|
+
cursor: nw-resize;
|
|
5718
5804
|
}
|
|
5719
|
-
.
|
|
5720
|
-
|
|
5721
|
-
|
|
5722
|
-
|
|
5723
|
-
top: 2px;
|
|
5724
|
-
width: 12px;
|
|
5725
|
-
height: 12px;
|
|
5726
|
-
border-radius: 6px;
|
|
5727
|
-
background-color: #ffffff;
|
|
5728
|
-
transition: left 0.2s;
|
|
5805
|
+
.resize_dom_fuoNI.ne {
|
|
5806
|
+
right: -10px;
|
|
5807
|
+
top: -10px;
|
|
5808
|
+
cursor: ne-resize;
|
|
5729
5809
|
}
|
|
5730
|
-
.
|
|
5731
|
-
|
|
5810
|
+
.resize_dom_fuoNI.sw {
|
|
5811
|
+
left: -10px;
|
|
5812
|
+
bottom: -10px;
|
|
5813
|
+
cursor: sw-resize;
|
|
5732
5814
|
}
|
|
5733
|
-
.
|
|
5734
|
-
|
|
5815
|
+
.resize_dom_fuoNI.se {
|
|
5816
|
+
right: -10px;
|
|
5817
|
+
bottom: -10px;
|
|
5818
|
+
cursor: se-resize;
|
|
5735
5819
|
}
|
|
5736
|
-
|
|
5737
|
-
.video_ctrl_2Awiu {
|
|
5820
|
+
.media_ctrl_QzLfq {
|
|
5738
5821
|
position: absolute;
|
|
5822
|
+
width: 100%;
|
|
5823
|
+
bottom: 0;
|
|
5739
5824
|
pointer-events: auto;
|
|
5740
5825
|
}
|
|
5741
|
-
.
|
|
5742
|
-
background: linear-gradient(to bottom, rgba(0, 0, 0, 0
|
|
5826
|
+
.media_ctrl_QzLfq.video_at_K0 {
|
|
5827
|
+
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
|
|
5743
5828
|
}
|
|
5744
|
-
.
|
|
5829
|
+
.media_ctrl_QzLfq.audio_2NVwZ {
|
|
5745
5830
|
background: linear-gradient(to bottom, rgba(27, 37, 100, 0.03), rgba(22, 39, 89, 0.4));
|
|
5746
5831
|
}
|
|
5747
|
-
.
|
|
5832
|
+
.media_ctrl_QzLfq.fade_9jy4P {
|
|
5748
5833
|
opacity: 0;
|
|
5749
5834
|
transition: opacity 0.5s;
|
|
5750
5835
|
}
|
|
5751
|
-
.
|
|
5836
|
+
.media_ctrl_QzLfq .progress_1wktX {
|
|
5752
5837
|
width: 100%;
|
|
5753
5838
|
}
|
|
5754
|
-
.
|
|
5839
|
+
.media_ctrl_QzLfq .time_2XeFt {
|
|
5755
5840
|
margin-left: 14px;
|
|
5756
5841
|
}
|
|
5757
|
-
.
|
|
5758
|
-
|
|
5759
|
-
|
|
5760
|
-
.video_ctrl_2Awiu .fullscreen_EH_Dy {
|
|
5761
|
-
margin-left: 8px;
|
|
5762
|
-
}
|
|
5763
|
-
.video_ctrl_2Awiu .play_btn_1RUCp,
|
|
5764
|
-
.video_ctrl_2Awiu .mark_btn_2-ocU,
|
|
5765
|
-
.video_ctrl_2Awiu .time_1GAm4,
|
|
5766
|
-
.video_ctrl_2Awiu .speed_ZL1_e,
|
|
5767
|
-
.video_ctrl_2Awiu .fullscreen_EH_Dy {
|
|
5842
|
+
.media_ctrl_QzLfq .play_btn_25Yr0,
|
|
5843
|
+
.media_ctrl_QzLfq .time_2XeFt,
|
|
5844
|
+
.media_ctrl_QzLfq .speed_1aDQR {
|
|
5768
5845
|
flex-shrink: 0;
|
|
5769
5846
|
}
|
|
5770
|
-
.
|
|
5771
|
-
display: flex;
|
|
5772
|
-
}
|
|
5773
|
-
.simple_1Y0Zx .play_btn_1RUCp {
|
|
5774
|
-
margin: auto;
|
|
5775
|
-
}
|
|
5776
|
-
.top_3dmP5 {
|
|
5847
|
+
.top_32dIx {
|
|
5777
5848
|
height: 22px;
|
|
5778
5849
|
padding: 2px 12px 0 18px;
|
|
5779
5850
|
display: flex;
|
|
5780
5851
|
flex-direction: row;
|
|
5781
5852
|
}
|
|
5782
|
-
.
|
|
5853
|
+
.bottom_2BM-L {
|
|
5783
5854
|
height: 28px;
|
|
5784
5855
|
padding: 0 8px 4px 8px;
|
|
5785
5856
|
display: flex;
|
|
5786
5857
|
flex-direction: row;
|
|
5787
5858
|
justify-content: space-between;
|
|
5788
5859
|
}
|
|
5789
|
-
.
|
|
5860
|
+
.bottom_left_1C2-w {
|
|
5790
5861
|
display: flex;
|
|
5791
5862
|
align-items: center;
|
|
5792
5863
|
}
|
|
5793
|
-
.
|
|
5864
|
+
.bottom_right_13CLS {
|
|
5794
5865
|
display: flex;
|
|
5795
5866
|
align-items: center;
|
|
5796
5867
|
}
|
|
5797
5868
|
|
|
5798
|
-
.
|
|
5799
|
-
|
|
5800
|
-
|
|
5801
|
-
|
|
5802
|
-
flex-direction: column;
|
|
5803
|
-
justify-content: space-between;
|
|
5804
|
-
align-items: center;
|
|
5805
|
-
margin: 4px 4px;
|
|
5806
|
-
padding: 4px 4px;
|
|
5869
|
+
.play_btn_3TPkC {
|
|
5870
|
+
width: 28px;
|
|
5871
|
+
height: 28px;
|
|
5872
|
+
color: #ffffff;
|
|
5807
5873
|
cursor: pointer;
|
|
5808
5874
|
}
|
|
5809
|
-
.
|
|
5810
|
-
|
|
5811
|
-
font-size: 12px;
|
|
5812
|
-
text-align: center;
|
|
5813
|
-
}
|
|
5814
|
-
.do-hovers .ratioBlock_2jjJB:hover {
|
|
5815
|
-
background-color: var(--upime-btn-bg-hover);
|
|
5816
|
-
}
|
|
5817
|
-
.do-hovers .ratioBlock_2jjJB:hover svg {
|
|
5818
|
-
color: var(--upime-active);
|
|
5819
|
-
}
|
|
5820
|
-
.frameTypeEditor_20mvL {
|
|
5821
|
-
min-width: 74px;
|
|
5822
|
-
font-size: 14px;
|
|
5823
|
-
height: 50px;
|
|
5824
|
-
text-align: center;
|
|
5875
|
+
.play_btn_3TPkC .icon_30JMm {
|
|
5876
|
+
font-size: 28px;
|
|
5825
5877
|
}
|
|
5826
|
-
.
|
|
5827
|
-
width:
|
|
5828
|
-
height:
|
|
5878
|
+
.mark_btn_3KmrI {
|
|
5879
|
+
width: 24px;
|
|
5880
|
+
height: 24px;
|
|
5881
|
+
color: #ffffff;
|
|
5829
5882
|
display: flex;
|
|
5830
|
-
|
|
5831
|
-
align-items: center;
|
|
5832
|
-
}
|
|
5833
|
-
.frameTypeLabel_Y-GNh {
|
|
5834
|
-
height: 40px;
|
|
5835
|
-
line-height: 40px;
|
|
5836
|
-
min-width: 40px;
|
|
5837
|
-
text-align: center;
|
|
5838
|
-
padding: 0 5px;
|
|
5883
|
+
cursor: pointer;
|
|
5839
5884
|
}
|
|
5840
|
-
.
|
|
5841
|
-
|
|
5885
|
+
.mark_btn_3KmrI .icon_30JMm {
|
|
5886
|
+
font-size: 19px;
|
|
5887
|
+
margin: auto;
|
|
5842
5888
|
}
|
|
5843
|
-
.
|
|
5844
|
-
|
|
5889
|
+
.mark_text_1UfBu {
|
|
5890
|
+
margin-left: 2px;
|
|
5891
|
+
color: #ffffff;
|
|
5892
|
+
font-size: 12px;
|
|
5893
|
+
line-height: 18px;
|
|
5894
|
+
cursor: pointer;
|
|
5845
5895
|
}
|
|
5846
|
-
.
|
|
5847
|
-
|
|
5848
|
-
|
|
5849
|
-
display: flex;
|
|
5850
|
-
flex-direction: row;
|
|
5851
|
-
flex-wrap: wrap;
|
|
5896
|
+
.progress_bar_SOwfp {
|
|
5897
|
+
height: 20px;
|
|
5898
|
+
position: relative;
|
|
5852
5899
|
}
|
|
5853
|
-
|
|
5854
|
-
|
|
5855
|
-
|
|
5856
|
-
|
|
5900
|
+
.progress_bar_SOwfp .bottom_layer_3eWcP {
|
|
5901
|
+
position: absolute;
|
|
5902
|
+
cursor: pointer;
|
|
5903
|
+
touch-action: none;
|
|
5904
|
+
width: 100%;
|
|
5857
5905
|
height: 100%;
|
|
5858
5906
|
}
|
|
5859
|
-
.
|
|
5907
|
+
.progress_bar_SOwfp .background_2LQ-_ {
|
|
5908
|
+
position: absolute;
|
|
5860
5909
|
width: 100%;
|
|
5861
|
-
|
|
5862
|
-
|
|
5863
|
-
|
|
5864
|
-
|
|
5865
|
-
|
|
5910
|
+
height: 4px;
|
|
5911
|
+
background-color: rgba(255, 255, 255, 0.4);
|
|
5912
|
+
border-radius: 4px;
|
|
5913
|
+
top: 50%;
|
|
5914
|
+
transform: translate(0, -50%);
|
|
5866
5915
|
}
|
|
5867
|
-
.
|
|
5868
|
-
|
|
5869
|
-
|
|
5916
|
+
.progress_bar_SOwfp .top_layer_1T3NJ {
|
|
5917
|
+
position: absolute;
|
|
5918
|
+
top: 50%;
|
|
5919
|
+
transform: translate(0, -50%);
|
|
5920
|
+
height: 4px;
|
|
5921
|
+
width: 100%;
|
|
5922
|
+
pointer-events: none;
|
|
5870
5923
|
}
|
|
5871
|
-
.
|
|
5872
|
-
|
|
5873
|
-
|
|
5924
|
+
.progress_bar_SOwfp .content_1JKE5 {
|
|
5925
|
+
height: 4px;
|
|
5926
|
+
background-color: #ffffff;
|
|
5927
|
+
border-radius: 4px;
|
|
5928
|
+
}
|
|
5929
|
+
.progress_bar_SOwfp .ball_2xt7a {
|
|
5930
|
+
position: absolute;
|
|
5931
|
+
width: 14px;
|
|
5932
|
+
height: 14px;
|
|
5933
|
+
margin-top: -9px;
|
|
5934
|
+
margin-left: -7px;
|
|
5935
|
+
border-radius: 7px;
|
|
5936
|
+
background-color: #2E73E5;
|
|
5937
|
+
border: #ffffff 2px solid;
|
|
5874
5938
|
}
|
|
5875
|
-
.
|
|
5939
|
+
.progress_bar_SOwfp .point_3r1U1 {
|
|
5940
|
+
position: absolute;
|
|
5876
5941
|
width: 10px;
|
|
5877
5942
|
height: 10px;
|
|
5878
|
-
|
|
5879
|
-
|
|
5880
|
-
-
|
|
5881
|
-
|
|
5943
|
+
margin-top: -7px;
|
|
5944
|
+
margin-left: -5px;
|
|
5945
|
+
pointer-events: auto;
|
|
5946
|
+
cursor: pointer;
|
|
5882
5947
|
}
|
|
5883
|
-
.
|
|
5884
|
-
|
|
5885
|
-
|
|
5948
|
+
.progress_bar_SOwfp .point_3r1U1 .point_ball_y4q-p {
|
|
5949
|
+
width: 10px;
|
|
5950
|
+
height: 10px;
|
|
5951
|
+
border-radius: 5px;
|
|
5952
|
+
background-color: #05CAAE;
|
|
5886
5953
|
}
|
|
5887
|
-
.
|
|
5888
|
-
|
|
5889
|
-
|
|
5890
|
-
|
|
5954
|
+
.progress_bar_SOwfp .mark_list_28Hix {
|
|
5955
|
+
position: absolute;
|
|
5956
|
+
left: 50%;
|
|
5957
|
+
bottom: calc(100% + 16px);
|
|
5958
|
+
transform: translate(-50%, 0);
|
|
5959
|
+
width: 180px;
|
|
5960
|
+
padding: 8px;
|
|
5961
|
+
border-radius: 4px;
|
|
5962
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
5891
5963
|
}
|
|
5892
|
-
.
|
|
5893
|
-
|
|
5964
|
+
.progress_bar_SOwfp .mark_list_28Hix::before {
|
|
5965
|
+
content: "";
|
|
5966
|
+
position: absolute;
|
|
5967
|
+
left: 50%;
|
|
5968
|
+
top: 100%;
|
|
5969
|
+
margin-left: -5px;
|
|
5970
|
+
width: 0;
|
|
5971
|
+
height: 0;
|
|
5972
|
+
border-left: 5px solid transparent;
|
|
5973
|
+
border-right: 5px solid transparent;
|
|
5974
|
+
border-top: 5px solid rgba(0, 0, 0, 0.8);
|
|
5894
5975
|
}
|
|
5895
|
-
.
|
|
5976
|
+
.progress_bar_SOwfp .markpoint_item_2QjWH {
|
|
5977
|
+
height: 36px;
|
|
5978
|
+
line-height: 18px;
|
|
5979
|
+
color: #ffffff;
|
|
5980
|
+
font-size: 12px;
|
|
5896
5981
|
display: flex;
|
|
5897
5982
|
align-items: center;
|
|
5898
|
-
flex-shrink: 0;
|
|
5899
|
-
justify-content: space-between;
|
|
5900
|
-
width: 92px;
|
|
5901
5983
|
}
|
|
5902
|
-
.
|
|
5984
|
+
.progress_bar_SOwfp .markpoint_item_2QjWH::before {
|
|
5985
|
+
content: "";
|
|
5986
|
+
width: 4px;
|
|
5987
|
+
height: 4px;
|
|
5988
|
+
border-radius: 2px;
|
|
5989
|
+
background: #ffffff;
|
|
5903
5990
|
flex-shrink: 0;
|
|
5904
|
-
font-size: 14px;
|
|
5905
|
-
word-break: keep-all;
|
|
5906
5991
|
}
|
|
5907
|
-
.
|
|
5908
|
-
color: #
|
|
5992
|
+
.progress_bar_SOwfp .markpoint_item_2QjWH.isCurrent_2j-Lv {
|
|
5993
|
+
color: #05CAAE;
|
|
5909
5994
|
}
|
|
5910
|
-
|
|
5911
|
-
|
|
5912
|
-
|
|
5913
|
-
|
|
5914
|
-
|
|
5995
|
+
.progress_bar_SOwfp .markpoint_item_2QjWH.isCurrent_2j-Lv::before {
|
|
5996
|
+
background: #05CAAE;
|
|
5997
|
+
}
|
|
5998
|
+
.progress_bar_SOwfp .markpoint_item_2QjWH .markpoint_info_1g5mA {
|
|
5999
|
+
margin-left: 8px;
|
|
6000
|
+
flex-grow: 1;
|
|
6001
|
+
white-space: nowrap;
|
|
5915
6002
|
overflow: hidden;
|
|
6003
|
+
text-overflow: ellipsis;
|
|
5916
6004
|
}
|
|
5917
|
-
.
|
|
5918
|
-
|
|
5919
|
-
|
|
5920
|
-
|
|
5921
|
-
|
|
5922
|
-
|
|
5923
|
-
display: flex;
|
|
5924
|
-
align-items: center;
|
|
5925
|
-
width: 400px;
|
|
5926
|
-
min-height: 72px;
|
|
6005
|
+
.progress_bar_SOwfp .markpoint_item_2QjWH .markpoint_delete_1Y232 {
|
|
6006
|
+
width: 16px;
|
|
6007
|
+
height: 16px;
|
|
6008
|
+
margin-left: 8px;
|
|
6009
|
+
flex-shrink: 0;
|
|
6010
|
+
color: #D8D8D8;
|
|
5927
6011
|
}
|
|
5928
|
-
.
|
|
5929
|
-
|
|
5930
|
-
min-height: 72px;
|
|
5931
|
-
padding: 16px 0 16px 16px;
|
|
5932
|
-
position: relative;
|
|
6012
|
+
.progress_bar_SOwfp .markpoint_item_2QjWH .markpoint_delete_1Y232 .sdk-icon {
|
|
6013
|
+
font-size: 16px;
|
|
5933
6014
|
}
|
|
5934
|
-
.
|
|
5935
|
-
|
|
6015
|
+
.progress_bar_SOwfp .markpoint_item_2QjWH .markpoint_delete_1Y232:hover,
|
|
6016
|
+
.progress_bar_SOwfp .markpoint_item_2QjWH .markpoint_delete_1Y232.focused_3C2yH {
|
|
6017
|
+
color: #FE5250;
|
|
5936
6018
|
}
|
|
5937
|
-
.
|
|
5938
|
-
|
|
5939
|
-
|
|
5940
|
-
|
|
5941
|
-
|
|
5942
|
-
|
|
5943
|
-
|
|
5944
|
-
|
|
6019
|
+
.time_info_3HKXz {
|
|
6020
|
+
color: #ffffff;
|
|
6021
|
+
width: 80px;
|
|
6022
|
+
height: 18px;
|
|
6023
|
+
text-align: right;
|
|
6024
|
+
white-space: nowrap;
|
|
6025
|
+
font-size: 12px;
|
|
6026
|
+
line-height: 18px;
|
|
5945
6027
|
}
|
|
5946
|
-
.
|
|
5947
|
-
margin-top: 26px;
|
|
5948
|
-
margin-bottom: 48px;
|
|
6028
|
+
.speed_btn_3MpEV {
|
|
5949
6029
|
position: relative;
|
|
5950
|
-
|
|
5951
|
-
|
|
5952
|
-
|
|
5953
|
-
|
|
6030
|
+
width: 38px;
|
|
6031
|
+
height: 24px;
|
|
6032
|
+
font-size: 12px;
|
|
6033
|
+
color: #ffffff;
|
|
5954
6034
|
cursor: pointer;
|
|
5955
6035
|
}
|
|
5956
|
-
.
|
|
5957
|
-
|
|
5958
|
-
|
|
5959
|
-
|
|
5960
|
-
|
|
5961
|
-
|
|
5962
|
-
background: transparent;
|
|
5963
|
-
position: absolute;
|
|
5964
|
-
left: -10px;
|
|
5965
|
-
top: -20px;
|
|
5966
|
-
right: -10px;
|
|
5967
|
-
bottom: -20px;
|
|
5968
|
-
z-index: -1;
|
|
5969
|
-
}
|
|
5970
|
-
.hover_anchor_2SjZq {
|
|
5971
|
-
background-color: var(--upime-pane-bg);
|
|
5972
|
-
border-radius: 4px;
|
|
5973
|
-
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
5974
|
-
position: absolute;
|
|
5975
|
-
display: flex;
|
|
5976
|
-
align-items: center;
|
|
6036
|
+
.speed_btn_3MpEV .current_speed_2z0MW {
|
|
6037
|
+
width: 100%;
|
|
6038
|
+
height: 100%;
|
|
6039
|
+
border-radius: 2px;
|
|
6040
|
+
text-align: center;
|
|
6041
|
+
line-height: 24px;
|
|
5977
6042
|
}
|
|
5978
|
-
.
|
|
5979
|
-
|
|
5980
|
-
|
|
5981
|
-
padding: 0 8px;
|
|
5982
|
-
display: flex;
|
|
5983
|
-
align-items: center;
|
|
6043
|
+
.speed_btn_3MpEV .current_speed_2z0MW.active_23rIY {
|
|
6044
|
+
color: #ffffff;
|
|
6045
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
5984
6046
|
}
|
|
5985
|
-
.
|
|
5986
|
-
content: "";
|
|
6047
|
+
.speed_btn_3MpEV .options_G6vQo {
|
|
5987
6048
|
position: absolute;
|
|
5988
|
-
|
|
5989
|
-
|
|
5990
|
-
|
|
5991
|
-
|
|
5992
|
-
|
|
6049
|
+
bottom: calc(100% + 22px);
|
|
6050
|
+
left: 50%;
|
|
6051
|
+
transform: translate(-50%, 0);
|
|
6052
|
+
width: 72px;
|
|
6053
|
+
padding: 4px 0;
|
|
6054
|
+
border-radius: 4px;
|
|
6055
|
+
color: #ffffff;
|
|
6056
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
5993
6057
|
}
|
|
5994
|
-
.
|
|
5995
|
-
|
|
5996
|
-
position: absolute;
|
|
5997
|
-
left: 0;
|
|
5998
|
-
top: 0;
|
|
5999
|
-
width: 1px;
|
|
6000
|
-
height: 100%;
|
|
6001
|
-
background-color: #dbdbde;
|
|
6058
|
+
.speed_btn_3MpEV .options_G6vQo .selected_145a8 {
|
|
6059
|
+
color: #2e73e5;
|
|
6002
6060
|
}
|
|
6003
|
-
.
|
|
6004
|
-
|
|
6005
|
-
|
|
6006
|
-
|
|
6007
|
-
|
|
6008
|
-
padding: 20px 24px 24px;
|
|
6061
|
+
.speed_btn_3MpEV .options_G6vQo .option_1-8hR {
|
|
6062
|
+
width: 100%;
|
|
6063
|
+
height: 28px;
|
|
6064
|
+
line-height: 28px;
|
|
6065
|
+
text-align: center;
|
|
6009
6066
|
}
|
|
6010
|
-
.
|
|
6011
|
-
|
|
6012
|
-
height:
|
|
6067
|
+
.fullscreen_34wG- {
|
|
6068
|
+
width: 24px;
|
|
6069
|
+
height: 24px;
|
|
6070
|
+
color: #ffffff;
|
|
6071
|
+
cursor: pointer;
|
|
6013
6072
|
display: flex;
|
|
6014
|
-
align-items: center;
|
|
6015
6073
|
}
|
|
6016
|
-
.
|
|
6017
|
-
|
|
6018
|
-
|
|
6019
|
-
height: 22px;
|
|
6020
|
-
line-height: 22px;
|
|
6021
|
-
color: var(--upime-main-text);
|
|
6074
|
+
.fullscreen_34wG- .icon_30JMm {
|
|
6075
|
+
font-size: 18px;
|
|
6076
|
+
margin: auto;
|
|
6022
6077
|
}
|
|
6023
|
-
.
|
|
6024
|
-
|
|
6025
|
-
height: 36px;
|
|
6026
|
-
margin-left: 4px;
|
|
6027
|
-
padding-left: 10px;
|
|
6028
|
-
padding-right: 12px;
|
|
6029
|
-
border-radius: 4px;
|
|
6030
|
-
position: relative;
|
|
6078
|
+
.hide_1wZ2I {
|
|
6079
|
+
display: none;
|
|
6031
6080
|
}
|
|
6032
|
-
.
|
|
6033
|
-
|
|
6081
|
+
.more_btn_wrapper_1uhRn {
|
|
6082
|
+
position: relative;
|
|
6083
|
+
width: 24px;
|
|
6084
|
+
height: 24px;
|
|
6085
|
+
color: #ffffff;
|
|
6086
|
+
cursor: pointer;
|
|
6034
6087
|
}
|
|
6035
|
-
.
|
|
6036
|
-
|
|
6037
|
-
|
|
6038
|
-
justify-content: flex-end;
|
|
6088
|
+
.more_btn_wrapper_1uhRn .more_icon_26j55 {
|
|
6089
|
+
font-size: 18px;
|
|
6090
|
+
margin: auto;
|
|
6039
6091
|
}
|
|
6040
|
-
.
|
|
6041
|
-
width:
|
|
6042
|
-
height:
|
|
6043
|
-
font-size: 14px;
|
|
6044
|
-
line-height: 20px;
|
|
6092
|
+
.more_btn_wrapper_1uhRn .more_btn_1Z5gR {
|
|
6093
|
+
width: 100%;
|
|
6094
|
+
height: 100%;
|
|
6045
6095
|
border-radius: 2px;
|
|
6096
|
+
display: flex;
|
|
6046
6097
|
}
|
|
6047
|
-
.
|
|
6048
|
-
|
|
6098
|
+
.more_btn_wrapper_1uhRn .more_btn_1Z5gR.active_23rIY {
|
|
6099
|
+
color: #ffffff;
|
|
6100
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
6049
6101
|
}
|
|
6050
|
-
.
|
|
6102
|
+
.more_btn_wrapper_1uhRn .controls_39z-S {
|
|
6051
6103
|
position: absolute;
|
|
6052
|
-
|
|
6053
|
-
|
|
6104
|
+
bottom: calc(100% + 22px);
|
|
6105
|
+
right: 0;
|
|
6106
|
+
width: 150px;
|
|
6107
|
+
padding: 12px;
|
|
6108
|
+
color: #ffffff;
|
|
6109
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
6054
6110
|
border-radius: 4px;
|
|
6055
|
-
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
6056
6111
|
}
|
|
6057
|
-
.
|
|
6112
|
+
.more_btn_wrapper_1uhRn .control_3TTsu {
|
|
6113
|
+
height: 20px;
|
|
6058
6114
|
display: flex;
|
|
6059
|
-
flex-direction: row;
|
|
6060
6115
|
align-items: center;
|
|
6061
|
-
|
|
6062
|
-
height: 38px;
|
|
6063
|
-
padding-left: 16px;
|
|
6064
|
-
cursor: pointer;
|
|
6065
|
-
font-size: 14px;
|
|
6066
|
-
line-height: 22px;
|
|
6116
|
+
justify-content: space-between;
|
|
6067
6117
|
}
|
|
6068
|
-
.
|
|
6069
|
-
|
|
6118
|
+
.more_btn_wrapper_1uhRn .control_3TTsu:not(:first-child) {
|
|
6119
|
+
margin-top: 12px;
|
|
6070
6120
|
}
|
|
6071
|
-
.
|
|
6072
|
-
|
|
6121
|
+
.more_btn_wrapper_1uhRn .label_2dPac {
|
|
6122
|
+
line-height: 20px;
|
|
6123
|
+
color: #ffffff;
|
|
6124
|
+
font-size: 12px;
|
|
6073
6125
|
}
|
|
6074
|
-
.
|
|
6075
|
-
|
|
6076
|
-
|
|
6077
|
-
|
|
6078
|
-
|
|
6079
|
-
|
|
6080
|
-
scrollbar-width: thin;
|
|
6126
|
+
.more_btn_wrapper_1uhRn .switch_btn_3m_gk {
|
|
6127
|
+
position: relative;
|
|
6128
|
+
width: 28px;
|
|
6129
|
+
height: 16px;
|
|
6130
|
+
border-radius: 8px;
|
|
6131
|
+
background-color: #616371;
|
|
6081
6132
|
}
|
|
6082
|
-
.
|
|
6083
|
-
|
|
6133
|
+
.more_btn_wrapper_1uhRn .switch_btn_3m_gk::before {
|
|
6134
|
+
position: absolute;
|
|
6135
|
+
content: "";
|
|
6136
|
+
left: 2px;
|
|
6137
|
+
top: 2px;
|
|
6138
|
+
width: 12px;
|
|
6139
|
+
height: 12px;
|
|
6140
|
+
border-radius: 6px;
|
|
6141
|
+
background-color: #ffffff;
|
|
6142
|
+
transition: left 0.2s;
|
|
6084
6143
|
}
|
|
6085
|
-
.
|
|
6086
|
-
|
|
6087
|
-
background-color: transparent;
|
|
6144
|
+
.more_btn_wrapper_1uhRn .switch_btn_3m_gk.on_2dmvz {
|
|
6145
|
+
background-color: #2E73E5;
|
|
6088
6146
|
}
|
|
6089
|
-
.
|
|
6090
|
-
|
|
6091
|
-
background-color: var(--upime-scrollbar-thumb);
|
|
6147
|
+
.more_btn_wrapper_1uhRn .switch_btn_3m_gk.on_2dmvz::before {
|
|
6148
|
+
left: 14px;
|
|
6092
6149
|
}
|
|
6093
|
-
|
|
6094
|
-
|
|
6095
|
-
|
|
6096
|
-
|
|
6150
|
+
|
|
6151
|
+
.video_ctrl_2Awiu {
|
|
6152
|
+
position: absolute;
|
|
6153
|
+
pointer-events: auto;
|
|
6097
6154
|
}
|
|
6098
|
-
.
|
|
6099
|
-
|
|
6100
|
-
flex-direction: row;
|
|
6101
|
-
align-items: center;
|
|
6102
|
-
width: 100%;
|
|
6103
|
-
height: 40px;
|
|
6104
|
-
padding-left: 16px;
|
|
6105
|
-
cursor: pointer;
|
|
6155
|
+
.video_ctrl_2Awiu.video_RPAE8 {
|
|
6156
|
+
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.4));
|
|
6106
6157
|
}
|
|
6107
|
-
.
|
|
6108
|
-
|
|
6158
|
+
.video_ctrl_2Awiu.audio_3n2NW {
|
|
6159
|
+
background: linear-gradient(to bottom, rgba(27, 37, 100, 0.03), rgba(22, 39, 89, 0.4));
|
|
6109
6160
|
}
|
|
6110
|
-
.
|
|
6111
|
-
|
|
6161
|
+
.video_ctrl_2Awiu.fade_2n_7J {
|
|
6162
|
+
opacity: 0;
|
|
6163
|
+
transition: opacity 0.5s;
|
|
6112
6164
|
}
|
|
6113
|
-
.
|
|
6114
|
-
width:
|
|
6115
|
-
height: 26px;
|
|
6116
|
-
border-radius: 50%;
|
|
6117
|
-
flex-shrink: 0;
|
|
6165
|
+
.video_ctrl_2Awiu .progress_ca3-d {
|
|
6166
|
+
width: 100%;
|
|
6118
6167
|
}
|
|
6119
|
-
.
|
|
6120
|
-
|
|
6121
|
-
line-height: 22px;
|
|
6122
|
-
display: inline-block;
|
|
6123
|
-
white-space: nowrap;
|
|
6124
|
-
overflow: hidden;
|
|
6125
|
-
text-overflow: ellipsis;
|
|
6168
|
+
.video_ctrl_2Awiu .time_1GAm4 {
|
|
6169
|
+
margin-left: 14px;
|
|
6126
6170
|
}
|
|
6127
|
-
.
|
|
6171
|
+
.video_ctrl_2Awiu .mark_btn_2-ocU {
|
|
6172
|
+
margin-left: 10px;
|
|
6173
|
+
}
|
|
6174
|
+
.video_ctrl_2Awiu .fullscreen_EH_Dy {
|
|
6128
6175
|
margin-left: 8px;
|
|
6129
|
-
max-width: 68px;
|
|
6130
6176
|
}
|
|
6131
|
-
.
|
|
6132
|
-
|
|
6133
|
-
|
|
6134
|
-
|
|
6177
|
+
.video_ctrl_2Awiu .play_btn_1RUCp,
|
|
6178
|
+
.video_ctrl_2Awiu .mark_btn_2-ocU,
|
|
6179
|
+
.video_ctrl_2Awiu .time_1GAm4,
|
|
6180
|
+
.video_ctrl_2Awiu .speed_ZL1_e,
|
|
6181
|
+
.video_ctrl_2Awiu .fullscreen_EH_Dy {
|
|
6182
|
+
flex-shrink: 0;
|
|
6135
6183
|
}
|
|
6136
|
-
.
|
|
6137
|
-
|
|
6138
|
-
background-color: white;
|
|
6139
|
-
width: 270px;
|
|
6140
|
-
border-radius: 4px;
|
|
6141
|
-
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
6142
|
-
padding: 12px;
|
|
6184
|
+
.simple_1Y0Zx {
|
|
6185
|
+
display: flex;
|
|
6143
6186
|
}
|
|
6144
|
-
.
|
|
6145
|
-
|
|
6146
|
-
|
|
6147
|
-
|
|
6148
|
-
|
|
6149
|
-
|
|
6150
|
-
background-color: rgba(0, 0, 0, 0.5);
|
|
6187
|
+
.simple_1Y0Zx .play_btn_1RUCp {
|
|
6188
|
+
margin: auto;
|
|
6189
|
+
}
|
|
6190
|
+
.top_3dmP5 {
|
|
6191
|
+
height: 22px;
|
|
6192
|
+
padding: 2px 12px 0 18px;
|
|
6151
6193
|
display: flex;
|
|
6152
6194
|
flex-direction: row;
|
|
6153
6195
|
}
|
|
6154
|
-
.
|
|
6155
|
-
|
|
6156
|
-
|
|
6157
|
-
|
|
6158
|
-
|
|
6159
|
-
|
|
6160
|
-
overflow: hidden;
|
|
6161
|
-
background-color: white;
|
|
6162
|
-
box-shadow: 0px -2px 12px 0px rgba(0, 0, 0, 0.05);
|
|
6163
|
-
z-index: 26;
|
|
6196
|
+
.bottom_N6d_k {
|
|
6197
|
+
height: 28px;
|
|
6198
|
+
padding: 0 8px 4px 8px;
|
|
6199
|
+
display: flex;
|
|
6200
|
+
flex-direction: row;
|
|
6201
|
+
justify-content: space-between;
|
|
6164
6202
|
}
|
|
6165
|
-
.
|
|
6166
|
-
|
|
6167
|
-
|
|
6168
|
-
overflow-y: auto;
|
|
6169
|
-
overflow-x: hidden;
|
|
6170
|
-
padding: 24px;
|
|
6203
|
+
.bottom_left_2nUj- {
|
|
6204
|
+
display: flex;
|
|
6205
|
+
align-items: center;
|
|
6171
6206
|
}
|
|
6172
|
-
.
|
|
6207
|
+
.bottom_right_1F59L {
|
|
6173
6208
|
display: flex;
|
|
6174
|
-
flex-direction: row;
|
|
6175
6209
|
align-items: center;
|
|
6176
|
-
|
|
6210
|
+
}
|
|
6211
|
+
|
|
6212
|
+
.ratioBlock_2jjJB {
|
|
6213
|
+
display: flex;
|
|
6214
|
+
width: 53px;
|
|
6215
|
+
height: 56px;
|
|
6216
|
+
flex-direction: column;
|
|
6217
|
+
justify-content: space-between;
|
|
6218
|
+
align-items: center;
|
|
6219
|
+
margin: 4px 4px;
|
|
6220
|
+
padding: 4px 4px;
|
|
6177
6221
|
cursor: pointer;
|
|
6178
|
-
margin-bottom: 20px;
|
|
6179
6222
|
}
|
|
6180
|
-
.
|
|
6181
|
-
|
|
6223
|
+
.ratioBlock_2jjJB span {
|
|
6224
|
+
line-height: 18px;
|
|
6225
|
+
font-size: 12px;
|
|
6226
|
+
text-align: center;
|
|
6182
6227
|
}
|
|
6183
|
-
.
|
|
6184
|
-
background-color:
|
|
6185
|
-
background-color: initial;
|
|
6228
|
+
.do-hovers .ratioBlock_2jjJB:hover {
|
|
6229
|
+
background-color: var(--upime-btn-bg-hover);
|
|
6186
6230
|
}
|
|
6187
|
-
.
|
|
6188
|
-
|
|
6189
|
-
margin-left: 12px;
|
|
6190
|
-
overflow: hidden;
|
|
6231
|
+
.do-hovers .ratioBlock_2jjJB:hover svg {
|
|
6232
|
+
color: var(--upime-active);
|
|
6191
6233
|
}
|
|
6192
|
-
.
|
|
6234
|
+
.frameTypeEditor_20mvL {
|
|
6235
|
+
min-width: 74px;
|
|
6193
6236
|
font-size: 14px;
|
|
6194
|
-
|
|
6195
|
-
|
|
6196
|
-
overflow: hidden;
|
|
6197
|
-
text-overflow: ellipsis;
|
|
6198
|
-
}
|
|
6199
|
-
.mentionListPhoneWrapper_3nZor .mentionListPhoneList_273fv .row_uxoqO .rest_GahhO .info_2NULQ {
|
|
6200
|
-
color: var(--upime-second-text);
|
|
6201
|
-
font-size: 12px;
|
|
6202
|
-
line-height: 1;
|
|
6203
|
-
white-space: nowrap;
|
|
6204
|
-
overflow: hidden;
|
|
6205
|
-
text-overflow: ellipsis;
|
|
6206
|
-
margin-top: 4px;
|
|
6207
|
-
}
|
|
6208
|
-
.mentionListPhoneWrapper_3nZor .mentionListPhoneList_273fv .row_uxoqO .avatar_3Cyd_ {
|
|
6209
|
-
width: 30px;
|
|
6210
|
-
height: 30px;
|
|
6211
|
-
border-radius: 50%;
|
|
6212
|
-
}
|
|
6213
|
-
.mentionListPhoneWrapper_3nZor .mentionInputContainer_1njob {
|
|
6214
|
-
padding: 8px 12px;
|
|
6215
|
-
height: 52px;
|
|
6216
|
-
background-color: #ffffff;
|
|
6217
|
-
border-top: 1px solid #e6e7e9;
|
|
6237
|
+
height: 50px;
|
|
6238
|
+
text-align: center;
|
|
6218
6239
|
}
|
|
6219
|
-
.
|
|
6240
|
+
.typeLabelContainer_2Y419 {
|
|
6220
6241
|
width: 100%;
|
|
6221
|
-
height:
|
|
6222
|
-
border-radius: 4px;
|
|
6223
|
-
background-color: #f5f6f6;
|
|
6242
|
+
height: 50px;
|
|
6224
6243
|
display: flex;
|
|
6244
|
+
justify-content: center;
|
|
6225
6245
|
align-items: center;
|
|
6226
|
-
padding: 8px 12px;
|
|
6227
|
-
overflow: hidden;
|
|
6228
|
-
}
|
|
6229
|
-
.mentionListPhoneWrapper_3nZor .mentionInputContainer_1njob .mentionInputInner_3BYES .mentionIcon_Ftq9S {
|
|
6230
|
-
color: #0c1024;
|
|
6231
|
-
flex-shrink: 0;
|
|
6232
6246
|
}
|
|
6233
|
-
.
|
|
6234
|
-
|
|
6235
|
-
height:
|
|
6236
|
-
|
|
6247
|
+
.frameTypeLabel_Y-GNh {
|
|
6248
|
+
height: 40px;
|
|
6249
|
+
line-height: 40px;
|
|
6250
|
+
min-width: 40px;
|
|
6251
|
+
text-align: center;
|
|
6252
|
+
padding: 0 5px;
|
|
6237
6253
|
}
|
|
6238
|
-
.
|
|
6239
|
-
|
|
6240
|
-
width: 1px;
|
|
6241
|
-
background-color: #0c1024;
|
|
6242
|
-
animation: blink_3OyGR 1s infinite;
|
|
6243
|
-
flex-shrink: 0;
|
|
6254
|
+
.do-hovers .frameTypeLabel_Y-GNh:hover {
|
|
6255
|
+
background: var(--upime-btn-bg-hover);
|
|
6244
6256
|
}
|
|
6245
|
-
.
|
|
6246
|
-
|
|
6257
|
+
.ratiosPanel_3vWk_ {
|
|
6258
|
+
padding: 8px 12px !important;
|
|
6247
6259
|
}
|
|
6248
|
-
|
|
6249
|
-
|
|
6250
|
-
|
|
6251
|
-
|
|
6252
|
-
|
|
6253
|
-
|
|
6254
|
-
}
|
|
6255
|
-
51% {
|
|
6256
|
-
opacity: 1;
|
|
6257
|
-
}
|
|
6258
|
-
100% {
|
|
6259
|
-
opacity: 1;
|
|
6260
|
-
}
|
|
6260
|
+
.ratiosPanel_3vWk_ {
|
|
6261
|
+
width: 207px;
|
|
6262
|
+
height: 148px;
|
|
6263
|
+
display: flex;
|
|
6264
|
+
flex-direction: row;
|
|
6265
|
+
flex-wrap: wrap;
|
|
6261
6266
|
}
|
|
6262
6267
|
|
|
6263
6268
|
.scale-mode_3uUsR {
|
|
@@ -6469,6 +6474,19 @@
|
|
|
6469
6474
|
max-height: 196px;
|
|
6470
6475
|
overflow-y: auto;
|
|
6471
6476
|
z-index: 1;
|
|
6477
|
+
scrollbar-color: var(--upime-scrollbar-thumb) transparent;
|
|
6478
|
+
scrollbar-width: thin;
|
|
6479
|
+
}
|
|
6480
|
+
.cardOptionContainer_2RMVH::-webkit-scrollbar {
|
|
6481
|
+
width: 4px;
|
|
6482
|
+
}
|
|
6483
|
+
.cardOptionContainer_2RMVH::-webkit-scrollbar-track {
|
|
6484
|
+
border-radius: 5px;
|
|
6485
|
+
background-color: transparent;
|
|
6486
|
+
}
|
|
6487
|
+
.cardOptionContainer_2RMVH::-webkit-scrollbar-thumb {
|
|
6488
|
+
border-radius: 2px;
|
|
6489
|
+
background-color: var(--upime-scrollbar-thumb);
|
|
6472
6490
|
}
|
|
6473
6491
|
.cardOptionContainer_2RMVH .cardItem_1dDNK {
|
|
6474
6492
|
height: 36px;
|
|
@@ -6479,6 +6497,7 @@
|
|
|
6479
6497
|
display: flex;
|
|
6480
6498
|
align-items: center;
|
|
6481
6499
|
overflow: hidden;
|
|
6500
|
+
flex-shrink: 0;
|
|
6482
6501
|
}
|
|
6483
6502
|
.cardOptionContainer_2RMVH .cardItem_1dDNK:hover {
|
|
6484
6503
|
background-color: #f5f6f6;
|
|
@@ -7303,7 +7322,7 @@
|
|
|
7303
7322
|
margin-right: 16px;
|
|
7304
7323
|
width: 90px;
|
|
7305
7324
|
min-height: 30px;
|
|
7306
|
-
padding-top:
|
|
7325
|
+
padding-top: 5px;
|
|
7307
7326
|
display: flex;
|
|
7308
7327
|
gap: 8px;
|
|
7309
7328
|
}
|
|
@@ -7431,6 +7450,7 @@
|
|
|
7431
7450
|
align-items: center;
|
|
7432
7451
|
justify-content: center;
|
|
7433
7452
|
cursor: pointer;
|
|
7453
|
+
margin-left: 2px;
|
|
7434
7454
|
}
|
|
7435
7455
|
.colorSelectContainer_1BvyB:hover {
|
|
7436
7456
|
background-color: #f5f6f6;
|
|
@@ -7681,24 +7701,56 @@
|
|
|
7681
7701
|
.fileListWrapper_1obPo .addBtContainer_37NNN {
|
|
7682
7702
|
display: flex;
|
|
7683
7703
|
align-items: center;
|
|
7684
|
-
|
|
7704
|
+
width: 100%;
|
|
7705
|
+
height: 46px;
|
|
7706
|
+
border-radius: 4px;
|
|
7707
|
+
background-color: #f5f6f6;
|
|
7708
|
+
border: 1px dashed #f5f6f6;
|
|
7709
|
+
cursor: pointer;
|
|
7710
|
+
gap: 2px;
|
|
7711
|
+
padding: 10px 0 10px 16px;
|
|
7712
|
+
transition: background 0.15s;
|
|
7713
|
+
}
|
|
7714
|
+
.fileListWrapper_1obPo .addBtContainer_37NNN:hover {
|
|
7715
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
7716
|
+
}
|
|
7717
|
+
.fileListWrapper_1obPo .addBtContainer_37NNN.active_2pgLf {
|
|
7718
|
+
border: 1px dashed #2e73e5;
|
|
7719
|
+
}
|
|
7720
|
+
.fileListWrapper_1obPo .addBtContainer_37NNN.padStyle_3XR7z {
|
|
7721
|
+
justify-content: center;
|
|
7722
|
+
padding: 10px 0 10px 0px;
|
|
7723
|
+
}
|
|
7724
|
+
.fileListWrapper_1obPo .addBtContainer_37NNN.padStyle_3XR7z .addBt_1CTM4 {
|
|
7725
|
+
padding: 0 0 0 2px;
|
|
7685
7726
|
}
|
|
7686
7727
|
.fileListWrapper_1obPo .addBtContainer_37NNN .addBt_1CTM4 {
|
|
7687
|
-
height: 26px;
|
|
7688
|
-
padding: 0 8px;
|
|
7689
7728
|
display: flex;
|
|
7690
7729
|
align-items: center;
|
|
7691
|
-
gap: 4px;
|
|
7692
7730
|
color: #2e73e5;
|
|
7693
|
-
border-radius: 4px;
|
|
7694
|
-
border: 1px solid #e6e7e9;
|
|
7695
7731
|
width: fit-content;
|
|
7696
|
-
|
|
7732
|
+
height: 100%;
|
|
7733
|
+
padding: 0 8px 0 2px;
|
|
7734
|
+
}
|
|
7735
|
+
.fileListWrapper_1obPo .addBtContainer_37NNN .addBt_1CTM4:hover {
|
|
7736
|
+
color: #5798f2;
|
|
7737
|
+
}
|
|
7738
|
+
.fileListWrapper_1obPo .addBtContainer_37NNN .uploadTip_3lqgc {
|
|
7739
|
+
line-height: 20px;
|
|
7740
|
+
color: #91939c;
|
|
7741
|
+
font-size: 14px;
|
|
7697
7742
|
}
|
|
7698
|
-
.fileListWrapper_1obPo .addBtContainer_37NNN .
|
|
7743
|
+
.fileListWrapper_1obPo .addBtContainer_37NNN .hiddenInput_3Sct_ {
|
|
7699
7744
|
visibility: hidden;
|
|
7700
7745
|
display: none;
|
|
7701
7746
|
}
|
|
7747
|
+
.fileListWrapper_1obPo .addBtContainer_37NNN .outScreenInput_1Kuqv {
|
|
7748
|
+
position: fixed;
|
|
7749
|
+
left: -9999px;
|
|
7750
|
+
top: -9999px;
|
|
7751
|
+
width: 0;
|
|
7752
|
+
height: 0;
|
|
7753
|
+
}
|
|
7702
7754
|
.fileListWrapper_1obPo .fileListContainer_2nxU7 {
|
|
7703
7755
|
margin-top: 8px;
|
|
7704
7756
|
}
|
|
@@ -8033,6 +8085,12 @@
|
|
|
8033
8085
|
.noDesktop_M0l6Z .iconCon_3t7-a:hover {
|
|
8034
8086
|
background-color: rgba(0, 0, 0, 0.2);
|
|
8035
8087
|
}
|
|
8088
|
+
.noDesktop_M0l6Z .addBtContainer_37NNN:hover {
|
|
8089
|
+
background-color: #f5f6f6;
|
|
8090
|
+
}
|
|
8091
|
+
.noDesktop_M0l6Z .addBtContainer_37NNN .addBt_1CTM4:hover {
|
|
8092
|
+
color: #2e73e5;
|
|
8093
|
+
}
|
|
8036
8094
|
.phoneViewContainer_2q1mj {
|
|
8037
8095
|
position: absolute;
|
|
8038
8096
|
top: 0;
|
|
@@ -8127,11 +8185,17 @@
|
|
|
8127
8185
|
border-bottom: 1px solid #e6e7e9;
|
|
8128
8186
|
display: flex;
|
|
8129
8187
|
align-items: center;
|
|
8130
|
-
justify-content: space-between;
|
|
8131
8188
|
padding: 0 24px 0 40px;
|
|
8132
8189
|
font-size: 20px;
|
|
8133
8190
|
}
|
|
8191
|
+
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanHead_1yzm_ .kanbanTitleTip_2Hlqz {
|
|
8192
|
+
font-size: 14px;
|
|
8193
|
+
margin-left: 8px;
|
|
8194
|
+
color: #616371;
|
|
8195
|
+
transform: translateY(3px);
|
|
8196
|
+
}
|
|
8134
8197
|
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanHead_1yzm_ .guanbiButton_qncY9 {
|
|
8198
|
+
margin-left: auto;
|
|
8135
8199
|
cursor: pointer;
|
|
8136
8200
|
}
|
|
8137
8201
|
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- {
|
|
@@ -8207,7 +8271,7 @@
|
|
|
8207
8271
|
color: #2e73e5;
|
|
8208
8272
|
}
|
|
8209
8273
|
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L {
|
|
8210
|
-
padding: 20px 8px 24px
|
|
8274
|
+
padding: 20px 8px 24px 0px;
|
|
8211
8275
|
overflow: hidden;
|
|
8212
8276
|
display: grid;
|
|
8213
8277
|
grid-template-rows: 1fr 40px;
|
|
@@ -8221,6 +8285,7 @@
|
|
|
8221
8285
|
scrollbar-color: var(--upime-scrollbar-thumb) transparent;
|
|
8222
8286
|
scrollbar-width: thin;
|
|
8223
8287
|
padding-right: 32px;
|
|
8288
|
+
padding-left: 20px;
|
|
8224
8289
|
}
|
|
8225
8290
|
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1::-webkit-scrollbar {
|
|
8226
8291
|
width: 4px;
|
|
@@ -8284,8 +8349,12 @@
|
|
|
8284
8349
|
overflow: hidden;
|
|
8285
8350
|
display: flex;
|
|
8286
8351
|
padding-right: 12px;
|
|
8287
|
-
border: 1px solid #
|
|
8352
|
+
border: 1px solid #ececee;
|
|
8288
8353
|
border-radius: 4px;
|
|
8354
|
+
background-color: white;
|
|
8355
|
+
}
|
|
8356
|
+
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .inputContainer_zn0oa.inputDisabled_1adbJ {
|
|
8357
|
+
background-color: #f5f6f6;
|
|
8289
8358
|
}
|
|
8290
8359
|
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .inputContainer_zn0oa .input_129hJ {
|
|
8291
8360
|
flex: 1;
|
|
@@ -8296,7 +8365,7 @@
|
|
|
8296
8365
|
}
|
|
8297
8366
|
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .inputContainer_zn0oa .input_129hJ[disabled] {
|
|
8298
8367
|
color: #c2c3c8;
|
|
8299
|
-
background-color:
|
|
8368
|
+
background-color: #f5f6f6;
|
|
8300
8369
|
cursor: not-allowed;
|
|
8301
8370
|
}
|
|
8302
8371
|
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .inputContainer_zn0oa .input_129hJ::placeholder {
|
|
@@ -8311,6 +8380,7 @@
|
|
|
8311
8380
|
gap: 8px;
|
|
8312
8381
|
}
|
|
8313
8382
|
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .inputContainer_zn0oa .inputControl_2J0Ui .clearIcon_3vHa8 {
|
|
8383
|
+
color: #c2c3c8;
|
|
8314
8384
|
cursor: pointer;
|
|
8315
8385
|
}
|
|
8316
8386
|
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .inputContainer_zn0oa.focus_1S-EU {
|
|
@@ -8333,21 +8403,57 @@
|
|
|
8333
8403
|
height: 44px;
|
|
8334
8404
|
border-radius: 4px;
|
|
8335
8405
|
border: 1px solid #e6e7e9;
|
|
8336
|
-
overflow: hidden;
|
|
8337
8406
|
margin-bottom: 24px;
|
|
8338
8407
|
display: flex;
|
|
8339
8408
|
align-items: center;
|
|
8340
8409
|
justify-content: space-between;
|
|
8341
8410
|
padding-left: 8px;
|
|
8342
8411
|
padding-right: 12px;
|
|
8343
|
-
color: #
|
|
8412
|
+
color: #0c1024;
|
|
8413
|
+
cursor: pointer;
|
|
8414
|
+
}
|
|
8415
|
+
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .selectorContainer_u8YJC.selectorDisabled_24GQj {
|
|
8344
8416
|
cursor: not-allowed;
|
|
8417
|
+
background-color: #f5f6f6;
|
|
8418
|
+
color: #c2c3c8;
|
|
8419
|
+
}
|
|
8420
|
+
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .selectorContainer_u8YJC .icon_1OLmf {
|
|
8421
|
+
transform: rotate(270deg);
|
|
8422
|
+
color: #616371;
|
|
8423
|
+
}
|
|
8424
|
+
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .selectorContainer_u8YJC .icon_1OLmf.open_3B38O {
|
|
8425
|
+
transform: rotate(90deg);
|
|
8426
|
+
}
|
|
8427
|
+
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .selectorContainer_u8YJC .icon_1OLmf svg {
|
|
8428
|
+
display: block;
|
|
8429
|
+
}
|
|
8430
|
+
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .selectorContainer_u8YJC .okIcon_K1eLd {
|
|
8431
|
+
color: var(--upime-active);
|
|
8432
|
+
margin-left: auto;
|
|
8433
|
+
}
|
|
8434
|
+
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .selectorContainer_u8YJC .selectOptionContainer_8Ikhs {
|
|
8435
|
+
position: absolute;
|
|
8436
|
+
left: -1px;
|
|
8437
|
+
right: -1px;
|
|
8438
|
+
top: calc(100% + 4px);
|
|
8439
|
+
padding: 8px 0;
|
|
8440
|
+
border-radius: 4px;
|
|
8441
|
+
background-color: #ffffff;
|
|
8442
|
+
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
|
|
8443
|
+
}
|
|
8444
|
+
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .selectorContainer_u8YJC .selectOptionContainer_8Ikhs .selectOptionRow_1g45H {
|
|
8445
|
+
width: 100%;
|
|
8446
|
+
height: 40px;
|
|
8447
|
+
background-color: #eaf1fc;
|
|
8448
|
+
cursor: pointer;
|
|
8449
|
+
display: flex;
|
|
8450
|
+
align-items: center;
|
|
8451
|
+
gap: 8px;
|
|
8452
|
+
padding: 0 16px;
|
|
8453
|
+
color: #0c1024;
|
|
8345
8454
|
}
|
|
8346
8455
|
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .optionListContainer_3gQwd {
|
|
8347
8456
|
width: 100%;
|
|
8348
|
-
border-radius: 4px;
|
|
8349
|
-
background-color: #f5f6f6;
|
|
8350
|
-
padding: 16px;
|
|
8351
8457
|
}
|
|
8352
8458
|
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .optionListContainer_3gQwd .opRow_8piVY {
|
|
8353
8459
|
margin-bottom: 10px;
|
|
@@ -8370,19 +8476,8 @@
|
|
|
8370
8476
|
display: flex;
|
|
8371
8477
|
align-items: center;
|
|
8372
8478
|
justify-content: center;
|
|
8373
|
-
border-width: 1px;
|
|
8374
|
-
border-style: solid;
|
|
8375
8479
|
position: relative;
|
|
8376
|
-
|
|
8377
|
-
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .optionListContainer_3gQwd .opRow_8piVY .colorSelector_3FyqL::after {
|
|
8378
|
-
content: "";
|
|
8379
|
-
position: absolute;
|
|
8380
|
-
top: -1px;
|
|
8381
|
-
right: -1px;
|
|
8382
|
-
bottom: -1px;
|
|
8383
|
-
left: -1px;
|
|
8384
|
-
border-radius: 50%;
|
|
8385
|
-
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
8480
|
+
padding-top: 2px;
|
|
8386
8481
|
}
|
|
8387
8482
|
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .optionListContainer_3gQwd .opRow_8piVY .opInputContainer_3F-t_ {
|
|
8388
8483
|
border-radius: 4px;
|
|
@@ -8391,7 +8486,7 @@
|
|
|
8391
8486
|
padding: 0 12px;
|
|
8392
8487
|
color: #0c1024;
|
|
8393
8488
|
flex: 1;
|
|
8394
|
-
height:
|
|
8489
|
+
height: 38px;
|
|
8395
8490
|
}
|
|
8396
8491
|
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .optionListContainer_3gQwd .opRow_8piVY .opInputContainer_3F-t_:focus {
|
|
8397
8492
|
border: 1px solid #2e73e5;
|
|
@@ -8399,6 +8494,9 @@
|
|
|
8399
8494
|
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .optionListContainer_3gQwd .opRow_8piVY .opInputContainer_3F-t_::placeholder {
|
|
8400
8495
|
color: #c2c3c8;
|
|
8401
8496
|
}
|
|
8497
|
+
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .optionListContainer_3gQwd .opRow_8piVY .opInputContainer_3F-t_.opInputContainerDisabled_1eVB8 {
|
|
8498
|
+
background-color: #f5f6f6;
|
|
8499
|
+
}
|
|
8402
8500
|
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .optionListContainer_3gQwd .opRow_8piVY .closeIcon_1TMcU {
|
|
8403
8501
|
color: #979797;
|
|
8404
8502
|
cursor: pointer;
|
|
@@ -8417,8 +8515,6 @@
|
|
|
8417
8515
|
background-color: transparent;
|
|
8418
8516
|
}
|
|
8419
8517
|
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .optionListContainer_3gQwd .opRow_8piVY .disabled_2JtvB .colorSelector_3FyqL {
|
|
8420
|
-
opacity: 0.65;
|
|
8421
|
-
cursor: default;
|
|
8422
8518
|
cursor: not-allowed;
|
|
8423
8519
|
}
|
|
8424
8520
|
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .optionListContainer_3gQwd .opRow_8piVY .disabled_2JtvB .opInputContainer_3F-t_ {
|
|
@@ -8448,6 +8544,7 @@
|
|
|
8448
8544
|
display: flex;
|
|
8449
8545
|
align-items: center;
|
|
8450
8546
|
gap: 16px;
|
|
8547
|
+
padding-left: 16px;
|
|
8451
8548
|
}
|
|
8452
8549
|
.kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .actionsList_DWeMJ .attrSaveBt_2XK0F {
|
|
8453
8550
|
width: 72px;
|
|
@@ -8535,6 +8632,20 @@
|
|
|
8535
8632
|
overflow: hidden;
|
|
8536
8633
|
transform: translateY(4px);
|
|
8537
8634
|
}
|
|
8635
|
+
.colorItem_1tyy8 {
|
|
8636
|
+
position: relative;
|
|
8637
|
+
}
|
|
8638
|
+
.colorItem_1tyy8::after {
|
|
8639
|
+
content: "";
|
|
8640
|
+
position: absolute;
|
|
8641
|
+
top: 0;
|
|
8642
|
+
right: 0;
|
|
8643
|
+
bottom: 0;
|
|
8644
|
+
left: 0;
|
|
8645
|
+
background: white;
|
|
8646
|
+
opacity: 0.3;
|
|
8647
|
+
border-radius: 50%;
|
|
8648
|
+
}
|
|
8538
8649
|
|
|
8539
8650
|
.element_name_39TT- {
|
|
8540
8651
|
position: absolute;
|
|
@@ -8772,6 +8883,20 @@
|
|
|
8772
8883
|
width: 100%;
|
|
8773
8884
|
margin-top: 8px;
|
|
8774
8885
|
}
|
|
8886
|
+
.addNewColContainer_2U3es .colorItem_3fT64 {
|
|
8887
|
+
position: relative;
|
|
8888
|
+
}
|
|
8889
|
+
.addNewColContainer_2U3es .colorItem_3fT64::after {
|
|
8890
|
+
content: "";
|
|
8891
|
+
position: absolute;
|
|
8892
|
+
top: 0;
|
|
8893
|
+
right: 0;
|
|
8894
|
+
bottom: 0;
|
|
8895
|
+
left: 0;
|
|
8896
|
+
background: white;
|
|
8897
|
+
opacity: 0.3;
|
|
8898
|
+
border-radius: 50%;
|
|
8899
|
+
}
|
|
8775
8900
|
.addNewColContainer_2U3es .addColActionList_2VRy5 {
|
|
8776
8901
|
margin-top: 20px;
|
|
8777
8902
|
display: flex;
|
|
@@ -9738,42 +9863,130 @@
|
|
|
9738
9863
|
font-size: 14px;
|
|
9739
9864
|
margin-top: 8px;
|
|
9740
9865
|
}
|
|
9741
|
-
.modalBox_30MYB .actionsRow_1I17N {
|
|
9866
|
+
.modalBox_30MYB .actionsRow_1I17N {
|
|
9867
|
+
display: flex;
|
|
9868
|
+
flex-direction: row-reverse;
|
|
9869
|
+
gap: 12px;
|
|
9870
|
+
}
|
|
9871
|
+
.modalBox_30MYB .actionsRow_1I17N .actionBt_2Hy0s {
|
|
9872
|
+
padding: 0 20px;
|
|
9873
|
+
height: 40px;
|
|
9874
|
+
border-radius: 4px;
|
|
9875
|
+
background-color: #ffffff;
|
|
9876
|
+
border: 1px solid #e6e7e9;
|
|
9877
|
+
outline: none;
|
|
9878
|
+
color: #0c1024;
|
|
9879
|
+
font-size: 16px;
|
|
9880
|
+
cursor: pointer;
|
|
9881
|
+
transition-property: background-color, color, border-color;
|
|
9882
|
+
transition-duration: 0.2s;
|
|
9883
|
+
}
|
|
9884
|
+
.modalBox_30MYB .actionsRow_1I17N .actionBt_2Hy0s:hover {
|
|
9885
|
+
border-color: #5798f2;
|
|
9886
|
+
color: #5798f2;
|
|
9887
|
+
}
|
|
9888
|
+
.modalBox_30MYB .actionsRow_1I17N .actionBt_2Hy0s:active {
|
|
9889
|
+
border-color: #1d56bf;
|
|
9890
|
+
color: #1d56bf;
|
|
9891
|
+
}
|
|
9892
|
+
.modalBox_30MYB .actionsRow_1I17N .actionBt_2Hy0s.primary_3uqhB {
|
|
9893
|
+
background-color: #fe5250;
|
|
9894
|
+
border: none;
|
|
9895
|
+
color: white;
|
|
9896
|
+
}
|
|
9897
|
+
.modalBox_30MYB .actionsRow_1I17N .actionBt_2Hy0s.primary_3uqhB:hover {
|
|
9898
|
+
background-color: #ff7f78;
|
|
9899
|
+
}
|
|
9900
|
+
.modalBox_30MYB .actionsRow_1I17N .actionBt_2Hy0s.primary_3uqhB:active {
|
|
9901
|
+
background-color: #d9383b;
|
|
9902
|
+
}
|
|
9903
|
+
|
|
9904
|
+
.option_list_2fVIE {
|
|
9905
|
+
padding: 12px 16px;
|
|
9906
|
+
}
|
|
9907
|
+
.option_item_2NQRV {
|
|
9908
|
+
width: 144px;
|
|
9909
|
+
height: 32px;
|
|
9910
|
+
display: flex;
|
|
9911
|
+
align-items: center;
|
|
9912
|
+
}
|
|
9913
|
+
.option_item_2NQRV:not(:first-child) {
|
|
9914
|
+
margin-top: 4px;
|
|
9915
|
+
}
|
|
9916
|
+
.option_item_2NQRV.active_1pwgj {
|
|
9917
|
+
color: #2E73E5;
|
|
9918
|
+
}
|
|
9919
|
+
.option_icon_18fZs {
|
|
9920
|
+
font-size: 20px;
|
|
9921
|
+
flex-shrink: 0;
|
|
9922
|
+
}
|
|
9923
|
+
.option_text_4J4Mz {
|
|
9924
|
+
width: 100%;
|
|
9925
|
+
margin-left: 8px;
|
|
9926
|
+
font-size: 14px;
|
|
9927
|
+
line-height: 20px;
|
|
9928
|
+
}
|
|
9929
|
+
.select_icon_2CJRU {
|
|
9930
|
+
font-size: 18px;
|
|
9931
|
+
flex-shrink: 0;
|
|
9932
|
+
}
|
|
9933
|
+
.node_menu_2TnQY {
|
|
9934
|
+
position: absolute;
|
|
9935
|
+
padding: 16px 12px;
|
|
9936
|
+
border-radius: 4px;
|
|
9937
|
+
}
|
|
9938
|
+
.node_menu_2TnQY .btn_group_3uY4M {
|
|
9939
|
+
width: 198px;
|
|
9940
|
+
}
|
|
9941
|
+
.node_menu_2TnQY .btn_group_3uY4M:not(:first-child) {
|
|
9942
|
+
margin-top: 16px;
|
|
9943
|
+
}
|
|
9944
|
+
.node_menu_2TnQY .type_3r3TJ {
|
|
9945
|
+
height: 22px;
|
|
9946
|
+
line-height: 22px;
|
|
9947
|
+
padding-left: 12px;
|
|
9948
|
+
font-size: 12px;
|
|
9949
|
+
color: #91939C;
|
|
9950
|
+
margin-bottom: 4px;
|
|
9951
|
+
}
|
|
9952
|
+
.node_menu_2TnQY .btns_3tk0H {
|
|
9953
|
+
height: 30px;
|
|
9742
9954
|
display: flex;
|
|
9743
|
-
|
|
9744
|
-
|
|
9955
|
+
align-items: center;
|
|
9956
|
+
justify-content: space-around;
|
|
9745
9957
|
}
|
|
9746
|
-
.
|
|
9747
|
-
|
|
9748
|
-
|
|
9749
|
-
|
|
9750
|
-
|
|
9751
|
-
border: 1px solid #e6e7e9;
|
|
9752
|
-
outline: none;
|
|
9753
|
-
color: #0c1024;
|
|
9754
|
-
font-size: 16px;
|
|
9958
|
+
.node_menu_2TnQY .btn_1QjMZ {
|
|
9959
|
+
color: #0C1024;
|
|
9960
|
+
width: 30px;
|
|
9961
|
+
height: 30px;
|
|
9962
|
+
display: flex;
|
|
9755
9963
|
cursor: pointer;
|
|
9756
|
-
transition-property: background-color, color, border-color;
|
|
9757
|
-
transition-duration: 0.2s;
|
|
9758
9964
|
}
|
|
9759
|
-
.
|
|
9760
|
-
|
|
9761
|
-
color: #5798f2;
|
|
9965
|
+
.node_menu_2TnQY .btn_1QjMZ .btn_icon_WL9f8 {
|
|
9966
|
+
margin: auto;
|
|
9762
9967
|
}
|
|
9763
|
-
.
|
|
9764
|
-
|
|
9765
|
-
|
|
9968
|
+
.node_menu_2TnQY .btn_icon_WL9f8 {
|
|
9969
|
+
font-size: 20px;
|
|
9970
|
+
pointer-events: none;
|
|
9766
9971
|
}
|
|
9767
|
-
.
|
|
9768
|
-
|
|
9769
|
-
|
|
9770
|
-
|
|
9972
|
+
.node_menu_2TnQY .btn_bar_3nYM8 {
|
|
9973
|
+
height: 36px;
|
|
9974
|
+
color: #0C1024;
|
|
9975
|
+
padding: 0 12px;
|
|
9976
|
+
display: flex;
|
|
9977
|
+
align-items: center;
|
|
9978
|
+
justify-content: flex-start;
|
|
9979
|
+
cursor: pointer;
|
|
9771
9980
|
}
|
|
9772
|
-
.
|
|
9773
|
-
|
|
9981
|
+
.node_menu_2TnQY .btn_name_1sj6v {
|
|
9982
|
+
margin-left: 4px;
|
|
9983
|
+
font-size: 14px;
|
|
9984
|
+
line-height: 20px;
|
|
9985
|
+
height: 20px;
|
|
9774
9986
|
}
|
|
9775
|
-
.
|
|
9776
|
-
|
|
9987
|
+
.do-hovers .hover_style_3dBbz:hover {
|
|
9988
|
+
border-radius: 4px;
|
|
9989
|
+
background: rgba(0, 0, 0, 0.06);
|
|
9777
9990
|
}
|
|
9778
9991
|
|
|
9779
9992
|
.insert_panel_muX5o {
|
|
@@ -10787,6 +11000,14 @@
|
|
|
10787
11000
|
font-size: 12px;
|
|
10788
11001
|
line-height: 18px;
|
|
10789
11002
|
}
|
|
11003
|
+
.itemBlockRoot_7yXam .itemRoot_3oqAr .header_cIvPV .unread_2Qa3L {
|
|
11004
|
+
position: absolute;
|
|
11005
|
+
width: 6px;
|
|
11006
|
+
height: 6px;
|
|
11007
|
+
background-color: #fe5250;
|
|
11008
|
+
border-radius: 50%;
|
|
11009
|
+
left: 6px;
|
|
11010
|
+
}
|
|
10790
11011
|
.itemBlockRoot_7yXam .itemRoot_3oqAr .content_y-fPm {
|
|
10791
11012
|
position: relative;
|
|
10792
11013
|
margin: 0 16px 8px 16px;
|
|
@@ -10795,15 +11016,6 @@
|
|
|
10795
11016
|
line-height: 22px;
|
|
10796
11017
|
white-space: pre-line;
|
|
10797
11018
|
}
|
|
10798
|
-
.itemBlockRoot_7yXam .itemRoot_3oqAr .content_y-fPm .unread_2Qa3L {
|
|
10799
|
-
position: absolute;
|
|
10800
|
-
width: 6px;
|
|
10801
|
-
height: 6px;
|
|
10802
|
-
background-color: #fe5250;
|
|
10803
|
-
border-radius: 50%;
|
|
10804
|
-
left: -9px;
|
|
10805
|
-
top: 8px;
|
|
10806
|
-
}
|
|
10807
11019
|
.itemBlockRoot_7yXam .collapseLabel_1KNsg {
|
|
10808
11020
|
margin-left: 16px;
|
|
10809
11021
|
cursor: pointer;
|
|
@@ -11347,13 +11559,226 @@
|
|
|
11347
11559
|
.phoneModal_1Ar6S .imgContainer_1mue6 .placeholderImg_1GUUu {
|
|
11348
11560
|
width: 110px;
|
|
11349
11561
|
}
|
|
11350
|
-
.nickNameInput_RAs3H {
|
|
11351
|
-
margin: 20px 0;
|
|
11352
|
-
height: 44px;
|
|
11562
|
+
.nickNameInput_RAs3H {
|
|
11563
|
+
margin: 20px 0;
|
|
11564
|
+
height: 44px;
|
|
11565
|
+
}
|
|
11566
|
+
.noPermissionJoinBox_2qDRl {
|
|
11567
|
+
width: 480px;
|
|
11568
|
+
height: 170px;
|
|
11569
|
+
border-radius: 12px;
|
|
11570
|
+
padding: 24px;
|
|
11571
|
+
background-color: #fff;
|
|
11572
|
+
position: absolute;
|
|
11573
|
+
top: 50%;
|
|
11574
|
+
left: 50%;
|
|
11575
|
+
transform: translate(-50%, -50%);
|
|
11576
|
+
}
|
|
11577
|
+
.noPermissionJoinBox_2qDRl .headRow_2ZRHv {
|
|
11578
|
+
margin-bottom: 50px;
|
|
11579
|
+
}
|
|
11580
|
+
.noPermissionJoinBox_2qDRl .headRow_2ZRHv > svg {
|
|
11581
|
+
width: 28px;
|
|
11582
|
+
height: 28px;
|
|
11583
|
+
color: #ffa519;
|
|
11584
|
+
margin-right: 12px;
|
|
11585
|
+
position: relative;
|
|
11586
|
+
top: 7px;
|
|
11587
|
+
}
|
|
11588
|
+
.noPermissionJoinBox_2qDRl .headRow_2ZRHv .wording_TcMYU {
|
|
11589
|
+
font-weight: 500;
|
|
11590
|
+
font-size: 20px;
|
|
11591
|
+
}
|
|
11592
|
+
.noPermissionJoinBox_2qDRl .actionRow_NMogH {
|
|
11593
|
+
text-align: right;
|
|
11594
|
+
}
|
|
11595
|
+
.noPermissionJoinBox_2qDRl .actionRow_NMogH .btn_1fd3R {
|
|
11596
|
+
display: inline-block;
|
|
11597
|
+
padding: 8px 20px;
|
|
11598
|
+
width: 104px;
|
|
11599
|
+
height: 40px;
|
|
11600
|
+
border-radius: 4px;
|
|
11601
|
+
background-color: #2e73e5;
|
|
11602
|
+
color: #fff;
|
|
11603
|
+
cursor: pointer;
|
|
11604
|
+
}
|
|
11605
|
+
.noPermissionJoinBox_2qDRl .actionRow_NMogH .btn_1fd3R:hover {
|
|
11606
|
+
opacity: 0.7;
|
|
11607
|
+
}
|
|
11608
|
+
.requestMediaBox_HOoWc {
|
|
11609
|
+
width: 480px;
|
|
11610
|
+
height: 170px;
|
|
11611
|
+
border-radius: 12px;
|
|
11612
|
+
padding: 24px;
|
|
11613
|
+
background-color: #fff;
|
|
11614
|
+
position: absolute;
|
|
11615
|
+
top: 50%;
|
|
11616
|
+
left: 50%;
|
|
11617
|
+
transform: translate(-50%, -50%);
|
|
11618
|
+
}
|
|
11619
|
+
.requestMediaBox_HOoWc .headRow_2ZRHv {
|
|
11620
|
+
margin-bottom: 50px;
|
|
11621
|
+
}
|
|
11622
|
+
.requestMediaBox_HOoWc .headRow_2ZRHv > svg {
|
|
11623
|
+
width: 28px;
|
|
11624
|
+
height: 28px;
|
|
11625
|
+
color: #ffa519;
|
|
11626
|
+
margin-right: 12px;
|
|
11627
|
+
position: relative;
|
|
11628
|
+
top: 7px;
|
|
11629
|
+
}
|
|
11630
|
+
.requestMediaBox_HOoWc .headRow_2ZRHv .wording_TcMYU {
|
|
11631
|
+
font-weight: 500;
|
|
11632
|
+
font-size: 20px;
|
|
11633
|
+
}
|
|
11634
|
+
.requestMediaBox_HOoWc .actionRow_NMogH {
|
|
11635
|
+
text-align: right;
|
|
11636
|
+
}
|
|
11637
|
+
.requestMediaBox_HOoWc .actionRow_NMogH .cancel_2SaBS {
|
|
11638
|
+
height: 40px;
|
|
11639
|
+
line-height: 40px;
|
|
11640
|
+
text-align: center;
|
|
11641
|
+
border: 1px solid #e6e7e9;
|
|
11642
|
+
border-radius: 4px;
|
|
11643
|
+
display: inline-block;
|
|
11644
|
+
font-size: 14px;
|
|
11645
|
+
padding: 0 20px;
|
|
11646
|
+
margin-right: 12px;
|
|
11647
|
+
cursor: pointer;
|
|
11648
|
+
}
|
|
11649
|
+
.requestMediaBox_HOoWc .actionRow_NMogH .cancel_2SaBS:hover {
|
|
11650
|
+
opacity: 0.7;
|
|
11651
|
+
}
|
|
11652
|
+
.requestMediaBox_HOoWc .actionRow_NMogH .confirm_1c35u {
|
|
11653
|
+
height: 40px;
|
|
11654
|
+
line-height: 40px;
|
|
11655
|
+
border-radius: 4px;
|
|
11656
|
+
color: #fff;
|
|
11657
|
+
background-color: #2e73e5;
|
|
11658
|
+
text-align: center;
|
|
11659
|
+
display: inline-block;
|
|
11660
|
+
font-size: 14px;
|
|
11661
|
+
padding: 0 20px;
|
|
11662
|
+
cursor: pointer;
|
|
11663
|
+
}
|
|
11664
|
+
.requestMediaBox_HOoWc .actionRow_NMogH .confirm_1c35u:hover {
|
|
11665
|
+
opacity: 0.7;
|
|
11666
|
+
}
|
|
11667
|
+
.outMeetingModalBox_24pEe {
|
|
11668
|
+
width: 480px;
|
|
11669
|
+
height: 170px;
|
|
11670
|
+
border-radius: 12px;
|
|
11671
|
+
padding: 24px;
|
|
11672
|
+
padding-top: 30px;
|
|
11673
|
+
background-color: #fff;
|
|
11674
|
+
position: absolute;
|
|
11675
|
+
top: 50%;
|
|
11676
|
+
left: 50%;
|
|
11677
|
+
transform: translate(-50%, -50%);
|
|
11678
|
+
}
|
|
11679
|
+
.outMeetingModalBox_24pEe .headRow_2ZRHv {
|
|
11680
|
+
margin-bottom: 40px;
|
|
11681
|
+
}
|
|
11682
|
+
.outMeetingModalBox_24pEe .headRow_2ZRHv > svg {
|
|
11683
|
+
width: 28px;
|
|
11684
|
+
height: 28px;
|
|
11685
|
+
color: #ffa519;
|
|
11686
|
+
margin-right: 12px;
|
|
11687
|
+
position: relative;
|
|
11688
|
+
top: 7px;
|
|
11689
|
+
}
|
|
11690
|
+
.outMeetingModalBox_24pEe .headRow_2ZRHv .wording_TcMYU {
|
|
11691
|
+
font-size: 16px;
|
|
11692
|
+
}
|
|
11693
|
+
.outMeetingModalBox_24pEe .actionRow_NMogH {
|
|
11694
|
+
text-align: right;
|
|
11695
|
+
}
|
|
11696
|
+
.outMeetingModalBox_24pEe .actionRow_NMogH .btn_1fd3R {
|
|
11697
|
+
display: inline-block;
|
|
11698
|
+
padding: 8px 20px;
|
|
11699
|
+
width: 104px;
|
|
11700
|
+
height: 40px;
|
|
11701
|
+
border-radius: 4px;
|
|
11702
|
+
background-color: #2e73e5;
|
|
11703
|
+
color: #fff;
|
|
11704
|
+
cursor: pointer;
|
|
11705
|
+
}
|
|
11706
|
+
.outMeetingModalBox_24pEe .actionRow_NMogH .btn_1fd3R:hover {
|
|
11707
|
+
opacity: 0.7;
|
|
11708
|
+
}
|
|
11709
|
+
.inRecordingDialogBox_1Rmfm,
|
|
11710
|
+
.endRecordingDialogBox_2Wz20 {
|
|
11711
|
+
width: 380px;
|
|
11712
|
+
height: 162px;
|
|
11713
|
+
border-radius: 12px;
|
|
11714
|
+
padding: 20px 24px;
|
|
11715
|
+
padding-top: 15px;
|
|
11716
|
+
background-color: #fff;
|
|
11717
|
+
position: absolute;
|
|
11718
|
+
top: 135px;
|
|
11719
|
+
left: 50%;
|
|
11720
|
+
transform: translate(-50%, -50%);
|
|
11721
|
+
box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
|
|
11722
|
+
pointer-events: auto;
|
|
11723
|
+
}
|
|
11724
|
+
.inRecordingDialogBox_1Rmfm .headerRow_2753X,
|
|
11725
|
+
.endRecordingDialogBox_2Wz20 .headerRow_2753X {
|
|
11726
|
+
margin-bottom: 6px;
|
|
11727
|
+
font-size: 16px;
|
|
11728
|
+
font-weight: 600;
|
|
11729
|
+
color: #0c1024;
|
|
11730
|
+
text-align: left;
|
|
11731
|
+
}
|
|
11732
|
+
.inRecordingDialogBox_1Rmfm .headerRow_2753X > svg,
|
|
11733
|
+
.endRecordingDialogBox_2Wz20 .headerRow_2753X > svg {
|
|
11734
|
+
margin-right: 8px;
|
|
11735
|
+
position: relative;
|
|
11736
|
+
top: 7px;
|
|
11737
|
+
color: #2e73e5;
|
|
11738
|
+
}
|
|
11739
|
+
.inRecordingDialogBox_1Rmfm .bodyRow__0o5c,
|
|
11740
|
+
.endRecordingDialogBox_2Wz20 .bodyRow__0o5c {
|
|
11741
|
+
padding-left: 33px;
|
|
11742
|
+
font-size: 14px;
|
|
11743
|
+
color: #616371;
|
|
11744
|
+
margin-bottom: 16px;
|
|
11745
|
+
text-align: left;
|
|
11746
|
+
}
|
|
11747
|
+
.inRecordingDialogBox_1Rmfm .footerRow_1VCfS,
|
|
11748
|
+
.endRecordingDialogBox_2Wz20 .footerRow_1VCfS {
|
|
11749
|
+
display: flex;
|
|
11750
|
+
justify-content: flex-end;
|
|
11751
|
+
}
|
|
11752
|
+
.inRecordingDialogBox_1Rmfm .footerRow_1VCfS .confirm_1c35u,
|
|
11753
|
+
.endRecordingDialogBox_2Wz20 .footerRow_1VCfS .confirm_1c35u {
|
|
11754
|
+
min-width: 56px;
|
|
11755
|
+
height: 32px;
|
|
11756
|
+
border-radius: 4px;
|
|
11757
|
+
background-color: #2e73e5;
|
|
11758
|
+
color: #fff;
|
|
11759
|
+
text-align: center;
|
|
11760
|
+
font-size: 14px;
|
|
11761
|
+
padding: 5px 12px;
|
|
11762
|
+
cursor: pointer;
|
|
11763
|
+
}
|
|
11764
|
+
.inRecordingDialogBox_1Rmfm .footerRow_1VCfS .confirm_1c35u:hover,
|
|
11765
|
+
.endRecordingDialogBox_2Wz20 .footerRow_1VCfS .confirm_1c35u:hover {
|
|
11766
|
+
opacity: 0.7;
|
|
11767
|
+
}
|
|
11768
|
+
.inRecordingDialogBox_1Rmfm .footerRow_1VCfS .confirm_1c35u:active,
|
|
11769
|
+
.endRecordingDialogBox_2Wz20 .footerRow_1VCfS .confirm_1c35u:active {
|
|
11770
|
+
opacity: 1;
|
|
11771
|
+
background-color: #1d56bf;
|
|
11772
|
+
}
|
|
11773
|
+
.endRecordingDialogBox_2Wz20 {
|
|
11774
|
+
height: 152px;
|
|
11353
11775
|
}
|
|
11354
|
-
.
|
|
11776
|
+
.endRecordingDialogBox_2Wz20 .bodyRow__0o5c {
|
|
11777
|
+
padding-left: 0px;
|
|
11778
|
+
}
|
|
11779
|
+
.inRecordingFirstModalBox_3uFfF {
|
|
11355
11780
|
width: 480px;
|
|
11356
|
-
height:
|
|
11781
|
+
height: 205px;
|
|
11357
11782
|
border-radius: 12px;
|
|
11358
11783
|
padding: 24px;
|
|
11359
11784
|
background-color: #fff;
|
|
@@ -11362,135 +11787,174 @@
|
|
|
11362
11787
|
left: 50%;
|
|
11363
11788
|
transform: translate(-50%, -50%);
|
|
11364
11789
|
}
|
|
11365
|
-
.
|
|
11366
|
-
margin-bottom:
|
|
11790
|
+
.inRecordingFirstModalBox_3uFfF .headerRow_2753X {
|
|
11791
|
+
margin-bottom: 8px;
|
|
11792
|
+
font-size: 20px;
|
|
11793
|
+
font-weight: 500;
|
|
11367
11794
|
}
|
|
11368
|
-
.
|
|
11369
|
-
width: 28px;
|
|
11370
|
-
height: 28px;
|
|
11371
|
-
color: #ffa519;
|
|
11795
|
+
.inRecordingFirstModalBox_3uFfF .headerRow_2753X > svg {
|
|
11372
11796
|
margin-right: 12px;
|
|
11373
11797
|
position: relative;
|
|
11374
|
-
top:
|
|
11798
|
+
top: 4px;
|
|
11799
|
+
color: #ffa519;
|
|
11375
11800
|
}
|
|
11376
|
-
.
|
|
11377
|
-
|
|
11378
|
-
font-size:
|
|
11801
|
+
.inRecordingFirstModalBox_3uFfF .bodyRow__0o5c {
|
|
11802
|
+
padding-left: 35px;
|
|
11803
|
+
font-size: 14px;
|
|
11804
|
+
margin-bottom: 24px;
|
|
11379
11805
|
}
|
|
11380
|
-
.
|
|
11381
|
-
|
|
11806
|
+
.inRecordingFirstModalBox_3uFfF .bodyRow__0o5c .text_1QVqg {
|
|
11807
|
+
color: #616371;
|
|
11808
|
+
margin-bottom: 8px;
|
|
11382
11809
|
}
|
|
11383
|
-
.
|
|
11384
|
-
|
|
11810
|
+
.inRecordingFirstModalBox_3uFfF .bodyRow__0o5c .reminder_1-FNE {
|
|
11811
|
+
color: #0c1024;
|
|
11812
|
+
}
|
|
11813
|
+
.inRecordingFirstModalBox_3uFfF .footerRow_1VCfS {
|
|
11814
|
+
display: flex;
|
|
11815
|
+
justify-content: flex-end;
|
|
11816
|
+
}
|
|
11817
|
+
.inRecordingFirstModalBox_3uFfF .footerRow_1VCfS .cancel_2SaBS {
|
|
11818
|
+
min-width: 72px;
|
|
11819
|
+
height: 40px;
|
|
11820
|
+
border-radius: 4px;
|
|
11821
|
+
border: 1px solid #dbdbde;
|
|
11822
|
+
background-color: #fff;
|
|
11823
|
+
text-align: center;
|
|
11824
|
+
font-size: 16px;
|
|
11825
|
+
margin-right: 12px;
|
|
11385
11826
|
padding: 8px 20px;
|
|
11386
|
-
|
|
11827
|
+
cursor: pointer;
|
|
11828
|
+
}
|
|
11829
|
+
.inRecordingFirstModalBox_3uFfF .footerRow_1VCfS .cancel_2SaBS:hover {
|
|
11830
|
+
opacity: 0.7;
|
|
11831
|
+
color: #2e73e5;
|
|
11832
|
+
border-color: #2e73e5;
|
|
11833
|
+
}
|
|
11834
|
+
.inRecordingFirstModalBox_3uFfF .footerRow_1VCfS .cancel_2SaBS:active {
|
|
11835
|
+
opacity: 1;
|
|
11836
|
+
color: #1d56bf;
|
|
11837
|
+
border-color: #1d56bf;
|
|
11838
|
+
}
|
|
11839
|
+
.inRecordingFirstModalBox_3uFfF .footerRow_1VCfS .confirm_1c35u {
|
|
11840
|
+
min-width: 72px;
|
|
11387
11841
|
height: 40px;
|
|
11388
11842
|
border-radius: 4px;
|
|
11389
11843
|
background-color: #2e73e5;
|
|
11390
11844
|
color: #fff;
|
|
11845
|
+
text-align: center;
|
|
11846
|
+
font-size: 16px;
|
|
11847
|
+
padding: 8px 20px;
|
|
11391
11848
|
cursor: pointer;
|
|
11392
11849
|
}
|
|
11393
|
-
.
|
|
11850
|
+
.inRecordingFirstModalBox_3uFfF .footerRow_1VCfS .confirm_1c35u:hover {
|
|
11394
11851
|
opacity: 0.7;
|
|
11395
11852
|
}
|
|
11396
|
-
.
|
|
11397
|
-
|
|
11398
|
-
|
|
11399
|
-
|
|
11400
|
-
|
|
11853
|
+
.inRecordingFirstModalBox_3uFfF .footerRow_1VCfS .confirm_1c35u:active {
|
|
11854
|
+
opacity: 1;
|
|
11855
|
+
background-color: #1d56bf;
|
|
11856
|
+
}
|
|
11857
|
+
.inRecordingDialogBoxPhone_1StKI {
|
|
11858
|
+
width: 359px;
|
|
11859
|
+
height: 105px;
|
|
11860
|
+
padding: 16px;
|
|
11861
|
+
border-radius: 8px;
|
|
11401
11862
|
background-color: #fff;
|
|
11863
|
+
display: flex;
|
|
11402
11864
|
position: absolute;
|
|
11403
|
-
top:
|
|
11865
|
+
top: 65px;
|
|
11404
11866
|
left: 50%;
|
|
11405
11867
|
transform: translate(-50%, -50%);
|
|
11868
|
+
box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
|
|
11869
|
+
pointer-events: auto;
|
|
11406
11870
|
}
|
|
11407
|
-
.
|
|
11408
|
-
|
|
11871
|
+
.inRecordingDialogBoxPhone_1StKI .iconCol_1DVly {
|
|
11872
|
+
width: 24px;
|
|
11873
|
+
margin-right: 8px;
|
|
11874
|
+
color: #2e73e5;
|
|
11409
11875
|
}
|
|
11410
|
-
.
|
|
11411
|
-
width:
|
|
11412
|
-
height: 28px;
|
|
11413
|
-
color: #ffa519;
|
|
11876
|
+
.inRecordingDialogBoxPhone_1StKI .contentCol_3Ex4j {
|
|
11877
|
+
width: 203px;
|
|
11414
11878
|
margin-right: 12px;
|
|
11415
|
-
position: relative;
|
|
11416
|
-
top: 7px;
|
|
11417
|
-
}
|
|
11418
|
-
.requestMediaBox_HOoWc .headRow_2ZRHv .wording_TcMYU {
|
|
11419
|
-
font-weight: 500;
|
|
11420
|
-
font-size: 20px;
|
|
11421
11879
|
}
|
|
11422
|
-
.
|
|
11423
|
-
|
|
11880
|
+
.inRecordingDialogBoxPhone_1StKI .contentCol_3Ex4j > div:first-child {
|
|
11881
|
+
font-size: 16px;
|
|
11882
|
+
font-weight: 600;
|
|
11883
|
+
margin-bottom: 5px;
|
|
11424
11884
|
}
|
|
11425
|
-
.
|
|
11426
|
-
height: 40px;
|
|
11427
|
-
line-height: 40px;
|
|
11428
|
-
text-align: center;
|
|
11429
|
-
border: 1px solid #e6e7e9;
|
|
11430
|
-
border-radius: 4px;
|
|
11431
|
-
display: inline-block;
|
|
11885
|
+
.inRecordingDialogBoxPhone_1StKI .contentCol_3Ex4j > div:last-child {
|
|
11432
11886
|
font-size: 14px;
|
|
11433
|
-
|
|
11434
|
-
margin-right: 12px;
|
|
11435
|
-
cursor: pointer;
|
|
11887
|
+
color: #616371;
|
|
11436
11888
|
}
|
|
11437
|
-
.
|
|
11438
|
-
|
|
11889
|
+
.inRecordingDialogBoxPhone_1StKI .btnCol_1zhks {
|
|
11890
|
+
align-self: center;
|
|
11439
11891
|
}
|
|
11440
|
-
.
|
|
11441
|
-
|
|
11442
|
-
|
|
11892
|
+
.inRecordingDialogBoxPhone_1StKI .btnCol_1zhks .confirm_1c35u {
|
|
11893
|
+
min-width: 80px;
|
|
11894
|
+
height: 32px;
|
|
11443
11895
|
border-radius: 4px;
|
|
11444
|
-
color: #fff;
|
|
11445
11896
|
background-color: #2e73e5;
|
|
11897
|
+
color: #fff;
|
|
11446
11898
|
text-align: center;
|
|
11447
|
-
display: inline-block;
|
|
11448
11899
|
font-size: 14px;
|
|
11449
|
-
padding:
|
|
11900
|
+
padding: 5px 12px;
|
|
11450
11901
|
cursor: pointer;
|
|
11451
11902
|
}
|
|
11452
|
-
.
|
|
11903
|
+
.inRecordingDialogBoxPhone_1StKI .btnCol_1zhks .confirm_1c35u:hover {
|
|
11453
11904
|
opacity: 0.7;
|
|
11454
11905
|
}
|
|
11455
|
-
.
|
|
11456
|
-
|
|
11457
|
-
|
|
11458
|
-
|
|
11459
|
-
|
|
11460
|
-
|
|
11906
|
+
.inRecordingDialogBoxPhone_1StKI .btnCol_1zhks .confirm_1c35u:active {
|
|
11907
|
+
opacity: 1;
|
|
11908
|
+
background-color: #1d56bf;
|
|
11909
|
+
}
|
|
11910
|
+
.endRecordingDialogBoxPhone_157qn {
|
|
11911
|
+
width: 359px;
|
|
11912
|
+
height: 105px;
|
|
11913
|
+
padding: 16px;
|
|
11914
|
+
border-radius: 8px;
|
|
11461
11915
|
background-color: #fff;
|
|
11916
|
+
display: flex;
|
|
11462
11917
|
position: absolute;
|
|
11463
|
-
top:
|
|
11918
|
+
top: 65px;
|
|
11464
11919
|
left: 50%;
|
|
11465
11920
|
transform: translate(-50%, -50%);
|
|
11921
|
+
box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
|
|
11922
|
+
pointer-events: auto;
|
|
11466
11923
|
}
|
|
11467
|
-
.
|
|
11468
|
-
|
|
11469
|
-
}
|
|
11470
|
-
.outMeetingModalBox_24pEe .headRow_2ZRHv > svg {
|
|
11471
|
-
width: 28px;
|
|
11472
|
-
height: 28px;
|
|
11473
|
-
color: #ffa519;
|
|
11924
|
+
.endRecordingDialogBoxPhone_157qn .contentCol_3Ex4j {
|
|
11925
|
+
width: 235px;
|
|
11474
11926
|
margin-right: 12px;
|
|
11475
|
-
position: relative;
|
|
11476
|
-
top: 7px;
|
|
11477
11927
|
}
|
|
11478
|
-
.
|
|
11479
|
-
|
|
11928
|
+
.endRecordingDialogBoxPhone_157qn .contentCol_3Ex4j > div:first-child {
|
|
11929
|
+
font-size: 16px;
|
|
11930
|
+
font-weight: 600;
|
|
11931
|
+
margin-bottom: 5px;
|
|
11480
11932
|
}
|
|
11481
|
-
.
|
|
11482
|
-
|
|
11483
|
-
|
|
11484
|
-
|
|
11485
|
-
|
|
11933
|
+
.endRecordingDialogBoxPhone_157qn .contentCol_3Ex4j > div:last-child {
|
|
11934
|
+
font-size: 14px;
|
|
11935
|
+
color: #616371;
|
|
11936
|
+
}
|
|
11937
|
+
.endRecordingDialogBoxPhone_157qn .btnCol_1zhks {
|
|
11938
|
+
align-self: center;
|
|
11939
|
+
}
|
|
11940
|
+
.endRecordingDialogBoxPhone_157qn .btnCol_1zhks .confirm_1c35u {
|
|
11941
|
+
min-width: 80px;
|
|
11942
|
+
height: 32px;
|
|
11486
11943
|
border-radius: 4px;
|
|
11487
11944
|
background-color: #2e73e5;
|
|
11488
11945
|
color: #fff;
|
|
11946
|
+
text-align: center;
|
|
11947
|
+
font-size: 14px;
|
|
11948
|
+
padding: 5px 12px;
|
|
11489
11949
|
cursor: pointer;
|
|
11490
11950
|
}
|
|
11491
|
-
.
|
|
11951
|
+
.endRecordingDialogBoxPhone_157qn .btnCol_1zhks .confirm_1c35u:hover {
|
|
11492
11952
|
opacity: 0.7;
|
|
11493
11953
|
}
|
|
11954
|
+
.endRecordingDialogBoxPhone_157qn .btnCol_1zhks .confirm_1c35u:active {
|
|
11955
|
+
opacity: 1;
|
|
11956
|
+
background-color: #1d56bf;
|
|
11957
|
+
}
|
|
11494
11958
|
|
|
11495
11959
|
.phoneModal_3GV2w {
|
|
11496
11960
|
width: 278px;
|
|
@@ -11930,12 +12394,36 @@
|
|
|
11930
12394
|
text-overflow: ellipsis;
|
|
11931
12395
|
white-space: nowrap;
|
|
11932
12396
|
}
|
|
12397
|
+
.detailHeader_3WPRu .divideBar_SIa3i {
|
|
12398
|
+
width: 340px;
|
|
12399
|
+
height: 8px;
|
|
12400
|
+
background-color: #f5f6f6;
|
|
12401
|
+
}
|
|
11933
12402
|
.detailHeader_3WPRu .gengduo_1s9fD {
|
|
11934
12403
|
position: absolute;
|
|
11935
12404
|
top: 90px;
|
|
11936
12405
|
right: 20px;
|
|
11937
12406
|
cursor: pointer;
|
|
11938
12407
|
}
|
|
12408
|
+
.detailBody_1gbNu .noContentBox_2GNb0 {
|
|
12409
|
+
width: 300px;
|
|
12410
|
+
height: 169px;
|
|
12411
|
+
margin: 6px auto;
|
|
12412
|
+
position: relative;
|
|
12413
|
+
margin-top: 60px;
|
|
12414
|
+
display: flex;
|
|
12415
|
+
flex-direction: column;
|
|
12416
|
+
justify-content: center;
|
|
12417
|
+
align-items: center;
|
|
12418
|
+
}
|
|
12419
|
+
.detailBody_1gbNu .noContentBox_2GNb0 > img {
|
|
12420
|
+
width: 140px;
|
|
12421
|
+
margin-bottom: 5px;
|
|
12422
|
+
}
|
|
12423
|
+
.detailBody_1gbNu .noContentBox_2GNb0 > span {
|
|
12424
|
+
font-size: 14px;
|
|
12425
|
+
color: #616371;
|
|
12426
|
+
}
|
|
11939
12427
|
.detailBody_1gbNu .transitioning_RA1-t {
|
|
11940
12428
|
width: 300px;
|
|
11941
12429
|
height: 169px;
|
|
@@ -11969,17 +12457,17 @@
|
|
|
11969
12457
|
margin: auto;
|
|
11970
12458
|
top: 70px;
|
|
11971
12459
|
}
|
|
11972
|
-
.detailBody_1gbNu .
|
|
12460
|
+
.detailBody_1gbNu .videoRoot_3aLGI {
|
|
11973
12461
|
width: 300px;
|
|
11974
12462
|
height: 169px;
|
|
11975
12463
|
margin: 0px auto;
|
|
11976
12464
|
display: flex;
|
|
11977
12465
|
position: relative;
|
|
11978
12466
|
}
|
|
11979
|
-
.detailBody_1gbNu .
|
|
12467
|
+
.detailBody_1gbNu .videoRoot_3aLGI audio {
|
|
11980
12468
|
visibility: hidden;
|
|
11981
12469
|
}
|
|
11982
|
-
.detailBody_1gbNu .
|
|
12470
|
+
.detailBody_1gbNu .videoRoot_3aLGI .pan_1LkIl {
|
|
11983
12471
|
position: absolute;
|
|
11984
12472
|
left: 36.5%;
|
|
11985
12473
|
top: 16%;
|
|
@@ -11987,7 +12475,7 @@
|
|
|
11987
12475
|
height: 110px;
|
|
11988
12476
|
pointer-events: none;
|
|
11989
12477
|
}
|
|
11990
|
-
.detailBody_1gbNu .
|
|
12478
|
+
.detailBody_1gbNu .videoRoot_3aLGI .disk_3AvtH {
|
|
11991
12479
|
position: absolute;
|
|
11992
12480
|
left: 41.2%;
|
|
11993
12481
|
top: 32%;
|
|
@@ -11995,7 +12483,7 @@
|
|
|
11995
12483
|
height: 56px;
|
|
11996
12484
|
pointer-events: none;
|
|
11997
12485
|
}
|
|
11998
|
-
.detailBody_1gbNu .
|
|
12486
|
+
.detailBody_1gbNu .videoRoot_3aLGI .bar_n_qnp {
|
|
11999
12487
|
position: absolute;
|
|
12000
12488
|
left: 67%;
|
|
12001
12489
|
top: 29%;
|
|
@@ -12006,7 +12494,7 @@
|
|
|
12006
12494
|
height: 51px;
|
|
12007
12495
|
pointer-events: none;
|
|
12008
12496
|
}
|
|
12009
|
-
.detailBody_1gbNu .
|
|
12497
|
+
.detailBody_1gbNu .videoRoot_3aLGI .audioCtrl_3rlGX {
|
|
12010
12498
|
position: absolute;
|
|
12011
12499
|
left: 0;
|
|
12012
12500
|
right: 0;
|
|
@@ -12014,32 +12502,143 @@
|
|
|
12014
12502
|
height: 48px;
|
|
12015
12503
|
background: linear-gradient(to bottom, rgba(27, 37, 100, 0.03), rgba(22, 39, 89, 0.4));
|
|
12016
12504
|
}
|
|
12017
|
-
.detailBody_1gbNu .
|
|
12505
|
+
.detailBody_1gbNu .videoRoot_3aLGI .audioCtrl_3rlGX.fade_2honF {
|
|
12018
12506
|
opacity: 0;
|
|
12019
12507
|
transition: opacity 0.5s;
|
|
12020
12508
|
}
|
|
12021
|
-
.detailBody_1gbNu .
|
|
12022
|
-
height: 20px;
|
|
12023
|
-
padding: 2px 12px 0 18px;
|
|
12024
|
-
display: flex;
|
|
12025
|
-
flex-direction: row;
|
|
12509
|
+
.detailBody_1gbNu .videoRoot_3aLGI .audioCtrl_3rlGX .top_q8j5x {
|
|
12510
|
+
height: 20px;
|
|
12511
|
+
padding: 2px 12px 0 18px;
|
|
12512
|
+
display: flex;
|
|
12513
|
+
flex-direction: row;
|
|
12514
|
+
}
|
|
12515
|
+
.detailBody_1gbNu .videoRoot_3aLGI .audioCtrl_3rlGX .top_q8j5x .progress_3B7Ss {
|
|
12516
|
+
flex: 1;
|
|
12517
|
+
}
|
|
12518
|
+
.detailBody_1gbNu .videoRoot_3aLGI .audioCtrl_3rlGX .top_q8j5x .time_2_AWs {
|
|
12519
|
+
margin-left: 14px;
|
|
12520
|
+
}
|
|
12521
|
+
.detailBody_1gbNu .videoRoot_3aLGI .audioCtrl_3rlGX .bottom_1sBX8 {
|
|
12522
|
+
height: 28px;
|
|
12523
|
+
padding: 0 8px 4px 8px;
|
|
12524
|
+
display: flex;
|
|
12525
|
+
flex-direction: row;
|
|
12526
|
+
justify-content: space-between;
|
|
12527
|
+
}
|
|
12528
|
+
.detailBody_1gbNu .navBar_2me9x {
|
|
12529
|
+
display: flex;
|
|
12530
|
+
justify-content: space-between;
|
|
12531
|
+
width: 300px;
|
|
12532
|
+
margin: 8px auto;
|
|
12533
|
+
height: 32px;
|
|
12534
|
+
align-items: center;
|
|
12535
|
+
position: relative;
|
|
12536
|
+
}
|
|
12537
|
+
.detailBody_1gbNu .navBar_2me9x .xiazaiIconBox_1rOmi {
|
|
12538
|
+
display: flex;
|
|
12539
|
+
width: 32px;
|
|
12540
|
+
height: 32px;
|
|
12541
|
+
padding: 8px;
|
|
12542
|
+
justify-content: center;
|
|
12543
|
+
align-items: center;
|
|
12544
|
+
border-radius: 4px;
|
|
12545
|
+
}
|
|
12546
|
+
.detailBody_1gbNu .navBar_2me9x .xiazaiIconBox_1rOmi.bg_3GbR_ {
|
|
12547
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
12548
|
+
}
|
|
12549
|
+
.detailBody_1gbNu .navBar_2me9x .xiazaiIconBox_1rOmi > svg {
|
|
12550
|
+
width: 16px;
|
|
12551
|
+
height: 16px;
|
|
12552
|
+
cursor: pointer;
|
|
12553
|
+
}
|
|
12554
|
+
.detailBody_1gbNu .navBar_2me9x .selectBox_2SG4_ {
|
|
12555
|
+
cursor: pointer;
|
|
12556
|
+
border-radius: 4px;
|
|
12557
|
+
width: 110px;
|
|
12558
|
+
height: 32px;
|
|
12559
|
+
text-align: center;
|
|
12560
|
+
line-height: 32px;
|
|
12561
|
+
}
|
|
12562
|
+
.detailBody_1gbNu .navBar_2me9x .selectBox_2SG4_.bg_3GbR_ {
|
|
12563
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
12564
|
+
}
|
|
12565
|
+
.detailBody_1gbNu .navBar_2me9x .selectBox_2SG4_.unclickable_3q8V6 {
|
|
12566
|
+
pointer-events: none;
|
|
12567
|
+
}
|
|
12568
|
+
.detailBody_1gbNu .navBar_2me9x .selectBox_2SG4_ > svg {
|
|
12569
|
+
width: 8px;
|
|
12570
|
+
height: 8px;
|
|
12571
|
+
margin-left: 2px;
|
|
12572
|
+
position: relative;
|
|
12573
|
+
bottom: 2px;
|
|
12574
|
+
}
|
|
12575
|
+
.detailBody_1gbNu .navBar_2me9x .selectBox_2SG4_ > svg.gray_3440t {
|
|
12576
|
+
color: #c2c3c8;
|
|
12577
|
+
}
|
|
12578
|
+
.detailBody_1gbNu .navBar_2me9x .selectBox_2SG4_ .videoNavListBox_tOwT9 {
|
|
12579
|
+
position: absolute;
|
|
12580
|
+
z-index: 1;
|
|
12581
|
+
width: 136px;
|
|
12582
|
+
max-height: 256px;
|
|
12583
|
+
background-color: #fff;
|
|
12584
|
+
padding: 8px 0;
|
|
12585
|
+
border-radius: 4px;
|
|
12586
|
+
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
12587
|
+
margin-top: 8px;
|
|
12588
|
+
text-align: left;
|
|
12589
|
+
overflow: auto;
|
|
12590
|
+
scrollbar-color: var(--upime-scrollbar-thumb) transparent;
|
|
12591
|
+
scrollbar-width: thin;
|
|
12592
|
+
}
|
|
12593
|
+
.detailBody_1gbNu .navBar_2me9x .selectBox_2SG4_ .videoNavListBox_tOwT9::-webkit-scrollbar {
|
|
12594
|
+
width: 4px;
|
|
12595
|
+
}
|
|
12596
|
+
.detailBody_1gbNu .navBar_2me9x .selectBox_2SG4_ .videoNavListBox_tOwT9::-webkit-scrollbar-track {
|
|
12597
|
+
border-radius: 5px;
|
|
12598
|
+
background-color: transparent;
|
|
12599
|
+
}
|
|
12600
|
+
.detailBody_1gbNu .navBar_2me9x .selectBox_2SG4_ .videoNavListBox_tOwT9::-webkit-scrollbar-thumb {
|
|
12601
|
+
border-radius: 2px;
|
|
12602
|
+
background-color: var(--upime-scrollbar-thumb);
|
|
12603
|
+
}
|
|
12604
|
+
.detailBody_1gbNu .navBar_2me9x .selectBox_2SG4_ .videoNavListBox_tOwT9 .videoItem_2FJGS {
|
|
12605
|
+
height: 40px;
|
|
12606
|
+
padding: 9px 16px;
|
|
12607
|
+
font-size: 14px;
|
|
12608
|
+
line-height: 22px;
|
|
12609
|
+
}
|
|
12610
|
+
.detailBody_1gbNu .navBar_2me9x .selectBox_2SG4_ .videoNavListBox_tOwT9 .videoItem_2FJGS:hover {
|
|
12611
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
12612
|
+
cursor: pointer;
|
|
12613
|
+
}
|
|
12614
|
+
.detailBody_1gbNu .navBar_2me9x .xiazaiBox_2OGPT {
|
|
12615
|
+
position: absolute;
|
|
12616
|
+
z-index: 1;
|
|
12617
|
+
width: 155px;
|
|
12618
|
+
max-height: 96px;
|
|
12619
|
+
background-color: #fff;
|
|
12620
|
+
padding: 8px 0;
|
|
12621
|
+
border-radius: 4px;
|
|
12622
|
+
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
12623
|
+
right: 0;
|
|
12624
|
+
top: 35px;
|
|
12026
12625
|
}
|
|
12027
|
-
.detailBody_1gbNu .
|
|
12028
|
-
|
|
12626
|
+
.detailBody_1gbNu .navBar_2me9x .xiazaiBox_2OGPT .xiazaiItem_WBfsI {
|
|
12627
|
+
height: 40px;
|
|
12628
|
+
padding: 9px 16px;
|
|
12629
|
+
font-size: 14px;
|
|
12630
|
+
line-height: 22px;
|
|
12029
12631
|
}
|
|
12030
|
-
.detailBody_1gbNu .
|
|
12031
|
-
|
|
12632
|
+
.detailBody_1gbNu .navBar_2me9x .xiazaiBox_2OGPT .xiazaiItem_WBfsI:hover {
|
|
12633
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
12634
|
+
cursor: pointer;
|
|
12032
12635
|
}
|
|
12033
|
-
.detailBody_1gbNu .
|
|
12034
|
-
|
|
12035
|
-
padding: 0 8px 4px 8px;
|
|
12036
|
-
display: flex;
|
|
12037
|
-
flex-direction: row;
|
|
12038
|
-
justify-content: space-between;
|
|
12636
|
+
.detailBody_1gbNu .navBar_2me9x .xiazaiBox_2OGPT .xiazaiItem_WBfsI.disable_3jlK5 {
|
|
12637
|
+
color: #c2c3c8;
|
|
12039
12638
|
}
|
|
12040
12639
|
.textContainer_1JELQ {
|
|
12041
12640
|
position: relative;
|
|
12042
|
-
height: calc(100% -
|
|
12641
|
+
height: calc(100% - 420px);
|
|
12043
12642
|
}
|
|
12044
12643
|
.textContainer_1JELQ .audio2text_3UbiK {
|
|
12045
12644
|
width: 300px;
|
|
@@ -12475,6 +13074,9 @@
|
|
|
12475
13074
|
top: 50% !important;
|
|
12476
13075
|
transform: translate(248px, -50%) !important;
|
|
12477
13076
|
}
|
|
13077
|
+
.root_1Xg0h.hide_vbNDq {
|
|
13078
|
+
visibility: hidden;
|
|
13079
|
+
}
|
|
12478
13080
|
.container_1IWYf {
|
|
12479
13081
|
display: flex;
|
|
12480
13082
|
flex-direction: column;
|
|
@@ -12557,7 +13159,8 @@
|
|
|
12557
13159
|
width: 60px;
|
|
12558
13160
|
height: 60px;
|
|
12559
13161
|
}
|
|
12560
|
-
.footer_3547E
|
|
13162
|
+
.footer_3547E,
|
|
13163
|
+
.header_2erQi {
|
|
12561
13164
|
position: absolute;
|
|
12562
13165
|
width: 100%;
|
|
12563
13166
|
bottom: 0px;
|
|
@@ -12567,7 +13170,8 @@
|
|
|
12567
13170
|
justify-content: space-between;
|
|
12568
13171
|
align-items: center;
|
|
12569
13172
|
}
|
|
12570
|
-
.footer_3547E > span
|
|
13173
|
+
.footer_3547E > span,
|
|
13174
|
+
.header_2erQi > span {
|
|
12571
13175
|
max-width: 180px;
|
|
12572
13176
|
height: 18px;
|
|
12573
13177
|
font-size: 12px;
|
|
@@ -12578,6 +13182,43 @@
|
|
|
12578
13182
|
overflow: hidden;
|
|
12579
13183
|
margin-left: 8px;
|
|
12580
13184
|
}
|
|
13185
|
+
.footer_3547E .shareIconBox_2jHFz,
|
|
13186
|
+
.header_2erQi .shareIconBox_2jHFz {
|
|
13187
|
+
display: inline-block;
|
|
13188
|
+
border-radius: 2px;
|
|
13189
|
+
background-color: #00c78b;
|
|
13190
|
+
margin-right: 4px;
|
|
13191
|
+
width: 18px;
|
|
13192
|
+
height: 18px;
|
|
13193
|
+
}
|
|
13194
|
+
.footer_3547E .shareIconBox_2jHFz > svg,
|
|
13195
|
+
.header_2erQi .shareIconBox_2jHFz > svg {
|
|
13196
|
+
font-size: 14px;
|
|
13197
|
+
margin-right: 4px;
|
|
13198
|
+
position: relative;
|
|
13199
|
+
top: 2px;
|
|
13200
|
+
left: 2px;
|
|
13201
|
+
}
|
|
13202
|
+
.header_2erQi {
|
|
13203
|
+
height: 100%;
|
|
13204
|
+
top: 16px;
|
|
13205
|
+
align-items: flex-start;
|
|
13206
|
+
}
|
|
13207
|
+
.header_2erQi > span {
|
|
13208
|
+
position: absolute;
|
|
13209
|
+
font-size: 16px;
|
|
13210
|
+
height: 24px;
|
|
13211
|
+
max-width: 300px;
|
|
13212
|
+
}
|
|
13213
|
+
.header_2erQi > span > span {
|
|
13214
|
+
position: relative;
|
|
13215
|
+
bottom: 7px;
|
|
13216
|
+
}
|
|
13217
|
+
.header_2erQi .shareIconBox_2jHFz {
|
|
13218
|
+
margin-left: 4px;
|
|
13219
|
+
position: relative;
|
|
13220
|
+
bottom: 7px;
|
|
13221
|
+
}
|
|
12581
13222
|
.micIconContainer_31rri {
|
|
12582
13223
|
height: 20px;
|
|
12583
13224
|
width: 20px;
|
|
@@ -12597,6 +13238,56 @@
|
|
|
12597
13238
|
width: 100%;
|
|
12598
13239
|
height: 100%;
|
|
12599
13240
|
}
|
|
13241
|
+
.coverContainer_3El0F {
|
|
13242
|
+
position: absolute;
|
|
13243
|
+
width: 100%;
|
|
13244
|
+
height: 100%;
|
|
13245
|
+
background: rgba(48, 52, 69, 0.9);
|
|
13246
|
+
top: 0;
|
|
13247
|
+
}
|
|
13248
|
+
.coverContainer_3El0F .title_1Ow65 {
|
|
13249
|
+
color: #fff;
|
|
13250
|
+
text-align: center;
|
|
13251
|
+
font-size: 22px;
|
|
13252
|
+
font-weight: 600;
|
|
13253
|
+
line-height: 30px;
|
|
13254
|
+
margin-top: 22%;
|
|
13255
|
+
margin-bottom: 4px;
|
|
13256
|
+
}
|
|
13257
|
+
.coverContainer_3El0F .subtitle_bbjxr {
|
|
13258
|
+
color: #fff;
|
|
13259
|
+
text-align: center;
|
|
13260
|
+
font-size: 14px;
|
|
13261
|
+
line-height: 22px;
|
|
13262
|
+
margin-bottom: 40px;
|
|
13263
|
+
}
|
|
13264
|
+
.coverContainer_3El0F .actionRow_Ip0zs {
|
|
13265
|
+
text-align: center;
|
|
13266
|
+
color: #fff;
|
|
13267
|
+
}
|
|
13268
|
+
.coverContainer_3El0F .actionRow_Ip0zs .continueBtn_3BQis {
|
|
13269
|
+
display: inline-block;
|
|
13270
|
+
margin-right: 20px;
|
|
13271
|
+
border-radius: 4px;
|
|
13272
|
+
height: 36px;
|
|
13273
|
+
text-align: center;
|
|
13274
|
+
font-size: 14px;
|
|
13275
|
+
padding: 7px 12px;
|
|
13276
|
+
min-width: 72px;
|
|
13277
|
+
cursor: pointer;
|
|
13278
|
+
background-color: #2e73e5;
|
|
13279
|
+
}
|
|
13280
|
+
.coverContainer_3El0F .actionRow_Ip0zs .stopBtn_3hPDG {
|
|
13281
|
+
display: inline-block;
|
|
13282
|
+
border-radius: 4px;
|
|
13283
|
+
height: 36px;
|
|
13284
|
+
text-align: center;
|
|
13285
|
+
font-size: 14px;
|
|
13286
|
+
padding: 7px 12px;
|
|
13287
|
+
min-width: 72px;
|
|
13288
|
+
cursor: pointer;
|
|
13289
|
+
border: 1px solid #DBDBDE;
|
|
13290
|
+
}
|
|
12600
13291
|
.avatarContainer_ddIku {
|
|
12601
13292
|
position: absolute;
|
|
12602
13293
|
display: flex;
|
|
@@ -12650,44 +13341,270 @@
|
|
|
12650
13341
|
top: 8px;
|
|
12651
13342
|
right: 46px;
|
|
12652
13343
|
}
|
|
13344
|
+
.maxIconCon_nHwM3 {
|
|
13345
|
+
position: absolute;
|
|
13346
|
+
top: 8px;
|
|
13347
|
+
right: 85px;
|
|
13348
|
+
}
|
|
13349
|
+
.maxIconCon_nHwM3 svg {
|
|
13350
|
+
width: 22px;
|
|
13351
|
+
height: 22px;
|
|
13352
|
+
}
|
|
12653
13353
|
.detachedContent_2zd4L {
|
|
12654
13354
|
position: absolute;
|
|
12655
|
-
top: 0;
|
|
12656
|
-
left: 0;
|
|
12657
|
-
right: 0;
|
|
12658
|
-
bottom: 0;
|
|
12659
|
-
display: flex;
|
|
12660
|
-
justify-content: center;
|
|
12661
|
-
align-items: center;
|
|
12662
|
-
flex-direction: column;
|
|
13355
|
+
top: 0;
|
|
13356
|
+
left: 0;
|
|
13357
|
+
right: 0;
|
|
13358
|
+
bottom: 0;
|
|
13359
|
+
display: flex;
|
|
13360
|
+
justify-content: center;
|
|
13361
|
+
align-items: center;
|
|
13362
|
+
flex-direction: column;
|
|
13363
|
+
}
|
|
13364
|
+
.detachedContent_2zd4L svg {
|
|
13365
|
+
width: 36px;
|
|
13366
|
+
height: 36px;
|
|
13367
|
+
margin-bottom: 8px;
|
|
13368
|
+
color: var(--upime-second-text);
|
|
13369
|
+
}
|
|
13370
|
+
.detachedContent_2zd4L span {
|
|
13371
|
+
color: var(--upime-second-text);
|
|
13372
|
+
line-height: 17px;
|
|
13373
|
+
font-size: 12px;
|
|
13374
|
+
}
|
|
13375
|
+
.topLeftFloat_1mG7E {
|
|
13376
|
+
position: absolute;
|
|
13377
|
+
top: 8px;
|
|
13378
|
+
left: 8px;
|
|
13379
|
+
background: var(--upime-active);
|
|
13380
|
+
width: 20px;
|
|
13381
|
+
height: 20px;
|
|
13382
|
+
border-radius: 2px;
|
|
13383
|
+
display: flex;
|
|
13384
|
+
justify-content: center;
|
|
13385
|
+
align-items: center;
|
|
13386
|
+
}
|
|
13387
|
+
.topLeftFloat_1mG7E svg {
|
|
13388
|
+
width: 14px;
|
|
13389
|
+
height: 14px;
|
|
13390
|
+
color: white;
|
|
13391
|
+
}
|
|
13392
|
+
|
|
13393
|
+
.moreCtrlBox_3H5ND {
|
|
13394
|
+
width: 48px;
|
|
13395
|
+
height: 48px;
|
|
13396
|
+
display: flex;
|
|
13397
|
+
position: relative;
|
|
13398
|
+
flex-direction: column;
|
|
13399
|
+
align-items: center;
|
|
13400
|
+
border-radius: 4px;
|
|
13401
|
+
cursor: pointer;
|
|
13402
|
+
margin-left: 8px;
|
|
13403
|
+
margin-right: 8px;
|
|
13404
|
+
}
|
|
13405
|
+
.moreCtrlBox_3H5ND svg {
|
|
13406
|
+
font-size: 24px;
|
|
13407
|
+
margin-top: 5px;
|
|
13408
|
+
width: 22px;
|
|
13409
|
+
height: 22px;
|
|
13410
|
+
}
|
|
13411
|
+
.moreCtrlBox_3H5ND span {
|
|
13412
|
+
line-height: 18px;
|
|
13413
|
+
height: 18px;
|
|
13414
|
+
font-size: 10px;
|
|
13415
|
+
margin-top: 2px;
|
|
13416
|
+
color: #303445;
|
|
13417
|
+
}
|
|
13418
|
+
.moreCtrlBox_3H5ND:hover {
|
|
13419
|
+
background-color: var(--upime-btn-bg-hover);
|
|
13420
|
+
}
|
|
13421
|
+
.moreCtrlBox_3H5ND.miniMode_1ompl {
|
|
13422
|
+
height: 24px;
|
|
13423
|
+
width: 15px;
|
|
13424
|
+
margin-left: 2px;
|
|
13425
|
+
margin-right: 10px;
|
|
13426
|
+
}
|
|
13427
|
+
.moreCtrlBox_3H5ND.miniMode_1ompl > svg {
|
|
13428
|
+
margin-top: 0;
|
|
13429
|
+
}
|
|
13430
|
+
.shareCtrlBox_2QMHf {
|
|
13431
|
+
height: 40px;
|
|
13432
|
+
display: flex;
|
|
13433
|
+
align-items: center;
|
|
13434
|
+
border-radius: 4px;
|
|
13435
|
+
cursor: pointer;
|
|
13436
|
+
padding: 0 16px;
|
|
13437
|
+
}
|
|
13438
|
+
.shareCtrlBox_2QMHf svg {
|
|
13439
|
+
font-size: 24px;
|
|
13440
|
+
width: 24px;
|
|
13441
|
+
height: 24px;
|
|
13442
|
+
margin-right: 8px;
|
|
13443
|
+
}
|
|
13444
|
+
.shareCtrlBox_2QMHf span {
|
|
13445
|
+
line-height: 18px;
|
|
13446
|
+
height: 18px;
|
|
13447
|
+
font-size: 14px;
|
|
13448
|
+
margin-top: 2px;
|
|
13449
|
+
color: #303445;
|
|
13450
|
+
}
|
|
13451
|
+
.shareCtrlBox_2QMHf .red_1MnrZ {
|
|
13452
|
+
color: #fe5250;
|
|
13453
|
+
}
|
|
13454
|
+
.shareCtrlBox_2QMHf.disabled_3_fmK {
|
|
13455
|
+
color: #c2c3c8;
|
|
13456
|
+
}
|
|
13457
|
+
.shareCtrlBox_2QMHf.disabled_3_fmK span {
|
|
13458
|
+
color: #c2c3c8;
|
|
13459
|
+
}
|
|
13460
|
+
.shareCtrlBox_2QMHf:hover {
|
|
13461
|
+
background-color: var(--upime-btn-bg-hover);
|
|
13462
|
+
}
|
|
13463
|
+
.panelRoot_2VoAv {
|
|
13464
|
+
width: 168px;
|
|
13465
|
+
max-height: 96px;
|
|
13466
|
+
bottom: 60px;
|
|
13467
|
+
top: auto;
|
|
13468
|
+
top: initial;
|
|
13469
|
+
padding: 8px 0px;
|
|
13470
|
+
position: absolute;
|
|
13471
|
+
left: 50%;
|
|
13472
|
+
transform: translate(-50%);
|
|
13473
|
+
}
|
|
13474
|
+
.panelRoot_2VoAv .row_zfvlt {
|
|
13475
|
+
width: 100%;
|
|
13476
|
+
}
|
|
13477
|
+
.panelRoot_2VoAv.miniMode_1ompl {
|
|
13478
|
+
bottom: 34px;
|
|
13479
|
+
}
|
|
13480
|
+
.screenShareWidgetBox_3DBJ5 {
|
|
13481
|
+
position: absolute;
|
|
13482
|
+
bottom: 66px;
|
|
13483
|
+
transform: translate(-50%);
|
|
13484
|
+
left: 50%;
|
|
13485
|
+
max-width: 190px;
|
|
13486
|
+
height: 32px;
|
|
13487
|
+
border-radius: 4px;
|
|
13488
|
+
background-color: #fff;
|
|
13489
|
+
padding: 6px 12px;
|
|
13490
|
+
border: 1px solid #c2c3c8;
|
|
13491
|
+
border-bottom: none;
|
|
13492
|
+
font-size: 12px;
|
|
13493
|
+
text-overflow: ellipsis;
|
|
13494
|
+
white-space: nowrap;
|
|
13495
|
+
overflow: hidden;
|
|
13496
|
+
}
|
|
13497
|
+
.screenShareWidgetBox_3DBJ5 > svg {
|
|
13498
|
+
color: #00c78b;
|
|
13499
|
+
font-size: 14px;
|
|
13500
|
+
margin-right: 4px;
|
|
13501
|
+
position: relative;
|
|
13502
|
+
top: 3px;
|
|
13503
|
+
}
|
|
13504
|
+
.screenShareWidgetBox_3DBJ5 .stopBox_1mTkG {
|
|
13505
|
+
color: #fe5250;
|
|
13506
|
+
margin-left: 8px;
|
|
13507
|
+
cursor: pointer;
|
|
13508
|
+
}
|
|
13509
|
+
.screenShareWidgetBox_3DBJ5.miniMode_1ompl {
|
|
13510
|
+
bottom: 40px;
|
|
13511
|
+
}
|
|
13512
|
+
.screenShareWidgetBox_3DBJ5.phoneMode_3fKSg {
|
|
13513
|
+
bottom: 59px;
|
|
13514
|
+
}
|
|
13515
|
+
.shareWarningModal_UVO8o {
|
|
13516
|
+
width: 432px;
|
|
13517
|
+
padding: 40px 24px;
|
|
13518
|
+
padding-bottom: 24px;
|
|
13519
|
+
border-radius: 12px;
|
|
13520
|
+
background-color: #fff;
|
|
13521
|
+
position: absolute;
|
|
13522
|
+
left: 50%;
|
|
13523
|
+
top: 50%;
|
|
13524
|
+
transform: translate(-50%, -50%);
|
|
13525
|
+
}
|
|
13526
|
+
.shareWarningModal_UVO8o .wordingBox_21dBN {
|
|
13527
|
+
display: flex;
|
|
13528
|
+
margin-bottom: 24px;
|
|
13529
|
+
}
|
|
13530
|
+
.shareWarningModal_UVO8o .wordingBox_21dBN > svg {
|
|
13531
|
+
color: #ffa519;
|
|
13532
|
+
margin-right: 12px;
|
|
13533
|
+
font-size: 28px;
|
|
13534
|
+
}
|
|
13535
|
+
.shareWarningModal_UVO8o .actionBtn_2cCU1 {
|
|
13536
|
+
width: 104px;
|
|
13537
|
+
border-radius: 4px;
|
|
13538
|
+
text-align: center;
|
|
13539
|
+
background-color: #2e73e5;
|
|
13540
|
+
color: #fff;
|
|
13541
|
+
line-height: 40px;
|
|
13542
|
+
margin: auto;
|
|
13543
|
+
margin-right: 0px;
|
|
13544
|
+
cursor: pointer;
|
|
13545
|
+
font-size: 16px;
|
|
13546
|
+
}
|
|
13547
|
+
.shareChangeModal_3rnvO,
|
|
13548
|
+
.permissionDenyModal_im1cP {
|
|
13549
|
+
width: 432px;
|
|
13550
|
+
padding: 24px;
|
|
13551
|
+
border-radius: 12px;
|
|
13552
|
+
background-color: #fff;
|
|
13553
|
+
position: absolute;
|
|
13554
|
+
left: 50%;
|
|
13555
|
+
top: 50%;
|
|
13556
|
+
transform: translate(-50%, -50%);
|
|
12663
13557
|
}
|
|
12664
|
-
.
|
|
12665
|
-
|
|
12666
|
-
|
|
13558
|
+
.shareChangeModal_3rnvO .wordingBox_21dBN,
|
|
13559
|
+
.permissionDenyModal_im1cP .wordingBox_21dBN {
|
|
13560
|
+
display: flex;
|
|
12667
13561
|
margin-bottom: 8px;
|
|
12668
|
-
color: var(--upime-second-text);
|
|
12669
13562
|
}
|
|
12670
|
-
.
|
|
12671
|
-
|
|
12672
|
-
|
|
12673
|
-
|
|
13563
|
+
.shareChangeModal_3rnvO .wordingBox_21dBN > svg,
|
|
13564
|
+
.permissionDenyModal_im1cP .wordingBox_21dBN > svg {
|
|
13565
|
+
color: #ffa519;
|
|
13566
|
+
margin-right: 12px;
|
|
13567
|
+
font-size: 28px;
|
|
12674
13568
|
}
|
|
12675
|
-
.
|
|
12676
|
-
|
|
12677
|
-
|
|
12678
|
-
|
|
12679
|
-
|
|
12680
|
-
width: 20px;
|
|
12681
|
-
height: 20px;
|
|
12682
|
-
border-radius: 2px;
|
|
12683
|
-
display: flex;
|
|
12684
|
-
justify-content: center;
|
|
12685
|
-
align-items: center;
|
|
13569
|
+
.shareChangeModal_3rnvO .wordingBox_21dBN > span,
|
|
13570
|
+
.permissionDenyModal_im1cP .wordingBox_21dBN > span {
|
|
13571
|
+
font-size: 20px;
|
|
13572
|
+
font-weight: 500;
|
|
13573
|
+
line-height: 28px;
|
|
12686
13574
|
}
|
|
12687
|
-
.
|
|
12688
|
-
|
|
12689
|
-
|
|
12690
|
-
color:
|
|
13575
|
+
.shareChangeModal_3rnvO .subtitle_19eNG,
|
|
13576
|
+
.permissionDenyModal_im1cP .subtitle_19eNG {
|
|
13577
|
+
font-size: 14px;
|
|
13578
|
+
color: #616371;
|
|
13579
|
+
margin-left: 36px;
|
|
13580
|
+
margin-bottom: 24px;
|
|
13581
|
+
}
|
|
13582
|
+
.shareChangeModal_3rnvO .actionRow_2FRj9,
|
|
13583
|
+
.permissionDenyModal_im1cP .actionRow_2FRj9 {
|
|
13584
|
+
text-align: right;
|
|
13585
|
+
}
|
|
13586
|
+
.shareChangeModal_3rnvO .actionRow_2FRj9 .cancel_ZRWbj,
|
|
13587
|
+
.permissionDenyModal_im1cP .actionRow_2FRj9 .cancel_ZRWbj {
|
|
13588
|
+
min-width: 72px;
|
|
13589
|
+
height: 40px;
|
|
13590
|
+
border-radius: 4px;
|
|
13591
|
+
border: 1px solid #dbdbde;
|
|
13592
|
+
text-align: center;
|
|
13593
|
+
padding: 8px 20px;
|
|
13594
|
+
display: inline-block;
|
|
13595
|
+
margin-right: 12px;
|
|
13596
|
+
cursor: pointer;
|
|
13597
|
+
}
|
|
13598
|
+
.shareChangeModal_3rnvO .actionRow_2FRj9 .confirm_tzeAF,
|
|
13599
|
+
.permissionDenyModal_im1cP .actionRow_2FRj9 .confirm_tzeAF {
|
|
13600
|
+
min-width: 72px;
|
|
13601
|
+
height: 40px;
|
|
13602
|
+
border-radius: 4px;
|
|
13603
|
+
background-color: #2e73e5;
|
|
13604
|
+
padding: 8px 20px;
|
|
13605
|
+
color: #fff;
|
|
13606
|
+
display: inline-block;
|
|
13607
|
+
cursor: pointer;
|
|
12691
13608
|
}
|
|
12692
13609
|
|
|
12693
13610
|
.root_3UKyn {
|
|
@@ -13090,6 +14007,12 @@
|
|
|
13090
14007
|
align-items: center;
|
|
13091
14008
|
cursor: pointer;
|
|
13092
14009
|
}
|
|
14010
|
+
.toolbar_1Y3X_ .moreApps_4PfYv .moreAppBtnCon_38AtV.moreAppBtnConDisable_1bD2p {
|
|
14011
|
+
pointer-events: none;
|
|
14012
|
+
}
|
|
14013
|
+
.toolbar_1Y3X_ .moreApps_4PfYv .moreAppBtnCon_38AtV.moreAppBtnConDisable_1bD2p > svg {
|
|
14014
|
+
color: #D8D8D8 !important;
|
|
14015
|
+
}
|
|
13093
14016
|
.toolbar_1Y3X_ .moreApps_4PfYv .moreAppBtnCon_38AtV > svg {
|
|
13094
14017
|
color: var(--upime-main-text) !important;
|
|
13095
14018
|
}
|
|
@@ -14632,24 +15555,28 @@
|
|
|
14632
15555
|
.members_1g6ZC {
|
|
14633
15556
|
display: flex;
|
|
14634
15557
|
justify-content: space-around;
|
|
14635
|
-
|
|
14636
|
-
|
|
15558
|
+
margin-left: 4px;
|
|
15559
|
+
margin-right: 10px;
|
|
14637
15560
|
transition: all 0.38s;
|
|
15561
|
+
height: 100%;
|
|
15562
|
+
position: relative;
|
|
14638
15563
|
}
|
|
14639
15564
|
.members_1g6ZC.none_1qr0Z {
|
|
14640
|
-
|
|
15565
|
+
margin-right: 0;
|
|
14641
15566
|
}
|
|
14642
15567
|
.members_1g6ZC .member_1lOqZ {
|
|
14643
15568
|
flex-grow: 0;
|
|
14644
15569
|
flex-shrink: 1;
|
|
14645
15570
|
min-width: 20px;
|
|
14646
|
-
|
|
14647
|
-
|
|
14648
|
-
.members_1g6ZC .member_1lOqZ > * {
|
|
15571
|
+
display: flex;
|
|
15572
|
+
align-items: center;
|
|
14649
15573
|
position: absolute;
|
|
14650
|
-
|
|
14651
|
-
|
|
14652
|
-
|
|
15574
|
+
top: 0;
|
|
15575
|
+
bottom: 0;
|
|
15576
|
+
transition: all 0.2s;
|
|
15577
|
+
}
|
|
15578
|
+
.members_1g6ZC .member_1lOqZ.animate_2EJ7i {
|
|
15579
|
+
animation: showFromRight_3wrOK 0.2s ease-in-out;
|
|
14653
15580
|
}
|
|
14654
15581
|
.members_1g6ZC .member_1lOqZ.more_btn_1yvE6 {
|
|
14655
15582
|
cursor: pointer;
|
|
@@ -14660,6 +15587,14 @@
|
|
|
14660
15587
|
height: 34px;
|
|
14661
15588
|
border: 2px solid white;
|
|
14662
15589
|
}
|
|
15590
|
+
@keyframes showFromRight_3wrOK {
|
|
15591
|
+
from {
|
|
15592
|
+
left: var(--aniRight);
|
|
15593
|
+
}
|
|
15594
|
+
to {
|
|
15595
|
+
left: 0;
|
|
15596
|
+
}
|
|
15597
|
+
}
|
|
14663
15598
|
.more_list_cI0aj,
|
|
14664
15599
|
.self_info_3HiOQ,
|
|
14665
15600
|
.follow_list_3iGI8 {
|
|
@@ -14739,7 +15674,7 @@
|
|
|
14739
15674
|
margin-top: 16px;
|
|
14740
15675
|
width: 100%;
|
|
14741
15676
|
height: 1px;
|
|
14742
|
-
background-color: #
|
|
15677
|
+
background-color: #dbdbde;
|
|
14743
15678
|
}
|
|
14744
15679
|
.self_info_3HiOQ .follow_me_btn_2KIVe {
|
|
14745
15680
|
display: flex;
|
|
@@ -15237,6 +16172,15 @@
|
|
|
15237
16172
|
position: relative;
|
|
15238
16173
|
cursor: pointer;
|
|
15239
16174
|
}
|
|
16175
|
+
.iconContainer_nKIMh.phone_Y15oY {
|
|
16176
|
+
border-radius: 50%;
|
|
16177
|
+
background-color: #fff;
|
|
16178
|
+
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
16179
|
+
pointer-events: auto;
|
|
16180
|
+
}
|
|
16181
|
+
.iconContainer_nKIMh.phone_Y15oY > svg {
|
|
16182
|
+
font-size: 18px;
|
|
16183
|
+
}
|
|
15240
16184
|
.iconContainer_nKIMh.large_356V- {
|
|
15241
16185
|
width: 44px !important;
|
|
15242
16186
|
height: 44px !important;
|
|
@@ -15251,13 +16195,49 @@
|
|
|
15251
16195
|
pointer-events: none;
|
|
15252
16196
|
color: var(--upime-disable);
|
|
15253
16197
|
}
|
|
16198
|
+
.inMeetingIconBox_1NODt {
|
|
16199
|
+
width: 88px;
|
|
16200
|
+
height: 42px;
|
|
16201
|
+
border-radius: 999px;
|
|
16202
|
+
background-color: #fff;
|
|
16203
|
+
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
|
|
16204
|
+
display: flex;
|
|
16205
|
+
justify-content: center;
|
|
16206
|
+
align-items: center;
|
|
16207
|
+
pointer-events: auto;
|
|
16208
|
+
position: relative;
|
|
16209
|
+
}
|
|
16210
|
+
.inMeetingIconBox_1NODt .yinshipin_1repu {
|
|
16211
|
+
width: 20px;
|
|
16212
|
+
height: 20px;
|
|
16213
|
+
color: #2e73e5;
|
|
16214
|
+
}
|
|
16215
|
+
.inMeetingIconBox_1NODt .divider_2XL3- {
|
|
16216
|
+
width: 1px;
|
|
16217
|
+
height: 20px;
|
|
16218
|
+
background-color: #e6e7e9;
|
|
16219
|
+
margin: 0 12px;
|
|
16220
|
+
}
|
|
16221
|
+
.inMeetingIconBox_1NODt::before {
|
|
16222
|
+
content: "";
|
|
16223
|
+
position: absolute;
|
|
16224
|
+
width: 4px;
|
|
16225
|
+
height: 4px;
|
|
16226
|
+
border-radius: 50%;
|
|
16227
|
+
background-color: var(--upime-active);
|
|
16228
|
+
top: 5px;
|
|
16229
|
+
left: 17px;
|
|
16230
|
+
}
|
|
16231
|
+
.inMeetingIconBox_1NODt.redDot_B-t28::before {
|
|
16232
|
+
background-color: #FE5250;
|
|
16233
|
+
}
|
|
15254
16234
|
.icon_1r2tg {
|
|
15255
16235
|
margin: 0 8px;
|
|
15256
16236
|
}
|
|
15257
16237
|
.tingzhiIcon_1_vlb {
|
|
15258
16238
|
color: #FE5250;
|
|
15259
|
-
width:
|
|
15260
|
-
height:
|
|
16239
|
+
width: 20px;
|
|
16240
|
+
height: 20px;
|
|
15261
16241
|
}
|
|
15262
16242
|
.inMeeting_1Ev94::before {
|
|
15263
16243
|
content: "";
|
|
@@ -15269,6 +16249,9 @@
|
|
|
15269
16249
|
top: 6px;
|
|
15270
16250
|
left: 16px;
|
|
15271
16251
|
}
|
|
16252
|
+
.meetingRecording_2KG6D::before {
|
|
16253
|
+
background-color: #fe5250;
|
|
16254
|
+
}
|
|
15272
16255
|
.meetingsNumContainer_2T2V3 {
|
|
15273
16256
|
border: 1px solid white;
|
|
15274
16257
|
border-radius: 8px;
|
|
@@ -16854,7 +17837,7 @@
|
|
|
16854
17837
|
bottom: 8px;
|
|
16855
17838
|
display: flex;
|
|
16856
17839
|
flex-direction: row;
|
|
16857
|
-
height:
|
|
17840
|
+
height: 60px;
|
|
16858
17841
|
padding: 6px 12px 6px 0px;
|
|
16859
17842
|
background-color: var(--upime-pane-bg);
|
|
16860
17843
|
border-radius: 4px;
|
|
@@ -17028,6 +18011,7 @@
|
|
|
17028
18011
|
.deviceCtrlRoot_231_v {
|
|
17029
18012
|
display: flex;
|
|
17030
18013
|
position: relative;
|
|
18014
|
+
align-items: center;
|
|
17031
18015
|
}
|
|
17032
18016
|
.deviceCtrlRoot_231_v.disabled_2Y8oy {
|
|
17033
18017
|
pointer-events: none;
|
|
@@ -17050,8 +18034,8 @@
|
|
|
17050
18034
|
left: 30px;
|
|
17051
18035
|
}
|
|
17052
18036
|
.iconBox_23xDz {
|
|
17053
|
-
width:
|
|
17054
|
-
height:
|
|
18037
|
+
width: 48px;
|
|
18038
|
+
height: 48px;
|
|
17055
18039
|
display: flex;
|
|
17056
18040
|
flex-direction: column;
|
|
17057
18041
|
align-items: center;
|
|
@@ -17065,23 +18049,25 @@
|
|
|
17065
18049
|
.iconBox_23xDz svg {
|
|
17066
18050
|
font-size: 24px;
|
|
17067
18051
|
margin-top: 5px;
|
|
18052
|
+
width: 22px;
|
|
18053
|
+
height: 22px;
|
|
17068
18054
|
}
|
|
17069
18055
|
.iconBox_23xDz .span_1UyaD {
|
|
17070
18056
|
line-height: 18px;
|
|
17071
18057
|
height: 18px;
|
|
17072
|
-
font-size:
|
|
17073
|
-
margin-top:
|
|
18058
|
+
font-size: 10px;
|
|
18059
|
+
margin-top: 2px;
|
|
17074
18060
|
color: #303445;
|
|
17075
18061
|
}
|
|
17076
18062
|
.iconBox_23xDz .volume_25fkt {
|
|
17077
18063
|
position: absolute;
|
|
17078
|
-
bottom:
|
|
18064
|
+
bottom: 30px;
|
|
17079
18065
|
left: 50%;
|
|
17080
18066
|
transform: translate(-50%);
|
|
17081
18067
|
background: #05caae;
|
|
17082
18068
|
transition: height 0.1s ease;
|
|
17083
18069
|
border-radius: 4px;
|
|
17084
|
-
width:
|
|
18070
|
+
width: 4px;
|
|
17085
18071
|
}
|
|
17086
18072
|
.iconBox_23xDz .volume_25fkt.hide_2jds4 {
|
|
17087
18073
|
display: none;
|
|
@@ -17324,14 +18310,13 @@
|
|
|
17324
18310
|
}
|
|
17325
18311
|
|
|
17326
18312
|
.iconBox_2k5ro {
|
|
17327
|
-
min-width:
|
|
17328
|
-
height:
|
|
18313
|
+
min-width: 48px;
|
|
18314
|
+
height: 48px;
|
|
17329
18315
|
display: flex;
|
|
17330
18316
|
flex-direction: column;
|
|
17331
18317
|
align-items: center;
|
|
17332
18318
|
border-radius: 4px;
|
|
17333
18319
|
cursor: pointer;
|
|
17334
|
-
margin: 0 8px;
|
|
17335
18320
|
}
|
|
17336
18321
|
.iconBox_2k5ro.host_11RzI {
|
|
17337
18322
|
min-width: 72px;
|
|
@@ -17339,12 +18324,14 @@
|
|
|
17339
18324
|
.iconBox_2k5ro svg {
|
|
17340
18325
|
font-size: 24px;
|
|
17341
18326
|
margin-top: 5px;
|
|
18327
|
+
width: 22px;
|
|
18328
|
+
height: 22px;
|
|
17342
18329
|
}
|
|
17343
18330
|
.iconBox_2k5ro span {
|
|
17344
18331
|
line-height: 18px;
|
|
17345
18332
|
height: 18px;
|
|
17346
|
-
font-size:
|
|
17347
|
-
margin-top:
|
|
18333
|
+
font-size: 10px;
|
|
18334
|
+
margin-top: 2px;
|
|
17348
18335
|
color: #303445;
|
|
17349
18336
|
white-space: nowrap;
|
|
17350
18337
|
}
|
|
@@ -17594,6 +18581,13 @@
|
|
|
17594
18581
|
text-overflow: ellipsis;
|
|
17595
18582
|
display: block;
|
|
17596
18583
|
}
|
|
18584
|
+
.root_dZL59 .textBlock_2cgjN .name_2qIXx > svg {
|
|
18585
|
+
font-size: 14px;
|
|
18586
|
+
position: relative;
|
|
18587
|
+
top: 3px;
|
|
18588
|
+
color: #00c78b;
|
|
18589
|
+
margin-right: 4px;
|
|
18590
|
+
}
|
|
17597
18591
|
.root_dZL59 .textBlock_2cgjN .name_2qIXx em {
|
|
17598
18592
|
font-style: inherit !important;
|
|
17599
18593
|
}
|
|
@@ -17662,9 +18656,15 @@
|
|
|
17662
18656
|
}
|
|
17663
18657
|
.kickoutModalBox_2Lmr9 .title_1ADvG {
|
|
17664
18658
|
font-size: 20px;
|
|
17665
|
-
font-weight:
|
|
18659
|
+
font-weight: 600;
|
|
17666
18660
|
margin-bottom: 8px;
|
|
17667
18661
|
}
|
|
18662
|
+
.kickoutModalBox_2Lmr9 .title_1ADvG > svg {
|
|
18663
|
+
color: #fe5250;
|
|
18664
|
+
position: relative;
|
|
18665
|
+
top: 4px;
|
|
18666
|
+
margin-right: 12px;
|
|
18667
|
+
}
|
|
17668
18668
|
.kickoutModalBox_2Lmr9 .tip_YkChF {
|
|
17669
18669
|
font-size: 14px;
|
|
17670
18670
|
color: #616371;
|
|
@@ -17720,8 +18720,8 @@
|
|
|
17720
18720
|
flex-grow: 1;
|
|
17721
18721
|
}
|
|
17722
18722
|
.iconBox_mLq0s {
|
|
17723
|
-
width:
|
|
17724
|
-
height:
|
|
18723
|
+
width: 48px;
|
|
18724
|
+
height: 48px;
|
|
17725
18725
|
display: flex;
|
|
17726
18726
|
flex-direction: column;
|
|
17727
18727
|
align-items: center;
|
|
@@ -17732,12 +18732,14 @@
|
|
|
17732
18732
|
.iconBox_mLq0s svg {
|
|
17733
18733
|
font-size: 24px;
|
|
17734
18734
|
margin-top: 5px;
|
|
18735
|
+
width: 22px;
|
|
18736
|
+
height: 22px;
|
|
17735
18737
|
}
|
|
17736
18738
|
.iconBox_mLq0s span {
|
|
17737
18739
|
line-height: 18px;
|
|
17738
18740
|
height: 18px;
|
|
17739
|
-
font-size:
|
|
17740
|
-
margin-top:
|
|
18741
|
+
font-size: 10px;
|
|
18742
|
+
margin-top: 2px;
|
|
17741
18743
|
color: #303445;
|
|
17742
18744
|
}
|
|
17743
18745
|
.iconBox_mLq0s.phone_1N_tw {
|
|
@@ -17802,7 +18804,7 @@
|
|
|
17802
18804
|
|
|
17803
18805
|
.iconBox_2U1MR {
|
|
17804
18806
|
width: 56px;
|
|
17805
|
-
height:
|
|
18807
|
+
height: 48px;
|
|
17806
18808
|
display: flex;
|
|
17807
18809
|
flex-direction: column;
|
|
17808
18810
|
align-items: center;
|
|
@@ -17815,34 +18817,159 @@
|
|
|
17815
18817
|
height: 24px;
|
|
17816
18818
|
margin-left: 12px;
|
|
17817
18819
|
}
|
|
17818
|
-
.iconBox_2U1MR.mini_3ert9 svg {
|
|
17819
|
-
font-size: 20px;
|
|
17820
|
-
margin: auto;
|
|
18820
|
+
.iconBox_2U1MR.mini_3ert9 svg {
|
|
18821
|
+
font-size: 20px;
|
|
18822
|
+
margin: auto;
|
|
18823
|
+
}
|
|
18824
|
+
.iconBox_2U1MR.phoneItem_3j52G {
|
|
18825
|
+
width: auto;
|
|
18826
|
+
height: auto;
|
|
18827
|
+
}
|
|
18828
|
+
.iconBox_2U1MR.phoneItem_3j52G svg {
|
|
18829
|
+
margin-top: 0;
|
|
18830
|
+
}
|
|
18831
|
+
.iconBox_2U1MR.landscape_3CRk1 {
|
|
18832
|
+
flex-grow: 1;
|
|
18833
|
+
}
|
|
18834
|
+
.iconBox_2U1MR svg {
|
|
18835
|
+
font-size: 22px;
|
|
18836
|
+
margin-top: 5px;
|
|
18837
|
+
}
|
|
18838
|
+
.iconBox_2U1MR span {
|
|
18839
|
+
line-height: 18px;
|
|
18840
|
+
height: 18px;
|
|
18841
|
+
font-size: 10px;
|
|
18842
|
+
margin-top: 2px;
|
|
18843
|
+
color: #303445;
|
|
18844
|
+
white-space: nowrap;
|
|
18845
|
+
}
|
|
18846
|
+
.do-hovers .iconBox_2U1MR:hover {
|
|
18847
|
+
background-color: var(--upime-btn-bg-hover);
|
|
18848
|
+
}
|
|
18849
|
+
|
|
18850
|
+
.recordBox_1w_T6 {
|
|
18851
|
+
height: 40px;
|
|
18852
|
+
display: flex;
|
|
18853
|
+
align-items: center;
|
|
18854
|
+
border-radius: 4px;
|
|
18855
|
+
cursor: pointer;
|
|
18856
|
+
padding: 0 16px;
|
|
18857
|
+
}
|
|
18858
|
+
.recordBox_1w_T6 svg {
|
|
18859
|
+
font-size: 24px;
|
|
18860
|
+
width: 24px;
|
|
18861
|
+
height: 24px;
|
|
18862
|
+
margin-right: 8px;
|
|
18863
|
+
}
|
|
18864
|
+
.recordBox_1w_T6 .wording_3gEM0 {
|
|
18865
|
+
line-height: 18px;
|
|
18866
|
+
height: 18px;
|
|
18867
|
+
font-size: 14px;
|
|
18868
|
+
margin-top: 2px;
|
|
18869
|
+
color: #303445;
|
|
18870
|
+
}
|
|
18871
|
+
.recordBox_1w_T6.phone__bEwN {
|
|
18872
|
+
width: auto;
|
|
18873
|
+
height: auto;
|
|
18874
|
+
}
|
|
18875
|
+
.recordBox_1w_T6.phone__bEwN svg {
|
|
18876
|
+
margin-top: 0;
|
|
18877
|
+
}
|
|
18878
|
+
.recordBox_1w_T6:hover {
|
|
18879
|
+
background-color: var(--upime-btn-bg-hover);
|
|
18880
|
+
}
|
|
18881
|
+
.recordConfirmModal_1bduL,
|
|
18882
|
+
.openAudioModal_1lZHw,
|
|
18883
|
+
.endRecordConfirmModal_3cpua {
|
|
18884
|
+
width: 480px;
|
|
18885
|
+
border-radius: 12px;
|
|
18886
|
+
padding: 24px;
|
|
18887
|
+
background-color: #fff;
|
|
18888
|
+
position: absolute;
|
|
18889
|
+
top: 50%;
|
|
18890
|
+
left: 50%;
|
|
18891
|
+
transform: translate(-50%, -50%);
|
|
18892
|
+
}
|
|
18893
|
+
.recordConfirmModal_1bduL .headerRow_AuASu,
|
|
18894
|
+
.openAudioModal_1lZHw .headerRow_AuASu,
|
|
18895
|
+
.endRecordConfirmModal_3cpua .headerRow_AuASu {
|
|
18896
|
+
margin-bottom: 8px;
|
|
18897
|
+
font-size: 20px;
|
|
18898
|
+
font-weight: 500;
|
|
18899
|
+
}
|
|
18900
|
+
.recordConfirmModal_1bduL .headerRow_AuASu > svg,
|
|
18901
|
+
.openAudioModal_1lZHw .headerRow_AuASu > svg,
|
|
18902
|
+
.endRecordConfirmModal_3cpua .headerRow_AuASu > svg {
|
|
18903
|
+
margin-right: 12px;
|
|
18904
|
+
position: relative;
|
|
18905
|
+
top: 4px;
|
|
18906
|
+
color: #ffa519;
|
|
18907
|
+
}
|
|
18908
|
+
.recordConfirmModal_1bduL .bodyRow_3KPZ0,
|
|
18909
|
+
.openAudioModal_1lZHw .bodyRow_3KPZ0,
|
|
18910
|
+
.endRecordConfirmModal_3cpua .bodyRow_3KPZ0 {
|
|
18911
|
+
padding-left: 35px;
|
|
18912
|
+
font-size: 14px;
|
|
18913
|
+
color: #616371;
|
|
18914
|
+
margin-bottom: 24px;
|
|
17821
18915
|
}
|
|
17822
|
-
.
|
|
17823
|
-
|
|
17824
|
-
|
|
18916
|
+
.recordConfirmModal_1bduL .footerRow_2-U7l,
|
|
18917
|
+
.openAudioModal_1lZHw .footerRow_2-U7l,
|
|
18918
|
+
.endRecordConfirmModal_3cpua .footerRow_2-U7l {
|
|
18919
|
+
display: flex;
|
|
18920
|
+
justify-content: flex-end;
|
|
17825
18921
|
}
|
|
17826
|
-
.
|
|
17827
|
-
|
|
18922
|
+
.recordConfirmModal_1bduL .footerRow_2-U7l .cancel_30AJx,
|
|
18923
|
+
.openAudioModal_1lZHw .footerRow_2-U7l .cancel_30AJx,
|
|
18924
|
+
.endRecordConfirmModal_3cpua .footerRow_2-U7l .cancel_30AJx {
|
|
18925
|
+
min-width: 72px;
|
|
18926
|
+
height: 40px;
|
|
18927
|
+
border-radius: 4px;
|
|
18928
|
+
border: 1px solid #dbdbde;
|
|
18929
|
+
background-color: #fff;
|
|
18930
|
+
text-align: center;
|
|
18931
|
+
font-size: 16px;
|
|
18932
|
+
margin-right: 12px;
|
|
18933
|
+
padding: 8px 20px;
|
|
18934
|
+
cursor: pointer;
|
|
17828
18935
|
}
|
|
17829
|
-
.
|
|
17830
|
-
|
|
18936
|
+
.recordConfirmModal_1bduL .footerRow_2-U7l .cancel_30AJx:hover,
|
|
18937
|
+
.openAudioModal_1lZHw .footerRow_2-U7l .cancel_30AJx:hover,
|
|
18938
|
+
.endRecordConfirmModal_3cpua .footerRow_2-U7l .cancel_30AJx:hover {
|
|
18939
|
+
opacity: 0.7;
|
|
18940
|
+
color: #2e73e5;
|
|
18941
|
+
border-color: #2e73e5;
|
|
17831
18942
|
}
|
|
17832
|
-
.
|
|
17833
|
-
|
|
17834
|
-
|
|
18943
|
+
.recordConfirmModal_1bduL .footerRow_2-U7l .cancel_30AJx:active,
|
|
18944
|
+
.openAudioModal_1lZHw .footerRow_2-U7l .cancel_30AJx:active,
|
|
18945
|
+
.endRecordConfirmModal_3cpua .footerRow_2-U7l .cancel_30AJx:active {
|
|
18946
|
+
opacity: 1;
|
|
18947
|
+
color: #1d56bf;
|
|
18948
|
+
border-color: #1d56bf;
|
|
17835
18949
|
}
|
|
17836
|
-
.
|
|
17837
|
-
|
|
17838
|
-
|
|
17839
|
-
|
|
17840
|
-
|
|
17841
|
-
|
|
17842
|
-
|
|
18950
|
+
.recordConfirmModal_1bduL .footerRow_2-U7l .confirm_2sdOo,
|
|
18951
|
+
.openAudioModal_1lZHw .footerRow_2-U7l .confirm_2sdOo,
|
|
18952
|
+
.endRecordConfirmModal_3cpua .footerRow_2-U7l .confirm_2sdOo {
|
|
18953
|
+
min-width: 72px;
|
|
18954
|
+
height: 40px;
|
|
18955
|
+
border-radius: 4px;
|
|
18956
|
+
background-color: #2e73e5;
|
|
18957
|
+
color: #fff;
|
|
18958
|
+
text-align: center;
|
|
18959
|
+
font-size: 16px;
|
|
18960
|
+
padding: 8px 20px;
|
|
18961
|
+
cursor: pointer;
|
|
17843
18962
|
}
|
|
17844
|
-
.
|
|
17845
|
-
|
|
18963
|
+
.recordConfirmModal_1bduL .footerRow_2-U7l .confirm_2sdOo:hover,
|
|
18964
|
+
.openAudioModal_1lZHw .footerRow_2-U7l .confirm_2sdOo:hover,
|
|
18965
|
+
.endRecordConfirmModal_3cpua .footerRow_2-U7l .confirm_2sdOo:hover {
|
|
18966
|
+
opacity: 0.7;
|
|
18967
|
+
}
|
|
18968
|
+
.recordConfirmModal_1bduL .footerRow_2-U7l .confirm_2sdOo:active,
|
|
18969
|
+
.openAudioModal_1lZHw .footerRow_2-U7l .confirm_2sdOo:active,
|
|
18970
|
+
.endRecordConfirmModal_3cpua .footerRow_2-U7l .confirm_2sdOo:active {
|
|
18971
|
+
opacity: 1;
|
|
18972
|
+
background-color: #1d56bf;
|
|
17846
18973
|
}
|
|
17847
18974
|
|
|
17848
18975
|
.drawerContainer_pkx_K {
|
|
@@ -19698,10 +20825,147 @@
|
|
|
19698
20825
|
height: 42px !important;
|
|
19699
20826
|
}
|
|
19700
20827
|
|
|
20828
|
+
.modal_u0yh4 {
|
|
20829
|
+
pointer-events: auto;
|
|
20830
|
+
padding: 0px;
|
|
20831
|
+
margin: 0px;
|
|
20832
|
+
width: 100%;
|
|
20833
|
+
height: 100%;
|
|
20834
|
+
display: block;
|
|
20835
|
+
position: absolute;
|
|
20836
|
+
z-index: 999;
|
|
20837
|
+
left: 0;
|
|
20838
|
+
top: 0;
|
|
20839
|
+
box-sizing: border-box;
|
|
20840
|
+
}
|
|
20841
|
+
.modal_u0yh4 * {
|
|
20842
|
+
box-sizing: border-box;
|
|
20843
|
+
}
|
|
20844
|
+
.modal_u0yh4 .mask_u0yh4 {
|
|
20845
|
+
background-color: rgba(0, 0, 0, 0.45);
|
|
20846
|
+
height: 100%;
|
|
20847
|
+
width: 100%;
|
|
20848
|
+
}
|
|
20849
|
+
.modal_u0yh4 .modal_content_u0yh4 {
|
|
20850
|
+
position: absolute;
|
|
20851
|
+
top: 50%;
|
|
20852
|
+
left: 50%;
|
|
20853
|
+
transform: translate(-50%, -50%);
|
|
20854
|
+
width: 400px;
|
|
20855
|
+
padding: 24px;
|
|
20856
|
+
background-color: #ffffff;
|
|
20857
|
+
border-radius: 4px;
|
|
20858
|
+
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
|
|
20859
|
+
}
|
|
20860
|
+
.modal_u0yh4 .modal_header_u0yh4 {
|
|
20861
|
+
display: flex;
|
|
20862
|
+
justify-content: space-between;
|
|
20863
|
+
align-items: center;
|
|
20864
|
+
}
|
|
20865
|
+
.modal_u0yh4 .modal_header_u0yh4 .modal_title_u0yh4 {
|
|
20866
|
+
height: 28px;
|
|
20867
|
+
font-size: 20px;
|
|
20868
|
+
line-height: 28px;
|
|
20869
|
+
color: #0c1024;
|
|
20870
|
+
font-weight: 600;
|
|
20871
|
+
}
|
|
20872
|
+
.modal_u0yh4 .modal_header_u0yh4 .modal_close_u0yh4 {
|
|
20873
|
+
color: #979797;
|
|
20874
|
+
cursor: pointer;
|
|
20875
|
+
font-size: 20px;
|
|
20876
|
+
}
|
|
20877
|
+
.modal_u0yh4 .modal_header_u0yh4 .modal_close_u0yh4:hover {
|
|
20878
|
+
color: #2e73e5;
|
|
20879
|
+
}
|
|
20880
|
+
.modal_u0yh4 .modal_header_u0yh4 .modal_close_u0yh4 .close_u0yh4 {
|
|
20881
|
+
width: 1em;
|
|
20882
|
+
height: 1em;
|
|
20883
|
+
}
|
|
20884
|
+
.modal_u0yh4 .modal_body_u0yh4 {
|
|
20885
|
+
padding: 0;
|
|
20886
|
+
}
|
|
20887
|
+
|
|
19701
20888
|
.icon_fR41U {
|
|
19702
20889
|
fill: currentColor;
|
|
19703
20890
|
}
|
|
19704
20891
|
|
|
20892
|
+
.tipRoot_fR41U {
|
|
20893
|
+
position: fixed;
|
|
20894
|
+
z-index: 1000;
|
|
20895
|
+
pointer-events: none;
|
|
20896
|
+
}
|
|
20897
|
+
.tipRoot_fR41U .content_fR41U {
|
|
20898
|
+
position: absolute;
|
|
20899
|
+
padding: 8px;
|
|
20900
|
+
background: black;
|
|
20901
|
+
font-size: 12px;
|
|
20902
|
+
line-height: 18px;
|
|
20903
|
+
color: white;
|
|
20904
|
+
max-width: 184px;
|
|
20905
|
+
width: -moz-max-content;
|
|
20906
|
+
width: max-content;
|
|
20907
|
+
border-radius: 2px;
|
|
20908
|
+
word-wrap: break-word;
|
|
20909
|
+
}
|
|
20910
|
+
.tipRoot_fR41U .content_fR41U::after {
|
|
20911
|
+
content: ' ';
|
|
20912
|
+
position: absolute;
|
|
20913
|
+
display: block;
|
|
20914
|
+
width: 8px;
|
|
20915
|
+
height: 8px;
|
|
20916
|
+
background: black;
|
|
20917
|
+
z-index: 0;
|
|
20918
|
+
transform: translate(-50%, -50%) rotate(45deg);
|
|
20919
|
+
}
|
|
20920
|
+
.tipRoot_fR41U .content_fR41U.top_fR41U {
|
|
20921
|
+
left: 50%;
|
|
20922
|
+
bottom: calc(100% + 12px);
|
|
20923
|
+
transform: translate(-50%, 0);
|
|
20924
|
+
}
|
|
20925
|
+
.tipRoot_fR41U .content_fR41U.top_fR41U::after {
|
|
20926
|
+
bottom: 0;
|
|
20927
|
+
left: 50%;
|
|
20928
|
+
transform: translate(-50%, 50%) rotate(45deg);
|
|
20929
|
+
}
|
|
20930
|
+
.tipRoot_fR41U .content_fR41U.left_fR41U {
|
|
20931
|
+
top: 50%;
|
|
20932
|
+
right: calc(100% + 12px);
|
|
20933
|
+
transform: translate(0, -50%);
|
|
20934
|
+
}
|
|
20935
|
+
.tipRoot_fR41U .content_fR41U.left_fR41U::after {
|
|
20936
|
+
top: 50%;
|
|
20937
|
+
right: 0;
|
|
20938
|
+
transform: translate(50%, -50%) rotate(45deg);
|
|
20939
|
+
}
|
|
20940
|
+
.tipRoot_fR41U .content_fR41U.right_fR41U {
|
|
20941
|
+
top: 50%;
|
|
20942
|
+
left: calc(100% + 12px);
|
|
20943
|
+
transform: translate(0, -50%);
|
|
20944
|
+
}
|
|
20945
|
+
.tipRoot_fR41U .content_fR41U.right_fR41U::after {
|
|
20946
|
+
top: 50%;
|
|
20947
|
+
left: 0;
|
|
20948
|
+
transform: translate(-50%, -50%) rotate(45deg);
|
|
20949
|
+
}
|
|
20950
|
+
.tipRoot_fR41U .content_fR41U.bottom_fR41U {
|
|
20951
|
+
top: calc(100% + 12px);
|
|
20952
|
+
left: 50%;
|
|
20953
|
+
transform: translate(-50%, 0);
|
|
20954
|
+
}
|
|
20955
|
+
.tipRoot_fR41U .content_fR41U.bottom_fR41U::after {
|
|
20956
|
+
top: 0;
|
|
20957
|
+
left: 50%;
|
|
20958
|
+
transform: translate(-50%, -50%) rotate(45deg);
|
|
20959
|
+
}
|
|
20960
|
+
.tipRoot_fR41U .content_fR41U.leftBottom_fR41U {
|
|
20961
|
+
top: calc(100% + 12px);
|
|
20962
|
+
}
|
|
20963
|
+
.tipRoot_fR41U .content_fR41U.leftBottom_fR41U::after {
|
|
20964
|
+
top: 0;
|
|
20965
|
+
left: 25%;
|
|
20966
|
+
transform: translate(-50%, -50%) rotate(45deg);
|
|
20967
|
+
}
|
|
20968
|
+
|
|
19705
20969
|
.titleBar_fR41U {
|
|
19706
20970
|
display: flex;
|
|
19707
20971
|
align-items: center;
|
|
@@ -19806,78 +21070,3 @@
|
|
|
19806
21070
|
width: 24px;
|
|
19807
21071
|
height: 24px;
|
|
19808
21072
|
}
|
|
19809
|
-
|
|
19810
|
-
.tipRoot_fR41U {
|
|
19811
|
-
position: fixed;
|
|
19812
|
-
z-index: 1000;
|
|
19813
|
-
pointer-events: none;
|
|
19814
|
-
}
|
|
19815
|
-
.tipRoot_fR41U .content_fR41U {
|
|
19816
|
-
position: absolute;
|
|
19817
|
-
padding: 6px 8px;
|
|
19818
|
-
background: black;
|
|
19819
|
-
font-size: 12px;
|
|
19820
|
-
color: white;
|
|
19821
|
-
max-width: 200px;
|
|
19822
|
-
width: max-content;
|
|
19823
|
-
border-radius: 4px;
|
|
19824
|
-
word-wrap: break-word;
|
|
19825
|
-
}
|
|
19826
|
-
.tipRoot_fR41U .content_fR41U::after {
|
|
19827
|
-
content: ' ';
|
|
19828
|
-
position: absolute;
|
|
19829
|
-
display: block;
|
|
19830
|
-
width: 8px;
|
|
19831
|
-
height: 8px;
|
|
19832
|
-
background: black;
|
|
19833
|
-
z-index: 0;
|
|
19834
|
-
transform: translate(-50%, -50%) rotate(45deg);
|
|
19835
|
-
}
|
|
19836
|
-
.tipRoot_fR41U .content_fR41U.top_fR41U {
|
|
19837
|
-
left: 50%;
|
|
19838
|
-
bottom: calc(100% + 12px);
|
|
19839
|
-
transform: translate(-50%, 0);
|
|
19840
|
-
}
|
|
19841
|
-
.tipRoot_fR41U .content_fR41U.top_fR41U::after {
|
|
19842
|
-
bottom: 0;
|
|
19843
|
-
left: 50%;
|
|
19844
|
-
transform: translate(-50%, 50%) rotate(45deg);
|
|
19845
|
-
}
|
|
19846
|
-
.tipRoot_fR41U .content_fR41U.left_fR41U {
|
|
19847
|
-
top: 50%;
|
|
19848
|
-
right: calc(100% + 12px);
|
|
19849
|
-
transform: translate(0, -50%);
|
|
19850
|
-
}
|
|
19851
|
-
.tipRoot_fR41U .content_fR41U.left_fR41U::after {
|
|
19852
|
-
top: 50%;
|
|
19853
|
-
right: 0;
|
|
19854
|
-
transform: translate(50%, -50%) rotate(45deg);
|
|
19855
|
-
}
|
|
19856
|
-
.tipRoot_fR41U .content_fR41U.right_fR41U {
|
|
19857
|
-
top: 50%;
|
|
19858
|
-
left: calc(100% + 12px);
|
|
19859
|
-
transform: translate(0, -50%);
|
|
19860
|
-
}
|
|
19861
|
-
.tipRoot_fR41U .content_fR41U.right_fR41U::after {
|
|
19862
|
-
top: 50%;
|
|
19863
|
-
left: 0;
|
|
19864
|
-
transform: translate(-50%, -50%) rotate(45deg);
|
|
19865
|
-
}
|
|
19866
|
-
.tipRoot_fR41U .content_fR41U.bottom_fR41U {
|
|
19867
|
-
top: calc(100% + 12px);
|
|
19868
|
-
left: 50%;
|
|
19869
|
-
transform: translate(-50%, 0);
|
|
19870
|
-
}
|
|
19871
|
-
.tipRoot_fR41U .content_fR41U.bottom_fR41U::after {
|
|
19872
|
-
top: 0;
|
|
19873
|
-
left: 50%;
|
|
19874
|
-
transform: translate(-50%, -50%) rotate(45deg);
|
|
19875
|
-
}
|
|
19876
|
-
.tipRoot_fR41U .content_fR41U.leftBottom_fR41U {
|
|
19877
|
-
top: calc(100% + 12px);
|
|
19878
|
-
}
|
|
19879
|
-
.tipRoot_fR41U .content_fR41U.leftBottom_fR41U::after {
|
|
19880
|
-
top: 0;
|
|
19881
|
-
left: 25%;
|
|
19882
|
-
transform: translate(-50%, -50%) rotate(45deg);
|
|
19883
|
-
}
|