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.
1075 lines
29 KiB
1075 lines
29 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/skeleton/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-skeleton {
|
|
display: table;
|
|
width: 100%;
|
|
}
|
|
.ant-skeleton-header {
|
|
display: table-cell;
|
|
padding-right: 8px;
|
|
vertical-align: top;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
width: 28px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar-lg {
|
|
width: 32px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar-sm {
|
|
width: 22px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-content {
|
|
display: table-cell;
|
|
width: 100%;
|
|
vertical-align: top;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-title {
|
|
width: 100%;
|
|
height: 14px;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
border-radius: 2px;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
|
|
margin-top: 20px;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-paragraph {
|
|
padding: 0;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-paragraph > li {
|
|
width: 100%;
|
|
height: 14px;
|
|
list-style: none;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
border-radius: 2px;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
|
|
width: 61%;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
|
|
margin-top: 12px;
|
|
}
|
|
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
|
|
margin-top: 8px;
|
|
}
|
|
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
|
|
margin-top: 20px;
|
|
}
|
|
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title,
|
|
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {
|
|
border-radius: 100px;
|
|
}
|
|
.ant-skeleton-active .ant-skeleton-title,
|
|
.ant-skeleton-active .ant-skeleton-paragraph > li,
|
|
.ant-skeleton-active .ant-skeleton-avatar,
|
|
.ant-skeleton-active .ant-skeleton-button,
|
|
.ant-skeleton-active .ant-skeleton-input,
|
|
.ant-skeleton-active .ant-skeleton-image {
|
|
position: relative;
|
|
/* stylelint-disable-next-line property-no-vendor-prefix,value-no-vendor-prefix */
|
|
z-index: 0;
|
|
overflow: hidden;
|
|
background: transparent;
|
|
}
|
|
.ant-skeleton-active .ant-skeleton-title::after,
|
|
.ant-skeleton-active .ant-skeleton-paragraph > li::after,
|
|
.ant-skeleton-active .ant-skeleton-avatar::after,
|
|
.ant-skeleton-active .ant-skeleton-button::after,
|
|
.ant-skeleton-active .ant-skeleton-input::after,
|
|
.ant-skeleton-active .ant-skeleton-image::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: -150%;
|
|
bottom: 0;
|
|
left: -150%;
|
|
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
|
|
animation: ant-skeleton-loading 1.4s ease infinite;
|
|
content: '';
|
|
}
|
|
.ant-skeleton.ant-skeleton-block {
|
|
width: 100%;
|
|
}
|
|
.ant-skeleton.ant-skeleton-block .ant-skeleton-button {
|
|
width: 100%;
|
|
}
|
|
.ant-skeleton.ant-skeleton-block .ant-skeleton-input {
|
|
width: 100%;
|
|
}
|
|
.ant-skeleton-element {
|
|
display: inline-block;
|
|
width: auto;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
border-radius: 2px;
|
|
width: 56px;
|
|
min-width: 56px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-square {
|
|
width: 28px;
|
|
min-width: 28px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
|
|
width: 28px;
|
|
min-width: 28px;
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
|
|
border-radius: 28px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-lg {
|
|
width: 64px;
|
|
min-width: 64px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-square {
|
|
width: 32px;
|
|
min-width: 32px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
|
|
width: 32px;
|
|
min-width: 32px;
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
|
|
border-radius: 32px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-sm {
|
|
width: 44px;
|
|
min-width: 44px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-square {
|
|
width: 22px;
|
|
min-width: 22px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
|
|
width: 22px;
|
|
min-width: 22px;
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
|
|
border-radius: 22px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
width: 28px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar-lg {
|
|
width: 32px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar-sm {
|
|
width: 22px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-input {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
width: 140px;
|
|
min-width: 140px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-input-lg {
|
|
width: 160px;
|
|
min-width: 160px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-input-sm {
|
|
width: 110px;
|
|
min-width: 110px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
vertical-align: top;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
width: 96px;
|
|
height: 96px;
|
|
line-height: 96px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image-path {
|
|
fill: #bfbfbf;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image-svg {
|
|
width: 48px;
|
|
height: 48px;
|
|
line-height: 48px;
|
|
max-width: 192px;
|
|
max-height: 192px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
|
|
border-radius: 50%;
|
|
}
|
|
@keyframes ant-skeleton-loading {
|
|
0% {
|
|
transform: translateX(-37.5%);
|
|
}
|
|
100% {
|
|
transform: translateX(37.5%);
|
|
}
|
|
}
|
|
.ant-skeleton-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-skeleton-rtl .ant-skeleton-header {
|
|
padding-right: 0;
|
|
padding-left: 16px;
|
|
}
|
|
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
|
|
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
|
|
animation-name: ant-skeleton-loading-rtl;
|
|
}
|
|
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
|
|
animation-name: ant-skeleton-loading-rtl;
|
|
}
|
|
@keyframes ant-skeleton-loading-rtl {
|
|
0% {
|
|
background-position: 0% 50%;
|
|
}
|
|
100% {
|
|
background-position: 100% 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[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[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/Competitions/Index/index.less?modules ***!
|
|
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___KHcKj {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___rpKE6 {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___aBwFB {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___eszEn {
|
|
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___y2rDr {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.wrp___b6xZq {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
}
|
|
.tabsWrap___rNsVP {
|
|
background: #fff;
|
|
border-radius: 4px 4px 0 0;
|
|
margin-bottom: 20px;
|
|
}
|
|
.tabsWrap___rNsVP div[class~='ant-tabs-tab'] {
|
|
font-size: 14px;
|
|
margin-right: 40px;
|
|
color: #5f6368;
|
|
}
|
|
.tabsWrap___rNsVP div[class~='ant-tabs-tab-active'] [class~='ant-tabs-tab-btn'] {
|
|
color: #232b40;
|
|
}
|
|
.tabsWrap___rNsVP [class~='ant-tabs-nav'] {
|
|
margin: 0px;
|
|
height: 56px;
|
|
}
|
|
.tabsWrap___rNsVP [class~='ant-tabs-nav'] div[class~='ant-tabs-ink-bar'] {
|
|
background-color: #232b40;
|
|
border-radius: 100px 100px 0px 0px;
|
|
height: 3px;
|
|
}
|
|
.tabsWrap___rNsVP [class~='ant-tabs-nav']::before {
|
|
background: #f1f1f1;
|
|
}
|
|
.searchWrap___NzDrD {
|
|
margin-top: 24px;
|
|
}
|
|
.searchWrap___NzDrD .search___O3S5n {
|
|
display: flex;
|
|
align-items: center;
|
|
overflow: hidden;
|
|
border-radius: 19px;
|
|
height: 38px;
|
|
width: 418px;
|
|
padding-left: 20px;
|
|
background-color: #f6f7f9;
|
|
border: none;
|
|
}
|
|
.searchWrap___NzDrD .search___O3S5n [class~='ant-input-affix-wrapper'] {
|
|
background-color: #f6f7f9;
|
|
border: none;
|
|
}
|
|
.searchWrap___NzDrD .search___O3S5n [class~='ant-input-affix-wrapper'] {
|
|
outline: none !important;
|
|
border: none !important;
|
|
box-shadow: none !important;
|
|
}
|
|
.searchWrap___NzDrD .search___O3S5n span[class~='ant-input-group-addon'] {
|
|
display: none;
|
|
}
|
|
.searchWrap___NzDrD .search___O3S5n .searchIcon___S8AXh {
|
|
margin-right: 14px;
|
|
cursor: pointer;
|
|
}
|
|
.searchWrap___NzDrD .search___O3S5n input {
|
|
background-color: #f6f7f9;
|
|
}
|
|
.description____uPzl {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
height: 100%;
|
|
}
|
|
.bg___lqNd2 {
|
|
background: #fff;
|
|
padding-bottom: 1px;
|
|
}
|
|
.list___JU4aR {
|
|
padding: 20px;
|
|
margin-bottom: 20px;
|
|
background: #fff;
|
|
position: relative;
|
|
}
|
|
.list___JU4aR .status___d75lJ {
|
|
position: absolute;
|
|
right: -5px;
|
|
top: 20px;
|
|
}
|
|
.list___JU4aR .status___d75lJ img {
|
|
width: 80px;
|
|
}
|
|
.list___JU4aR h1 {
|
|
font-size: 28px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.list___JU4aR .desc___NuO07 {
|
|
display: box;
|
|
display: flex;
|
|
}
|
|
.list___JU4aR .desc___NuO07 .flex1___ibscW {
|
|
font-size: 14px;
|
|
color: #666;
|
|
flex: 1 1;
|
|
}
|
|
.list___JU4aR .desc___NuO07 .item___E2e6I {
|
|
margin-left: 40px;
|
|
color: #666;
|
|
text-align: center;
|
|
}
|
|
.list___JU4aR .desc___NuO07 .item___E2e6I strong {
|
|
font-size: 24px;
|
|
color: #333;
|
|
margin-top: 10px;
|
|
display: inline-block;
|
|
}
|
|
.list___JU4aR .footer___az6N2 {
|
|
font-size: 14px;
|
|
margin-top: 20px;
|
|
color: #828383;
|
|
}
|
|
.bottomText___XT9Es {
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #666666;
|
|
}
|
|
.CompetitionsList___BU3Jl {
|
|
position: relative;
|
|
background: #ffffff;
|
|
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
|
|
border-radius: 4px;
|
|
border: 1px solid #f5f5f5;
|
|
margin-bottom: 20px;
|
|
}
|
|
.CompetitionsList___BU3Jl [class~='ant-list-item'] {
|
|
padding: 20px;
|
|
}
|
|
.CompetitionsList___BU3Jl [class~='ant-list-item-meta-content'] {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.CompetitionsList___BU3Jl [class~='ant-list-item-meta-description'] {
|
|
flex: 1 1;
|
|
}
|
|
.CompetitionsList___BU3Jl .signup___UmfzR {
|
|
width: 88px;
|
|
height: 32px;
|
|
border-radius: 4px;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
color: #3061d0;
|
|
border-color: #bacffe;
|
|
box-shadow: 0px 2px 4px 0px #e0dfe1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
|
|
}
|
|
.CompetitionsList___BU3Jl .signup___UmfzR:hover {
|
|
color: #165dff;
|
|
border-color: #165dff;
|
|
box-shadow: 0px 2px 4px 0px #e0dfe1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
|
|
}
|
|
.CompetitionsList___BU3Jl:hover {
|
|
box-shadow: 3px 4px 10px 2px rgba(229, 229, 229, 0.5);
|
|
opacity: 1;
|
|
border-radius: 2px;
|
|
}
|
|
.CompetitionsListzhezhao___E2v5E {
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 1200px;
|
|
height: 100%;
|
|
z-index: 10000;
|
|
display: none;
|
|
background: rgba(0, 0, 0, 0.33);
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 22px;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
flex-direction: column;
|
|
}
|
|
.CompetitionsList___BU3Jl:hover .CompetitionsListzhezhao___E2v5E {
|
|
display: block;
|
|
display: flex;
|
|
}
|
|
.shadow___kJYAn {
|
|
background: #fff;
|
|
display: flex;
|
|
cursor: pointer;
|
|
}
|
|
.divimg___R3hKI {
|
|
width: 326px;
|
|
height: 140px;
|
|
border-radius: 4px;
|
|
overflow: hidden;
|
|
margin-right: 12px;
|
|
object-fit: cover;
|
|
object-position: left;
|
|
}
|
|
.commonTextBox___C7Stw {
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
margin-left: 6px;
|
|
height: 26px;
|
|
line-height: 26px;
|
|
padding: 0 9px;
|
|
display: inline-block;
|
|
border-radius: 13px;
|
|
}
|
|
.commonTextBox___C7Stw.havetext___Q_Zdl {
|
|
color: #00b187;
|
|
border: 1px solid #b1f0e1;
|
|
}
|
|
.commonTextBox___C7Stw.Finishedtext___zMGI8 {
|
|
color: #999999;
|
|
border: 1px solid #dadbde;
|
|
}
|
|
.commonTextBox___C7Stw.Comingtext___cJOQk {
|
|
color: #165dff;
|
|
border: 1px solid #d5e2ff;
|
|
}
|
|
.info___eIwYF {
|
|
text-align: right;
|
|
}
|
|
.info___eIwYF .bonus___eKcia {
|
|
font-size: 30px;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
margin-bottom: 8px;
|
|
}
|
|
.info___eIwYF .bonus___eKcia .rmb___4wccY {
|
|
font-size: 20px;
|
|
font-family: Helvetica;
|
|
color: #333333;
|
|
}
|
|
.info___eIwYF .applyInfo___sqck8 {
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #666666;
|
|
}
|
|
.task_hide___MQUVb {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
max-width: 80%;
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
color: #000000;
|
|
}
|
|
.task_hide___MQUVb:hover {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
font-size: 20px;
|
|
max-width: 80%;
|
|
color: #0152d9;
|
|
}
|
|
.task_hide_2___MoAlk {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
}
|
|
.Unpublishedtext___tqsH6 {
|
|
background: #fafbfc;
|
|
box-shadow: inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
|
|
border-radius: 4px;
|
|
border: 1px solid #e9eaec;
|
|
height: 32px;
|
|
width: 88px;
|
|
text-align: center;
|
|
line-height: 32px;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #c0c0c0;
|
|
cursor: no-drop;
|
|
}
|
|
.checkboxtitle___iwuEz {
|
|
-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/pages/Competitions/Index/Statistics/index.less?modules ***!
|
|
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.searchWrap___xQK12 .search___yq6Qw {
|
|
display: flex;
|
|
align-items: center;
|
|
overflow: hidden;
|
|
border-radius: 19px;
|
|
height: 38px;
|
|
width: 418px;
|
|
padding-left: 20px;
|
|
background-color: #f6f7f9;
|
|
border: none;
|
|
}
|
|
.searchWrap___xQK12 .search___yq6Qw span[class~='ant-input-search-icon'] {
|
|
display: none;
|
|
}
|
|
.searchWrap___xQK12 .search___yq6Qw [class~='ant-input-affix-wrapper'] {
|
|
background-color: #f6f7f9;
|
|
border: none;
|
|
}
|
|
.searchWrap___xQK12 .search___yq6Qw [class~='ant-input-affix-wrapper'] {
|
|
outline: none !important;
|
|
border: none !important;
|
|
box-shadow: none !important;
|
|
}
|
|
.searchWrap___xQK12 .search___yq6Qw span[class~='ant-input-group-addon'] {
|
|
display: none;
|
|
}
|
|
.searchWrap___xQK12 .search___yq6Qw .searchIcon___leI1w {
|
|
margin-right: 14px;
|
|
cursor: pointer;
|
|
}
|
|
.searchWrap___xQK12 .search___yq6Qw input {
|
|
background-color: #f6f7f9;
|
|
}
|
|
.scrollWrapper___jhUoo {
|
|
height: 240px;
|
|
border-radius: 4px;
|
|
border: 1px solid #dbdce0;
|
|
padding: 20px 26px;
|
|
margin-bottom: 35px;
|
|
}
|
|
.scrollWrapper___jhUoo .checkBoxWrapper___p_r14 {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
}
|
|
.scrollWrapper___jhUoo .checkBoxWrapper___p_r14 .checkboxtitle___iHgQL {
|
|
max-width: 340px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
margin-top: 10px;
|
|
text-overflow: ellipsis;
|
|
display: inline-block;
|
|
}
|
|
.partTitle___dW4po {
|
|
font-size: 16px;
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.partTitle___dW4po::before {
|
|
content: '';
|
|
display: inline-block;
|
|
width: 4px;
|
|
height: 15px;
|
|
background: #333333;
|
|
border-radius: 3px;
|
|
margin-right: 8px;
|
|
}
|
|
.exportBtn___ekb9d {
|
|
width: 105px;
|
|
height: 32px;
|
|
border-radius: 4px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.exportBtn___ekb9d .pngIcon___Jv1zf {
|
|
height: 14px;
|
|
margin-right: 4px;
|
|
}
|
|
/* 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/HomeModal/Advertisement.css ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************/
|
|
.advertisementModal .ant-modal-content{
|
|
background-color:transparent;
|
|
box-shadow:0px 0px 0px 0px;
|
|
position:relative;
|
|
background-clip: padding-box;
|
|
border: 0;
|
|
border-radius: 4px;
|
|
pointer-events: auto;
|
|
}
|
|
.closex{
|
|
width:25px;
|
|
height:25px;
|
|
border:1px solid rgba(255,255,255,1);
|
|
border-radius: 50%;
|
|
color: #ffffff;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-left: 20px;
|
|
}
|
|
.modalContent{
|
|
width: 880px;
|
|
margin-top: 30px;
|
|
font-size: 16px;
|
|
color: #FFFFFF;
|
|
background: linear-gradient(270deg, rgba(0, 182, 120, 0) 0%, rgba(0, 182, 120, 0.4) 48%, rgba(0, 182, 120, 0) 100%);
|
|
}
|
|
.textcolor{
|
|
height: 30px;
|
|
width: 140px;
|
|
background: rgb(247, 181, 0);
|
|
border-radius: 4px;
|
|
line-height: 30px;
|
|
color: #fff;
|
|
}
|
|
.spanButton{
|
|
cursor: default;
|
|
width: 100px;
|
|
height: 30px;
|
|
background: rgba(247, 181, 0, 0.6);
|
|
border-radius: 4px;
|
|
border: 1px solid rgb(247, 181, 0);
|
|
color: rgb(255, 255, 255);
|
|
position: absolute;
|
|
/* line-height: 30px; */
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
/* top: 219px; */
|
|
left: 614px;
|
|
}
|