You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
750 lines
22 KiB
750 lines
22 KiB
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.11@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.11@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Video/Detail/index.less?modules ***!
|
|
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.bg___eq_Aq {
|
|
background: #fff;
|
|
padding-top: 15px;
|
|
}
|
|
.bg___eq_Aq .container___j770l {
|
|
display: flex;
|
|
margin: 0 auto;
|
|
justify-content: start;
|
|
align-items: flex-start;
|
|
}
|
|
.bg___eq_Aq .widthle___ouh1T {
|
|
margin-left: 8px;
|
|
border-radius: 8px;
|
|
background-color: #fff;
|
|
margin-bottom: 30px;
|
|
min-height: 297mm;
|
|
width: calc(100% - 275px);
|
|
position: relative;
|
|
}
|
|
|
|
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.11@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.11@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Video/Play/index.less?modules ***!
|
|
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.watermark___hNYlv {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 100px;
|
|
font-size: 18px;
|
|
text-shadow: 0px 0px 5px #b6b6b6;
|
|
color: #ffffff;
|
|
z-index: 1;
|
|
}
|
|
.videovideo___ovOkV::-webkit-media-controls-fullscreen-button {
|
|
display: none !important;
|
|
}
|
|
@keyframes upDown___SlgHv {
|
|
0% {
|
|
left: 0;
|
|
bottom: 100px;
|
|
}
|
|
40% {
|
|
opacity: 1;
|
|
bottom: 80%;
|
|
left: calc(50% - 130px);
|
|
}
|
|
41% {
|
|
opacity: 0;
|
|
bottom: 80%;
|
|
left: calc(50% - 130px);
|
|
}
|
|
79% {
|
|
opacity: 0;
|
|
bottom: 80%;
|
|
left: calc(50% - 130px);
|
|
}
|
|
80% {
|
|
opacity: 1;
|
|
opacity: 100%;
|
|
bottom: 100px;
|
|
left: calc(100% - 270px);
|
|
}
|
|
100% {
|
|
opacity: 1;
|
|
bottom: 100px;
|
|
left: calc(100% - 270px);
|
|
}
|
|
}
|
|
.animate__loop___mvL6s {
|
|
animation-name: upDown___SlgHv;
|
|
}
|
|
:root {
|
|
--youtube-red: #fe0900;
|
|
}
|
|
.container___g1WYG {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.video-container___XPkWR {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|
|
.video-container___XPkWR video {
|
|
width: 100%;
|
|
height: 100%;
|
|
max-height: auto;
|
|
object-fit: cover;
|
|
}
|
|
.video-controls___to0Zq {
|
|
right: 0;
|
|
left: 0;
|
|
padding: 10px;
|
|
position: absolute;
|
|
bottom: 0;
|
|
transition: all 0.2s ease;
|
|
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.84));
|
|
}
|
|
.video-controls___to0Zq.hide___NA3DV {
|
|
opacity: 0;
|
|
pointer-events: none;
|
|
}
|
|
.video-progress___gqHsd {
|
|
position: relative;
|
|
height: 4px;
|
|
margin-bottom: 10px;
|
|
margin-top: 5px;
|
|
padding: 0 6px;
|
|
}
|
|
progress {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
border-radius: 2px;
|
|
width: 100%;
|
|
height: 4px;
|
|
pointer-events: none;
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
progress::-webkit-progress-bar {
|
|
background-color: #787878;
|
|
border-radius: 2px;
|
|
}
|
|
progress::-webkit-progress-value {
|
|
background: #fff;
|
|
border-radius: 2px;
|
|
}
|
|
progress::-moz-progress-bar {
|
|
background: #fff;
|
|
}
|
|
.seek___iZHBm {
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%;
|
|
cursor: pointer;
|
|
margin: 0;
|
|
}
|
|
.seek___iZHBm:hover + .seek-tooltip___uWyXx {
|
|
display: block;
|
|
}
|
|
.seek-tooltip___uWyXx {
|
|
white-space: nowrap;
|
|
display: none;
|
|
position: absolute;
|
|
top: -50px;
|
|
margin-left: -20px;
|
|
font-size: 12px;
|
|
padding: 3px;
|
|
content: attr(data-title);
|
|
font-weight: bold;
|
|
color: #fff;
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
}
|
|
.bottom-controls___uoIBm {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
}
|
|
.bottom-controls___uoIBm button {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
}
|
|
.left-controls___mBEx4 {
|
|
display: flex;
|
|
align-items: center;
|
|
color: #fff;
|
|
font-size: 10px;
|
|
}
|
|
.right-controls___e9L6r {
|
|
display: flex;
|
|
}
|
|
.right-controls___e9L6r .rateOverlay___HHBWe {
|
|
background-color: #000;
|
|
}
|
|
.right-controls___e9L6r .controlText___M_BWR {
|
|
font-size: 12px;
|
|
color: #fff;
|
|
}
|
|
.volume-controls___fa3mE {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
}
|
|
.volume-controls___fa3mE input {
|
|
width: 100px;
|
|
opacity: 1;
|
|
transition: all 0.4s ease;
|
|
}
|
|
.volume-controls___fa3mE:hover input,
|
|
.volume-controls___fa3mE input:focus {
|
|
width: 100px;
|
|
opacity: 1;
|
|
}
|
|
.container___g1WYG button {
|
|
cursor: pointer;
|
|
position: relative;
|
|
margin-right: 7px;
|
|
font-size: 12px;
|
|
padding: 3px;
|
|
border: none;
|
|
outline: none;
|
|
background-color: transparent;
|
|
}
|
|
.container___g1WYG button * {
|
|
pointer-events: none;
|
|
}
|
|
.container___g1WYG button::before {
|
|
content: attr(data-title);
|
|
position: absolute;
|
|
display: none;
|
|
left: 0;
|
|
top: -27px;
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
color: #fff;
|
|
font-weight: bold;
|
|
padding: 4px 6px;
|
|
word-break: keep-all;
|
|
white-space: pre;
|
|
}
|
|
.container___g1WYG button:last-child::before {
|
|
right: 0;
|
|
left: inherit;
|
|
}
|
|
.container___g1WYG button:nth-last-child(2)::before {
|
|
right: 0;
|
|
left: 0;
|
|
}
|
|
.container___g1WYG button:hover::before {
|
|
display: inline-block;
|
|
}
|
|
.fullscreen-button___ur0es {
|
|
margin-right: 0;
|
|
}
|
|
.fullscreen-button___ur0es::before {
|
|
right: 0px;
|
|
left: inherit !important;
|
|
width: -webkit-fit-content;
|
|
width: -moz-fit-content;
|
|
width: fit-content;
|
|
}
|
|
.fullscreen-button1___rfaXm {
|
|
margin-top: -10px;
|
|
}
|
|
.pip-button___GFO8W svg {
|
|
width: 26px;
|
|
height: 26px;
|
|
}
|
|
.playback-animation___ndURq {
|
|
pointer-events: none;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-left: -40px;
|
|
margin-top: -40px;
|
|
width: 80px;
|
|
height: 80px;
|
|
border-radius: 80px;
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
opacity: 0;
|
|
}
|
|
input[type='range'] {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
height: 4px;
|
|
background: transparent;
|
|
cursor: pointer;
|
|
}
|
|
input[type='range']:focus {
|
|
outline: none;
|
|
}
|
|
input[type='range']::-webkit-slider-runnable-track {
|
|
width: 100%;
|
|
cursor: pointer;
|
|
border-radius: 1.3px;
|
|
-webkit-appearance: none;
|
|
-webkit-transition: all 0.4s ease;
|
|
transition: all 0.4s ease;
|
|
}
|
|
input[type='range']::-webkit-slider-thumb {
|
|
height: 16px;
|
|
width: 16px;
|
|
border-radius: 16px;
|
|
background: #fe0900;
|
|
background: var(--youtube-red);
|
|
cursor: pointer;
|
|
-webkit-appearance: none;
|
|
margin-left: -1px;
|
|
opacity: 0;
|
|
}
|
|
input[type='range']:focus::-webkit-slider-runnable-track {
|
|
background: transparent;
|
|
}
|
|
input[type='range'].volume___OTmpP {
|
|
height: 5px;
|
|
background-color: #fff;
|
|
}
|
|
input[type='range'].volume___OTmpP::-webkit-slider-runnable-track {
|
|
background-color: transparent;
|
|
}
|
|
input[type='range'].volume___OTmpP::-webkit-slider-thumb {
|
|
margin-left: 0;
|
|
height: 14px;
|
|
width: 14px;
|
|
background: #fff;
|
|
}
|
|
input[type='range']::-moz-range-track {
|
|
width: 100%;
|
|
height: 8.4px;
|
|
cursor: pointer;
|
|
border: 1px solid transparent;
|
|
background: transparent;
|
|
border-radius: 1.3px;
|
|
}
|
|
input[type='range']::-moz-range-thumb {
|
|
height: 14px;
|
|
width: 14px;
|
|
border-radius: 50px;
|
|
border: 1px solid #fe0900;
|
|
border: 1px solid var(--youtube-red);
|
|
background: #fe0900;
|
|
background: var(--youtube-red);
|
|
cursor: pointer;
|
|
margin-top: 5px;
|
|
}
|
|
input[type='range']:focus::-moz-range-track {
|
|
outline: none;
|
|
}
|
|
input[type='range'].volume___OTmpP::-moz-range-thumb {
|
|
border: 1px solid #fff;
|
|
background: #fff;
|
|
}
|
|
.hidden___o7GkT {
|
|
display: none;
|
|
}
|
|
.container___g1WYG svg {
|
|
width: 20px;
|
|
height: 20px;
|
|
fill: #fff;
|
|
stroke: #fff;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.11@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.11@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Video/Detail/components/Content/index.less?modules ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.contentWrap___xMJQi {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 904px;
|
|
margin: 0 auto;
|
|
background-color: #fff;
|
|
margin-bottom: 30px;
|
|
border-radius: 8px;
|
|
max-height: 100vh;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
.contentWrap___xMJQi video {
|
|
width: 100%;
|
|
max-height: 800px;
|
|
object-fit: contain;
|
|
margin-top: 20px;
|
|
}
|
|
.contentWrap___xMJQi video:focus {
|
|
outline: 0px;
|
|
}
|
|
.contentWrap___xMJQi header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.contentWrap___xMJQi .title___z4t4P {
|
|
font-weight: 600;
|
|
color: #000000;
|
|
width: 840px;
|
|
height: 34px;
|
|
font-size: 25px;
|
|
line-height: 34px;
|
|
}
|
|
.contentWrap___xMJQi .footer___CLzrT {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
height: 40px;
|
|
margin-top: 5px;
|
|
}
|
|
.contentWrap___xMJQi .footer___CLzrT .footer_left___N2sZZ {
|
|
width: 400px;
|
|
margin-top: -3px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.contentWrap___xMJQi .footer___CLzrT .footer_left___N2sZZ .footer_bfcs___UmvUE {
|
|
width: 48px;
|
|
height: 20px;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #5F6368;
|
|
line-height: 20px;
|
|
}
|
|
.contentWrap___xMJQi .footer___CLzrT .footer_left___N2sZZ .footer_bfcs_value___yiYga {
|
|
width: 29px;
|
|
height: 20px;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
line-height: 20px;
|
|
margin-left: 10px;
|
|
}
|
|
.contentWrap___xMJQi .footer___CLzrT .footer_left___N2sZZ .pingfen___aEEMe {
|
|
width: 24px;
|
|
height: 20px;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #5F6368;
|
|
line-height: 20px;
|
|
margin-left: 60px;
|
|
}
|
|
.contentWrap___xMJQi .footer___CLzrT .footer_left___N2sZZ .fenshu___I6HCo {
|
|
height: 20px;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
line-height: 20px;
|
|
margin-left: 8px;
|
|
}
|
|
.contentWrap___xMJQi .footer___CLzrT .radioGroup___RT1dL {
|
|
margin-right: -15px;
|
|
}
|
|
.contentWrap___xMJQi .footer___CLzrT .radioGroup___RT1dL .ant-radio-wrapper {
|
|
margin-left: 30px;
|
|
}
|
|
.wrap___QZGSJ {
|
|
margin: 30px;
|
|
margin-top: 0;
|
|
position: relative;
|
|
}
|
|
.introName___m17tA {
|
|
width: 840px;
|
|
height: 66px;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
line-height: 22px;
|
|
}
|
|
.rating___MXLBr {
|
|
color: #FFA100;
|
|
font-size: 12px;
|
|
}
|
|
.rating___MXLBr > li:not(:last-child) {
|
|
margin-right: 2px !important;
|
|
}
|
|
.modalRating___aluwj {
|
|
color: #ffe11d;
|
|
font-size: 25px;
|
|
}
|
|
.modalRating___aluwj > li:not(:last-child) {
|
|
margin-right: 10px;
|
|
}
|
|
.zdbf___9PNEF {
|
|
width: 108px;
|
|
height: 20px;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
line-height: 20px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.11@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.11@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Video/Detail/components/List/index.less?modules ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___yWqSL {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___LgFmv {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center____lt6U {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___UqkaD {
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
-webkit-justify-content: flex-end;
|
|
-webkit-align-items: center;
|
|
-webkit-box-align: center;
|
|
-webkit-box-pack: end;
|
|
box-align: center;
|
|
box-pack: end;
|
|
}
|
|
.flex_box_column___V8XLF {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.list___8tjfT {
|
|
width: 320px;
|
|
font-size: 16px;
|
|
background-color: #fff;
|
|
margin-bottom: 28px;
|
|
padding: 20px 2px 20px 20px;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
|
|
border-radius: 4px;
|
|
border: 1px solid #F5F5F5;
|
|
}
|
|
.list___8tjfT .tree_style___ZzDvO {
|
|
max-height: 90vh;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
.list___8tjfT .title___IVfkQ {
|
|
height: 24px;
|
|
font-size: 14px;
|
|
color: #000000;
|
|
line-height: 24px;
|
|
font-weight: bold;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
margin-bottom: 5px;
|
|
}
|
|
.list___8tjfT .gray___RnyYk,
|
|
.list___8tjfT .brght___EWRNa {
|
|
color: #bbb;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
display: flex;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
height: 34px;
|
|
}
|
|
.list___8tjfT .gray___RnyYk .s1___dPBQg,
|
|
.list___8tjfT .brght___EWRNa .s1___dPBQg {
|
|
background: #FFFFFF;
|
|
border-radius: 2px;
|
|
padding: 0 6px;
|
|
font-size: 12px;
|
|
}
|
|
.list___8tjfT .gray___RnyYk .s3___SRBBG,
|
|
.list___8tjfT .brght___EWRNa .s3___SRBBG {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
flex: 1 1;
|
|
padding-left: 10px;
|
|
color: #666666;
|
|
width: 175px;
|
|
}
|
|
.list___8tjfT .gray___RnyYk:hover,
|
|
.list___8tjfT .brght___EWRNa:hover {
|
|
background: #ededed !important;
|
|
color: red !important;
|
|
}
|
|
.list___8tjfT .active___hsNCX {
|
|
color: #0152d9;
|
|
position: relative;
|
|
}
|
|
.list___8tjfT .active___hsNCX::after {
|
|
height: 100%;
|
|
width: 2px;
|
|
position: absolute;
|
|
content: '';
|
|
left: 0;
|
|
top: 0;
|
|
background-color: #0152d9;
|
|
}
|
|
.tree_line___EGn30 [class~='ant-tree-node-selected'] {
|
|
border-right: 2px #3061D0 solid !important;
|
|
color: #3061D0 !important;
|
|
}
|
|
.tabs_style___Nwkiq {
|
|
border-bottom: 1px #DBDCE0 solid;
|
|
height: 40px;
|
|
line-height: 30px;
|
|
width: 100%;
|
|
margin-bottom: 20px;
|
|
display: flex;
|
|
width: calc(100% - 10px);
|
|
}
|
|
.tabs_style___Nwkiq .tabs_item___Vzu_U {
|
|
cursor: pointer;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
margin-right: 20px;
|
|
position: relative;
|
|
}
|
|
.tabs_style___Nwkiq .tabs_item_active___BcIwZ {
|
|
height: 3px;
|
|
width: 100%;
|
|
position: absolute;
|
|
bottom: 0;
|
|
background: #000000;
|
|
border-top-left-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
}
|
|
|
|
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.11@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.11@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/PreviewAll/index.less?modules ***!
|
|
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.wrp___dq7YK {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 108;
|
|
}
|
|
.wrp___dq7YK.bgBlack___ARIUV {
|
|
background: rgba(0, 0, 0, 0.5);
|
|
}
|
|
.wrp___dq7YK img,
|
|
.wrp___dq7YK video {
|
|
max-width: 100%;
|
|
max-height: 80%;
|
|
text-align: center;
|
|
}
|
|
.wrp___dq7YK iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
background: #fff;
|
|
border: none;
|
|
}
|
|
.monaco___VnZC3 {
|
|
position: absolute;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
.darkBlue___UprA9 * {
|
|
font-size: 14px;
|
|
}
|
|
.darkBlue___UprA9 [class~='margin'],
|
|
.darkBlue___UprA9 [class~='monaco-editor-background'] {
|
|
background: #0a0e2d !important;
|
|
}
|
|
.darkBlue___UprA9 [class~='line-numbers'] {
|
|
color: white !important;
|
|
}
|
|
.close___LKoWu {
|
|
position: absolute;
|
|
right: 40px;
|
|
top: 40px;
|
|
z-index: 10;
|
|
display: flex;
|
|
}
|
|
.close___LKoWu > span {
|
|
background: #4a4a4a;
|
|
color: #fff;
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 4px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
margin-left: 10px;
|
|
}
|
|
.embed___hvpEJ {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.11@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./src/components/monaco-editor/index.css ***!
|
|
\********************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.my-monaco-editor div,
|
|
.my-diff-editor div {
|
|
font-size: inherit;
|
|
}
|
|
|
|
.my-error-line-wrp {
|
|
width: calc(100% - 20px) !important;
|
|
background: rgba(245, 0, 0, 0.2) !important;
|
|
height: auto !important;
|
|
color: rgba(245, 0, 0, 1);
|
|
}
|
|
|
|
|
|
.noCopyPaste .quick-input-widget {
|
|
display: none !important;
|
|
}
|
|
|
|
.breakpoints-select {
|
|
|
|
background: #FF0000;
|
|
width: 8px !important;
|
|
height: 8px !important;
|
|
left: 7px !important;
|
|
top: 7px;
|
|
border-radius: 4px;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.breakpoints-fake {
|
|
background: rgba(255, 0, 0, 0.5);
|
|
width: 8px !important;
|
|
height: 8px !important;
|
|
left: 7px !important;
|
|
top: 7px;
|
|
border-radius: 4px;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.highlighted-line {
|
|
background: #4B4B18;
|
|
}
|