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.
NewEduCoderBuild/p__Question__Index__index.c...

1025 lines
29 KiB

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/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[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;
}
.breakpoints-select {
background: #FF0000;
width: 8px !important;
height: 8px !important;
left: 7px !important;
top: 7px;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.breakpoints-fake {
background: rgba(255, 0, 0, 0.5);
width: 8px !important;
height: 8px !important;
left: 7px !important;
top: 7px;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.highlighted-line {
background: #4B4B18;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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 */