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.
1174 lines
32 KiB
1174 lines
32 KiB
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/pagination/style/index.less ***!
|
|
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* 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-pagination {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
}
|
|
.ant-pagination ul,
|
|
.ant-pagination ol {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
.ant-pagination::after {
|
|
display: block;
|
|
clear: both;
|
|
height: 0;
|
|
overflow: hidden;
|
|
visibility: hidden;
|
|
content: ' ';
|
|
}
|
|
.ant-pagination-total-text {
|
|
display: inline-block;
|
|
height: 28px;
|
|
margin-right: 8px;
|
|
line-height: 26px;
|
|
vertical-align: middle;
|
|
}
|
|
.ant-pagination-item {
|
|
display: inline-block;
|
|
min-width: 28px;
|
|
height: 28px;
|
|
margin-right: 8px;
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
line-height: 26px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
list-style: none;
|
|
background-color: #fff;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
outline: 0;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-pagination-item a {
|
|
display: block;
|
|
padding: 0 6px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
transition: none;
|
|
}
|
|
.ant-pagination-item a:hover {
|
|
text-decoration: none;
|
|
}
|
|
.ant-pagination-item:hover {
|
|
border-color: #3061D0;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-pagination-item:hover a {
|
|
color: #3061D0;
|
|
}
|
|
.ant-pagination-item:focus-visible {
|
|
border-color: #3061D0;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-pagination-item:focus-visible a {
|
|
color: #3061D0;
|
|
}
|
|
.ant-pagination-item-active {
|
|
font-weight: 500;
|
|
background: #fff;
|
|
border-color: #3061D0;
|
|
}
|
|
.ant-pagination-item-active a {
|
|
color: #3061D0;
|
|
}
|
|
.ant-pagination-item-active:hover {
|
|
border-color: #5784de;
|
|
}
|
|
.ant-pagination-item-active:focus-visible {
|
|
border-color: #5784de;
|
|
}
|
|
.ant-pagination-item-active:hover a {
|
|
color: #5784de;
|
|
}
|
|
.ant-pagination-item-active:focus-visible a {
|
|
color: #5784de;
|
|
}
|
|
.ant-pagination-jump-prev,
|
|
.ant-pagination-jump-next {
|
|
outline: 0;
|
|
}
|
|
.ant-pagination-jump-prev .ant-pagination-item-container,
|
|
.ant-pagination-jump-next .ant-pagination-item-container {
|
|
position: relative;
|
|
}
|
|
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
|
|
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
|
|
color: #3061D0;
|
|
font-size: 12px;
|
|
letter-spacing: -1px;
|
|
opacity: 0;
|
|
transition: all 0.2s;
|
|
}
|
|
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
|
|
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
margin: auto;
|
|
}
|
|
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
|
|
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
display: block;
|
|
margin: auto;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
letter-spacing: 2px;
|
|
text-align: center;
|
|
text-indent: 0.13em;
|
|
opacity: 1;
|
|
transition: all 0.2s;
|
|
}
|
|
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
|
|
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
|
|
opacity: 1;
|
|
}
|
|
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
|
|
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
|
|
opacity: 0;
|
|
}
|
|
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
|
|
.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
|
|
opacity: 1;
|
|
}
|
|
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
|
|
.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis {
|
|
opacity: 0;
|
|
}
|
|
.ant-pagination-prev,
|
|
.ant-pagination-jump-prev,
|
|
.ant-pagination-jump-next {
|
|
margin-right: 8px;
|
|
}
|
|
.ant-pagination-prev,
|
|
.ant-pagination-next,
|
|
.ant-pagination-jump-prev,
|
|
.ant-pagination-jump-next {
|
|
display: inline-block;
|
|
min-width: 28px;
|
|
height: 28px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
line-height: 28px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
list-style: none;
|
|
border-radius: 2px;
|
|
cursor: pointer;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-pagination-prev,
|
|
.ant-pagination-next {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
outline: 0;
|
|
}
|
|
.ant-pagination-prev button,
|
|
.ant-pagination-next button {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-pagination-prev:hover button,
|
|
.ant-pagination-next:hover button {
|
|
border-color: #5784de;
|
|
}
|
|
.ant-pagination-prev .ant-pagination-item-link,
|
|
.ant-pagination-next .ant-pagination-item-link {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 0;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
background-color: #fff;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
outline: none;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-pagination-prev:focus-visible .ant-pagination-item-link,
|
|
.ant-pagination-next:focus-visible .ant-pagination-item-link {
|
|
color: #3061D0;
|
|
border-color: #3061D0;
|
|
}
|
|
.ant-pagination-prev:hover .ant-pagination-item-link,
|
|
.ant-pagination-next:hover .ant-pagination-item-link {
|
|
color: #3061D0;
|
|
border-color: #3061D0;
|
|
}
|
|
.ant-pagination-disabled,
|
|
.ant-pagination-disabled:hover {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination-disabled .ant-pagination-item-link,
|
|
.ant-pagination-disabled:hover .ant-pagination-item-link {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: #d9d9d9;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination-disabled:focus-visible {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination-disabled:focus-visible .ant-pagination-item-link {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: #d9d9d9;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination-slash {
|
|
margin: 0 10px 0 5px;
|
|
}
|
|
.ant-pagination-options {
|
|
display: inline-block;
|
|
margin-left: 16px;
|
|
vertical-align: middle;
|
|
}
|
|
@media all and (-ms-high-contrast: none) {
|
|
.ant-pagination-options *::-ms-backdrop,
|
|
.ant-pagination-options {
|
|
vertical-align: top;
|
|
}
|
|
}
|
|
.ant-pagination-options-size-changer.ant-select {
|
|
display: inline-block;
|
|
width: auto;
|
|
}
|
|
.ant-pagination-options-quick-jumper {
|
|
display: inline-block;
|
|
height: 28px;
|
|
margin-left: 4px;
|
|
line-height: 28px;
|
|
vertical-align: top;
|
|
}
|
|
.ant-pagination-options-quick-jumper input {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 100%;
|
|
min-width: 0;
|
|
padding: 3px 7px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
line-height: 1.66667;
|
|
background-color: #fff;
|
|
background-image: none;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
transition: all 0.3s;
|
|
width: 50px;
|
|
height: 28px;
|
|
margin: 0 8px;
|
|
}
|
|
.ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
|
|
color: #bfbfbf;
|
|
-webkit-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
|
|
color: #bfbfbf;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-pagination-options-quick-jumper input::-ms-input-placeholder {
|
|
color: #bfbfbf;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-pagination-options-quick-jumper input::placeholder {
|
|
color: #bfbfbf;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ant-pagination-options-quick-jumper input:placeholder-shown {
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ant-pagination-options-quick-jumper input:hover {
|
|
border-color: #5784de;
|
|
border-right-width: 1px;
|
|
}
|
|
.ant-pagination-options-quick-jumper input:focus,
|
|
.ant-pagination-options-quick-jumper input-focused {
|
|
border-color: #5784de;
|
|
box-shadow: 0 0 0 2px rgba(48, 97, 208, 0.2);
|
|
border-right-width: 1px;
|
|
outline: 0;
|
|
}
|
|
.ant-pagination-options-quick-jumper input-disabled {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
box-shadow: none;
|
|
cursor: not-allowed;
|
|
opacity: 1;
|
|
}
|
|
.ant-pagination-options-quick-jumper input-disabled:hover {
|
|
border-color: #d9d9d9;
|
|
border-right-width: 1px;
|
|
}
|
|
.ant-pagination-options-quick-jumper input[disabled] {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
box-shadow: none;
|
|
cursor: not-allowed;
|
|
opacity: 1;
|
|
}
|
|
.ant-pagination-options-quick-jumper input[disabled]:hover {
|
|
border-color: #d9d9d9;
|
|
border-right-width: 1px;
|
|
}
|
|
.ant-pagination-options-quick-jumper input-borderless,
|
|
.ant-pagination-options-quick-jumper input-borderless:hover,
|
|
.ant-pagination-options-quick-jumper input-borderless:focus,
|
|
.ant-pagination-options-quick-jumper input-borderless-focused,
|
|
.ant-pagination-options-quick-jumper input-borderless-disabled,
|
|
.ant-pagination-options-quick-jumper input-borderless[disabled] {
|
|
background-color: transparent;
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
textarea.ant-pagination-options-quick-jumper input {
|
|
max-width: 100%;
|
|
height: auto;
|
|
min-height: 28px;
|
|
line-height: 1.66667;
|
|
vertical-align: bottom;
|
|
transition: all 0.3s, height 0s;
|
|
}
|
|
.ant-pagination-options-quick-jumper input-lg {
|
|
padding: 3.4px 11px;
|
|
font-size: 14px;
|
|
}
|
|
.ant-pagination-options-quick-jumper input-sm {
|
|
padding: 0px 7px;
|
|
}
|
|
.ant-pagination-simple .ant-pagination-prev,
|
|
.ant-pagination-simple .ant-pagination-next {
|
|
height: 22px;
|
|
line-height: 22px;
|
|
vertical-align: top;
|
|
}
|
|
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
|
|
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
|
|
height: 22px;
|
|
background-color: transparent;
|
|
border: 0;
|
|
}
|
|
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
|
|
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-pagination-simple .ant-pagination-simple-pager {
|
|
display: inline-block;
|
|
height: 22px;
|
|
margin-right: 8px;
|
|
}
|
|
.ant-pagination-simple .ant-pagination-simple-pager input {
|
|
box-sizing: border-box;
|
|
height: 100%;
|
|
margin-right: 8px;
|
|
padding: 0 6px;
|
|
text-align: center;
|
|
background-color: #fff;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
outline: none;
|
|
transition: border-color 0.3s;
|
|
}
|
|
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
|
|
border-color: #3061D0;
|
|
}
|
|
.ant-pagination-simple .ant-pagination-simple-pager input:focus {
|
|
border-color: #5784de;
|
|
box-shadow: 0 0 0 2px rgba(48, 97, 208, 0.2);
|
|
}
|
|
.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-total-text,
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-simple-pager {
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-item {
|
|
min-width: 22px;
|
|
height: 22px;
|
|
margin: 0;
|
|
line-height: 20px;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-item:not(.ant-pagination-item-active) {
|
|
background: transparent;
|
|
border-color: transparent;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-prev,
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-next {
|
|
min-width: 22px;
|
|
height: 22px;
|
|
margin: 0;
|
|
line-height: 22px;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link,
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link {
|
|
background: transparent;
|
|
border-color: transparent;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link::after,
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link::after {
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-jump-prev,
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-jump-next {
|
|
height: 22px;
|
|
margin-right: 0;
|
|
line-height: 22px;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-options {
|
|
margin-left: 2px;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-options-size-changer {
|
|
top: 1px;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper {
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper input {
|
|
padding: 0px 7px;
|
|
width: 44px;
|
|
height: 22px;
|
|
}
|
|
.ant-pagination.ant-pagination-disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item {
|
|
background: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background: transparent;
|
|
border: none;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
|
|
background: #e6e6e6;
|
|
}
|
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
|
|
background: transparent;
|
|
}
|
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon {
|
|
opacity: 0;
|
|
}
|
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis {
|
|
opacity: 1;
|
|
}
|
|
.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
@media only screen and (max-width: 992px) {
|
|
.ant-pagination-item-after-jump-prev,
|
|
.ant-pagination-item-before-jump-next {
|
|
display: none;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 576px) {
|
|
.ant-pagination-options {
|
|
display: none;
|
|
}
|
|
}
|
|
.ant-pagination-rtl .ant-pagination-total-text {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-pagination-rtl .ant-pagination-item,
|
|
.ant-pagination-rtl .ant-pagination-prev,
|
|
.ant-pagination-rtl .ant-pagination-jump-prev,
|
|
.ant-pagination-rtl .ant-pagination-jump-next {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-pagination-rtl .ant-pagination-slash {
|
|
margin: 0 5px 0 10px;
|
|
}
|
|
.ant-pagination-rtl .ant-pagination-options {
|
|
margin-right: 16px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper {
|
|
margin-left: 0;
|
|
}
|
|
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-pagination-rtl.ant-pagination.mini .ant-pagination-options {
|
|
margin-right: 2px;
|
|
margin-left: 0;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/virtualSpaces/Lists/Video/index.less?modules ***!
|
|
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center____ICdO {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___Fizsy {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___ovw_y {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___YvhJ8 {
|
|
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___NRvXy {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.warp___SiWVd {
|
|
width: 965px;
|
|
background: #fff;
|
|
box-shadow: 0px 2px 4px 0px rgba(232, 232, 233, 0.5);
|
|
border-radius: 4px;
|
|
padding: 20px 25px;
|
|
min-height: 672px;
|
|
}
|
|
.warp___SiWVd .title___ZMdcv {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.warp___SiWVd .Inputstyle____IEho {
|
|
width: 329px;
|
|
height: 38px;
|
|
}
|
|
.warp___SiWVd .buttonstyle___Nv_nA {
|
|
width: 90px;
|
|
background: #196efd;
|
|
height: 30px;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
margin-right: 20px;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 2px;
|
|
}
|
|
.warp___SiWVd .Content___iyi1N {
|
|
margin-top: 20px;
|
|
}
|
|
.warp___SiWVd .imgstyle___K_hQW {
|
|
height: 177px;
|
|
width: 291px;
|
|
border-radius: 4px 4px 0px 0px;
|
|
overflow: hidden;
|
|
}
|
|
.warp___SiWVd .imgstyle___K_hQW img {
|
|
width: 100%;
|
|
height: 100%;
|
|
transition: all 0.5s;
|
|
}
|
|
.warp___SiWVd .cardstyle___hk4N8 {
|
|
width: 291px;
|
|
height: 277px;
|
|
box-shadow: 0px 2px 4px 0px #d6dae1;
|
|
border-radius: 4px;
|
|
}
|
|
.warp___SiWVd .cardstyle___hk4N8 [class~='ant-card-body'] {
|
|
height: 100px;
|
|
padding: 32px 11px 21px 10px !important;
|
|
}
|
|
.warp___SiWVd .linkstyle___y6rxz {
|
|
width: 60px;
|
|
height: 28px;
|
|
background: #fa6400;
|
|
border-radius: 4px 0px 20px 0px;
|
|
position: absolute;
|
|
color: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.warp___SiWVd .paddingcard___K56IC .titlefont___B_PBh {
|
|
font-size: 16px;
|
|
font-family: PingFangSC-Semibold, PingFang SC;
|
|
font-weight: 600;
|
|
color: #000000;
|
|
height: 22px;
|
|
-webkit-box-orient: vertical;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 1;
|
|
overflow: hidden;
|
|
}
|
|
.warp___SiWVd .flexEnd___SZPvY {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: flex-end;
|
|
}
|
|
.warp___SiWVd .flexEnd___SZPvY > span {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/virtualSpaces/Lists/Video/components/index.less?modules ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___inwoE {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___pg0PF {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___JNzAj {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___ORNt1 {
|
|
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___GLfwj {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.bg___JkHJF {
|
|
background: white;
|
|
}
|
|
.menu___L0YRG {
|
|
position: relative;
|
|
display: box;
|
|
display: flex;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.menu___L0YRG ul {
|
|
flex: 1 1;
|
|
}
|
|
.menu___L0YRG ul li {
|
|
height: 74px;
|
|
line-height: 74px;
|
|
margin: 0 15px;
|
|
}
|
|
.menu___L0YRG > div span {
|
|
margin-right: 35px;
|
|
color: #0152d9;
|
|
}
|
|
.desc___nrOMJ {
|
|
padding: 20px 0;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #999;
|
|
}
|
|
.otherLink___d3Pk0 {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 30px;
|
|
border-radius: 0px 100px 100px 0px;
|
|
background: #f9751a;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
padding: 0 18px;
|
|
text-align: center;
|
|
color: #fff;
|
|
}
|
|
.card___8aBp5 > div {
|
|
width: 31.3%;
|
|
margin-right: 3%;
|
|
display: inline-block;
|
|
margin-bottom: 30px;
|
|
border-radius: 15px;
|
|
overflow: hidden;
|
|
}
|
|
.card___8aBp5 > div:nth-child(3n) {
|
|
margin-right: 0;
|
|
}
|
|
.card___8aBp5 > div img {
|
|
width: 100%;
|
|
}
|
|
.card___8aBp5 [class='ant-card-actions'] {
|
|
text-align: right;
|
|
background: none;
|
|
border: 0;
|
|
}
|
|
.card___8aBp5 [class='ant-card-actions'] li {
|
|
width: auto !important;
|
|
margin-left: 6px;
|
|
border: 0;
|
|
float: none;
|
|
display: inline-block;
|
|
}
|
|
.img___eURkh {
|
|
position: relative;
|
|
width: 400px;
|
|
height: auto;
|
|
background-color: #f4f3f4;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.img___eURkh > div {
|
|
position: absolute;
|
|
right: -6px;
|
|
top: -6px;
|
|
cursor: pointer;
|
|
background-color: #fff;
|
|
width: 16px;
|
|
height: 16px;
|
|
border-radius: 50%;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@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:hover::before {
|
|
display: inline-block;
|
|
}
|
|
.fullscreen-button___ur0es {
|
|
margin-right: 0;
|
|
}
|
|
.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;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Video/Modal/index.less?modules ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.modal___LGwws {
|
|
position: relative;
|
|
}
|
|
.modal___LGwws video {
|
|
width: 800px;
|
|
height: 450px;
|
|
}
|
|
.modal___LGwws div[class~='ant-modal-body'] {
|
|
padding: 0px;
|
|
font-size: 0 !important;
|
|
vertical-align: top;
|
|
}
|
|
.closeIcon___vsUXI {
|
|
position: absolute;
|
|
color: #fff;
|
|
top: -10px;
|
|
right: -36px;
|
|
font-size: 24px !important;
|
|
width: 14px;
|
|
height: 8px;
|
|
margin-right: 0px;
|
|
z-index: 9;
|
|
cursor: pointer;
|
|
}
|
|
.closeIcon___vsUXI:before {
|
|
left: -4px;
|
|
position: absolute;
|
|
top: -16px;
|
|
}
|
|
.wrap___tDzbl {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 9px;
|
|
background: #000000;
|
|
}
|
|
.input___aikQk {
|
|
color: #707070;
|
|
background-color: #000;
|
|
border-color: #707070;
|
|
margin-right: 12px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|