/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** 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/radio/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-radio-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; font-size: 0; } .ant-radio-group .ant-badge-count { z-index: 1; } .ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper { border-left: none; } .ant-radio-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"; position: relative; display: inline-flex; align-items: baseline; margin-right: 6px; cursor: pointer; } .ant-radio-wrapper-disabled { cursor: not-allowed; } .ant-radio-wrapper::after { display: inline-block; width: 0; overflow: hidden; content: '\a0'; } .ant-radio-wrapper.ant-radio-wrapper-in-form-item input[type='radio'] { width: 14px; height: 14px; } .ant-radio { 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; display: inline-block; outline: none; cursor: pointer; } .ant-radio-wrapper:hover .ant-radio, .ant-radio:hover .ant-radio-inner, .ant-radio-input:focus + .ant-radio-inner { border-color: #3061D0; } .ant-radio-input:focus + .ant-radio-inner { box-shadow: 0 0 0 3px rgba(48, 97, 208, 0.12); } .ant-radio-checked::after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #3061D0; border-radius: 50%; visibility: hidden; animation: antRadioEffect 0.36s ease-in-out; animation-fill-mode: both; content: ''; } .ant-radio:hover::after, .ant-radio-wrapper:hover .ant-radio::after { visibility: visible; } .ant-radio-inner { position: relative; top: 0; left: 0; display: block; width: 14px; height: 14px; background-color: #fff; border-color: #d9d9d9; border-style: solid; border-width: 1px; border-radius: 50%; transition: all 0.3s; } .ant-radio-inner::after { position: absolute; top: 50%; left: 50%; display: block; width: 14px; height: 14px; margin-top: -7px; margin-left: -7px; background-color: #3061D0; border-top: 0; border-left: 0; border-radius: 14px; transform: scale(0); opacity: 0; transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); content: ' '; } .ant-radio-input { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; cursor: pointer; opacity: 0; } .ant-radio.ant-radio-disabled .ant-radio-inner { border-color: #d9d9d9; } .ant-radio-checked .ant-radio-inner { border-color: #3061D0; } .ant-radio-checked .ant-radio-inner::after { transform: scale(0.42857143); opacity: 1; transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); } .ant-radio-disabled { cursor: not-allowed; } .ant-radio-disabled .ant-radio-inner { background-color: #f5f5f5; cursor: not-allowed; } .ant-radio-disabled .ant-radio-inner::after { background-color: rgba(0, 0, 0, 0.2); } .ant-radio-disabled .ant-radio-input { cursor: not-allowed; } .ant-radio-disabled + span { color: rgba(0, 0, 0, 0.25); cursor: not-allowed; } span.ant-radio + * { padding-right: 8px; padding-left: 8px; } .ant-radio-button-wrapper { position: relative; display: inline-block; height: 28px; margin: 0; padding: 0 7px; color: rgba(0, 0, 0, 0.85); font-size: 12px; line-height: 26px; background: #fff; border: 1px solid #d9d9d9; border-top-width: 1.02px; border-left-width: 0; cursor: pointer; transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s; } .ant-radio-button-wrapper a { color: rgba(0, 0, 0, 0.85); } .ant-radio-button-wrapper > .ant-radio-button { position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; } .ant-radio-group-large .ant-radio-button-wrapper { height: 32px; font-size: 14px; line-height: 30px; } .ant-radio-group-small .ant-radio-button-wrapper { height: 22px; padding: 0 7px; line-height: 20px; } .ant-radio-button-wrapper:not(:first-child)::before { position: absolute; top: -1px; left: -1px; display: block; box-sizing: content-box; width: 1px; height: 100%; padding: 1px 0; background-color: #d9d9d9; transition: background-color 0.3s; content: ''; } .ant-radio-button-wrapper:first-child { border-left: 1px solid #d9d9d9; border-radius: 2px 0 0 2px; } .ant-radio-button-wrapper:last-child { border-radius: 0 2px 2px 0; } .ant-radio-button-wrapper:first-child:last-child { border-radius: 2px; } .ant-radio-button-wrapper:hover { position: relative; color: #3061D0; } .ant-radio-button-wrapper:focus-within { box-shadow: 0 0 0 3px rgba(48, 97, 208, 0.12); } .ant-radio-button-wrapper .ant-radio-inner, .ant-radio-button-wrapper input[type='checkbox'], .ant-radio-button-wrapper input[type='radio'] { width: 0; height: 0; opacity: 0; pointer-events: none; } .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) { z-index: 1; color: #3061D0; background: #fff; border-color: #3061D0; } .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before { background-color: #3061D0; } .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child { border-color: #3061D0; } .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover { color: #5784de; border-color: #5784de; } .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before { background-color: #5784de; } .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active { color: #1f44ab; border-color: #1f44ab; } .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before { background-color: #1f44ab; } .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within { box-shadow: 0 0 0 3px rgba(48, 97, 208, 0.12); } .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) { color: #fff; background: #3061D0; border-color: #3061D0; } .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover { color: #fff; background: #5784de; border-color: #5784de; } .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active { color: #fff; background: #1f44ab; border-color: #1f44ab; } .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within { box-shadow: 0 0 0 3px rgba(48, 97, 208, 0.12); } .ant-radio-button-wrapper-disabled { color: rgba(0, 0, 0, 0.25); background-color: #f5f5f5; border-color: #d9d9d9; cursor: not-allowed; } .ant-radio-button-wrapper-disabled:first-child, .ant-radio-button-wrapper-disabled:hover { color: rgba(0, 0, 0, 0.25); background-color: #f5f5f5; border-color: #d9d9d9; } .ant-radio-button-wrapper-disabled:first-child { border-left-color: #d9d9d9; } .ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked { color: rgba(0, 0, 0, 0.25); background-color: #e6e6e6; border-color: #d9d9d9; box-shadow: none; } @keyframes antRadioEffect { 0% { transform: scale(1); opacity: 0.5; } 100% { transform: scale(1.6); opacity: 0; } } .ant-radio-group.ant-radio-group-rtl { direction: rtl; } .ant-radio-wrapper.ant-radio-wrapper-rtl { margin-right: 0; margin-left: 6px; direction: rtl; } .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl { border-right-width: 0; border-left-width: 1px; } .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before { right: -1px; left: 0; } .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child { border-right: 1px solid #d9d9d9; border-radius: 0 2px 2px 0; } .ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child { border-right-color: #5784de; } .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child { border-radius: 2px 0 0 2px; } .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child { border-right-color: #d9d9d9; } /* 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/Paperlibrary/Random/ExerciseEdit/index.less?modules ***! \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .flex_box_center___V5dic { justify-content: center; align-items: center; -webkit-justify-content: center; box-align: center; } .flex_space_between___zoM6r { justify-content: space-between; -webkit-box-pack: justify; } .flex_box_vertical_center___WTCR4 { align-items: center; box-align: center; } .flex_box_center_end___ZhjIT { 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___XGVlz { flex-direction: column; box-orient: block-axis; } .wrap___PXiQq { margin: 0 auto 20px auto; max-width: 1200px; } .wrap___PXiQq .btns___Imyyi { display: flex; align-items: center; justify-content: center; margin-top: 20px; } .wrap___PXiQq .btns___Imyyi button:nth-child(2) { margin: 0 30px; } .wrap___PXiQq .tips___TLB21 { display: flex; align-items: center; height: 13px; margin-bottom: 29px; margin-left: 14px; } .wrap___PXiQq .tips___TLB21 b { font-size: 20px; font-weight: 500; color: #3c3c3c; margin-right: 20px; } .wrap___PXiQq .tips___TLB21 span { font-size: 14px; color: #fcb041; margin-left: 5px; } .wrap___PXiQq .crumbs___KmiI7 { display: flex; align-items: center; margin: 24px 0; } .wrap___PXiQq .crumbs___KmiI7 b { width: 6px; height: 6px; background: #198cfe; border-radius: 3px; margin-right: 7px; } .wrap___PXiQq .crumbs___KmiI7 span { font-size: 14px; color: #666666; } .oneWrap___YhZqd { width: 1200px; padding: 30px 50px 14px 50px; margin-top: 14px; background: #ffffff; border-radius: 6px 6px 0 0; } .oneWrap___YhZqd .title___DVl_J { display: flex; align-items: center; } .oneWrap___YhZqd .title___DVl_J b { width: 6px; height: 6px; background: #198cfe; border-radius: 3px; margin-right: 7px; } .oneWrap___YhZqd .title___DVl_J span { font-size: 18px; font-weight: 500; color: #3c3c3c; } .oneWrap___YhZqd .title___DVl_J div { width: 72px; height: 25px; line-height: 25px; text-align: center; background-color: #f9fafc; color: #df3065; margin-left: auto; border-radius: 13px; } .oneWrap___YhZqd .formWrap___VN5d8 .ant-form-item-label { line-height: 42px; width: 10%; padding-right: 30px; } .oneWrap___YhZqd .formWrap___VN5d8 .ant-form-item-control { width: 90%; } .oneWrap___YhZqd .formWrap___VN5d8 .ant-radio-button-wrapper-checked { background: #4c6fff; color: #ffffff; } .oneWrap___YhZqd .formWrap___VN5d8 .ant-form-item { padding: 10px 0; } .oneWrap___YhZqd .formWrap___VN5d8 .ant-input-borderless { height: 42px; background: #f9fbfc !important; padding: 0 8px; border-radius: 4px; } .oneWrap___YhZqd .formWrap___VN5d8 .ant-input-number-input-wrap input { height: 40px; padding: 0 8px; border-radius: 4px; font-size: 14px; } .oneWrap___YhZqd .rb___zNh0G { width: 80px; text-align: center; border-radius: 50px !important; overflow: hidden; line-height: 40px !important; height: 40px !important; background: #f1f5fa; border: 0 !important; } .twoWrap___YCLWk { background: #ffffff; border-radius: 0 0 6px 6px; padding-bottom: 40px; } .twoWrap___YCLWk .customError { position: relative; } .twoWrap___YCLWk .customError > div { border: 1px solid #ff4d4f; } .twoWrap___YCLWk .customError > span { display: inline !important; color: #ff4d4f; font-size: 12px; position: absolute; z-index: 10; left: 3px; top: 30px; } .twoWrap___YCLWk .list___NWsPr { padding: 0 42px; margin-top: 0; } .twoWrap___YCLWk .list___NWsPr div[data-type='width'] { width: 450px; } .twoWrap___YCLWk .list___NWsPr > div:first-child { height: 70px; } .twoWrap___YCLWk .list___NWsPr > div:last-child { padding-bottom: 0; } .twoWrap___YCLWk .title___DVl_J { display: flex; align-items: center; padding-left: 42px; margin-top: 35px; } .twoWrap___YCLWk .title___DVl_J b { width: 6px; height: 6px; background: #198cfe; border-radius: 3px; margin-right: 7px; } .twoWrap___YCLWk .title___DVl_J span { font-size: 18px; font-weight: 500; color: #3c3c3c; } .twoWrap___YCLWk .title___DVl_J div { width: 72px; height: 25px; line-height: 25px; text-align: center; background-color: #f9fafc; color: #df3065; margin-left: auto; border-radius: 13px; } .twoWrap___YCLWk .total___x6P24 { display: flex; align-items: center; padding-left: 42px; margin-top: 35px; } .twoWrap___YCLWk .total___x6P24 b { width: 4px; height: 4px; background: #198cfe; border-radius: 2px; margin-right: 7px; } .twoWrap___YCLWk .total___x6P24 span { color: #3c3c3c; } .twoWrap___YCLWk .tag___bUrv6 { margin: 0px 42px; padding: 20px; background: #fafafa; border-radius: 6px; } .twoWrap___YCLWk .tag___bUrv6 .knWarp___cgy7Z { padding: 1px 10px 10px 10px; } .twoWrap___YCLWk .tag___bUrv6 .knWarp___cgy7Z .kn___bdoMc { margin: 18px 0 0 0; display: flex; align-items: center; } .twoWrap___YCLWk .tag___bUrv6 .knWarp___cgy7Z .kn___bdoMc span:first-child { text-align: center; display: inline-block; width: 22px; height: 22px; line-height: 20px; color: #333; border: 1px solid #c5c5c5; border-radius: 11px; margin-right: 8px; background: #e7e7e7; font-size: 14px; } .twoWrap___YCLWk .tag___bUrv6 .knWarp___cgy7Z .kn___bdoMc span:last-child { font-size: 14px; color: #333333; } .twoWrap___YCLWk .tag___bUrv6 .name___hfjVq { display: flex; align-items: center; } .twoWrap___YCLWk .tag___bUrv6 .name___hfjVq b { width: 4px; height: 4px; background: #198cfe; border-radius: 2px; margin-right: 7px; } .twoWrap___YCLWk .tag___bUrv6 .name___hfjVq span { font-size: 14px; color: #333333; } .modalColumn___KXSq6 { font-size: 14px; } .modalColumn___KXSq6 .modalRow___s7fc_ { display: flex; align-items: center; font-size: 14px; flex-direction: row; margin-top: 12px; } .modalColumn___KXSq6 .modalRow___s7fc_ .sup___fa5dL { color: #fb3226; font-size: 16px; margin-top: 13px; margin-right: 2px; } /* 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/Paperlibrary/Random/AddAndEdit/components/StepTwo/List/index.less?modules ***! \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .list___e608F { padding: 0 30px; margin-top: 20px; background-color: #fff; } .list___e608F .head___OtXo7 { display: flex; justify-content: space-between; align-items: center; height: 108px; } .list___e608F .head___OtXo7 .name___ewopv { display: flex; align-items: center; } .list___e608F .head___OtXo7 .name___ewopv b { width: 6px; height: 6px; background: #198cfe; border-radius: 3px; margin-right: 10px; } .list___e608F .head___OtXo7 .name___ewopv span { font-size: 20px; color: #3c3c3c; } .list___e608F .head___OtXo7 .right___lDZUh { display: flex; align-items: end; flex-direction: column; font-size: 14px; } .list___e608F .head___OtXo7 .right___lDZUh > div:last-child { display: flex; align-items: center; color: #333; } .list___e608F .body___os0Sr { padding-bottom: 20px; } .list___e608F .body___os0Sr .top___Ptgzn { height: 54px; background: #e6f2ff; padding-left: 36px; display: flex; align-items: center; font-size: 14px; } .list___e608F .body___os0Sr .top___Ptgzn span { font-size: 14px; color: #333333; margin-left: 10px; margin-right: 50px; } .list___e608F .body___os0Sr .top___Ptgzn b { width: 6px; height: 6px; border-radius: 3px; background-color: #007dfe; } .list___e608F .body___os0Sr .top___Ptgzn aside { margin-left: 6px; font-size: 16px; font-weight: 500; color: #007dfe; } .list___e608F .body___os0Sr .bottom___lLWO4 { display: flex; align-items: flex-start; background-color: #fafafa; } .list___e608F .body___os0Sr .bottom___lLWO4 .l___I1rmR { width: 184px; font-size: 14px; color: #007dfe; padding-top: 24px; padding-left: 35px; } .ListGroup___kn9D6 { display: flex; align-items: flex-start; font-size: 14px; padding-top: 18px; border-top: 1px dotted #e1dede; } .ListGroup___kn9D6 .a___VTKUk { width: 22px; height: 22px; text-align: center; line-height: 20px; background: #ebf4ff; border: 1px solid #198cfe; color: #198cfe; border-radius: 12px; margin-right: 8px; margin-top: 4px; } .ListGroup___kn9D6 .b___xv6D2 { padding-top: 4px; font-size: 14px; color: #333333; width: 250px; } .ListGroup___kn9D6 .c___wgDNH .c1___K7fE4 { display: flex; align-items: center; color: #3c3c3c; margin-bottom: 20px; } .ListGroup___kn9D6 .c1___K7fE4 { display: flex; align-items: center; color: #3c3c3c; } .ListGroup___kn9D6 .c1___K7fE4 .radio___lk8AZ { width: 50px; height: 22px; line-height: 20px; text-align: center; background: #ffffff; color: #333333; border-radius: 4px; border: 1px solid #d4d4d4; display: inline-block; } .ListGroup___kn9D6 .d___ExXlO { cursor: pointer; color: #198cfe; font-size: 14px; margin-left: 30px; padding-top: 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[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/Paperlibrary/Random/AddAndEdit/components/StepTwo/AddTags/index.less?modules ***! \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .btn___zSAGy { display: inline-block; padding-right: 32px; position: relative; } .btn___zSAGy .s1___Xk5Go { padding: 6px 18px; color: #666666; cursor: default; background: #e6f2ff; border-radius: 21px; border: 1px solid #8aaaff; color: #007dfe; font-size: 14px; margin-top: 20px; display: inline-block; } .btn___zSAGy:hover .s1___Xk5Go { color: #0152d9; background: rgba(24, 144, 255, 0.2); } .btn___zSAGy:hover .s2___t4UvG { display: inline-block; } .btn___zSAGy .s2___t4UvG { display: none; width: 20px; height: 20px; position: absolute; z-index: 10; right: 28px; top: 10px; cursor: pointer; } .btnDisabled___FcIYP .s1___Xk5Go, .btnDisabled___FcIYP .s1___Xk5Go:hover { color: #333333 !important; background: #e7e7e7 !important; border: 0; } .btnDisabled___FcIYP .s2___t4UvG { visibility: hidden; } .btn2___VNO7t { display: inline-block; padding-right: 32px; position: relative; } .btn2___VNO7t .s1___Xk5Go { color: #333333; font-size: 14px; cursor: default; margin-top: 12px; display: inline-block; } .btn2___VNO7t .s1___Xk5Go img { margin-top: -2px; margin-right: 7px; } .btn2___VNO7t:hover .s2___t4UvG { display: inline-block; } .btn2___VNO7t .s2___t4UvG { display: none; width: 20px; height: 20px; position: absolute; z-index: 10; right: 14px; top: 0px; cursor: pointer; } /* stylelint-disable no-duplicate-selectors */ /* stylelint-disable */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */