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.
1327 lines
36 KiB
1327 lines
36 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/list/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-list {
|
|
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";
|
|
position: relative;
|
|
}
|
|
.ant-list * {
|
|
outline: none;
|
|
}
|
|
.ant-list-pagination {
|
|
margin-top: 16px;
|
|
text-align: right;
|
|
}
|
|
.ant-list-pagination .ant-pagination-options {
|
|
text-align: left;
|
|
}
|
|
.ant-list-more {
|
|
margin-top: 8px;
|
|
text-align: center;
|
|
}
|
|
.ant-list-more button {
|
|
padding-right: 32px;
|
|
padding-left: 32px;
|
|
}
|
|
.ant-list-spin {
|
|
min-height: 40px;
|
|
text-align: center;
|
|
}
|
|
.ant-list-empty-text {
|
|
padding: 8px;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
font-size: 12px;
|
|
text-align: center;
|
|
}
|
|
.ant-list-items {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
.ant-list-item {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 8px 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-list-item-meta {
|
|
display: flex;
|
|
flex: 1 1;
|
|
align-items: flex-start;
|
|
max-width: 100%;
|
|
}
|
|
.ant-list-item-meta-avatar {
|
|
margin-right: 8px;
|
|
}
|
|
.ant-list-item-meta-content {
|
|
flex: 1 0;
|
|
width: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-list-item-meta-title {
|
|
margin-bottom: 4px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
line-height: 1.66667;
|
|
}
|
|
.ant-list-item-meta-title > a {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-list-item-meta-title > a:hover {
|
|
color: #1890ff;
|
|
}
|
|
.ant-list-item-meta-description {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 12px;
|
|
line-height: 1.66667;
|
|
}
|
|
.ant-list-item-action {
|
|
flex: 0 0 auto;
|
|
margin-left: 48px;
|
|
padding: 0;
|
|
font-size: 0;
|
|
list-style: none;
|
|
}
|
|
.ant-list-item-action > li {
|
|
position: relative;
|
|
display: inline-block;
|
|
padding: 0 4px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 12px;
|
|
line-height: 1.66667;
|
|
text-align: center;
|
|
}
|
|
.ant-list-item-action > li:first-child {
|
|
padding-left: 0;
|
|
}
|
|
.ant-list-item-action-split {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 0;
|
|
width: 1px;
|
|
height: 14px;
|
|
margin-top: -7px;
|
|
background-color: #f0f0f0;
|
|
}
|
|
.ant-list-header {
|
|
background: transparent;
|
|
}
|
|
.ant-list-footer {
|
|
background: transparent;
|
|
}
|
|
.ant-list-header,
|
|
.ant-list-footer {
|
|
padding-top: 8px;
|
|
padding-bottom: 8px;
|
|
}
|
|
.ant-list-empty {
|
|
padding: 8px 0;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 12px;
|
|
text-align: center;
|
|
}
|
|
.ant-list-split .ant-list-item {
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.ant-list-split .ant-list-item:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.ant-list-split .ant-list-header {
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.ant-list-split.ant-list-empty .ant-list-footer {
|
|
border-top: 1px solid #f0f0f0;
|
|
}
|
|
.ant-list-loading .ant-list-spin-nested-loading {
|
|
min-height: 32px;
|
|
}
|
|
.ant-list-split.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.ant-list-lg .ant-list-item {
|
|
padding: 12px 16px;
|
|
}
|
|
.ant-list-sm .ant-list-item {
|
|
padding: 4px 12px;
|
|
}
|
|
.ant-list-vertical .ant-list-item {
|
|
align-items: initial;
|
|
}
|
|
.ant-list-vertical .ant-list-item-main {
|
|
display: block;
|
|
flex: 1 1;
|
|
}
|
|
.ant-list-vertical .ant-list-item-extra {
|
|
margin-left: 40px;
|
|
}
|
|
.ant-list-vertical .ant-list-item-meta {
|
|
margin-bottom: 8px;
|
|
}
|
|
.ant-list-vertical .ant-list-item-meta-title {
|
|
margin-bottom: 8px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
}
|
|
.ant-list-vertical .ant-list-item-action {
|
|
margin-top: 8px;
|
|
margin-left: auto;
|
|
}
|
|
.ant-list-vertical .ant-list-item-action > li {
|
|
padding: 0 8px;
|
|
}
|
|
.ant-list-vertical .ant-list-item-action > li:first-child {
|
|
padding-left: 0;
|
|
}
|
|
.ant-list-grid .ant-col > .ant-list-item {
|
|
display: block;
|
|
max-width: 100%;
|
|
margin-bottom: 8px;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
border-bottom: none;
|
|
}
|
|
.ant-list-item-no-flex {
|
|
display: block;
|
|
}
|
|
.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
|
|
float: right;
|
|
}
|
|
.ant-list-bordered {
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
}
|
|
.ant-list-bordered .ant-list-header {
|
|
padding-right: 16px;
|
|
padding-left: 16px;
|
|
}
|
|
.ant-list-bordered .ant-list-footer {
|
|
padding-right: 16px;
|
|
padding-left: 16px;
|
|
}
|
|
.ant-list-bordered .ant-list-item {
|
|
padding-right: 16px;
|
|
padding-left: 16px;
|
|
}
|
|
.ant-list-bordered .ant-list-pagination {
|
|
margin: 8px 16px;
|
|
}
|
|
.ant-list-bordered.ant-list-sm .ant-list-item {
|
|
padding: 4px 12px;
|
|
}
|
|
.ant-list-bordered.ant-list-sm .ant-list-header,
|
|
.ant-list-bordered.ant-list-sm .ant-list-footer {
|
|
padding: 4px 12px;
|
|
}
|
|
.ant-list-bordered.ant-list-lg .ant-list-item {
|
|
padding: 12px 16px;
|
|
}
|
|
.ant-list-bordered.ant-list-lg .ant-list-header,
|
|
.ant-list-bordered.ant-list-lg .ant-list-footer {
|
|
padding: 12px 16px;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.ant-list-item-action {
|
|
margin-left: 24px;
|
|
}
|
|
.ant-list-vertical .ant-list-item-extra {
|
|
margin-left: 24px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 576px) {
|
|
.ant-list-item {
|
|
flex-wrap: wrap;
|
|
}
|
|
.ant-list-item-action {
|
|
margin-left: 12px;
|
|
}
|
|
.ant-list-vertical .ant-list-item {
|
|
flex-wrap: wrap-reverse;
|
|
}
|
|
.ant-list-vertical .ant-list-item-main {
|
|
min-width: 220px;
|
|
}
|
|
.ant-list-vertical .ant-list-item-extra {
|
|
margin: auto auto 16px;
|
|
}
|
|
}
|
|
.ant-list-rtl {
|
|
direction: rtl;
|
|
text-align: right;
|
|
}
|
|
.ant-list-rtl .ReactVirtualized__List .ant-list-item {
|
|
direction: rtl;
|
|
}
|
|
.ant-list-rtl .ant-list-pagination {
|
|
text-align: left;
|
|
}
|
|
.ant-list-rtl .ant-list-item-meta-avatar {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-list-rtl .ant-list-item-action {
|
|
margin-right: 48px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-list.ant-list-rtl .ant-list-item-action > li:first-child {
|
|
padding-right: 0;
|
|
padding-left: 8px;
|
|
}
|
|
.ant-list-rtl .ant-list-item-action-split {
|
|
right: auto;
|
|
left: 0;
|
|
}
|
|
.ant-list-rtl.ant-list-vertical .ant-list-item-extra {
|
|
margin-right: 40px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-list-rtl.ant-list-vertical .ant-list-item-action {
|
|
margin-right: auto;
|
|
}
|
|
.ant-list-rtl .ant-list-vertical .ant-list-item-action > li:first-child {
|
|
padding-right: 0;
|
|
padding-left: 8px;
|
|
}
|
|
.ant-list-rtl .ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
|
|
float: left;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.ant-list-rtl .ant-list-item-action {
|
|
margin-right: 24px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-list-rtl .ant-list-vertical .ant-list-item-extra {
|
|
margin-right: 24px;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
@media screen and (max-width: 576px) {
|
|
.ant-list-rtl .ant-list-item-action {
|
|
margin-right: 22px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-list-rtl.ant-list-vertical .ant-list-item-extra {
|
|
margin: auto auto 16px;
|
|
}
|
|
}
|
|
/* 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[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/form/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-form-item .ant-input-number + .ant-form-text {
|
|
margin-left: 8px;
|
|
}
|
|
.ant-form-inline {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.ant-form-inline .ant-form-item {
|
|
flex: none;
|
|
flex-wrap: nowrap;
|
|
margin-right: 16px;
|
|
margin-bottom: 0;
|
|
}
|
|
.ant-form-inline .ant-form-item-with-help {
|
|
margin-bottom: 16px;
|
|
}
|
|
.ant-form-inline .ant-form-item > .ant-form-item-label,
|
|
.ant-form-inline .ant-form-item > .ant-form-item-control {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
.ant-form-inline .ant-form-item > .ant-form-item-label {
|
|
flex: none;
|
|
}
|
|
.ant-form-inline .ant-form-item .ant-form-text {
|
|
display: inline-block;
|
|
}
|
|
.ant-form-inline .ant-form-item .ant-form-item-has-feedback {
|
|
display: inline-block;
|
|
}
|
|
.ant-form-horizontal .ant-form-item-label {
|
|
flex-grow: 0;
|
|
}
|
|
.ant-form-horizontal .ant-form-item-control {
|
|
flex: 1 1;
|
|
min-width: 0;
|
|
}
|
|
.ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control,
|
|
.ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control {
|
|
min-width: 0;
|
|
min-width: initial;
|
|
}
|
|
.ant-form-vertical .ant-form-item-row {
|
|
flex-direction: column;
|
|
}
|
|
.ant-form-vertical .ant-form-item-label > label {
|
|
height: auto;
|
|
}
|
|
.ant-form-vertical .ant-form-item .ant-form-item-control {
|
|
width: 100%;
|
|
}
|
|
.ant-form-vertical .ant-form-item-label,
|
|
.ant-col-24.ant-form-item-label,
|
|
.ant-col-xl-24.ant-form-item-label {
|
|
padding: 0 0 4px;
|
|
line-height: 1.66667;
|
|
white-space: normal;
|
|
white-space: initial;
|
|
text-align: left;
|
|
}
|
|
.ant-form-vertical .ant-form-item-label > label,
|
|
.ant-col-24.ant-form-item-label > label,
|
|
.ant-col-xl-24.ant-form-item-label > label {
|
|
margin: 0;
|
|
}
|
|
.ant-form-vertical .ant-form-item-label > label::after,
|
|
.ant-col-24.ant-form-item-label > label::after,
|
|
.ant-col-xl-24.ant-form-item-label > label::after {
|
|
display: none;
|
|
}
|
|
.ant-form-rtl.ant-form-vertical .ant-form-item-label,
|
|
.ant-form-rtl.ant-col-24.ant-form-item-label,
|
|
.ant-form-rtl.ant-col-xl-24.ant-form-item-label {
|
|
text-align: right;
|
|
}
|
|
@media (max-width: 575px) {
|
|
.ant-form-item .ant-form-item-label {
|
|
padding: 0 0 4px;
|
|
line-height: 1.66667;
|
|
white-space: normal;
|
|
white-space: initial;
|
|
text-align: left;
|
|
}
|
|
.ant-form-item .ant-form-item-label > label {
|
|
margin: 0;
|
|
}
|
|
.ant-form-item .ant-form-item-label > label::after {
|
|
display: none;
|
|
}
|
|
.ant-form-rtl.ant-form-item .ant-form-item-label {
|
|
text-align: right;
|
|
}
|
|
.ant-form .ant-form-item {
|
|
flex-wrap: wrap;
|
|
}
|
|
.ant-form .ant-form-item .ant-form-item-label,
|
|
.ant-form .ant-form-item .ant-form-item-control {
|
|
flex: 0 0 100%;
|
|
max-width: 100%;
|
|
}
|
|
.ant-col-xs-24.ant-form-item-label {
|
|
padding: 0 0 4px;
|
|
line-height: 1.66667;
|
|
white-space: normal;
|
|
white-space: initial;
|
|
text-align: left;
|
|
}
|
|
.ant-col-xs-24.ant-form-item-label > label {
|
|
margin: 0;
|
|
}
|
|
.ant-col-xs-24.ant-form-item-label > label::after {
|
|
display: none;
|
|
}
|
|
.ant-form-rtl.ant-col-xs-24.ant-form-item-label {
|
|
text-align: right;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.ant-col-sm-24.ant-form-item-label {
|
|
padding: 0 0 4px;
|
|
line-height: 1.66667;
|
|
white-space: normal;
|
|
white-space: initial;
|
|
text-align: left;
|
|
}
|
|
.ant-col-sm-24.ant-form-item-label > label {
|
|
margin: 0;
|
|
}
|
|
.ant-col-sm-24.ant-form-item-label > label::after {
|
|
display: none;
|
|
}
|
|
.ant-form-rtl.ant-col-sm-24.ant-form-item-label {
|
|
text-align: right;
|
|
}
|
|
}
|
|
@media (max-width: 991px) {
|
|
.ant-col-md-24.ant-form-item-label {
|
|
padding: 0 0 4px;
|
|
line-height: 1.66667;
|
|
white-space: normal;
|
|
white-space: initial;
|
|
text-align: left;
|
|
}
|
|
.ant-col-md-24.ant-form-item-label > label {
|
|
margin: 0;
|
|
}
|
|
.ant-col-md-24.ant-form-item-label > label::after {
|
|
display: none;
|
|
}
|
|
.ant-form-rtl.ant-col-md-24.ant-form-item-label {
|
|
text-align: right;
|
|
}
|
|
}
|
|
@media (max-width: 1199px) {
|
|
.ant-col-lg-24.ant-form-item-label {
|
|
padding: 0 0 4px;
|
|
line-height: 1.66667;
|
|
white-space: normal;
|
|
white-space: initial;
|
|
text-align: left;
|
|
}
|
|
.ant-col-lg-24.ant-form-item-label > label {
|
|
margin: 0;
|
|
}
|
|
.ant-col-lg-24.ant-form-item-label > label::after {
|
|
display: none;
|
|
}
|
|
.ant-form-rtl.ant-col-lg-24.ant-form-item-label {
|
|
text-align: right;
|
|
}
|
|
}
|
|
@media (max-width: 1599px) {
|
|
.ant-col-xl-24.ant-form-item-label {
|
|
padding: 0 0 4px;
|
|
line-height: 1.66667;
|
|
white-space: normal;
|
|
white-space: initial;
|
|
text-align: left;
|
|
}
|
|
.ant-col-xl-24.ant-form-item-label > label {
|
|
margin: 0;
|
|
}
|
|
.ant-col-xl-24.ant-form-item-label > label::after {
|
|
display: none;
|
|
}
|
|
.ant-form-rtl.ant-col-xl-24.ant-form-item-label {
|
|
text-align: right;
|
|
}
|
|
}
|
|
.ant-form-item {
|
|
/* Some non-status related component style is in `components.less` */
|
|
/* To support leave along ErrorList. We add additional className to handle explain style */
|
|
}
|
|
.ant-form-item-explain-error {
|
|
color: #ff4d4f;
|
|
}
|
|
.ant-form-item-explain-warning {
|
|
color: #faad14;
|
|
}
|
|
.ant-form-item-has-feedback .ant-switch {
|
|
margin: 2px 0 4px;
|
|
}
|
|
.ant-form-item-has-warning .ant-form-item-split {
|
|
color: #faad14;
|
|
}
|
|
.ant-form-item-has-error .ant-form-item-split {
|
|
color: #ff4d4f;
|
|
}
|
|
.ant-form {
|
|
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-form legend {
|
|
display: block;
|
|
width: 100%;
|
|
margin-bottom: 20px;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 14px;
|
|
line-height: inherit;
|
|
border: 0;
|
|
border-bottom: 1px solid #d9d9d9;
|
|
}
|
|
.ant-form label {
|
|
font-size: 12px;
|
|
}
|
|
.ant-form input[type='search'] {
|
|
box-sizing: border-box;
|
|
}
|
|
.ant-form input[type='radio'],
|
|
.ant-form input[type='checkbox'] {
|
|
line-height: normal;
|
|
}
|
|
.ant-form input[type='file'] {
|
|
display: block;
|
|
}
|
|
.ant-form input[type='range'] {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
.ant-form select[multiple],
|
|
.ant-form select[size] {
|
|
height: auto;
|
|
}
|
|
.ant-form input[type='file']:focus,
|
|
.ant-form input[type='radio']:focus,
|
|
.ant-form input[type='checkbox']:focus {
|
|
outline: thin dotted;
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
outline-offset: -2px;
|
|
}
|
|
.ant-form output {
|
|
display: block;
|
|
padding-top: 15px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
line-height: 1.66667;
|
|
}
|
|
.ant-form .ant-form-text {
|
|
display: inline-block;
|
|
padding-right: 8px;
|
|
}
|
|
.ant-form-small .ant-form-item-label > label {
|
|
height: 22px;
|
|
}
|
|
.ant-form-small .ant-form-item-control-input {
|
|
min-height: 22px;
|
|
}
|
|
.ant-form-large .ant-form-item-label > label {
|
|
height: 32px;
|
|
}
|
|
.ant-form-large .ant-form-item-control-input {
|
|
min-height: 32px;
|
|
}
|
|
.ant-form-item {
|
|
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";
|
|
margin-bottom: 16px;
|
|
vertical-align: top;
|
|
}
|
|
.ant-form-item-with-help {
|
|
transition: none;
|
|
}
|
|
.ant-form-item-hidden,
|
|
.ant-form-item-hidden.ant-row {
|
|
display: none;
|
|
}
|
|
.ant-form-item-label {
|
|
display: inline-block;
|
|
flex-grow: 0;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-align: right;
|
|
vertical-align: middle;
|
|
}
|
|
.ant-form-item-label-left {
|
|
text-align: left;
|
|
}
|
|
.ant-form-item-label-wrap {
|
|
overflow: visible;
|
|
overflow: initial;
|
|
line-height: 1.41667em;
|
|
white-space: inherit;
|
|
}
|
|
.ant-form-item-label > label {
|
|
position: relative;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
max-width: 100%;
|
|
height: 28px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
}
|
|
.ant-form-item-label > label > .anticon {
|
|
font-size: 12px;
|
|
vertical-align: top;
|
|
}
|
|
.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
|
|
display: inline-block;
|
|
margin-right: 4px;
|
|
color: #ff4d4f;
|
|
font-size: 12px;
|
|
font-family: SimSun, sans-serif;
|
|
line-height: 1;
|
|
content: '*';
|
|
}
|
|
.ant-form-hide-required-mark .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
|
|
display: none;
|
|
}
|
|
.ant-form-item-label > label .ant-form-item-optional {
|
|
display: inline-block;
|
|
margin-left: 0px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
}
|
|
.ant-form-hide-required-mark .ant-form-item-label > label .ant-form-item-optional {
|
|
display: none;
|
|
}
|
|
.ant-form-item-label > label .ant-form-item-tooltip {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
cursor: help;
|
|
-webkit-writing-mode: horizontal-tb;
|
|
-ms-writing-mode: lr-tb;
|
|
writing-mode: horizontal-tb;
|
|
-webkit-margin-start: 0px;
|
|
margin-inline-start: 0px;
|
|
}
|
|
.ant-form-item-label > label::after {
|
|
content: ':';
|
|
position: relative;
|
|
top: -0.5px;
|
|
margin: 0 8px 0 2px;
|
|
}
|
|
.ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
content: ' ';
|
|
}
|
|
.ant-form-item-control {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-grow: 1;
|
|
}
|
|
.ant-form-item-control:first-child:not([class^='ant-col-']):not([class*=' ant-col-']) {
|
|
width: 100%;
|
|
}
|
|
.ant-form-item-control-input {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
min-height: 28px;
|
|
}
|
|
.ant-form-item-control-input-content {
|
|
flex: auto;
|
|
max-width: 100%;
|
|
}
|
|
.ant-form-item-explain,
|
|
.ant-form-item-extra {
|
|
clear: both;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 12px;
|
|
line-height: 1.66667;
|
|
transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
}
|
|
.ant-form-item-explain-connected {
|
|
width: 100%;
|
|
}
|
|
.ant-form-item-extra {
|
|
min-height: 16px;
|
|
}
|
|
.ant-form-item-with-help .ant-form-item-explain {
|
|
height: auto;
|
|
opacity: 1;
|
|
}
|
|
.ant-form-item-feedback-icon {
|
|
font-size: 12px;
|
|
text-align: center;
|
|
visibility: visible;
|
|
animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
|
|
pointer-events: none;
|
|
}
|
|
.ant-form-item-feedback-icon-success {
|
|
color: #52c41a;
|
|
}
|
|
.ant-form-item-feedback-icon-error {
|
|
color: #ff4d4f;
|
|
}
|
|
.ant-form-item-feedback-icon-warning {
|
|
color: #faad14;
|
|
}
|
|
.ant-form-item-feedback-icon-validating {
|
|
color: #1890ff;
|
|
}
|
|
.ant-show-help {
|
|
transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
}
|
|
.ant-show-help-appear,
|
|
.ant-show-help-enter {
|
|
opacity: 0;
|
|
}
|
|
.ant-show-help-appear-active,
|
|
.ant-show-help-enter-active {
|
|
opacity: 1;
|
|
}
|
|
.ant-show-help-leave {
|
|
opacity: 1;
|
|
}
|
|
.ant-show-help-leave-active {
|
|
opacity: 0;
|
|
}
|
|
.ant-show-help-item {
|
|
overflow: hidden;
|
|
transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
|
}
|
|
.ant-show-help-item-appear,
|
|
.ant-show-help-item-enter {
|
|
transform: translateY(-5px);
|
|
opacity: 0;
|
|
}
|
|
.ant-show-help-item-appear-active,
|
|
.ant-show-help-item-enter-active {
|
|
transform: translateY(0);
|
|
opacity: 1;
|
|
}
|
|
.ant-show-help-item-leave {
|
|
transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
|
}
|
|
.ant-show-help-item-leave-active {
|
|
transform: translateY(-5px);
|
|
}
|
|
@keyframes diffZoomIn1 {
|
|
0% {
|
|
transform: scale(0);
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
transform: scale(1);
|
|
opacity: 1;
|
|
}
|
|
}
|
|
@keyframes diffZoomIn2 {
|
|
0% {
|
|
transform: scale(0);
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
transform: scale(1);
|
|
opacity: 1;
|
|
}
|
|
}
|
|
@keyframes diffZoomIn3 {
|
|
0% {
|
|
transform: scale(0);
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
transform: scale(1);
|
|
opacity: 1;
|
|
}
|
|
}
|
|
.ant-form-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-form-rtl .ant-form-item-label {
|
|
text-align: left;
|
|
}
|
|
.ant-form-rtl .ant-form-item-label > label.ant-form-item-required::before {
|
|
margin-right: 0;
|
|
margin-left: 4px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-label > label::after {
|
|
margin: 0 2px 0 8px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-label > label .ant-form-item-optional {
|
|
margin-right: 0px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-rtl .ant-form-item-control:first-child {
|
|
width: 100%;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-input {
|
|
padding-right: 7px;
|
|
padding-left: 24px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
|
|
padding-right: 7px;
|
|
padding-left: 18px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input {
|
|
padding: 0;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-input-number-affix-wrapper .ant-input-number {
|
|
padding: 0;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
|
|
right: auto;
|
|
left: 28px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-input-number {
|
|
padding-left: 18px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-arrow,
|
|
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-clear,
|
|
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
|
|
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear,
|
|
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-arrow,
|
|
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-clear {
|
|
right: auto;
|
|
left: 32px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
|
|
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value,
|
|
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-selection-selected-value {
|
|
padding-right: 0;
|
|
padding-left: 42px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-arrow {
|
|
margin-right: 0;
|
|
margin-left: 19px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-clear {
|
|
right: auto;
|
|
left: 32px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-picker {
|
|
padding-right: 7px;
|
|
padding-left: 22.6px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-large {
|
|
padding-right: 11px;
|
|
padding-left: 26.6px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-small {
|
|
padding-right: 7px;
|
|
padding-left: 22.6px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
|
|
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
|
|
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
|
|
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
|
|
right: auto;
|
|
left: 0;
|
|
}
|
|
.ant-form-rtl.ant-form-inline .ant-form-item {
|
|
margin-right: 0;
|
|
margin-left: 16px;
|
|
}
|
|
/* 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/Engineering/Lists/CurseSetting/index.less?modules ***!
|
|
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___EE2m_ {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___Kx6gd {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___HpACx {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___wbVo8 {
|
|
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___m87JY {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.wrap___Pt66y {
|
|
border-radius: 4px;
|
|
}
|
|
.wrap___Pt66y .title___dGCnl {
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
color: #464f66;
|
|
line-height: 22px;
|
|
padding-left: 32px;
|
|
position: relative;
|
|
align-items: center;
|
|
margin-top: 16px;
|
|
}
|
|
.wrap___Pt66y .title___dGCnl::after {
|
|
position: absolute;
|
|
content: '';
|
|
width: 5px;
|
|
height: 5px;
|
|
opacity: 0.6;
|
|
background-color: #464f66;
|
|
border-radius: 50%;
|
|
left: 20px;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
.wrap___Pt66y .ant-btn {
|
|
height: 30px;
|
|
}
|
|
.wrap___Pt66y .ant-btn:hover {
|
|
border-color: #0152d9;
|
|
color: #0152d9;
|
|
}
|
|
.wrap___Pt66y .ant-btn.ant-btn-primary:hover {
|
|
color: #fff;
|
|
}
|
|
.wrap___Pt66y .ant-btn > i {
|
|
margin-right: 8px;
|
|
}
|
|
.wrap___Pt66y .ant-table .ant-table-thead {
|
|
background-color: #f5f5f5;
|
|
min-height: 38px;
|
|
}
|
|
.wrap___Pt66y .ant-table .ant-table-thead > tr > th {
|
|
background-color: #f5f5f5;
|
|
padding: 7px 8px;
|
|
}
|
|
.wrap___Pt66y .ant-table .ant-table-tbody > tr > td {
|
|
padding: 9px 8px;
|
|
}
|
|
.wrap___Pt66y .standardTableWrap___nFf7g {
|
|
padding-bottom: 17px;
|
|
}
|
|
.wrap___Pt66y .standardTableWrap___nFf7g .ant-table .ant-table-thead > tr > th:first-child,
|
|
.wrap___Pt66y .standardTableWrap___nFf7g .ant-table .ant-table-tbody > tr > td:first-child {
|
|
padding-left: 40px;
|
|
}
|
|
.wrap___Pt66y .targetTableWrap___dHw3L {
|
|
padding-bottom: 17px;
|
|
}
|
|
.wrap___Pt66y .targetTableWrap___dHw3L .ant-table .ant-table-tbody > tr > td {
|
|
color: #464f66;
|
|
font-size: 14px;
|
|
}
|
|
.wrap___Pt66y .targetTableWrap___dHw3L .ant-list-item {
|
|
padding: 0;
|
|
}
|
|
.wrap___Pt66y .targetTableWrap___dHw3L .ant-list-item-meta-description {
|
|
font-size: 14px;
|
|
color: #464f66;
|
|
}
|
|
.wrap___Pt66y .waysTableWrap___bdq6I .green___IznFa {
|
|
color: #07c160;
|
|
}
|
|
.wrap___Pt66y .waysTableWrap___bdq6I .ant-table-tbody > tr > td:nth-child(4),
|
|
.wrap___Pt66y .waysTableWrap___bdq6I .ant-table-tbody > tr > td:nth-child(5) {
|
|
padding: 9px 0;
|
|
}
|
|
.wrap___Pt66y .box___GqhHB {
|
|
background: #ffffff;
|
|
box-shadow: 0px 2px 11px 0px rgba(218, 218, 218, 0.5);
|
|
border-radius: 4px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.wrap___Pt66y .box___GqhHB.padding___nFfG0 {
|
|
padding-top: 16px;
|
|
}
|
|
.wrap___Pt66y .control___ODG9O {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0px 20px 20px 20px;
|
|
background: #ffffff;
|
|
}
|
|
.wrap___Pt66y .control___ODG9O .label___bq9qV {
|
|
width: 82px;
|
|
height: 38px;
|
|
background: #f5f5f5;
|
|
border-radius: 2px 0px 0px 2px;
|
|
border: 1px solid #dddddd;
|
|
line-height: 38px;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
margin-right: -1px;
|
|
}
|
|
.wrap___Pt66y .control___ODG9O .ant-select {
|
|
width: 110px;
|
|
margin-right: 20px;
|
|
}
|
|
.wrap___Pt66y .control___ODG9O .ant-select .ant-select-selector {
|
|
height: 38px !important;
|
|
padding: 0 10px;
|
|
}
|
|
.wrap___Pt66y .control___ODG9O .ant-select .ant-select-selection-item,
|
|
.wrap___Pt66y .control___ODG9O .ant-select .ant-select-selection-placeholder {
|
|
line-height: 38px !important;
|
|
}
|
|
.wrap___Pt66y .control___ODG9O .ant-input-search {
|
|
height: 38px;
|
|
width: 300px;
|
|
}
|
|
.wrap___Pt66y .control___ODG9O .ant-input-search input {
|
|
color: #333;
|
|
}
|
|
.wrap___Pt66y .control___ODG9O .ant-input-search .ant-input-search-icon::before {
|
|
border-left: 1px solid transparent;
|
|
}
|
|
.wrap___Pt66y .customTable___Yp8nh {
|
|
padding: 0 20px;
|
|
}
|
|
.tagWrap___RoLwt {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: end;
|
|
}
|
|
.tagWrap___RoLwt .tag___Lhqqj {
|
|
height: 24px;
|
|
line-height: 24px;
|
|
font-size: 14px;
|
|
padding: 0 10px;
|
|
color: #0152d9;
|
|
background: #eaf0fc;
|
|
margin-right: 5px;
|
|
border-radius: 2px;
|
|
display: flex;
|
|
}
|
|
.tagWrap___RoLwt .tag___Lhqqj span:first-child {
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
max-width: 70px;
|
|
}
|
|
.tagWrap___RoLwt .tag___Lhqqj span:last-child {
|
|
cursor: pointer;
|
|
color: #0152d9;
|
|
margin-left: 5px;
|
|
}
|
|
.tagWrap___RoLwt .tag___Lhqqj span:last-child i {
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
transform: scale(0.8);
|
|
}
|
|
.line___j6OTt {
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
position: relative;
|
|
min-width: 170px;
|
|
}
|
|
.line___j6OTt ::after {
|
|
content: '';
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
box-sizing: border-box;
|
|
background: linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 1px), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) calc(50% + 1px), rgba(0, 0, 0, 0) 100%);
|
|
}
|
|
.line___j6OTt span {
|
|
display: block;
|
|
height: 39px;
|
|
line-height: 39px;
|
|
}
|
|
.line___j6OTt span:first-child {
|
|
text-align: right;
|
|
padding-right: 6px;
|
|
}
|
|
.line___j6OTt span:last-child {
|
|
text-align: left;
|
|
padding-left: 6px;
|
|
}
|
|
.textwidth___S4C7M {
|
|
-webkit-box-orient: vertical;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 1;
|
|
overflow: hidden;
|
|
border: 0.5px solid #f0f0f0;
|
|
text-align: center;
|
|
}
|
|
.modalWrapContainer___bNs_c .ant-modal-header {
|
|
border-bottom: none;
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
color: #464f66;
|
|
line-height: 25px;
|
|
padding: 26px 40px 22px 40px;
|
|
}
|
|
.modalWrapContainer___bNs_c .ant-modal-body {
|
|
padding: 0;
|
|
}
|
|
.modalWrapContainer___bNs_c .ant-modal-close {
|
|
top: 15px;
|
|
right: 5px;
|
|
}
|
|
.modalWrapContainer___bNs_c .ant-modal-footer {
|
|
border-top: none;
|
|
padding-bottom: 26px;
|
|
}
|
|
.modalWrapContainer___bNs_c .ant-modal-footer button {
|
|
font-size: 12px;
|
|
}
|
|
.modalWrapContainer___bNs_c .ant-modal-footer button.ant-btn {
|
|
height: 30px;
|
|
padding: 3px 13px;
|
|
}
|
|
.modalWrapContainer___bNs_c .ant-modal-footer button.ant-btn:hover {
|
|
border-color: #0152d9;
|
|
color: #0152d9;
|
|
}
|
|
.modalWrapContainer___bNs_c .ant-modal-footer button.ant-btn.ant-btn-primary {
|
|
background: #0152d9;
|
|
border-color: #0152d9;
|
|
}
|
|
.modalWrapContainer___bNs_c .ant-modal-footer button.ant-btn.ant-btn-primary:hover {
|
|
color: #fff;
|
|
}
|
|
.modalWrapContainer___bNs_c .inputWrap___eHeJs .ant-input,
|
|
.modalWrapContainer___bNs_c .inputWrap___eHeJs .ant-input-number-input {
|
|
height: 38px;
|
|
}
|
|
.modalWrapContainer___bNs_c .inputWrap___eHeJs .ant-select .ant-select-selector {
|
|
height: 38px;
|
|
align-items: center;
|
|
}
|
|
.modalWrapContainer___bNs_c .title___dGCnl {
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
color: #464f66;
|
|
line-height: 22px;
|
|
padding-left: 10px;
|
|
position: relative;
|
|
align-items: center;
|
|
}
|
|
.modalWrapContainer___bNs_c .title___dGCnl::after {
|
|
position: absolute;
|
|
content: '';
|
|
width: 5px;
|
|
height: 5px;
|
|
opacity: 0.6;
|
|
background-color: #464f66;
|
|
border-radius: 50%;
|
|
left: -6px;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
.modalWrapContainer___bNs_c .addCourseTabsContainer___J8THT .ant-tabs .ant-tabs-nav {
|
|
padding: 0 39px;
|
|
margin-top: 22px;
|
|
}
|
|
.modalWrapContainer___bNs_c .addCourseTabsContainer___J8THT .ant-tabs .ant-tabs-tab:hover {
|
|
color: #0152d9;
|
|
}
|
|
.modalWrapContainer___bNs_c .addCourseTabsContainer___J8THT .ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
|
|
color: #0152d9;
|
|
}
|
|
.modalWrapContainer___bNs_c .addCourseTabsContainer___J8THT .ant-tabs .ant-tabs-ink-bar {
|
|
background-color: #0152d9;
|
|
}
|
|
.textone___cOB6b {
|
|
-webkit-box-orient: vertical;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 1;
|
|
overflow: hidden;
|
|
}
|
|
/* 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/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%;
|
|
}
|
|
/* 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[4].oneOf[1].use[1]!./node_modules/@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;
|
|
}
|