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.
NewEduCoderBuild/p__User__Detail__Videos__Up...

253 lines
5.1 KiB

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-modal,
.ant-image-preview {
pointer-events: none;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear,
.ant-image-preview.zoom-enter,
.ant-image-preview.zoom-appear {
-ms-transform: none;
transform: none;
opacity: 0;
animation-duration: 0.3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-modal-mask,
.ant-image-preview-mask {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
height: 100%;
background-color: rgba(0, 0, 0, 0.45);
filter: alpha(opacity=50);
}
.ant-modal-mask-hidden,
.ant-image-preview-mask-hidden {
display: none;
}
.ant-modal-wrap,
.ant-image-preview-wrap {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
outline: 0;
-webkit-overflow-scrolling: touch;
}
.ant-breadcrumb {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.85);
font-variant: tabular-nums;
line-height: 1.66667;
list-style: none;
font-feature-settings: tnum, "tnum";
color: rgba(0, 0, 0, 0.45);
font-size: 12px;
}
.ant-breadcrumb .anticon {
font-size: 12px;
}
.ant-breadcrumb a {
color: rgba(0, 0, 0, 0.45);
transition: color 0.3s;
}
.ant-breadcrumb a:hover {
color: #40a9ff;
}
.ant-breadcrumb > span:last-child {
color: rgba(0, 0, 0, 0.85);
}
.ant-breadcrumb > span:last-child a {
color: rgba(0, 0, 0, 0.85);
}
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
display: none;
}
.ant-breadcrumb-separator {
margin: 0 4px;
color: rgba(0, 0, 0, 0.45);
}
.ant-breadcrumb-link > .anticon + span,
.ant-breadcrumb-link > .anticon + a {
margin-left: 4px;
}
.ant-breadcrumb-overlay-link > .anticon {
margin-left: 4px;
}
.ant-breadcrumb-rtl {
direction: rtl;
}
.ant-breadcrumb-rtl::before {
display: table;
content: '';
}
.ant-breadcrumb-rtl::after {
display: table;
clear: both;
content: '';
}
.ant-breadcrumb-rtl > span {
float: right;
}
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
margin-right: 4px;
margin-left: 0;
}
.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
margin-right: 4px;
margin-left: 0;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.bg___33gb9 {
margin: 0 auto;
padding-bottom: 140px;
width: 1200px;
font-size: 14px;
}
.bg___33gb9 a[class='ant-breadcrumb-link'] {
font-size: 14px;
color: #999999;
}
.bg___33gb9 span[class='ant-breadcrumb-link'] {
font-size: 14px;
color: rgba(0, 0, 0, 0.65);
}
.main___2c1GK {
background: #fff;
padding: 16px 20px;
padding-top: 0px;
padding-bottom: 36px;
}
.uploadTop___2LP8s {
padding-top: 70px;
text-align: center;
}
.imgWrap___1YZrz {
width: 72px;
height: 54px;
margin: 0 auto;
cursor: pointer;
}
.imgWrap___1YZrz:hover img[class^='defaultImg'] {
display: none;
}
.imgWrap___1YZrz:hover img[class^='hoverImg'] {
display: inline-block;
}
.defaultImg___2SiY8 {
width: 64px;
height: 48px;
}
.hoverImg___2H19s {
display: none;
width: 64px;
height: 48px;
}
.uploadTitle___iX_Yi {
color: #000000;
font-size: 18px;
font-weight: bold;
margin-bottom: 20px;
}
.colorBlue___3pbIB {
color: #4cacff;
}
.uploadDescription___2DLGo {
padding-top: 10px;
margin-top: 20px;
margin-bottom: 30px;
color: #777;
text-align: center;
}
.description___1bCiL {
padding-top: 10px;
margin-top: 20px;
margin-bottom: 30px;
color: #777;
}
.colorOrange___1Bcga {
color: #ff954c;
}
.fileMain___1SOrt {
background: #fff;
padding: 16px 20px;
padding-top: 0px;
padding-bottom: 36px;
}
.fileWrap___SwTG9 {
padding: 26px 0;
border-bottom: 1px dashed #dcdcdc;
}
.fileProgress___29GYn {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
}
.fileCancel___1RjoT {
-ms-flex: 0 0 200px;
flex: 0 0 200px;
margin-left: 10px;
}
.fileInputWrap___2FSoU {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
margin-top: 15px;
}
.fileImgWrap___htENr {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
margin-top: 15px;
}
.fileImgWrap___htENr aside {
padding-top: 3px;
}
.fileInput___1_K3Q {
width: 480px;
}
.flexRowCenter___17MT- {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
}
.continueAdd___38iNA {
height: 28px;
padding: 3px 11px;
font-size: 14px;
color: #fff;
background: #1890ff;
border-color: #1890ff;
text-align: center;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */