/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** 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/carousel/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-carousel { 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-carousel .slick-slider { position: relative; display: block; box-sizing: border-box; touch-action: pan-y; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; } .ant-carousel .slick-list { position: relative; display: block; margin: 0; padding: 0; overflow: hidden; } .ant-carousel .slick-list:focus { outline: none; } .ant-carousel .slick-list.dragging { cursor: pointer; } .ant-carousel .slick-list .slick-slide { pointer-events: none; } .ant-carousel .slick-list .slick-slide input.ant-radio-input, .ant-carousel .slick-list .slick-slide input.ant-checkbox-input { visibility: hidden; } .ant-carousel .slick-list .slick-slide.slick-active { pointer-events: auto; } .ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input, .ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input { visibility: visible; } .ant-carousel .slick-list .slick-slide > div > div { vertical-align: bottom; } .ant-carousel .slick-slider .slick-track, .ant-carousel .slick-slider .slick-list { transform: translate3d(0, 0, 0); touch-action: pan-y; } .ant-carousel .slick-track { position: relative; top: 0; left: 0; display: block; } .ant-carousel .slick-track::before, .ant-carousel .slick-track::after { display: table; content: ''; } .ant-carousel .slick-track::after { clear: both; } .slick-loading .ant-carousel .slick-track { visibility: hidden; } .ant-carousel .slick-slide { display: none; float: left; height: 100%; min-height: 1px; } .ant-carousel .slick-slide img { display: block; } .ant-carousel .slick-slide.slick-loading img { display: none; } .ant-carousel .slick-slide.dragging img { pointer-events: none; } .ant-carousel .slick-initialized .slick-slide { display: block; } .ant-carousel .slick-loading .slick-slide { visibility: hidden; } .ant-carousel .slick-vertical .slick-slide { display: block; height: auto; } .ant-carousel .slick-arrow.slick-hidden { display: none; } .ant-carousel .slick-prev, .ant-carousel .slick-next { position: absolute; top: 50%; display: block; width: 20px; height: 20px; margin-top: -10px; padding: 0; color: transparent; font-size: 0; line-height: 0; background: transparent; border: 0; outline: none; cursor: pointer; } .ant-carousel .slick-prev:hover, .ant-carousel .slick-next:hover, .ant-carousel .slick-prev:focus, .ant-carousel .slick-next:focus { color: transparent; background: transparent; outline: none; } .ant-carousel .slick-prev:hover::before, .ant-carousel .slick-next:hover::before, .ant-carousel .slick-prev:focus::before, .ant-carousel .slick-next:focus::before { opacity: 1; } .ant-carousel .slick-prev.slick-disabled::before, .ant-carousel .slick-next.slick-disabled::before { opacity: 0.25; } .ant-carousel .slick-prev { left: -25px; } .ant-carousel .slick-prev::before { content: '←'; } .ant-carousel .slick-next { right: -25px; } .ant-carousel .slick-next::before { content: '→'; } .ant-carousel .slick-dots { position: absolute; right: 0; bottom: 0; left: 0; z-index: 15; display: flex !important; justify-content: center; margin-right: 15%; margin-bottom: 0; margin-left: 15%; padding-left: 0; list-style: none; } .ant-carousel .slick-dots-bottom { bottom: 12px; } .ant-carousel .slick-dots-top { top: 12px; bottom: auto; } .ant-carousel .slick-dots li { position: relative; display: inline-block; flex: 0 1 auto; box-sizing: content-box; width: 16px; height: 3px; margin: 0 4px; padding: 0; text-align: center; text-indent: -999px; vertical-align: top; transition: all 0.5s; } .ant-carousel .slick-dots li button { position: relative; display: block; width: 100%; height: 3px; padding: 0; color: transparent; font-size: 0; background: #fff; border: 0; border-radius: 1px; outline: none; cursor: pointer; opacity: 0.3; transition: all 0.5s; } .ant-carousel .slick-dots li button:hover, .ant-carousel .slick-dots li button:focus { opacity: 0.75; } .ant-carousel .slick-dots li button::after { position: absolute; top: -4px; right: -4px; bottom: -4px; left: -4px; content: ''; } .ant-carousel .slick-dots li.slick-active { width: 24px; } .ant-carousel .slick-dots li.slick-active button { background: #fff; opacity: 1; } .ant-carousel .slick-dots li.slick-active:hover, .ant-carousel .slick-dots li.slick-active:focus { opacity: 1; } .ant-carousel-vertical .slick-dots { top: 50%; bottom: auto; flex-direction: column; width: 3px; height: auto; margin: 0; transform: translateY(-50%); } .ant-carousel-vertical .slick-dots-left { right: auto; left: 12px; } .ant-carousel-vertical .slick-dots-right { right: 12px; left: auto; } .ant-carousel-vertical .slick-dots li { width: 3px; height: 16px; margin: 4px 0; vertical-align: baseline; } .ant-carousel-vertical .slick-dots li button { width: 3px; height: 16px; } .ant-carousel-vertical .slick-dots li.slick-active { width: 3px; height: 24px; } .ant-carousel-vertical .slick-dots li.slick-active button { width: 3px; height: 24px; } .ant-carousel-rtl { direction: rtl; } .ant-carousel-rtl .ant-carousel .slick-track { right: 0; left: auto; } .ant-carousel-rtl .ant-carousel .slick-prev { right: -25px; left: auto; } .ant-carousel-rtl .ant-carousel .slick-prev::before { content: '→'; } .ant-carousel-rtl .ant-carousel .slick-next { right: auto; left: -25px; } .ant-carousel-rtl .ant-carousel .slick-next::before { content: '←'; } .ant-carousel-rtl.ant-carousel .slick-dots { flex-direction: row-reverse; } .ant-carousel-rtl.ant-carousel-vertical .slick-dots { flex-direction: column; } /* 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/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: #1890ff; } .ant-radio-input:focus + .ant-radio-inner { box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12); } .ant-radio-checked::after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #1890ff; 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: #1890ff; 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: #1890ff; } .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: #1890ff; } .ant-radio-button-wrapper:focus-within { box-shadow: 0 0 0 3px rgba(24, 144, 255, 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: #1890ff; background: #fff; border-color: #1890ff; } .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before { background-color: #1890ff; } .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child { border-color: #1890ff; } .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover { color: #40a9ff; border-color: #40a9ff; } .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before { background-color: #40a9ff; } .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active { color: #096dd9; border-color: #096dd9; } .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before { background-color: #096dd9; } .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within { box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12); } .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) { color: #fff; background: #1890ff; border-color: #1890ff; } .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover { color: #fff; background: #40a9ff; border-color: #40a9ff; } .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active { color: #fff; background: #096dd9; border-color: #096dd9; } .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within { box-shadow: 0 0 0 3px rgba(24, 144, 255, 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: #40a9ff; } .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/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; } /*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** 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/Question/Index/index.less?modules ***! \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .flex_box_center___OrR9_ { justify-content: center; align-items: center; -webkit-justify-content: center; box-align: center; } .flex_space_between___MJLUJ { justify-content: space-between; -webkit-box-pack: justify; } .flex_box_vertical_center___nb0jX { align-items: center; box-align: center; } .flex_box_center_end___SMTBe { 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___Utap_ { flex-direction: column; box-orient: block-axis; } .wrap___Pp5cX { background-color: #fff; padding-bottom: 30px; } .wrap___Pp5cX .addQuestion___LsICJ { width: 88px; height: 32px; background: #f6f7f9; box-shadow: 0px 2px 4px 0px #e0dfe1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5); border-radius: 4px; border: 1px solid #dadbde; cursor: pointer; font-size: 14px; font-weight: 400; color: #3b3e47; display: flex; justify-content: center; align-items: center; margin-top: 28px; } .wrap___Pp5cX span[class~='ant-checkbox-checked'] span[class~='ant-checkbox-inner'] { background-color: #fff; border-color: #165dff; } .wrap___Pp5cX span[class~='ant-checkbox-checked'] span[class~='ant-checkbox-inner']::after { border-color: #165dff; } .wrap___Pp5cX .content___pWPew { margin: 20px auto 0 auto; display: flex; width: 1200px; justify-content: space-between; align-items: flex-start; } .wrap___Pp5cX .content___pWPew .left___axtqk { width: 858px; } .wrap___Pp5cX .content___pWPew .left___axtqk .filterPoint___rCDO_ { flex-wrap: nowrap; } .wrap___Pp5cX .content___pWPew .left___axtqk .filterPoint___rCDO_ .filterType___NeU0D { font-size: 14px; font-weight: 400; color: #9096a3; width: 42px; text-align-last: justify; padding: 4px 0; margin-right: 20px; white-space: nowrap; } .wrap___Pp5cX .content___pWPew .left___axtqk .filterPoint___rCDO_ .btnWarp___dKZiG { position: relative; overflow: hidden; } .wrap___Pp5cX .content___pWPew .left___axtqk .filterPoint___rCDO_ .btnWarp___dKZiG .btn___TqjCT { display: inline-flex; align-items: center; padding: 4px 12px; border-radius: 2px; margin-bottom: 20px; margin-right: 8px; cursor: pointer; font-size: 14px; font-weight: 400; color: #000000; } .wrap___Pp5cX .content___pWPew .left___axtqk .filterPoint___rCDO_ .btnWarp___dKZiG .btn___TqjCT .count___OntqW { margin-left: 4px; } .wrap___Pp5cX .content___pWPew .left___axtqk .filterPoint___rCDO_ .btnWarp___dKZiG .btn___TqjCT.btnActive___l_zfx { background: #f6f7f9; color: #165dff; } .wrap___Pp5cX .content___pWPew .left___axtqk .filterPoint___rCDO_ .fold___KAWcj { margin-top: auto; } .wrap___Pp5cX .content___pWPew .left___axtqk .filterPoint___rCDO_ .fold___KAWcj .action___zMEjv { font-size: 14px; color: #82a8ff; cursor: pointer; display: inline-flex; align-items: center; flex-wrap: nowrap; white-space: nowrap; } .wrap___Pp5cX .content___pWPew .left___axtqk .filterPoint___rCDO_ .fold___KAWcj .action___zMEjv i { display: inline-block; } .wrap___Pp5cX .content___pWPew .left___axtqk .filterOrigin___DneuH { flex-wrap: nowrap; border-radius: 0 0 4px 4px; padding: 10px 0px 20px 0px; } .wrap___Pp5cX .content___pWPew .left___axtqk .filterOrigin___DneuH .filterType___NeU0D { font-size: 14px; font-weight: 400; color: #9096a3; width: 42px; text-align-last: justify; padding: 4px 0; margin-right: 20px; white-space: nowrap; } .wrap___Pp5cX .content___pWPew .left___axtqk .filterOrigin___DneuH .btnWarp___dKZiG { position: relative; overflow: hidden; } .wrap___Pp5cX .content___pWPew .left___axtqk .filterOrigin___DneuH .btnWarp___dKZiG .btn___TqjCT { display: inline-flex; align-items: center; padding: 4px 12px; border-radius: 2px; margin-bottom: 20px; margin-right: 8px; cursor: pointer; font-size: 14px; font-weight: 400; color: #000000; } .wrap___Pp5cX .content___pWPew .left___axtqk .filterOrigin___DneuH .btnWarp___dKZiG .btn___TqjCT .count___OntqW { margin-left: 4px; } .wrap___Pp5cX .content___pWPew .left___axtqk .filterOrigin___DneuH .btnWarp___dKZiG .btn___TqjCT.btnActive___l_zfx { background: #f6f7f9; color: #165dff; } .wrap___Pp5cX .content___pWPew .left___axtqk .filterOrigin___DneuH .fold___KAWcj { margin-top: auto; } .wrap___Pp5cX .content___pWPew .left___axtqk .filterOrigin___DneuH .fold___KAWcj .action___zMEjv { font-size: 14px; color: #82a8ff; cursor: pointer; display: inline-flex; align-items: center; flex-wrap: nowrap; white-space: nowrap; } .wrap___Pp5cX .content___pWPew .left___axtqk .filterOrigin___DneuH .fold___KAWcj .action___zMEjv i { display: inline-block; } .wrap___Pp5cX .content___pWPew .left___axtqk .control___qchb1 { display: flex; align-items: center; } .wrap___Pp5cX .content___pWPew .left___axtqk .control___qchb1 i { font-size: 12px; } .wrap___Pp5cX .content___pWPew .left___axtqk .control___qchb1 div[class~='ant-select'] { width: 104px; border-radius: 4px; margin-right: 20px; } .wrap___Pp5cX .content___pWPew .left___axtqk .control___qchb1 div[class~='ant-select'] div[class~='ant-select-selector'] { height: 38px; background: #f6f7f9; padding: 0 12px; border: none; } .wrap___Pp5cX .content___pWPew .left___axtqk .control___qchb1 div[class~='ant-select'] div[class~='ant-select-selector'] span[class~='ant-select-selection-placeholder'], .wrap___Pp5cX .content___pWPew .left___axtqk .control___qchb1 div[class~='ant-select'] div[class~='ant-select-selector'] span[class~='ant-select-selection-item'] { display: inline-flex; align-items: center; font-size: 14px; color: #000; } .wrap___Pp5cX .content___pWPew .left___axtqk .control___qchb1 .search___Yb8rf { display: flex; align-items: center; overflow: hidden; border-radius: 19px; height: 38px; width: 318px; padding-left: 20px; background-color: #f6f7f9; border: none; margin-left: auto; } .wrap___Pp5cX .content___pWPew .left___axtqk .control___qchb1 .search___Yb8rf [class~='ant-input-affix-wrapper'] { background-color: #f6f7f9; border: none; } .wrap___Pp5cX .content___pWPew .left___axtqk .control___qchb1 .search___Yb8rf [class~='ant-input-affix-wrapper'] { outline: none !important; border: none !important; box-shadow: none !important; } .wrap___Pp5cX .content___pWPew .left___axtqk .control___qchb1 .search___Yb8rf span[class~='ant-input-group-addon'] { display: none; } .wrap___Pp5cX .content___pWPew .left___axtqk .control___qchb1 .search___Yb8rf .searchIcon___ybtbn { margin-right: 17px; cursor: pointer; } .wrap___Pp5cX .content___pWPew .left___axtqk .control___qchb1 .search___Yb8rf input { background-color: #f6f7f9; } .wrap___Pp5cX .content___pWPew .left___axtqk .table___uHpVy { margin-top: 10px; background-color: #ffffff; margin-bottom: 40px; border-radius: 4px; } .wrap___Pp5cX .content___pWPew .left___axtqk .table___uHpVy .tabWarp___Pi38U div[class~='ant-tabs-tab'] { font-size: 14px; margin-right: 40px; color: #5f6368; } .wrap___Pp5cX .content___pWPew .left___axtqk .table___uHpVy .tabWarp___Pi38U div[class~='ant-tabs-tab-active'] [class~='ant-tabs-tab-btn'] { color: #232b40; } .wrap___Pp5cX .content___pWPew .left___axtqk .table___uHpVy .tabWarp___Pi38U [class~='ant-tabs-nav'] { margin: 0px; height: 52px; padding: 0 2px; } .wrap___Pp5cX .content___pWPew .left___axtqk .table___uHpVy .tabWarp___Pi38U [class~='ant-tabs-nav'] div[class~='ant-tabs-ink-bar'] { background-color: #232b40; border-radius: 100px 100px 0px 0px; height: 3px; } .wrap___Pp5cX .content___pWPew .left___axtqk .table___uHpVy .tabWarp___Pi38U [class~='ant-tabs-nav']::before { background: #f1f1f1; } .wrap___Pp5cX .content___pWPew .left___axtqk .table___uHpVy .customTable___WYwKK { margin-top: 20px; } .wrap___Pp5cX .content___pWPew .left___axtqk .table___uHpVy .customTable___WYwKK thead[class~='ant-table-thead'] th { font-size: 14px; font-weight: 400; color: #5f6368; border-bottom: none; background-color: #fff; } .wrap___Pp5cX .content___pWPew .left___axtqk .table___uHpVy .customTable___WYwKK tbody[class~='ant-table-tbody'] td { border-bottom: none; background-color: #fff; } .wrap___Pp5cX .content___pWPew .left___axtqk .table___uHpVy .customTable___WYwKK td[class~='ant-table-column-sort'] { background-color: #fff; } .wrap___Pp5cX .content___pWPew .left___axtqk .table___uHpVy .customTable___WYwKK th[class~='ant-table-selection-column'], .wrap___Pp5cX .content___pWPew .left___axtqk .table___uHpVy .customTable___WYwKK td[class~='ant-table-selection-column'] { padding-left: 0; padding-right: 0; text-align: left; } .wrap___Pp5cX .content___pWPew .left___axtqk .table___uHpVy .btn-style-1___Knznb { display: inline-block; width: 50px; height: 22px; border-radius: 12px; font-size: 14px; color: #2fa34f; line-height: 20px; } .wrap___Pp5cX .content___pWPew .left___axtqk .table___uHpVy .btn-style-2___fEs_r { display: inline-block; width: 50px; height: 22px; border-radius: 12px; font-size: 14px; color: #2fa34f; line-height: 20px; color: #0152d9; } .wrap___Pp5cX .content___pWPew .left___axtqk .table___uHpVy .btn-style-3___CeM25 { display: inline-block; width: 50px; height: 22px; border-radius: 12px; font-size: 14px; color: #2fa34f; line-height: 20px; color: #fa6400; } .wrap___Pp5cX .content___pWPew .right___ZJhZN { width: 305px; position: -webkit-sticky; position: sticky; top: 20px; } .wrap___Pp5cX .content___pWPew .right___ZJhZN .statistics___cjSkW { border-radius: 6px; padding: 26px; background-color: #f3f7fe; position: relative; margin-bottom: 20px; } .wrap___Pp5cX .content___pWPew .right___ZJhZN .statistics___cjSkW img { position: absolute; right: 0; top: -4px; height: 82px; } .wrap___Pp5cX .content___pWPew .right___ZJhZN .statistics___cjSkW .title___P79dp { color: #000; font-size: 18px; font-weight: 600; margin-bottom: 46px; } .wrap___Pp5cX .content___pWPew .right___ZJhZN .statistics___cjSkW .statisticItem___qmDRE { text-align: center; } .wrap___Pp5cX .content___pWPew .right___ZJhZN .statistics___cjSkW .statisticItem___qmDRE .rate___H3sZf { font-size: 18px; font-weight: 600; color: #000000; } .wrap___Pp5cX .content___pWPew .right___ZJhZN .statistics___cjSkW .statisticItem___qmDRE .dataName___N7Uqb { font-size: 12px; font-weight: 400; color: #5f6368; } .wrap___Pp5cX .content___pWPew .right___ZJhZN .sort___N1oiD { background: #fff; border-radius: 6px; box-shadow: 0px 2px 4px 0px #f1f0f1; padding-bottom: 20px; } .wrap___Pp5cX .content___pWPew .right___ZJhZN .sort___N1oiD .rankHeader___LGNPx { padding: 12px; } .wrap___Pp5cX .content___pWPew .right___ZJhZN .sort___N1oiD .rankHeader___LGNPx .rankIcon___hbm2T { height: 18px; } .wrap___Pp5cX .content___pWPew .right___ZJhZN .sort___N1oiD .li___vVOqz { display: flex; align-items: center; height: 40px; padding: 10px 12px 10px 4px; color: #5f6368; font-size: 14px; margin-bottom: 6px; } .wrap___Pp5cX .content___pWPew .right___ZJhZN .sort___N1oiD .li___vVOqz.myRecord___qv6iJ { background: #f6f7f9; color: #000000; } .wrap___Pp5cX .content___pWPew .right___ZJhZN .sort___N1oiD .li___vVOqz .recordPrefix____bO3_ { width: 35px; display: inline-flex; justify-content: center; align-items: center; margin-right: 10px; font-size: 16px; font-weight: 600; color: #979797; } .wrap___Pp5cX .content___pWPew .right___ZJhZN .sort___N1oiD .li___vVOqz .recordPrefix____bO3_.mine___fhCrG { color: #e99237; font-size: 12px; font-weight: 400; } .wrap___Pp5cX .content___pWPew .right___ZJhZN .sort___N1oiD .li___vVOqz .avatar___vwT8k { width: 18px; height: 18px; border-radius: 50%; } .wrap___Pp5cX .content___pWPew .right___ZJhZN .sort___N1oiD .li___vVOqz .nickname___QA_sN { max-width: 96px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 400; margin-left: 6px; } .wrap___Pp5cX .content___pWPew .right___ZJhZN .sort___N1oiD .li___vVOqz .myRank___QUd2y { font-weight: 400; margin-left: 26px; } .wrap___Pp5cX .content___pWPew .right___ZJhZN .sort___N1oiD .li___vVOqz .questionNumber___j4tJF { font-weight: 600; margin-left: auto; } .titleWarp___Hhoy_ { width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .hov___L_H5a { cursor: pointer; font-size: 14px; font-weight: 600; color: #000000; } .hov___L_H5a:hover { color: #0152d9; } .statusText___okgdj { border: 1px solid transparent; display: inline-block; } .hovBtn___reyI4 { cursor: pointer; color: #0152d9; display: inline-block; padding: 0px 8px; border: 1px solid #0152d9; border-radius: 12px; } .tag___zifqR { font-size: 12px; border: 1px solid #333333; border-radius: 12px; padding: 1px 2px; margin-right: 5px; } .problemsclose___cfp5y .imgsrc___E905q { position: absolute; z-index: 1; top: -9px; right: -9px; display: none; cursor: pointer; } .problemsclose___cfp5y:hover .imgsrc___E905q { display: flex; } .sendModal___jrx6y { display: flex; align-items: center; margin-bottom: 10px; } .sendModal___jrx6y .li___vVOqz { flex: 1 1; background: #fafafa; border-radius: 2px; padding: 20px 20px 0 20px; } .sendModal___jrx6y .li___vVOqz p { font-size: 16px; color: #333333; padding: 0; margin: 0; margin-bottom: 14px; } .sendModal___jrx6y .li___vVOqz .bottom___pKnLQ { border-top: 1px solid #f1f1f1; color: #999999; height: 38px; line-height: 38px; } .sendModal___jrx6y .li___vVOqz .bottom___pKnLQ .line___kNxnj { border-right: 1px solid #ccc; height: 12px; margin: 0 10px; } .sendModal___jrx6y .del___kXkXv { width: 60px; margin-left: 30px; margin-right: 10px; height: 22px; line-height: 20px; border-radius: 2px; text-align: center; border: 1px solid #b1bacd; font-size: 12px; color: #464f66; cursor: pointer; } .sendModal___jrx6y .del___kXkXv:hover { border: 1px solid #e30000; color: #e30000; } /* 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/rate/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-rate { box-sizing: border-box; color: rgba(0, 0, 0, 0.85); font-size: 12px; font-variant: tabular-nums; line-height: 1.66667; font-feature-settings: tnum, "tnum"; display: inline-block; margin: 0; padding: 0; color: #fadb14; font-size: 16px; line-height: inherit; list-style: none; outline: none; } .ant-rate-disabled .ant-rate-star { cursor: default; } .ant-rate-disabled .ant-rate-star > div:hover { transform: scale(1); } .ant-rate-star { position: relative; display: inline-block; color: inherit; cursor: pointer; } .ant-rate-star:not(:last-child) { margin-right: 8px; } .ant-rate-star > div { transition: all 0.3s, outline 0s; } .ant-rate-star > div:hover { transform: scale(1.1); } .ant-rate-star > div:focus { outline: 0; } .ant-rate-star > div:focus-visible { outline: 1px dashed #fadb14; transform: scale(1.1); } .ant-rate-star-first, .ant-rate-star-second { color: #f0f0f0; transition: all 0.3s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .ant-rate-star-first .anticon, .ant-rate-star-second .anticon { vertical-align: middle; } .ant-rate-star-first { position: absolute; top: 0; left: 0; width: 50%; height: 100%; overflow: hidden; opacity: 0; } .ant-rate-star-half .ant-rate-star-first, .ant-rate-star-half .ant-rate-star-second { opacity: 1; } .ant-rate-star-half .ant-rate-star-first, .ant-rate-star-full .ant-rate-star-second { color: inherit; } .ant-rate-text { display: inline-block; margin: 0 8px; font-size: 12px; } .ant-rate-rtl { direction: rtl; } .ant-rate-rtl .ant-rate-star:not(:last-child) { margin-right: 0; margin-left: 8px; } .ant-rate-rtl .ant-rate-star-first { right: 0; left: auto; } /* stylelint-disable no-duplicate-selectors */ /* stylelint-disable */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */