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.
506 lines
16 KiB
506 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/checkbox/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 */
|
|
@keyframes antCheckboxEffect {
|
|
0% {
|
|
transform: scale(1);
|
|
opacity: 0.5;
|
|
}
|
|
100% {
|
|
transform: scale(1.6);
|
|
opacity: 0;
|
|
}
|
|
}
|
|
.ant-checkbox {
|
|
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;
|
|
top: 0.2em;
|
|
line-height: 1;
|
|
white-space: nowrap;
|
|
outline: none;
|
|
cursor: pointer;
|
|
}
|
|
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
|
|
.ant-checkbox:hover .ant-checkbox-inner,
|
|
.ant-checkbox-input:focus + .ant-checkbox-inner {
|
|
border-color: #3061D0;
|
|
}
|
|
.ant-checkbox-checked::after {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 1px solid #3061D0;
|
|
border-radius: 2px;
|
|
visibility: hidden;
|
|
animation: antCheckboxEffect 0.36s ease-in-out;
|
|
animation-fill-mode: backwards;
|
|
content: '';
|
|
}
|
|
.ant-checkbox:hover::after,
|
|
.ant-checkbox-wrapper:hover .ant-checkbox::after {
|
|
visibility: visible;
|
|
}
|
|
.ant-checkbox-inner {
|
|
position: relative;
|
|
top: 0;
|
|
left: 0;
|
|
display: block;
|
|
width: 14px;
|
|
height: 14px;
|
|
direction: ltr;
|
|
background-color: #fff;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
border-collapse: separate;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-checkbox-inner::after {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 21.5%;
|
|
display: table;
|
|
width: 5px;
|
|
height: 8px;
|
|
border: 2px solid #fff;
|
|
border-top: 0;
|
|
border-left: 0;
|
|
transform: rotate(45deg) scale(0) translate(-50%, -50%);
|
|
opacity: 0;
|
|
transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
|
|
content: ' ';
|
|
}
|
|
.ant-checkbox-input {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1;
|
|
width: 100%;
|
|
height: 100%;
|
|
cursor: pointer;
|
|
opacity: 0;
|
|
}
|
|
.ant-checkbox-checked .ant-checkbox-inner::after {
|
|
position: absolute;
|
|
display: table;
|
|
border: 2px solid #fff;
|
|
border-top: 0;
|
|
border-left: 0;
|
|
transform: rotate(45deg) scale(1) translate(-50%, -50%);
|
|
opacity: 1;
|
|
transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
|
|
content: ' ';
|
|
}
|
|
.ant-checkbox-checked .ant-checkbox-inner {
|
|
background-color: #3061D0;
|
|
border-color: #3061D0;
|
|
}
|
|
.ant-checkbox-disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
|
|
border-color: rgba(0, 0, 0, 0.25);
|
|
animation-name: none;
|
|
}
|
|
.ant-checkbox-disabled .ant-checkbox-input {
|
|
cursor: not-allowed;
|
|
pointer-events: none;
|
|
}
|
|
.ant-checkbox-disabled .ant-checkbox-inner {
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9 !important;
|
|
}
|
|
.ant-checkbox-disabled .ant-checkbox-inner::after {
|
|
border-color: #f5f5f5;
|
|
border-collapse: separate;
|
|
animation-name: none;
|
|
}
|
|
.ant-checkbox-disabled + span {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-checkbox-disabled:hover::after,
|
|
.ant-checkbox-wrapper:hover .ant-checkbox-disabled::after {
|
|
visibility: hidden;
|
|
}
|
|
.ant-checkbox-wrapper {
|
|
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";
|
|
display: inline-flex;
|
|
align-items: baseline;
|
|
line-height: inherit;
|
|
cursor: pointer;
|
|
}
|
|
.ant-checkbox-wrapper::after {
|
|
display: inline-block;
|
|
width: 0;
|
|
overflow: hidden;
|
|
content: '\a0';
|
|
}
|
|
.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
|
|
margin-left: 8px;
|
|
}
|
|
.ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type='checkbox'] {
|
|
width: 14px;
|
|
height: 14px;
|
|
}
|
|
.ant-checkbox + span {
|
|
padding-right: 8px;
|
|
padding-left: 8px;
|
|
}
|
|
.ant-checkbox-group {
|
|
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";
|
|
display: inline-block;
|
|
}
|
|
.ant-checkbox-group-item {
|
|
margin-right: 6px;
|
|
}
|
|
.ant-checkbox-group-item:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.ant-checkbox-group-item + .ant-checkbox-group-item {
|
|
margin-left: 0;
|
|
}
|
|
.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
background-color: #fff;
|
|
border-color: #d9d9d9;
|
|
}
|
|
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 6px;
|
|
height: 6px;
|
|
background-color: #3061D0;
|
|
border: 0;
|
|
transform: translate(-50%, -50%) scale(1);
|
|
opacity: 1;
|
|
content: ' ';
|
|
}
|
|
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
|
|
background-color: rgba(0, 0, 0, 0.25);
|
|
border-color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-checkbox-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-checkbox-group-rtl .ant-checkbox-group-item {
|
|
margin-right: 0;
|
|
margin-left: 6px;
|
|
}
|
|
.ant-checkbox-group-rtl .ant-checkbox-group-item:last-child {
|
|
margin-left: 0 !important;
|
|
}
|
|
.ant-checkbox-group-rtl .ant-checkbox-group-item + .ant-checkbox-group-item {
|
|
margin-left: 6px;
|
|
}
|
|
/* 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/GraduatedMatrix/index.less?modules ***!
|
|
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___jGAtx {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___Ao895 {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___nX_pV {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___WN5Kr {
|
|
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___d2CEE {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.wrap___R200H {
|
|
background: #ffffff;
|
|
border-radius: 4px;
|
|
}
|
|
.wrap___R200H .ant-btn:hover {
|
|
color: #0152d9;
|
|
border-color: #0152d9;
|
|
}
|
|
.wrap___R200H .tabWarp___mqv7U {
|
|
padding: 0 20px;
|
|
position: relative;
|
|
}
|
|
.wrap___R200H .tabWarp___mqv7U:after {
|
|
content: '';
|
|
position: absolute;
|
|
z-index: 2;
|
|
width: calc(100% - 40px);
|
|
padding: 0 20px;
|
|
bottom: 0px;
|
|
border-bottom: 1px solid #e3e4e6;
|
|
}
|
|
.wrap___R200H .tabWarp___mqv7U .ant-tabs-tab {
|
|
justify-content: center;
|
|
padding: 14px 0;
|
|
margin-right: -1px;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-right: 68px;
|
|
}
|
|
.wrap___R200H .tabWarp___mqv7U .ant-tabs-tab:hover {
|
|
color: #0152d9;
|
|
}
|
|
.wrap___R200H .tabWarp___mqv7U .ant-tabs-tab .ant-tabs-tab-btn:hover {
|
|
color: #0152d9;
|
|
}
|
|
.wrap___R200H .tabWarp___mqv7U .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
|
|
color: #0152d9;
|
|
}
|
|
.wrap___R200H .tabWarp___mqv7U .ant-tabs-nav {
|
|
margin: 0;
|
|
z-index: 5;
|
|
}
|
|
.wrap___R200H .tabWarp___mqv7U .ant-tabs-nav::before {
|
|
border-bottom: 0;
|
|
}
|
|
.wrap___R200H .tabWarp___mqv7U .ant-tabs-ink-bar {
|
|
background-color: #0152d9;
|
|
}
|
|
.wrap___R200H .control___DRROw {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 20px 20px 20px;
|
|
background: #ffffff;
|
|
}
|
|
.wrap___R200H .control___DRROw .label___uGfKS {
|
|
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___R200H .control___DRROw .ant-select {
|
|
width: 110px;
|
|
margin-right: 20px;
|
|
}
|
|
.wrap___R200H .control___DRROw .ant-select .ant-select-selector {
|
|
height: 38px !important;
|
|
padding: 0 10px;
|
|
}
|
|
.wrap___R200H .control___DRROw .ant-select .ant-select-selection-item,
|
|
.wrap___R200H .control___DRROw .ant-select .ant-select-selection-placeholder {
|
|
line-height: 38px !important;
|
|
}
|
|
.wrap___R200H .customTable___zTaIe {
|
|
padding: 0 20px;
|
|
}
|
|
.detail___zd2LS {
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
margin-top: 20px;
|
|
margin-left: 110px;
|
|
}
|
|
.table___QYxOF {
|
|
margin: 20px;
|
|
overflow-x: auto;
|
|
}
|
|
.table___QYxOF ul {
|
|
padding: 0;
|
|
}
|
|
.table___QYxOF ul li {
|
|
border-left: 1px solid #e0e2ec;
|
|
border-right: 1px solid #e0e2ec;
|
|
margin-left: -1px;
|
|
}
|
|
.table___QYxOF ul:nth-child(odd) > li {
|
|
background-color: #f5f5f5;
|
|
}
|
|
.table___QYxOF ul:nth-child(even) > li {
|
|
background-color: #fff;
|
|
}
|
|
.table___QYxOF .head___j0vM3 {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
border-top: 1px solid #e0e2ec;
|
|
}
|
|
.table___QYxOF .head___j0vM3 > li:first-child {
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
width: 190px;
|
|
padding-top: 19px;
|
|
flex: auto;
|
|
flex-shrink: 1;
|
|
flex-grow: 0;
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
left: 0;
|
|
z-index: 20;
|
|
}
|
|
.table___QYxOF .head___j0vM3 > li:first-child ::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.04) 50%, rgba(0, 0, 0, 0) calc(50% + 1px), rgba(0, 0, 0, 0) 100%);
|
|
}
|
|
.table___QYxOF .head___j0vM3 > li:first-child span {
|
|
display: block;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.table___QYxOF .head___j0vM3 > li:first-child span:first-child {
|
|
text-align: right;
|
|
padding-right: 18px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.table___QYxOF .head___j0vM3 > li:first-child span:last-child {
|
|
text-align: left;
|
|
padding-left: 17px;
|
|
}
|
|
.table___QYxOF .head___j0vM3 > li {
|
|
text-align: center;
|
|
line-height: 78px;
|
|
height: 78px;
|
|
flex: 1 1;
|
|
}
|
|
.table___QYxOF .head___j0vM3 > li > span {
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
}
|
|
.table___QYxOF .row___LHb1i:last-child {
|
|
border-bottom: 1px solid #e0e2ec;
|
|
}
|
|
.table___QYxOF .row___LHb1i {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.table___QYxOF .row___LHb1i > li:first-child {
|
|
font-size: 14px;
|
|
width: 190px;
|
|
flex: auto;
|
|
flex-shrink: 1;
|
|
flex-grow: 0;
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
left: 0;
|
|
z-index: 20;
|
|
}
|
|
.table___QYxOF .row___LHb1i > li {
|
|
flex-shrink: 1;
|
|
text-align: center;
|
|
line-height: 42px;
|
|
flex: 1 1;
|
|
}
|
|
.table___QYxOF .row___LHb1i .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner {
|
|
background-color: #0152d9;
|
|
border-color: #0152d9;
|
|
}
|
|
.table___QYxOF .row___LHb1i .ant-checkbox:hover .ant-checkbox-inner {
|
|
border-color: #0152d9;
|
|
}
|
|
/* 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/components/Evaluate/PanelTitle/index.less?modules ***!
|
|
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.panelTitleContainer___Ypuh_ {
|
|
padding: 16px 20px 16px 20px;
|
|
}
|
|
.panelTitleContainer___Ypuh_ > div {
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
color: #464f66;
|
|
position: relative;
|
|
padding-left: 12px;
|
|
}
|
|
.panelTitleContainer___Ypuh_ > div::after {
|
|
position: absolute;
|
|
content: '';
|
|
width: 4px;
|
|
height: 12px;
|
|
background-color: #242f49;
|
|
top: 50%;
|
|
left: 0;
|
|
transform: translateY(-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/Engineering/components/Evaluate/SelectWrap/index.less?modules ***!
|
|
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.selectWrapContainer___qocIH {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
border-radius: 2px;
|
|
border: 1px solid #ddd;
|
|
}
|
|
.selectWrapContainer___qocIH > span {
|
|
background-color: #f5f5f5;
|
|
color: #464f66;
|
|
padding: 10px 12px;
|
|
border-right: 1px solid #ddd;
|
|
font-size: 14px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|