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.
509 lines
16 KiB
509 lines
16 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[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/Report/index.less?modules ***!
|
|
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___IR3nC {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___JcsmH {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___IRiko {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___ftPaf {
|
|
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___hdDa7 {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.wrap___piUeX {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
padding-bottom: 20px;
|
|
}
|
|
.wrap___piUeX .title___I5uPP {
|
|
margin: 20px 0;
|
|
}
|
|
.wrap___piUeX .title___I5uPP a {
|
|
font-size: 14px;
|
|
color: #999999;
|
|
cursor: pointer;
|
|
}
|
|
.wrap___piUeX .title___I5uPP a:hover {
|
|
color: #0152d9;
|
|
}
|
|
.wrap___piUeX .title___I5uPP span {
|
|
font-size: 14px;
|
|
color: #000000;
|
|
margin-left: 4px;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .head___hHUXu {
|
|
width: 1200px;
|
|
height: 60px;
|
|
background: #c6cdd5;
|
|
box-shadow: 0px 0px 14px 0px rgba(229, 229, 229, 0.27);
|
|
border-radius: 12px 12px 0px 0px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .head___hHUXu span {
|
|
font-size: 22px;
|
|
font-weight: 600;
|
|
color: #000000;
|
|
margin-left: 8px;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx {
|
|
background-color: #fff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding-top: 30px;
|
|
padding-bottom: 30px;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U {
|
|
border: 1px solid #dddddd;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U .table___n6I4T {
|
|
width: 1139px;
|
|
height: 126px;
|
|
display: flex;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U .table___n6I4T .left___OpmaU {
|
|
width: 50%;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U .table___n6I4T .left___OpmaU div {
|
|
height: 42px;
|
|
border-bottom: 1px solid #dddddd;
|
|
border-right: 1px solid #dddddd;
|
|
font-size: 14px;
|
|
color: #000000;
|
|
line-height: 41px;
|
|
padding-left: 20px;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U .table___n6I4T .right___TgkNr {
|
|
width: 50%;
|
|
padding-right: 20px;
|
|
padding-left: 10px;
|
|
border-bottom: 1px solid #dddddd;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U .table___n6I4T .right___TgkNr ul {
|
|
padding-left: 0;
|
|
display: flex;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U .table___n6I4T .right___TgkNr ul li {
|
|
flex: 2 1;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
border-right: 2px solid #ffffff;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U .table___n6I4T .right___TgkNr ul li:first-child {
|
|
flex: 1 1;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U .table___n6I4T .right___TgkNr ul .g___cLluq {
|
|
background: #e4edf8;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U .table___n6I4T .right___TgkNr ul .y___fCl6N {
|
|
background: #f8f3e0;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U .sub___xRfBS {
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 20px;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
color: #000000;
|
|
margin-top: 20px;
|
|
margin-bottom: 30px;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U .sub___xRfBS b {
|
|
display: inline-block;
|
|
width: 4px;
|
|
height: 16px;
|
|
background: #000000;
|
|
margin-right: 6px;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U .headLine___Rbe7M {
|
|
margin-bottom: 5px;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U .headLine___Rbe7M span:nth-child(1) {
|
|
width: 84px;
|
|
font-size: 14px;
|
|
color: #434d6c;
|
|
display: inline-block;
|
|
text-align: right;
|
|
padding-right: 10px;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U .headLine___Rbe7M span:nth-child(2) {
|
|
width: 122px;
|
|
font-size: 14px;
|
|
color: #434d6c;
|
|
display: inline-block;
|
|
text-align: right;
|
|
padding-right: 10px;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U .headLine___Rbe7M span:nth-child(3) {
|
|
font-size: 14px;
|
|
color: #434d6c;
|
|
display: inline-block;
|
|
padding-left: 10px;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U .code___C88hv {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U .code___C88hv .lineNum___iHGoS {
|
|
width: 84px;
|
|
background: #e9e9e9;
|
|
flex-shrink: 0;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U .code___C88hv .lineNum___iHGoS span {
|
|
width: 84px;
|
|
font-size: 14px;
|
|
color: #9ea7b0;
|
|
display: block;
|
|
text-align: right;
|
|
padding: 3px 10px 3px 0;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U .code___C88hv .lineCode___W2Lso {
|
|
overflow: auto;
|
|
width: 1054px;
|
|
background: #f4f6f9;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U .code___C88hv .lineCode___W2Lso .line___TytSR {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U .code___C88hv .lineCode___W2Lso .line___TytSR > span:nth-child(1) {
|
|
width: 122px;
|
|
font-size: 14px;
|
|
background: #f8f8f8;
|
|
color: #333333;
|
|
display: inline-block;
|
|
text-align: right;
|
|
padding: 3px 10px 3px 0;
|
|
min-height: 27px;
|
|
flex-shrink: 0;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U .code___C88hv .lineCode___W2Lso .line___TytSR > span:nth-child(2) {
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
flex: 1 1;
|
|
min-height: 27px;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U .code___C88hv .lineCode___W2Lso .line___TytSR > span:nth-child(2) span {
|
|
display: inline-block;
|
|
padding: 3px 0px 3px 10px;
|
|
}
|
|
.wrap___piUeX .content___gw7wC .box___YE3Dx .border___CC17U .code___C88hv .lineCode___W2Lso .highlight___f7y_z {
|
|
background-color: #97cdff !important;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|