|
|
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/SplitContainer/index.less ***!
|
|
|
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
.split-panel-container {
|
|
|
width: 100%;
|
|
|
height: calc(100vh - 121px);
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
align-items: center;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.split-panel-container > section {
|
|
|
height: 100%;
|
|
|
}
|
|
|
.split-panel-container.my-problems {
|
|
|
height: calc(100vh - 65px);
|
|
|
}
|
|
|
.split-panel-container .resize-x-bar {
|
|
|
width: 4px;
|
|
|
cursor: ew-resize;
|
|
|
height: 100%;
|
|
|
display: flex;
|
|
|
flex-flow: column nowrap;
|
|
|
justify-content: center;
|
|
|
background: #111c24;
|
|
|
}
|
|
|
.split-panel-container .btn-resize {
|
|
|
display: flex;
|
|
|
flex-flow: column nowrap;
|
|
|
text-align: center;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
width: 24px;
|
|
|
height: 24px;
|
|
|
font-size: 24px;
|
|
|
z-index: 10;
|
|
|
border-radius: 50%;
|
|
|
position: absolute;
|
|
|
margin-left: -10px;
|
|
|
opacity: 0.7;
|
|
|
box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
|
|
|
background-color: #e0e0e0;
|
|
|
color: rgba(0, 0, 0, 0.87);
|
|
|
}
|
|
|
|
|
|
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/tpi-code-setting/index.less ***!
|
|
|
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
.tpi-code-setting {
|
|
|
height: calc(100vh - 54px);
|
|
|
background: #031b2a;
|
|
|
color: #ddd;
|
|
|
font-size: 13px;
|
|
|
line-height: 17px;
|
|
|
}
|
|
|
.tpi-code-setting.oj {
|
|
|
height: calc(100vh - 65px);
|
|
|
}
|
|
|
.tpi-code-setting h3 {
|
|
|
color: #008cff;
|
|
|
font-size: 16px;
|
|
|
line-height: 21px;
|
|
|
padding-bottom: 12px;
|
|
|
text-align: left;
|
|
|
width: 100%;
|
|
|
display: block;
|
|
|
border-bottom: 1px solid #092436;
|
|
|
}
|
|
|
.tpi-code-setting .file-item {
|
|
|
color: #ddd;
|
|
|
padding: 20px 0 0 0;
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.tpi-code-setting .file-item.action {
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
|
.tpi-code-setting .file-item.action .iconfont {
|
|
|
margin-right: 21px;
|
|
|
}
|
|
|
.tpi-code-setting .file-item span {
|
|
|
max-width: 148px;
|
|
|
}
|
|
|
.tpi-code-setting .file-item:last-child {
|
|
|
margin-bottom: 25px;
|
|
|
}
|
|
|
.tpi-code-setting span {
|
|
|
color: #597a8f;
|
|
|
}
|
|
|
.setting-drawer .ant-drawer-content-wrapper {
|
|
|
top: 54px;
|
|
|
bottom: 51px;
|
|
|
}
|
|
|
.setting-drawer .ant-drawer-content {
|
|
|
height: auto;
|
|
|
}
|
|
|
.oj .ant-drawer-content-wrapper {
|
|
|
top: 65px;
|
|
|
}
|
|
|
.setting-drawer .ant-drawer-body,
|
|
|
.oj .ant-drawer-body {
|
|
|
background: #031b2a;
|
|
|
}
|
|
|
.setting-drawer .ant-drawer-body,
|
|
|
.oj .ant-drawer-body {
|
|
|
height: auto;
|
|
|
}
|
|
|
.setting-drawer .ant-select-selection,
|
|
|
.oj .ant-select-selection {
|
|
|
width: 120px;
|
|
|
background: #0a2030;
|
|
|
color: #597a8f;
|
|
|
border: 1px solid #597a8f;
|
|
|
}
|
|
|
|
|
|
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/Problems/OjForm/CodePanel/index.less ***!
|
|
|
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
.code-panel-container {
|
|
|
width: 100%;
|
|
|
height: calc(100vh - 121px);
|
|
|
background-color: #1c1c1c;
|
|
|
}
|
|
|
.code-panel-container .action-bar {
|
|
|
height: 56px;
|
|
|
display: flex;
|
|
|
width: 100%;
|
|
|
color: #fff;
|
|
|
flex-flow: row nowrap;
|
|
|
align-items: center;
|
|
|
padding: 0 20px;
|
|
|
justify-content: space-between;
|
|
|
background: #121c24;
|
|
|
}
|
|
|
.code-panel-container .action-bar span {
|
|
|
flex: 1 0;
|
|
|
}
|
|
|
.code-panel-container .action-bar a {
|
|
|
color: #fff;
|
|
|
margin-left: 10px;
|
|
|
}
|
|
|
|
|
|
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Problems/OjForm/index.less?modules ***!
|
|
|
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
.header___HqHSe {
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
align-items: center;
|
|
|
height: 65px;
|
|
|
width: 100%;
|
|
|
background: #070f19;
|
|
|
color: #fff;
|
|
|
padding: 0 20px;
|
|
|
}
|
|
|
.header___HqHSe h2 {
|
|
|
text-align: center;
|
|
|
color: #fff;
|
|
|
flex: 1 0 auto;
|
|
|
margin: 0;
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
.header___HqHSe a {
|
|
|
color: #fff;
|
|
|
}
|
|
|
.header___HqHSe div {
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.header___HqHSe div img {
|
|
|
border-radius: 15px;
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
.checkboxs___ObBnD span[class~='ant-checkbox'] {
|
|
|
top: 0px !important;
|
|
|
}
|
|
|
.field___w_sM6 {
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
.field___w_sM6 > div {
|
|
|
width: 48%;
|
|
|
}
|
|
|
.oj-form-container____odYP {
|
|
|
height: calc(100vh - 65px);
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.oj-left-panel___emEB2 {
|
|
|
height: calc(100vh - 121px);
|
|
|
}
|
|
|
.oj-form-info___m00Ag {
|
|
|
padding: 20px 15px;
|
|
|
height: 100%;
|
|
|
overflow: auto;
|
|
|
}
|
|
|
.footer___O4iSJ {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
height: 56px;
|
|
|
background: #121c24;
|
|
|
}
|
|
|
.footer___O4iSJ > button {
|
|
|
margin-right: 20px;
|
|
|
}
|
|
|
.collapse___Ltfkj div[class~='ant-collapse-header'] {
|
|
|
align-items: center !important;
|
|
|
}
|
|
|
.test-case-name___miZcb {
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
align-items: center;
|
|
|
float: left;
|
|
|
color: rgba(0, 0, 0, 0.65);
|
|
|
}
|
|
|
.test-case-name___miZcb > div {
|
|
|
margin: 0 15px 0 15px !important;
|
|
|
}
|
|
|
.btn-remove-case___cHap2 {
|
|
|
position: relative;
|
|
|
font-size: 20px;
|
|
|
color: #8e8e8e;
|
|
|
border-radius: 50%;
|
|
|
vertical-align: center;
|
|
|
}
|
|
|
.btn-remove-case___cHap2:hover {
|
|
|
color: #fff;
|
|
|
background: #e7514f;
|
|
|
}
|
|
|
.icon-tag___gmyTb {
|
|
|
font-size: 20px;
|
|
|
margin-left: 10px;
|
|
|
color: #4ebc7e;
|
|
|
}
|
|
|
.btn_back___tNmX3 {
|
|
|
color: #888 !important;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.btn_back___tNmX3 span {
|
|
|
margin-right: 6px;
|
|
|
}
|
|
|
.testJi___L3fHb {
|
|
|
flex-direction: row !important;
|
|
|
}
|
|
|
.testJi___L3fHb .ant-form-item-control-input-content {
|
|
|
margin-top: -4px;
|
|
|
margin-left: 20px;
|
|
|
}
|
|
|
.upBtn___RGH6X {
|
|
|
position: relative;
|
|
|
}
|
|
|
.upBtn___RGH6X button {
|
|
|
position: absolute !important;
|
|
|
z-index: 10;
|
|
|
top: -47px;
|
|
|
right: 4px;
|
|
|
}
|
|
|
|
|
|
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/Question/OjProblem/index.less ***!
|
|
|
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
.right-panel {
|
|
|
position: relative;
|
|
|
}
|
|
|
.btn-notes {
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
top: 50%;
|
|
|
width: 36px;
|
|
|
height: 36px;
|
|
|
margin-top: -18px;
|
|
|
border-radius: 50%;
|
|
|
background: #5091ff;
|
|
|
color: #fff;
|
|
|
font-size: 18px;
|
|
|
text-align: center;
|
|
|
transform: translateX(18px);
|
|
|
will-change: transform;
|
|
|
cursor: pointer;
|
|
|
opacity: 0.5;
|
|
|
transition: transform 0.3s linear, opacity 0.3s linear;
|
|
|
z-index: 100;
|
|
|
display: flex;
|
|
|
flex-flow: column nowrap;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.btn-notes:hover {
|
|
|
opacity: 1;
|
|
|
color: #fff;
|
|
|
transform: translateX(-10px);
|
|
|
}
|
|
|
.note-form-area {
|
|
|
position: absolute;
|
|
|
right: 10px;
|
|
|
top: 50%;
|
|
|
width: 450px;
|
|
|
margin-top: -100px;
|
|
|
background: #fff;
|
|
|
border-radius: 5px;
|
|
|
padding: 14px 10px 0;
|
|
|
transform: translateX(500px);
|
|
|
will-change: transform;
|
|
|
transition: transform 0.3s;
|
|
|
}
|
|
|
.note-form-area.active {
|
|
|
transform: translateX(0);
|
|
|
}
|
|
|
.oj-select {
|
|
|
margin-left: 20px;
|
|
|
}
|
|
|
.oj-select .ant-select-selector {
|
|
|
background: #25343e !important;
|
|
|
border: 0px !important;
|
|
|
height: 30px !important;
|
|
|
}
|
|
|
.oj-select .ant-select-arrow {
|
|
|
color: #ffffff !important;
|
|
|
}
|
|
|
.oj-select .ant-select-selection-item {
|
|
|
color: #ffffff !important;
|
|
|
font-size: 12px;
|
|
|
line-height: 30px !important;
|
|
|
}
|
|
|
.oj-modal .ant-modal-body {
|
|
|
padding: 0;
|
|
|
}
|
|
|
.oj-modal .oj-modal-content {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.oj-modal .oj-modal-content > aside {
|
|
|
font-size: 14px;
|
|
|
margin-top: 50px;
|
|
|
color: #333;
|
|
|
width: 438px;
|
|
|
}
|
|
|
.oj-modal .oj-modal-head {
|
|
|
width: 100%;
|
|
|
height: 120px;
|
|
|
padding-left: 177px;
|
|
|
padding-right: 40px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
border-bottom: 1px solid #f1f1f1;
|
|
|
}
|
|
|
.oj-modal .oj-modal-btn {
|
|
|
width: 180px;
|
|
|
height: 50px;
|
|
|
background: #0152d9;
|
|
|
border-radius: 4px;
|
|
|
font-size: 16px;
|
|
|
font-weight: 500;
|
|
|
color: #ffffff;
|
|
|
cursor: pointer;
|
|
|
line-height: 50px;
|
|
|
text-align: center;
|
|
|
margin-bottom: 30px;
|
|
|
}
|
|
|
.oj-modal .oj-modal-tt {
|
|
|
margin-right: 51px;
|
|
|
display: inline-flex;
|
|
|
flex-direction: column;
|
|
|
transform: translateY(-4px);
|
|
|
}
|
|
|
.oj-modal .oj-modal-tt > span:last-child {
|
|
|
width: 160px;
|
|
|
height: 6px;
|
|
|
background: #e7f3ff;
|
|
|
border-radius: 3px;
|
|
|
}
|
|
|
.oj-modal .oj-modal-tt > span:last-child span {
|
|
|
display: inherit;
|
|
|
width: 60px;
|
|
|
height: 6px;
|
|
|
background: #0152d9;
|
|
|
border-radius: 3px;
|
|
|
}
|
|
|
.oj-modal i {
|
|
|
color: #666;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.oj-custom-warp {
|
|
|
overflow-y: hidden;
|
|
|
overflow-x: auto;
|
|
|
width: 100vw;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
height: 100vh;
|
|
|
}
|
|
|
.oj-problems {
|
|
|
min-width: 1200px;
|
|
|
flex: 1 1;
|
|
|
}
|
|
|
.oj-problems .resize-x-bar {
|
|
|
display: none;
|
|
|
}
|
|
|
.oj-custom-large-spin {
|
|
|
max-height: 80vh !important;
|
|
|
position: fixed !important;
|
|
|
z-index: 1000 !important;
|
|
|
top: 50% !important;
|
|
|
left: 50% !important;
|
|
|
width: 50px !important;
|
|
|
height: 50px !important;
|
|
|
}
|
|
|
|
|
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/Question/OjProblem/TestCasePanel/index.less ***!
|
|
|
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
.footer {
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
align-items: center;
|
|
|
height: 56px;
|
|
|
background: #121c24;
|
|
|
color: #fff;
|
|
|
padding: 0 20px;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
.test-case-panel {
|
|
|
position: relative;
|
|
|
}
|
|
|
.test-case-panel .error {
|
|
|
font-size: 12px;
|
|
|
color: #fb3226;
|
|
|
}
|
|
|
.test-case-panel .test-case-panel-body {
|
|
|
position: absolute;
|
|
|
will-change: transform;
|
|
|
width: 100%;
|
|
|
transition: all 0.2s linear;
|
|
|
bottom: 0;
|
|
|
transform: translate3d(0, 350px, 0);
|
|
|
opacity: 0.1;
|
|
|
}
|
|
|
.test-case-panel .test-case-panel-body pre {
|
|
|
max-height: 150px;
|
|
|
overflow: auto;
|
|
|
}
|
|
|
.test-case-panel .test-case-panel-body.active {
|
|
|
transform: translate3d(0, -56px, 0);
|
|
|
opacity: 1;
|
|
|
}
|
|
|
.test-case-panel .tab-panel-body {
|
|
|
padding: 20px 10px;
|
|
|
height: 240px;
|
|
|
background-color: #070f19;
|
|
|
display: flex;
|
|
|
flex-flow: column nowrap;
|
|
|
justify-content: center;
|
|
|
color: #ddd;
|
|
|
}
|
|
|
.test-case-panel .tab-panel-body .tip {
|
|
|
text-align: center;
|
|
|
}
|
|
|
.test-case-panel .tab-panel-body textarea {
|
|
|
background: #070f19 !important;
|
|
|
color: #fff;
|
|
|
font-size: 14px;
|
|
|
border: 0 solid transparent !important;
|
|
|
height: 200px;
|
|
|
outline: none;
|
|
|
}
|
|
|
.test-case-panel .btn-green {
|
|
|
margin-right: 10px;
|
|
|
color: #28bd8b;
|
|
|
border-color: #28bd8b;
|
|
|
}
|
|
|
.test-case-panel .btn-blue {
|
|
|
margin-right: 10px;
|
|
|
color: #0152d9;
|
|
|
border-color: #0152d9;
|
|
|
}
|
|
|
.test-case-panel .btn-blue span {
|
|
|
pointer-events: none;
|
|
|
}
|
|
|
.test-case-panel .btn-collapse {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
width: 54px;
|
|
|
height: 27px;
|
|
|
left: 50%;
|
|
|
margin-left: -27px;
|
|
|
background: #2a3a4f;
|
|
|
z-index: 8;
|
|
|
border-bottom-left-radius: 100px;
|
|
|
border-bottom-right-radius: 100px;
|
|
|
color: #fff;
|
|
|
text-align: center;
|
|
|
cursor: pointer;
|
|
|
opacity: 0.4;
|
|
|
transition: all 0.3s;
|
|
|
}
|
|
|
.test-case-panel .btn-collapse.up {
|
|
|
top: -294px;
|
|
|
}
|
|
|
ul.s-navs {
|
|
|
list-style: none;
|
|
|
margin: 0;
|
|
|
padding: 0 17px;
|
|
|
height: 54px;
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
align-items: center;
|
|
|
background: #0f1e31;
|
|
|
font-size: 14px;
|
|
|
color: #ddd;
|
|
|
}
|
|
|
ul.s-navs.bg-white {
|
|
|
background: #fff;
|
|
|
color: #888;
|
|
|
}
|
|
|
ul.s-navs.bg-white a {
|
|
|
color: #888;
|
|
|
}
|
|
|
ul.s-navs a {
|
|
|
color: #ddd;
|
|
|
display: block;
|
|
|
margin-right: 20px;
|
|
|
height: 54px;
|
|
|
line-height: 54px;
|
|
|
border-bottom: 2px solid transparent;
|
|
|
}
|
|
|
ul.s-navs a.active {
|
|
|
color: #5091ff;
|
|
|
border-bottom: 2px solid #5091ff;
|
|
|
}
|
|
|
#educoder .custom-ant-disabled:disabled {
|
|
|
color: inherit;
|
|
|
}
|
|
|
|
|
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Spinner/index.less?modules ***!
|
|
|
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
.ldsRing___mpBZC {
|
|
|
position: relative;
|
|
|
width: 40px;
|
|
|
height: 40px;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
.idsRingWrapper___Of9_n {
|
|
|
position: absolute;
|
|
|
z-index: 1000;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
display: flex;
|
|
|
flex-flow: column nowrap;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.idsRingWrapper___Of9_n p {
|
|
|
text-align: center;
|
|
|
margin-top: 12px;
|
|
|
}
|
|
|
.ldsRing___mpBZC div {
|
|
|
box-sizing: border-box;
|
|
|
display: block;
|
|
|
position: absolute;
|
|
|
width: 32px;
|
|
|
height: 32px;
|
|
|
margin: 4px;
|
|
|
border: 4px solid #1976d2;
|
|
|
border-radius: 50%;
|
|
|
animation: ldsring___o0w2t 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
|
|
|
border-color: #1976d2 transparent transparent transparent;
|
|
|
}
|
|
|
.ldsRing___mpBZC div:nth-child(1) {
|
|
|
animation-delay: -0.45s;
|
|
|
}
|
|
|
.ldsRing___mpBZC div:nth-child(2) {
|
|
|
animation-delay: -0.3s;
|
|
|
}
|
|
|
.ldsRing___mpBZC div:nth-child(3) {
|
|
|
animation-delay: -0.15s;
|
|
|
}
|
|
|
@keyframes ldsring___o0w2t {
|
|
|
0% {
|
|
|
transform: rotate(0deg);
|
|
|
}
|
|
|
100% {
|
|
|
transform: rotate(360deg);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Question/OjProblem/LeftPanel/index.less?modules ***!
|
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
.left-panel___fP6Y3 {
|
|
|
position: relative;
|
|
|
}
|
|
|
.left-panel___fP6Y3 .tab-panel-body___aLOJQ {
|
|
|
padding: 0 16px;
|
|
|
height: calc(100vh - 121px);
|
|
|
overflow: auto;
|
|
|
}
|
|
|
.left-panel___fP6Y3 .tab-panel-body___aLOJQ pre:empty {
|
|
|
display: none;
|
|
|
}
|
|
|
.left-panel___fP6Y3 .b1___ELpwD {
|
|
|
border-bottom: 1px solid #eaecef;
|
|
|
}
|
|
|
.left-panel___fP6Y3 .oj-mr___SIQSw {
|
|
|
margin-right: 40px;
|
|
|
}
|
|
|
.left-panel___fP6Y3 .oj-width-input___tR_Si {
|
|
|
width: 270px;
|
|
|
}
|
|
|
@media screen and (max-width: 1280px) {
|
|
|
.left-panel___fP6Y3 {
|
|
|
/*当屏幕尺寸小于1280px时,应用下面的CSS样式*/
|
|
|
}
|
|
|
.left-panel___fP6Y3 .oj-mr___SIQSw {
|
|
|
margin-right: 20px;
|
|
|
}
|
|
|
.left-panel___fP6Y3 .oj-width-input___tR_Si {
|
|
|
width: 235px;
|
|
|
}
|
|
|
}
|
|
|
.s-navs___iVrSH {
|
|
|
list-style: none;
|
|
|
margin: 0;
|
|
|
padding: 0 17px;
|
|
|
height: 54px;
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
align-items: center;
|
|
|
background: #0f1e31;
|
|
|
font-size: 14px;
|
|
|
color: #ddd;
|
|
|
}
|
|
|
.s-navs___iVrSH.bg-white___S0kiU {
|
|
|
background: #fff;
|
|
|
color: #888;
|
|
|
}
|
|
|
.s-navs___iVrSH.bg-white___S0kiU a {
|
|
|
color: #888;
|
|
|
}
|
|
|
.s-navs___iVrSH a {
|
|
|
color: #ddd;
|
|
|
display: block;
|
|
|
margin-right: 20px;
|
|
|
height: 54px;
|
|
|
line-height: 54px;
|
|
|
border-bottom: 2px solid transparent;
|
|
|
}
|
|
|
.s-navs___iVrSH a.active___D332c {
|
|
|
color: #5091ff;
|
|
|
border-bottom: 2px solid #5091ff;
|
|
|
}
|
|
|
|
|
|
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Question/OjProblem/LeftPanel/SubmitList/index.less?modules ***!
|
|
|
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
.pagination___npPu7 {
|
|
|
text-align: center;
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
.info___aRH6C {
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
align-items: center;
|
|
|
height: 56px;
|
|
|
list-style: none;
|
|
|
background: #fff;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Question/OjProblem/LeftPanel/Description/index.less?modules ***!
|
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
.desc___X8_hx {
|
|
|
padding: 8px 0;
|
|
|
height: calc(100vh - 233px);
|
|
|
overflow: auto;
|
|
|
}
|
|
|
.info___C1DPv,
|
|
|
.commit-info____9yQm {
|
|
|
list-style: none;
|
|
|
color: #888;
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
height: 56px;
|
|
|
align-items: center;
|
|
|
font-size: 14px;
|
|
|
width: 100%;
|
|
|
padding: 0;
|
|
|
}
|
|
|
.info___C1DPv {
|
|
|
border-top: 1px solid #f4f4f4;
|
|
|
border-bottom: 1px solid #f4f4f4;
|
|
|
}
|
|
|
.info___C1DPv li {
|
|
|
margin-right: 8px;
|
|
|
}
|
|
|
.commit-info____9yQm {
|
|
|
font-size: 12px;
|
|
|
border-top: 1px solid #f4f4f4;
|
|
|
}
|
|
|
.commit-info____9yQm i {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.commit-info____9yQm li {
|
|
|
margin-right: 8px;
|
|
|
}
|
|
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/Question/OjProblem/LeftPanel/Discuss/index.less ***!
|
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
.discuss-panel {
|
|
|
height: calc(100vh - 173px);
|
|
|
overflow: auto;
|
|
|
padding: 0 16px;
|
|
|
}
|
|
|
|
|
|
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/Question/OjProblem/LeftPanel/Discuss/discuss-item/index.less ***!
|
|
|
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
.discuss-item-container {
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
width: 100%;
|
|
|
padding: 15px;
|
|
|
border-bottom: 1px solid #e3e3e3;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.discuss-item-container section {
|
|
|
margin-left: 15px;
|
|
|
flex: 1 1 auto;
|
|
|
width: 100%;
|
|
|
}
|
|
|
.discuss-item-container .grey {
|
|
|
color: #ccc;
|
|
|
}
|
|
|
.discuss-content {
|
|
|
margin: 4px 0;
|
|
|
word-break: break-word;
|
|
|
word-wrap: break-word;
|
|
|
}
|
|
|
.discuss-content img {
|
|
|
max-width: 200px;
|
|
|
}
|
|
|
.discuss-info {
|
|
|
display: flex;
|
|
|
flex-flow: row wrap;
|
|
|
align-items: center;
|
|
|
color: #999;
|
|
|
line-height: 16px;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
.discuss-info .top {
|
|
|
color: #ffffff;
|
|
|
padding: 0 8px;
|
|
|
background: #ff4343;
|
|
|
border-radius: 8px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.discuss-info .gift {
|
|
|
cursor: default;
|
|
|
}
|
|
|
.discuss-info .view-code {
|
|
|
color: #4cacff;
|
|
|
}
|
|
|
.discuss-info a {
|
|
|
color: #999;
|
|
|
}
|
|
|
.discuss-info a,
|
|
|
.discuss-info span {
|
|
|
margin-right: 15px;
|
|
|
}
|
|
|
.btn-group {
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
justify-content: flex-end;
|
|
|
margin-bottom: 8px;
|
|
|
}
|
|
|
.btn-group .btn-top .iconfont {
|
|
|
transform: rotate(180deg);
|
|
|
display: inline-block;
|
|
|
}
|
|
|
.btn-group a {
|
|
|
width: 31px;
|
|
|
text-align: center;
|
|
|
color: #888;
|
|
|
}
|
|
|
.btn-group a .iconfont {
|
|
|
font-size: 14px !important;
|
|
|
}
|
|
|
.second-discuss .btn-group {
|
|
|
opacity: 0;
|
|
|
}
|
|
|
.second-discuss:hover {
|
|
|
background: #ebebeb;
|
|
|
}
|
|
|
.second-discuss:hover .btn-group {
|
|
|
opacity: 1;
|
|
|
}
|
|
|
.reply-discuss-container {
|
|
|
background: #f4f4f4;
|
|
|
border-radius: 4px;
|
|
|
margin-bottom: 6px;
|
|
|
position: relative;
|
|
|
margin-top: 6px;
|
|
|
}
|
|
|
.reply-discuss-container:before {
|
|
|
content: ' ';
|
|
|
position: absolute;
|
|
|
border-color: black;
|
|
|
width: 0;
|
|
|
height: 0;
|
|
|
border-left: 5px solid transparent;
|
|
|
border-right: 5px solid transparent;
|
|
|
left: 13px;
|
|
|
top: -9px;
|
|
|
border-bottom: 10px solid #f4f4f4;
|
|
|
}
|
|
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/discuss/discuss-editor/index.less ***!
|
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
.discuss-item-editor {
|
|
|
width: 100%;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.discuss-item-editor .btn-send {
|
|
|
cursor: pointer;
|
|
|
border: none;
|
|
|
padding: 0 12px;
|
|
|
color: #fff;
|
|
|
letter-spacing: 1px;
|
|
|
text-align: center;
|
|
|
font-size: 14px;
|
|
|
height: 30px;
|
|
|
line-height: 30px;
|
|
|
border-radius: 2px;
|
|
|
font-weight: 400;
|
|
|
margin-right: 22px;
|
|
|
margin-top: 6px;
|
|
|
background: #0152d9;
|
|
|
float: right;
|
|
|
}
|
|
|
|
|
|
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/image-preview/index.less ***!
|
|
|
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
.image-preview-container {
|
|
|
display: flex;
|
|
|
flex-flow: column nowrap;
|
|
|
position: fixed;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
bottom: 0;
|
|
|
z-index: 99999;
|
|
|
background: rgba(0, 0, 0, 0.8);
|
|
|
}
|
|
|
.image-preview-container .image-preview {
|
|
|
transition: transform 0.4s linear;
|
|
|
max-width: 86%;
|
|
|
}
|
|
|
.image-preview-container .button-group {
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
align-items: center;
|
|
|
justify-content: flex-end;
|
|
|
position: absolute;
|
|
|
z-index: 101;
|
|
|
right: 10px;
|
|
|
top: 10px;
|
|
|
}
|
|
|
.image-preview-container .button-group a,
|
|
|
.image-preview-container .button-group button {
|
|
|
color: rgba(0, 0, 0, 0.65);
|
|
|
margin-right: 10px;
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.preview-wrp-group {
|
|
|
overflow: auto;
|
|
|
width: 100%;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/Question/OjProblem/LeftPanel/Discuss/discuss-input-editor/index.less ***!
|
|
|
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
.dis-input-editor-container {
|
|
|
position: relative;
|
|
|
background: #fff;
|
|
|
width: 100%;
|
|
|
box-shadow: 0px -3px 5px 0px rgba(76, 172, 255, 0.2);
|
|
|
}
|
|
|
.dis-input-editor-container.active {
|
|
|
position: absolute;
|
|
|
height: calc(100vh - 65px);
|
|
|
background: transparent;
|
|
|
z-index: 1000;
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
|
flex-flow: column nowrap;
|
|
|
justify-content: center;
|
|
|
top: 0;
|
|
|
}
|
|
|
.dis-input-editor-container .input-mask {
|
|
|
flex: 1 0;
|
|
|
background: rgba(0, 0, 0, 0);
|
|
|
width: 100%;
|
|
|
}
|
|
|
.dis-input-editor-container .text-area {
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
padding: 10px 20px;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.dis-input-editor-container .text-area input {
|
|
|
border-radius: 15px;
|
|
|
border: 1px solid #eaeaea;
|
|
|
background-color: #fff;
|
|
|
overflow: hidden;
|
|
|
height: 32px;
|
|
|
padding: 0 16px;
|
|
|
line-height: 32px;
|
|
|
outline: none;
|
|
|
flex: 1 0;
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
.dis-input-editor-container .text-area a {
|
|
|
color: #888;
|
|
|
display: block;
|
|
|
height: 32px;
|
|
|
line-height: 32px;
|
|
|
margin-right: 20px;
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
}
|
|
|
.dis-input-editor-container .text-area a span {
|
|
|
line-height: 32px;
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
.dis-input-editor-container .tip-container {
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.dis-input-editor-container .tip-container p {
|
|
|
font-size: 12px;
|
|
|
color: #ff6800;
|
|
|
}
|
|
|
.dis-input-editor-container .hide {
|
|
|
display: none;
|
|
|
}
|
|
|
.dis-input-editor-container .md-container {
|
|
|
background: #fff;
|
|
|
padding: 10px 20px;
|
|
|
}
|
|
|
.btn-send {
|
|
|
cursor: pointer;
|
|
|
display: inline-block;
|
|
|
border: none;
|
|
|
padding: 0 12px;
|
|
|
color: #fff;
|
|
|
background: #0152d9;
|
|
|
letter-spacing: 1px;
|
|
|
text-align: center;
|
|
|
font-size: 14px;
|
|
|
height: 30px;
|
|
|
line-height: 30px;
|
|
|
border-radius: 2px;
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
|
|
|
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Question/OjProblem/LeftPanel/FilterList/index.less?modules ***!
|
|
|
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
.flex_box_center___tosr6 {
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
-webkit-justify-content: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_space_between___cQaTP {
|
|
|
justify-content: space-between;
|
|
|
-webkit-box-pack: justify;
|
|
|
}
|
|
|
.flex_box_vertical_center___uovxL {
|
|
|
align-items: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_box_center_end___b4gLY {
|
|
|
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___Umjm_ {
|
|
|
flex-direction: column;
|
|
|
box-orient: block-axis;
|
|
|
}
|
|
|
button {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
border: 1px solid transparent;
|
|
|
outline: none;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
button:active {
|
|
|
opacity: 0.6;
|
|
|
}
|
|
|
.flex-col___K66bF {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
.flex-row___hLdBV {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
}
|
|
|
.justify-start___MhQqv {
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
|
.justify-center___xOA32 {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.justify-end___FmJvB {
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
}
|
|
|
.justify-evenly___HYApG {
|
|
|
display: flex;
|
|
|
justify-content: space-evenly;
|
|
|
}
|
|
|
.justify-around___asXSo {
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
}
|
|
|
.justify-between___LAMV0 {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
.align-start___I3spn {
|
|
|
display: flex;
|
|
|
align-items: flex-start;
|
|
|
}
|
|
|
.align-center___lmUwE {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.align-end___iN99F {
|
|
|
display: flex;
|
|
|
align-items: flex-end;
|
|
|
}
|
|
|
button {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
border: 1px solid transparent;
|
|
|
outline: none;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
button:active {
|
|
|
opacity: 0.6;
|
|
|
}
|
|
|
.flex-col___K66bF {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
.flex-row___hLdBV {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
}
|
|
|
.justify-start___MhQqv {
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
|
.justify-center___xOA32 {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.justify-end___FmJvB {
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
}
|
|
|
.justify-evenly___HYApG {
|
|
|
display: flex;
|
|
|
justify-content: space-evenly;
|
|
|
}
|
|
|
.justify-around___asXSo {
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
}
|
|
|
.justify-between___LAMV0 {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
.align-start___I3spn {
|
|
|
display: flex;
|
|
|
align-items: flex-start;
|
|
|
}
|
|
|
.align-center___lmUwE {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.align-end___iN99F {
|
|
|
display: flex;
|
|
|
align-items: flex-end;
|
|
|
}
|
|
|
.wrap___sgoJE {
|
|
|
padding: 0 20px;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
overflow: hidden;
|
|
|
height: 100%;
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
.wrap___sgoJE .ant-pagination button {
|
|
|
line-height: normal;
|
|
|
line-height: initial;
|
|
|
}
|
|
|
.wrap___sgoJE ::-webkit-scrollbar-thumb {
|
|
|
box-shadow: inset 0 0 0 transparent;
|
|
|
background: #dedede !important;
|
|
|
}
|
|
|
.wrap___sgoJE ::-webkit-scrollbar-track {
|
|
|
box-shadow: inset 0 0 0 transparent;
|
|
|
background-color: #f1f1f1;
|
|
|
}
|
|
|
.wrap___sgoJE .head___b9a9v {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
height: 80px;
|
|
|
}
|
|
|
.wrap___sgoJE .head___b9a9v .sort___L2Zw8 {
|
|
|
display: flex;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.wrap___sgoJE .head___b9a9v .sort___L2Zw8 > span {
|
|
|
font-size: 14px;
|
|
|
font-weight: 600;
|
|
|
color: #333333;
|
|
|
}
|
|
|
.wrap___sgoJE .head___b9a9v .sort___L2Zw8 aside {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
font-size: 11px;
|
|
|
margin-left: 4px;
|
|
|
margin-top: 2px;
|
|
|
}
|
|
|
.wrap___sgoJE .head___b9a9v .sort___L2Zw8 aside > span:first-child {
|
|
|
margin-bottom: -2px;
|
|
|
}
|
|
|
.wrap___sgoJE .head___b9a9v .ant-input-search {
|
|
|
border: 0;
|
|
|
background: #f5f5f5;
|
|
|
height: 40px;
|
|
|
margin-left: auto;
|
|
|
margin-right: 40px;
|
|
|
}
|
|
|
.wrap___sgoJE .head___b9a9v .ant-input-search input {
|
|
|
background: #f5f5f5;
|
|
|
color: #333;
|
|
|
}
|
|
|
.wrap___sgoJE .head___b9a9v .ant-input-search .ant-input-search-icon::before {
|
|
|
border-left: 1px solid transparent;
|
|
|
}
|
|
|
.wrap___sgoJE .head___b9a9v .btn___khuE4 {
|
|
|
width: 106px;
|
|
|
height: 40px;
|
|
|
background: #0152d9;
|
|
|
border-radius: 5px;
|
|
|
text-align: center;
|
|
|
line-height: 40px;
|
|
|
font-size: 14px;
|
|
|
font-weight: 500;
|
|
|
color: #ffffff;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.wrap___sgoJE .head___b9a9v .btn___khuE4 img {
|
|
|
width: 16px;
|
|
|
margin-right: 10px;
|
|
|
margin-top: -2px;
|
|
|
}
|
|
|
.wrap___sgoJE .listWarp___zZj6C {
|
|
|
background: #f6f9fd;
|
|
|
border-radius: 4px;
|
|
|
overflow: auto;
|
|
|
height: 100%;
|
|
|
flex: 1 1;
|
|
|
margin-bottom: 20px;
|
|
|
}
|
|
|
.wrap___sgoJE .pagination___XlROP {
|
|
|
text-align: center;
|
|
|
padding-bottom: 20px;
|
|
|
}
|
|
|
.wrap___sgoJE .fixedRight___MuAXo {
|
|
|
position: fixed;
|
|
|
z-index: 100;
|
|
|
width: 700px;
|
|
|
height: calc(100% - 65px);
|
|
|
bottom: 0;
|
|
|
right: 0;
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
.oj-width-input___RsZb6 {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
flex: 1 1;
|
|
|
margin-left: 10px;
|
|
|
}
|
|
|
.oj-width-input___RsZb6 [class~='ant-input-wrapper'] {
|
|
|
height: 40px;
|
|
|
}
|
|
|
.oj-width-input___RsZb6 [class~='ant-input-wrapper'] input {
|
|
|
height: 40px;
|
|
|
border: none;
|
|
|
background: none !important;
|
|
|
box-shadow: none;
|
|
|
}
|
|
|
.oj-width-input___RsZb6 [class~='ant-input-wrapper'] [class~='ant-input-group-addon'] {
|
|
|
background: none;
|
|
|
}
|
|
|
.oj-width-input___RsZb6 [class~='ant-input-wrapper'] [class~='ant-input-group-addon'] button {
|
|
|
height: 40px;
|
|
|
border-left: 0px;
|
|
|
border: none;
|
|
|
background: none;
|
|
|
}
|
|
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Question/OjProblem/LeftPanel/FilterList/List/index.less?modules ***!
|
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
.flex_box_center___EahWI {
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
-webkit-justify-content: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_space_between___zopS4 {
|
|
|
justify-content: space-between;
|
|
|
-webkit-box-pack: justify;
|
|
|
}
|
|
|
.flex_box_vertical_center___w03mz {
|
|
|
align-items: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_box_center_end___lr0Fp {
|
|
|
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___KFHVi {
|
|
|
flex-direction: column;
|
|
|
box-orient: block-axis;
|
|
|
}
|
|
|
button {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
border: 1px solid transparent;
|
|
|
outline: none;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
button:active {
|
|
|
opacity: 0.6;
|
|
|
}
|
|
|
.flex-col___HrhsJ {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
.flex-row___MX6nx {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
}
|
|
|
.justify-start___wkAVz {
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
|
.justify-center___TU5NO {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.justify-end___V4A35 {
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
}
|
|
|
.justify-evenly___Blufs {
|
|
|
display: flex;
|
|
|
justify-content: space-evenly;
|
|
|
}
|
|
|
.justify-around___ae_LO {
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
}
|
|
|
.justify-between___xTfPu {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
.align-start___KGnbg {
|
|
|
display: flex;
|
|
|
align-items: flex-start;
|
|
|
}
|
|
|
.align-center___uIjm1 {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.align-end___zqHtI {
|
|
|
display: flex;
|
|
|
align-items: flex-end;
|
|
|
}
|
|
|
button {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
border: 1px solid transparent;
|
|
|
outline: none;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
button:active {
|
|
|
opacity: 0.6;
|
|
|
}
|
|
|
.flex-col___HrhsJ {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
.flex-row___MX6nx {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
}
|
|
|
.justify-start___wkAVz {
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
|
.justify-center___TU5NO {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.justify-end___V4A35 {
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
}
|
|
|
.justify-evenly___Blufs {
|
|
|
display: flex;
|
|
|
justify-content: space-evenly;
|
|
|
}
|
|
|
.justify-around___ae_LO {
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
}
|
|
|
.justify-between___xTfPu {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
.align-start___KGnbg {
|
|
|
display: flex;
|
|
|
align-items: flex-start;
|
|
|
}
|
|
|
.align-center___uIjm1 {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.align-end___zqHtI {
|
|
|
display: flex;
|
|
|
align-items: flex-end;
|
|
|
}
|
|
|
.active___BczOO {
|
|
|
background: #e7f3ff;
|
|
|
}
|
|
|
.line___VC_Ry {
|
|
|
margin: 0 20px;
|
|
|
height: 1px;
|
|
|
background-color: #eaecef;
|
|
|
}
|
|
|
.list___n9ABd {
|
|
|
display: flex;
|
|
|
cursor: pointer;
|
|
|
padding: 20px;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.list___n9ABd .left___LVHqw {
|
|
|
width: 246px;
|
|
|
height: 140px;
|
|
|
border-radius: 4px;
|
|
|
background-color: #999;
|
|
|
position: relative;
|
|
|
margin-right: 20px;
|
|
|
overflow: hidden;
|
|
|
flex-shrink: 0;
|
|
|
}
|
|
|
.list___n9ABd .left___LVHqw > img {
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
top: 50%;
|
|
|
z-index: 1;
|
|
|
transform: translate(-50%, -50%);
|
|
|
}
|
|
|
.list___n9ABd .left___LVHqw div {
|
|
|
position: absolute;
|
|
|
right: 20px;
|
|
|
bottom: 10px;
|
|
|
z-index: 3;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.list___n9ABd .left___LVHqw div span {
|
|
|
font-size: 12px;
|
|
|
color: #ffffff;
|
|
|
margin-left: 4px;
|
|
|
}
|
|
|
.list___n9ABd .left___LVHqw .mask___fP13z {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
z-index: 2;
|
|
|
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
|
|
|
}
|
|
|
.list___n9ABd .right___iLe52 {
|
|
|
flex: 1 1;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.list___n9ABd .right___iLe52 .name___Oz_7h {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.list___n9ABd .right___iLe52 .name___Oz_7h img {
|
|
|
border-radius: 50%;
|
|
|
flex-shrink: 0;
|
|
|
}
|
|
|
.list___n9ABd .right___iLe52 .name___Oz_7h .title___2Sess {
|
|
|
font-size: 16px;
|
|
|
font-weight: 600;
|
|
|
color: #333333;
|
|
|
padding: 0 5px 0 10px;
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
.list___n9ABd .right___iLe52 .name___Oz_7h .a___t7rIW {
|
|
|
width: 40px;
|
|
|
text-align: center;
|
|
|
line-height: 20px;
|
|
|
height: 20px;
|
|
|
background: #0152d9;
|
|
|
border-radius: 10px;
|
|
|
color: #fff;
|
|
|
flex-shrink: 0;
|
|
|
margin: 0 5px;
|
|
|
}
|
|
|
.list___n9ABd .right___iLe52 .name___Oz_7h .b___Kb_45 {
|
|
|
width: 40px;
|
|
|
color: #fff;
|
|
|
height: 20px;
|
|
|
text-align: center;
|
|
|
line-height: 20px;
|
|
|
background: #ff8c29;
|
|
|
border-radius: 10px;
|
|
|
margin: 0 5px;
|
|
|
flex-shrink: 0;
|
|
|
}
|
|
|
.list___n9ABd .right___iLe52 .des___CjMBM {
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
display: -webkit-box;
|
|
|
-webkit-box-orient: vertical;
|
|
|
-webkit-line-clamp: 2;
|
|
|
color: #656f87;
|
|
|
font-size: 14px;
|
|
|
margin-top: 12px;
|
|
|
margin-bottom: 12px;
|
|
|
height: 52px;
|
|
|
}
|
|
|
.list___n9ABd .right___iLe52 .des___CjMBM > div {
|
|
|
font-size: 14px;
|
|
|
color: #656f87;
|
|
|
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
|
}
|
|
|
.list___n9ABd .right___iLe52 .tag___V0PVb {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.list___n9ABd .right___iLe52 .tag___V0PVb > span {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
margin-right: 20px;
|
|
|
color: #656f87;
|
|
|
}
|
|
|
.list___n9ABd .right___iLe52 .tag___V0PVb > span img {
|
|
|
margin-right: 5px;
|
|
|
}
|
|
|
|
|
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Question/OjProblem/LeftPanel/FilterList/ListForm/index.less?modules ***!
|
|
|
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
.flex_box_center___C6sVF {
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
-webkit-justify-content: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_space_between___VEt8l {
|
|
|
justify-content: space-between;
|
|
|
-webkit-box-pack: justify;
|
|
|
}
|
|
|
.flex_box_vertical_center___qeD5F {
|
|
|
align-items: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_box_center_end___iYJd9 {
|
|
|
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___iAKJf {
|
|
|
flex-direction: column;
|
|
|
box-orient: block-axis;
|
|
|
}
|
|
|
button {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
border: 1px solid transparent;
|
|
|
outline: none;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
button:active {
|
|
|
opacity: 0.6;
|
|
|
}
|
|
|
.flex-col___rKpNH {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
.flex-row___Qu29h {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
}
|
|
|
.justify-start___lceju {
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
|
.justify-center___P4l34 {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.justify-end___mY0hr {
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
}
|
|
|
.justify-evenly___BnS2V {
|
|
|
display: flex;
|
|
|
justify-content: space-evenly;
|
|
|
}
|
|
|
.justify-around___c8gjx {
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
}
|
|
|
.justify-between___R2BdN {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
.align-start___I5_So {
|
|
|
display: flex;
|
|
|
align-items: flex-start;
|
|
|
}
|
|
|
.align-center___PXyM3 {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.align-end___SEBIk {
|
|
|
display: flex;
|
|
|
align-items: flex-end;
|
|
|
}
|
|
|
button {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
border: 1px solid transparent;
|
|
|
outline: none;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
button:active {
|
|
|
opacity: 0.6;
|
|
|
}
|
|
|
.flex-col___rKpNH {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
.flex-row___Qu29h {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
}
|
|
|
.justify-start___lceju {
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
|
.justify-center___P4l34 {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.justify-end___mY0hr {
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
}
|
|
|
.justify-evenly___BnS2V {
|
|
|
display: flex;
|
|
|
justify-content: space-evenly;
|
|
|
}
|
|
|
.justify-around___c8gjx {
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
}
|
|
|
.justify-between___R2BdN {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
.align-start___I5_So {
|
|
|
display: flex;
|
|
|
align-items: flex-start;
|
|
|
}
|
|
|
.align-center___PXyM3 {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.align-end___SEBIk {
|
|
|
display: flex;
|
|
|
align-items: flex-end;
|
|
|
}
|
|
|
.listForm___leDJL {
|
|
|
height: 100%;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
background: #fafafa;
|
|
|
}
|
|
|
.listForm___leDJL header {
|
|
|
height: 70px;
|
|
|
margin: 0 30px;
|
|
|
border-bottom: 1px solid #eaecef;
|
|
|
font-size: 18px;
|
|
|
font-weight: 600;
|
|
|
color: #333333;
|
|
|
line-height: 75px;
|
|
|
margin-bottom: 10px;
|
|
|
}
|
|
|
.listForm___leDJL .scroll___wtFaF {
|
|
|
flex: 1 1;
|
|
|
overflow: auto;
|
|
|
padding-bottom: 40px;
|
|
|
}
|
|
|
.listForm___leDJL .formWrap___p3W41 {
|
|
|
padding: 0 30px;
|
|
|
}
|
|
|
.listForm___leDJL .formWrap___p3W41 .ant-form-item-label {
|
|
|
margin-bottom: 10px;
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
.listForm___leDJL .formWrap___p3W41 .ant-form-item-label label {
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
.listForm___leDJL .formWrap___p3W41 .ant-input-affix-wrapper {
|
|
|
height: 50px;
|
|
|
background-color: #f5f5f5;
|
|
|
padding: 0 20px;
|
|
|
border-radius: 4px;
|
|
|
}
|
|
|
.listForm___leDJL .formWrap___p3W41 .ant-input-affix-wrapper > input,
|
|
|
.listForm___leDJL .formWrap___p3W41 .ant-input-affix-wrapper > span {
|
|
|
font-size: 16px;
|
|
|
background-color: #f5f5f5;
|
|
|
}
|
|
|
.listForm___leDJL .btns___Izl4q {
|
|
|
z-index: 1000;
|
|
|
height: 60px;
|
|
|
background: #ffffff;
|
|
|
padding: 0 30px;
|
|
|
box-shadow: 1px -1px 3px 0px #dedede;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
.listForm___leDJL .main___xTqlG {
|
|
|
width: 246px;
|
|
|
height: 140px;
|
|
|
background: #f6f9fd;
|
|
|
border-radius: 4px;
|
|
|
border: 1px dotted #0152d9;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
flex-direction: column;
|
|
|
margin-left: 30px;
|
|
|
margin-bottom: 30px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.listForm___leDJL .main___xTqlG span {
|
|
|
color: #0152d9;
|
|
|
margin-top: 20px;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
.listForm___leDJL .mainLoading___QLa9s {
|
|
|
width: 246px;
|
|
|
height: 140px;
|
|
|
background: #f6f9fd;
|
|
|
border-radius: 4px;
|
|
|
border: 1px dotted #1865ff;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
flex-direction: column;
|
|
|
margin-left: 30px;
|
|
|
margin-bottom: 30px;
|
|
|
position: relative;
|
|
|
}
|
|
|
.listForm___leDJL .mainLoading___QLa9s .ant-tooltip-inner {
|
|
|
min-width: 472px !important;
|
|
|
}
|
|
|
.listForm___leDJL .mainLoading___QLa9s .tip___a0tbY {
|
|
|
position: absolute;
|
|
|
z-index: 20;
|
|
|
right: -37px;
|
|
|
bottom: -1px;
|
|
|
}
|
|
|
.listForm___leDJL .mainLoading___QLa9s .proWarp___BZhOt {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.listForm___leDJL .mainLoading___QLa9s .proWarp___BZhOt .pro___Yp1Rx {
|
|
|
width: 100px;
|
|
|
height: 6px;
|
|
|
background: #c1e2ff;
|
|
|
border-radius: 3px;
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
.listForm___leDJL .mainLoading___QLa9s .proWarp___BZhOt .pro___Yp1Rx > div {
|
|
|
width: 0;
|
|
|
height: 6px;
|
|
|
background: #0152d9;
|
|
|
border-radius: 3px;
|
|
|
}
|
|
|
.listForm___leDJL .mainLoading___QLa9s .proWarp___BZhOt > span {
|
|
|
font-size: 12px;
|
|
|
font-weight: 400;
|
|
|
color: #0152d9;
|
|
|
}
|
|
|
.listForm___leDJL .mainLoading___QLa9s aside {
|
|
|
font-size: 14px;
|
|
|
font-weight: 400;
|
|
|
color: #0152d9;
|
|
|
margin-top: 17px;
|
|
|
}
|
|
|
.listForm___leDJL .mainSucceed___HfaTf {
|
|
|
width: 246px;
|
|
|
height: 140px;
|
|
|
background: #f5fffd;
|
|
|
border-radius: 4px;
|
|
|
border: 1px dotted #44d7b6;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
flex-direction: column;
|
|
|
margin-left: 30px;
|
|
|
margin-bottom: 30px;
|
|
|
position: relative;
|
|
|
}
|
|
|
.listForm___leDJL .mainSucceed___HfaTf .ant-tooltip-inner {
|
|
|
min-width: 472px !important;
|
|
|
}
|
|
|
.listForm___leDJL .mainSucceed___HfaTf .tip___a0tbY {
|
|
|
position: absolute;
|
|
|
z-index: 20;
|
|
|
right: -37px;
|
|
|
bottom: -1px;
|
|
|
}
|
|
|
.listForm___leDJL .mainSucceed___HfaTf .del___TXGhB {
|
|
|
position: absolute;
|
|
|
z-index: 21;
|
|
|
right: 92px;
|
|
|
bottom: -30px;
|
|
|
cursor: pointer;
|
|
|
font-size: 14px;
|
|
|
color: #999;
|
|
|
}
|
|
|
.listForm___leDJL .mainSucceed___HfaTf > span {
|
|
|
color: #44d7b6;
|
|
|
margin-top: 20px;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
|
|
|
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/ChunkedUpload/index.less?modules ***!
|
|
|
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
.upload___jpwPD {
|
|
|
display: inline-block;
|
|
|
}
|
|
|
|
|
|
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Question/OjProblem/LeftPanel/FilterList/ListDetails/index.less?modules ***!
|
|
|
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
.flex_box_center___Udvu8 {
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
-webkit-justify-content: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_space_between___WNLp1 {
|
|
|
justify-content: space-between;
|
|
|
-webkit-box-pack: justify;
|
|
|
}
|
|
|
.flex_box_vertical_center___ecch5 {
|
|
|
align-items: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_box_center_end___cu_DJ {
|
|
|
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___zF2CU {
|
|
|
flex-direction: column;
|
|
|
box-orient: block-axis;
|
|
|
}
|
|
|
button {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
border: 1px solid transparent;
|
|
|
outline: none;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
button:active {
|
|
|
opacity: 0.6;
|
|
|
}
|
|
|
.flex-col___IYjfp {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
.flex-row___K1Yy5 {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
}
|
|
|
.justify-start___B4Vd9 {
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
|
.justify-center___j2p2G {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.justify-end___H6cy1 {
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
}
|
|
|
.justify-evenly___fhtpi {
|
|
|
display: flex;
|
|
|
justify-content: space-evenly;
|
|
|
}
|
|
|
.justify-around___Mh351 {
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
}
|
|
|
.justify-between___CLIGf {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
.align-start___eVB_9 {
|
|
|
display: flex;
|
|
|
align-items: flex-start;
|
|
|
}
|
|
|
.align-center___d80w3 {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.align-end___EG8yz {
|
|
|
display: flex;
|
|
|
align-items: flex-end;
|
|
|
}
|
|
|
button {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
border: 1px solid transparent;
|
|
|
outline: none;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
button:active {
|
|
|
opacity: 0.6;
|
|
|
}
|
|
|
.flex-col___IYjfp {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
.flex-row___K1Yy5 {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
}
|
|
|
.justify-start___B4Vd9 {
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
|
.justify-center___j2p2G {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.justify-end___H6cy1 {
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
}
|
|
|
.justify-evenly___fhtpi {
|
|
|
display: flex;
|
|
|
justify-content: space-evenly;
|
|
|
}
|
|
|
.justify-around___Mh351 {
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
}
|
|
|
.justify-between___CLIGf {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
.align-start___eVB_9 {
|
|
|
display: flex;
|
|
|
align-items: flex-start;
|
|
|
}
|
|
|
.align-center___d80w3 {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.align-end___EG8yz {
|
|
|
display: flex;
|
|
|
align-items: flex-end;
|
|
|
}
|
|
|
.listDetails___HpDwH {
|
|
|
height: 100%;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
background: #fafafa;
|
|
|
}
|
|
|
.listDetails___HpDwH .markdown-body {
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
.listDetails___HpDwH .head___wipEz {
|
|
|
border-bottom: 1px solid #eaecef;
|
|
|
padding: 30px 0;
|
|
|
margin: 0 30px;
|
|
|
height: 120px;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
.listDetails___HpDwH .head___wipEz .name___qdH8S {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.listDetails___HpDwH .head___wipEz .name___qdH8S .title___B0yUa {
|
|
|
font-size: 18px;
|
|
|
font-weight: 600;
|
|
|
color: #333333;
|
|
|
padding: 0 5px 0 0;
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
.listDetails___HpDwH .head___wipEz .name___qdH8S .a___LB6ZS {
|
|
|
width: 40px;
|
|
|
text-align: center;
|
|
|
line-height: 20px;
|
|
|
height: 20px;
|
|
|
background: #0152d9;
|
|
|
border-radius: 10px;
|
|
|
color: #fff;
|
|
|
margin: 0 5px;
|
|
|
flex-shrink: 0;
|
|
|
}
|
|
|
.listDetails___HpDwH .head___wipEz .name___qdH8S .b___yvOON {
|
|
|
width: 40px;
|
|
|
color: #fff;
|
|
|
height: 20px;
|
|
|
text-align: center;
|
|
|
line-height: 20px;
|
|
|
background: #ff8c29;
|
|
|
border-radius: 10px;
|
|
|
margin: 0 5px;
|
|
|
flex-shrink: 0;
|
|
|
}
|
|
|
.listDetails___HpDwH .head___wipEz .tag___bRCso {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
.listDetails___HpDwH .head___wipEz .tag___bRCso > img {
|
|
|
border-radius: 50%;
|
|
|
width: 30px;
|
|
|
height: 30px;
|
|
|
}
|
|
|
.listDetails___HpDwH .head___wipEz .tag___bRCso > span {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
margin-right: 20px;
|
|
|
}
|
|
|
.listDetails___HpDwH .head___wipEz .tag___bRCso > span img {
|
|
|
margin-right: 5px;
|
|
|
}
|
|
|
.listDetails___HpDwH .head___wipEz .tag___bRCso .btn___akBxg {
|
|
|
margin-left: auto;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.listDetails___HpDwH .head___wipEz .tag___bRCso .btn___akBxg button {
|
|
|
margin-left: 10px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.listDetails___HpDwH .head___wipEz .tag___bRCso .btn___akBxg button img {
|
|
|
margin-right: 6px;
|
|
|
}
|
|
|
.listDetails___HpDwH .scroll___JKC_q {
|
|
|
flex: 1 1;
|
|
|
overflow: auto;
|
|
|
}
|
|
|
.listDetails___HpDwH .video___nEr4F {
|
|
|
margin: 30px 100px;
|
|
|
border-radius: 4px;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.listDetails___HpDwH .video___nEr4F video {
|
|
|
width: 100%;
|
|
|
}
|
|
|
.listDetails___HpDwH .html___GDNSx {
|
|
|
margin: 30px;
|
|
|
}
|
|
|
.listDetails___HpDwH .g___LSOhO {
|
|
|
margin: 30px auto;
|
|
|
width: 106px;
|
|
|
height: 44px;
|
|
|
background: #0152d9;
|
|
|
border-radius: 25px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
color: #fff;
|
|
|
font-size: 14px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.listDetails___HpDwH .btns___Ci727 {
|
|
|
z-index: 1000;
|
|
|
height: 60px;
|
|
|
background: #ffffff;
|
|
|
padding: 0 30px;
|
|
|
box-shadow: 1px -1px 3px 0px #dedede;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
.listDetails___HpDwH .btns___Ci727 > span {
|
|
|
pointer-events: none;
|
|
|
}
|
|
|
|
|
|
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Question/OjProblem/LeftPanel/FilterList/ListDetails/CustomDiscuss/index.less?modules ***!
|
|
|
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
.flex_box_center___Fl60v {
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
-webkit-justify-content: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_space_between___bECvI {
|
|
|
justify-content: space-between;
|
|
|
-webkit-box-pack: justify;
|
|
|
}
|
|
|
.flex_box_vertical_center___NasnL {
|
|
|
align-items: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_box_center_end___llsAF {
|
|
|
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___KaTPF {
|
|
|
flex-direction: column;
|
|
|
box-orient: block-axis;
|
|
|
}
|
|
|
button {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
border: 1px solid transparent;
|
|
|
outline: none;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
button:active {
|
|
|
opacity: 0.6;
|
|
|
}
|
|
|
.flex-col___bKJQ8 {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
.flex-row___Oi9dY {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
}
|
|
|
.justify-start___mMGgB {
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
|
.justify-center___FHRVa {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.justify-end___WkbJO {
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
}
|
|
|
.justify-evenly___Fw3u8 {
|
|
|
display: flex;
|
|
|
justify-content: space-evenly;
|
|
|
}
|
|
|
.justify-around___wMJr8 {
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
}
|
|
|
.justify-between___jcbyt {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
.align-start___SDMO3 {
|
|
|
display: flex;
|
|
|
align-items: flex-start;
|
|
|
}
|
|
|
.align-center___Ulu1I {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.align-end___aue0T {
|
|
|
display: flex;
|
|
|
align-items: flex-end;
|
|
|
}
|
|
|
button {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
border: 1px solid transparent;
|
|
|
outline: none;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
button:active {
|
|
|
opacity: 0.6;
|
|
|
}
|
|
|
.flex-col___bKJQ8 {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
.flex-row___Oi9dY {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
}
|
|
|
.justify-start___mMGgB {
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
|
.justify-center___FHRVa {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.justify-end___WkbJO {
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
}
|
|
|
.justify-evenly___Fw3u8 {
|
|
|
display: flex;
|
|
|
justify-content: space-evenly;
|
|
|
}
|
|
|
.justify-around___wMJr8 {
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
}
|
|
|
.justify-between___jcbyt {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
.align-start___SDMO3 {
|
|
|
display: flex;
|
|
|
align-items: flex-start;
|
|
|
}
|
|
|
.align-center___Ulu1I {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.align-end___aue0T {
|
|
|
display: flex;
|
|
|
align-items: flex-end;
|
|
|
}
|
|
|
.discuss___fk6PE {
|
|
|
padding: 0 30px;
|
|
|
}
|
|
|
.discuss___fk6PE .reply___pOmly {
|
|
|
padding-bottom: 30px;
|
|
|
border-bottom: 1px solid #eaecef;
|
|
|
}
|
|
|
.discuss___fk6PE .markdown-body {
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
.discuss___fk6PE .pagination___qEsHX {
|
|
|
text-align: center;
|
|
|
padding: 20px 0;
|
|
|
}
|
|
|
|
|
|
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Question/OjProblem/LeftPanel/FilterList/ListDetails/CustomDiscuss/DiscussItem/index.less?modules ***!
|
|
|
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
.flex_box_center___qGmgZ {
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
-webkit-justify-content: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_space_between___PeDhE {
|
|
|
justify-content: space-between;
|
|
|
-webkit-box-pack: justify;
|
|
|
}
|
|
|
.flex_box_vertical_center___avs2o {
|
|
|
align-items: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_box_center_end___bpXQB {
|
|
|
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___bc5wd {
|
|
|
flex-direction: column;
|
|
|
box-orient: block-axis;
|
|
|
}
|
|
|
button {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
border: 1px solid transparent;
|
|
|
outline: none;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
button:active {
|
|
|
opacity: 0.6;
|
|
|
}
|
|
|
.flex-col___W2hk6 {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
.flex-row___Iw0iS {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
}
|
|
|
.justify-start____DUyL {
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
|
.justify-center___iiwdO {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.justify-end___KRCzz {
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
}
|
|
|
.justify-evenly___MpHED {
|
|
|
display: flex;
|
|
|
justify-content: space-evenly;
|
|
|
}
|
|
|
.justify-around___I13YU {
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
}
|
|
|
.justify-between___H0uXH {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
.align-start___xkcOF {
|
|
|
display: flex;
|
|
|
align-items: flex-start;
|
|
|
}
|
|
|
.align-center___A_BdG {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.align-end___ci9BO {
|
|
|
display: flex;
|
|
|
align-items: flex-end;
|
|
|
}
|
|
|
button {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
border: 1px solid transparent;
|
|
|
outline: none;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
button:active {
|
|
|
opacity: 0.6;
|
|
|
}
|
|
|
.flex-col___W2hk6 {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
.flex-row___Iw0iS {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
}
|
|
|
.justify-start____DUyL {
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
|
.justify-center___iiwdO {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.justify-end___KRCzz {
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
}
|
|
|
.justify-evenly___MpHED {
|
|
|
display: flex;
|
|
|
justify-content: space-evenly;
|
|
|
}
|
|
|
.justify-around___I13YU {
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
}
|
|
|
.justify-between___H0uXH {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
.align-start___xkcOF {
|
|
|
display: flex;
|
|
|
align-items: flex-start;
|
|
|
}
|
|
|
.align-center___A_BdG {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.align-end___ci9BO {
|
|
|
display: flex;
|
|
|
align-items: flex-end;
|
|
|
}
|
|
|
.discussItem___zcesj {
|
|
|
margin: 30px 0;
|
|
|
}
|
|
|
.discussItem___zcesj .wrap___ezVW4 {
|
|
|
flex: 1 1;
|
|
|
}
|
|
|
.discussItem___zcesj .list___EEOWp {
|
|
|
display: flex;
|
|
|
}
|
|
|
.discussItem___zcesj .list___EEOWp > img {
|
|
|
width: 40px;
|
|
|
height: 40px;
|
|
|
border-radius: 50%;
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
.discussItem___zcesj .list___EEOWp .btns___Niwl7 {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.discussItem___zcesj .list___EEOWp .btns___Niwl7 > div {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
font-size: 14px;
|
|
|
cursor: pointer;
|
|
|
width: 80px;
|
|
|
}
|
|
|
.discussItem___zcesj .list___EEOWp .btns___Niwl7 > div i {
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
.secondLevelDiscuss___TXG1b {
|
|
|
padding: 10px;
|
|
|
background: #f1f1f1;
|
|
|
border-radius: 4px;
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
.secondLevelDiscuss___TXG1b .list___EEOWp {
|
|
|
display: flex;
|
|
|
}
|
|
|
.secondLevelDiscuss___TXG1b .list___EEOWp .wrap___ezVW4 {
|
|
|
border-bottom: 1px solid #f1f1f1;
|
|
|
}
|
|
|
.secondLevelDiscuss___TXG1b .list___EEOWp .line___ejh2a {
|
|
|
margin: 14px 0;
|
|
|
border-bottom: 1px solid #eaecef;
|
|
|
}
|
|
|
.secondLevelDiscuss___TXG1b .list___EEOWp > img {
|
|
|
width: 30px;
|
|
|
height: 30px;
|
|
|
border-radius: 50%;
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
.thirdlyLevelDiscuss___HRI5Q {
|
|
|
display: flex;
|
|
|
}
|
|
|
.thirdlyLevelDiscuss___HRI5Q > span {
|
|
|
flex-shrink: 0;
|
|
|
font-size: 14px;
|
|
|
margin-right: 10px;
|
|
|
margin-top: 3px;
|
|
|
}
|
|
|
|
|
|
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Video/Play/index.less?modules ***!
|
|
|
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
.watermark___hNYlv {
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
bottom: 100px;
|
|
|
font-size: 18px;
|
|
|
text-shadow: 0px 0px 5px #b6b6b6;
|
|
|
color: #ffffff;
|
|
|
z-index: 1;
|
|
|
}
|
|
|
.videovideo___ovOkV::-webkit-media-controls-fullscreen-button {
|
|
|
display: none !important;
|
|
|
}
|
|
|
@keyframes upDown___SlgHv {
|
|
|
0% {
|
|
|
left: 0;
|
|
|
bottom: 100px;
|
|
|
}
|
|
|
40% {
|
|
|
opacity: 1;
|
|
|
bottom: 80%;
|
|
|
left: calc(50% - 130px);
|
|
|
}
|
|
|
41% {
|
|
|
opacity: 0;
|
|
|
bottom: 80%;
|
|
|
left: calc(50% - 130px);
|
|
|
}
|
|
|
79% {
|
|
|
opacity: 0;
|
|
|
bottom: 80%;
|
|
|
left: calc(50% - 130px);
|
|
|
}
|
|
|
80% {
|
|
|
opacity: 1;
|
|
|
opacity: 100%;
|
|
|
bottom: 100px;
|
|
|
left: calc(100% - 270px);
|
|
|
}
|
|
|
100% {
|
|
|
opacity: 1;
|
|
|
bottom: 100px;
|
|
|
left: calc(100% - 270px);
|
|
|
}
|
|
|
}
|
|
|
.animate__loop___mvL6s {
|
|
|
animation-name: upDown___SlgHv;
|
|
|
}
|
|
|
:root {
|
|
|
--youtube-red: #fe0900;
|
|
|
}
|
|
|
.container___g1WYG {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.video-container___XPkWR {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
margin: 0 auto;
|
|
|
position: relative;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.video-container___XPkWR video {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
max-height: auto;
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
.video-controls___to0Zq {
|
|
|
right: 0;
|
|
|
left: 0;
|
|
|
padding: 10px;
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
transition: all 0.2s ease;
|
|
|
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.84));
|
|
|
}
|
|
|
.video-controls___to0Zq.hide___NA3DV {
|
|
|
opacity: 0;
|
|
|
pointer-events: none;
|
|
|
}
|
|
|
.video-progress___gqHsd {
|
|
|
position: relative;
|
|
|
height: 4px;
|
|
|
margin-bottom: 10px;
|
|
|
margin-top: 5px;
|
|
|
padding: 0 6px;
|
|
|
}
|
|
|
progress {
|
|
|
-webkit-appearance: none;
|
|
|
-moz-appearance: none;
|
|
|
appearance: none;
|
|
|
border-radius: 2px;
|
|
|
width: 100%;
|
|
|
height: 4px;
|
|
|
pointer-events: none;
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
}
|
|
|
progress::-webkit-progress-bar {
|
|
|
background-color: #787878;
|
|
|
border-radius: 2px;
|
|
|
}
|
|
|
progress::-webkit-progress-value {
|
|
|
background: #fff;
|
|
|
border-radius: 2px;
|
|
|
}
|
|
|
progress::-moz-progress-bar {
|
|
|
background: #fff;
|
|
|
}
|
|
|
.seek___iZHBm {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
width: 100%;
|
|
|
cursor: pointer;
|
|
|
margin: 0;
|
|
|
}
|
|
|
.seek___iZHBm:hover + .seek-tooltip___uWyXx {
|
|
|
display: block;
|
|
|
}
|
|
|
.seek-tooltip___uWyXx {
|
|
|
white-space: nowrap;
|
|
|
display: none;
|
|
|
position: absolute;
|
|
|
top: -50px;
|
|
|
margin-left: -20px;
|
|
|
font-size: 12px;
|
|
|
padding: 3px;
|
|
|
content: attr(data-title);
|
|
|
font-weight: bold;
|
|
|
color: #fff;
|
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
|
}
|
|
|
.bottom-controls___uoIBm {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
.bottom-controls___uoIBm button {
|
|
|
display: inline-flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.left-controls___mBEx4 {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
color: #fff;
|
|
|
font-size: 10px;
|
|
|
}
|
|
|
.right-controls___e9L6r {
|
|
|
display: flex;
|
|
|
}
|
|
|
.right-controls___e9L6r .rateOverlay___HHBWe {
|
|
|
background-color: #000;
|
|
|
}
|
|
|
.right-controls___e9L6r .controlText___M_BWR {
|
|
|
font-size: 12px;
|
|
|
color: #fff;
|
|
|
}
|
|
|
.volume-controls___fa3mE {
|
|
|
display: inline-flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.volume-controls___fa3mE input {
|
|
|
width: 100px;
|
|
|
opacity: 1;
|
|
|
transition: all 0.4s ease;
|
|
|
}
|
|
|
.volume-controls___fa3mE:hover input,
|
|
|
.volume-controls___fa3mE input:focus {
|
|
|
width: 100px;
|
|
|
opacity: 1;
|
|
|
}
|
|
|
.container___g1WYG button {
|
|
|
cursor: pointer;
|
|
|
position: relative;
|
|
|
margin-right: 7px;
|
|
|
font-size: 12px;
|
|
|
padding: 3px;
|
|
|
border: none;
|
|
|
outline: none;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
.container___g1WYG button * {
|
|
|
pointer-events: none;
|
|
|
}
|
|
|
.container___g1WYG button::before {
|
|
|
content: attr(data-title);
|
|
|
position: absolute;
|
|
|
display: none;
|
|
|
left: 0;
|
|
|
top: -27px;
|
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
|
color: #fff;
|
|
|
font-weight: bold;
|
|
|
padding: 4px 6px;
|
|
|
word-break: keep-all;
|
|
|
white-space: pre;
|
|
|
}
|
|
|
.container___g1WYG button:last-child::before {
|
|
|
right: 0;
|
|
|
left: inherit;
|
|
|
}
|
|
|
.container___g1WYG button:nth-last-child(2)::before {
|
|
|
right: 0;
|
|
|
left: 0;
|
|
|
}
|
|
|
.container___g1WYG button:hover::before {
|
|
|
display: inline-block;
|
|
|
}
|
|
|
.fullscreen-button___ur0es {
|
|
|
margin-right: 0;
|
|
|
}
|
|
|
.fullscreen-button___ur0es::before {
|
|
|
right: 0px;
|
|
|
left: inherit !important;
|
|
|
width: -webkit-fit-content;
|
|
|
width: -moz-fit-content;
|
|
|
width: fit-content;
|
|
|
}
|
|
|
.fullscreen-button1___rfaXm {
|
|
|
margin-top: -10px;
|
|
|
}
|
|
|
.pip-button___GFO8W svg {
|
|
|
width: 26px;
|
|
|
height: 26px;
|
|
|
}
|
|
|
.playback-animation___ndURq {
|
|
|
pointer-events: none;
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
left: 50%;
|
|
|
margin-left: -40px;
|
|
|
margin-top: -40px;
|
|
|
width: 80px;
|
|
|
height: 80px;
|
|
|
border-radius: 80px;
|
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
opacity: 0;
|
|
|
}
|
|
|
input[type='range'] {
|
|
|
-webkit-appearance: none;
|
|
|
-moz-appearance: none;
|
|
|
height: 4px;
|
|
|
background: transparent;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
input[type='range']:focus {
|
|
|
outline: none;
|
|
|
}
|
|
|
input[type='range']::-webkit-slider-runnable-track {
|
|
|
width: 100%;
|
|
|
cursor: pointer;
|
|
|
border-radius: 1.3px;
|
|
|
-webkit-appearance: none;
|
|
|
-webkit-transition: all 0.4s ease;
|
|
|
transition: all 0.4s ease;
|
|
|
}
|
|
|
input[type='range']::-webkit-slider-thumb {
|
|
|
height: 16px;
|
|
|
width: 16px;
|
|
|
border-radius: 16px;
|
|
|
background: #fe0900;
|
|
|
background: var(--youtube-red);
|
|
|
cursor: pointer;
|
|
|
-webkit-appearance: none;
|
|
|
margin-left: -1px;
|
|
|
opacity: 0;
|
|
|
}
|
|
|
input[type='range']:focus::-webkit-slider-runnable-track {
|
|
|
background: transparent;
|
|
|
}
|
|
|
input[type='range'].volume___OTmpP {
|
|
|
height: 5px;
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
input[type='range'].volume___OTmpP::-webkit-slider-runnable-track {
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
input[type='range'].volume___OTmpP::-webkit-slider-thumb {
|
|
|
margin-left: 0;
|
|
|
height: 14px;
|
|
|
width: 14px;
|
|
|
background: #fff;
|
|
|
}
|
|
|
input[type='range']::-moz-range-track {
|
|
|
width: 100%;
|
|
|
height: 8.4px;
|
|
|
cursor: pointer;
|
|
|
border: 1px solid transparent;
|
|
|
background: transparent;
|
|
|
border-radius: 1.3px;
|
|
|
}
|
|
|
input[type='range']::-moz-range-thumb {
|
|
|
height: 14px;
|
|
|
width: 14px;
|
|
|
border-radius: 50px;
|
|
|
border: 1px solid #fe0900;
|
|
|
border: 1px solid var(--youtube-red);
|
|
|
background: #fe0900;
|
|
|
background: var(--youtube-red);
|
|
|
cursor: pointer;
|
|
|
margin-top: 5px;
|
|
|
}
|
|
|
input[type='range']:focus::-moz-range-track {
|
|
|
outline: none;
|
|
|
}
|
|
|
input[type='range'].volume___OTmpP::-moz-range-thumb {
|
|
|
border: 1px solid #fff;
|
|
|
background: #fff;
|
|
|
}
|
|
|
.hidden___o7GkT {
|
|
|
display: none;
|
|
|
}
|
|
|
.container___g1WYG svg {
|
|
|
width: 20px;
|
|
|
height: 20px;
|
|
|
fill: #fff;
|
|
|
stroke: #fff;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Question/OjProblem/LeftPanel/Drawer/index.less?modules ***!
|
|
|
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
.flex_box_center___BbEkt {
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
-webkit-justify-content: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_space_between___v3cDl {
|
|
|
justify-content: space-between;
|
|
|
-webkit-box-pack: justify;
|
|
|
}
|
|
|
.flex_box_vertical_center___wUFLn {
|
|
|
align-items: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_box_center_end___Tdr08 {
|
|
|
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___fYHlj {
|
|
|
flex-direction: column;
|
|
|
box-orient: block-axis;
|
|
|
}
|
|
|
button {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
border: 1px solid transparent;
|
|
|
outline: none;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
button:active {
|
|
|
opacity: 0.6;
|
|
|
}
|
|
|
.flex-col____HKJ3 {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
.flex-row___uYKba {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
}
|
|
|
.justify-start___cTL9f {
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
|
.justify-center___wdDvn {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.justify-end___ibNgE {
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
}
|
|
|
.justify-evenly___g5Hjg {
|
|
|
display: flex;
|
|
|
justify-content: space-evenly;
|
|
|
}
|
|
|
.justify-around___iei7r {
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
}
|
|
|
.justify-between___FHdn1 {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
.align-start___qbSTw {
|
|
|
display: flex;
|
|
|
align-items: flex-start;
|
|
|
}
|
|
|
.align-center___e0HxG {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.align-end___kBIpx {
|
|
|
display: flex;
|
|
|
align-items: flex-end;
|
|
|
}
|
|
|
button {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
border: 1px solid transparent;
|
|
|
outline: none;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
button:active {
|
|
|
opacity: 0.6;
|
|
|
}
|
|
|
.flex-col____HKJ3 {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
.flex-row___uYKba {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
}
|
|
|
.justify-start___cTL9f {
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
|
.justify-center___wdDvn {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.justify-end___ibNgE {
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
}
|
|
|
.justify-evenly___g5Hjg {
|
|
|
display: flex;
|
|
|
justify-content: space-evenly;
|
|
|
}
|
|
|
.justify-around___iei7r {
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
}
|
|
|
.justify-between___FHdn1 {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
.align-start___qbSTw {
|
|
|
display: flex;
|
|
|
align-items: flex-start;
|
|
|
}
|
|
|
.align-center___e0HxG {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.align-end___kBIpx {
|
|
|
display: flex;
|
|
|
align-items: flex-end;
|
|
|
}
|
|
|
.wrap___UAZFM {
|
|
|
position: fixed;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
width: 700px;
|
|
|
height: 100%;
|
|
|
background: #182332;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
transition: 0.5s;
|
|
|
z-index: 300;
|
|
|
}
|
|
|
.wrap___UAZFM ::-webkit-scrollbar {
|
|
|
display: none;
|
|
|
}
|
|
|
.wrap___UAZFM .head___Nl6hk {
|
|
|
height: 64px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
padding: 0 40px;
|
|
|
background-color: #000;
|
|
|
}
|
|
|
.wrap___UAZFM .head___Nl6hk .title___Ir573 {
|
|
|
font-size: 18px;
|
|
|
font-weight: 500;
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
.wrap___UAZFM .content___xUewa {
|
|
|
flex: 1 1;
|
|
|
overflow-y: auto;
|
|
|
}
|
|
|
.wrap___UAZFM .content___xUewa .list___oi2ig {
|
|
|
padding: 0 40px 0 14px;
|
|
|
display: flex;
|
|
|
height: 40px;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.wrap___UAZFM .content___xUewa .list___oi2ig:hover {
|
|
|
background-color: #263446;
|
|
|
}
|
|
|
.wrap___UAZFM .content___xUewa .list___oi2ig span {
|
|
|
display: inline-block;
|
|
|
font-size: 14px;
|
|
|
font-weight: 400;
|
|
|
color: #bac4cd;
|
|
|
width: 576px;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.wrap___UAZFM .content___xUewa .list___oi2ig b {
|
|
|
font-size: 14px;
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
.wrap___UAZFM .content___xUewa > aside {
|
|
|
width: 20px;
|
|
|
height: 30px;
|
|
|
background: rgba(255, 255, 255, 0.82);
|
|
|
border-radius: 5px 0px 0px 5px;
|
|
|
font-size: 16px;
|
|
|
color: #ffffff;
|
|
|
line-height: 30px;
|
|
|
text-align: center;
|
|
|
cursor: pointer;
|
|
|
position: absolute;
|
|
|
z-index: 20;
|
|
|
right: 0;
|
|
|
top: 50%;
|
|
|
transform: translateY(-15px);
|
|
|
}
|
|
|
.wrap___UAZFM .footer___V3bwQ {
|
|
|
padding: 30px 0;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.wrap___UAZFM .ant-input-search {
|
|
|
border: 0;
|
|
|
background: #25343e;
|
|
|
}
|
|
|
.wrap___UAZFM .ant-input-search input {
|
|
|
background: #25343e;
|
|
|
color: #ffffff;
|
|
|
box-shadow: none !important;
|
|
|
outline: none !important;
|
|
|
border: none !important;
|
|
|
}
|
|
|
.wrap___UAZFM .ant-input-search input::-webkit-input-placeholder {
|
|
|
color: #888;
|
|
|
}
|
|
|
.wrap___UAZFM .ant-input-search input:-ms-input-placeholder {
|
|
|
color: #888;
|
|
|
}
|
|
|
.wrap___UAZFM .ant-input-search input::-ms-input-placeholder {
|
|
|
color: #888;
|
|
|
}
|
|
|
.wrap___UAZFM .ant-input-search input::placeholder {
|
|
|
color: #888;
|
|
|
}
|
|
|
.wrap___UAZFM .ant-input-search .anticon-search {
|
|
|
color: #898989;
|
|
|
}
|
|
|
.wrap___UAZFM .ant-input-search .ant-input-group-addon {
|
|
|
background: #25343e;
|
|
|
}
|
|
|
.wrap___UAZFM .ant-input-search .ant-input-group-addon button {
|
|
|
background: #25343e;
|
|
|
border: 0;
|
|
|
}
|
|
|
.wrap___UAZFM .ant-input-search .ant-input-search-icon::before {
|
|
|
border-left: 1px solid transparent;
|
|
|
}
|
|
|
.wrap___UAZFM .ant-select .ant-select-selector {
|
|
|
background: #25343e !important;
|
|
|
border: 0px !important;
|
|
|
height: 30px !important;
|
|
|
}
|
|
|
.wrap___UAZFM .ant-select .ant-select-arrow {
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
.wrap___UAZFM .ant-select.ant-select-multiple .ant-select-selection-item {
|
|
|
color: #ffffff;
|
|
|
line-height: 22px !important;
|
|
|
background: #767676;
|
|
|
border: 0;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
.wrap___UAZFM .ant-select.ant-select-single .ant-select-selection-item {
|
|
|
height: 30px;
|
|
|
line-height: 30px;
|
|
|
color: #fff;
|
|
|
}
|
|
|
.wrap___UAZFM .ant-select.ant-select-single .ant-select-clear {
|
|
|
background: #25343e;
|
|
|
color: #fff;
|
|
|
}
|
|
|
.wrap___UAZFM .ant-select .ant-select-selection-placeholder {
|
|
|
line-height: 30px !important;
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
.wrap___UAZFM .ant-pagination .ant-pagination-item-active {
|
|
|
border-color: #0152d9 !important;
|
|
|
background-color: #0152d9 !important;
|
|
|
}
|
|
|
.wrap___UAZFM .ant-pagination .ant-pagination-item-link {
|
|
|
background-color: transparent;
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
.wrap___UAZFM .ant-pagination .ant-pagination-item {
|
|
|
background-color: transparent;
|
|
|
border: 1px solid #656f87;
|
|
|
}
|
|
|
.wrap___UAZFM .ant-pagination .ant-pagination-item a {
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
.wrap___UAZFM .ant-pagination .ant-pagination-item-ellipsis {
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
.wrap___UAZFM .ant-pagination .ant-pagination-options {
|
|
|
color: #656f87;
|
|
|
}
|
|
|
.wrap___UAZFM .ant-pagination .ant-pagination-options input {
|
|
|
color: #ffffff;
|
|
|
width: 40px;
|
|
|
background: transparent;
|
|
|
}
|
|
|
.wrap___UAZFM .ant-pagination button,
|
|
|
.wrap___UAZFM .ant-pagination input {
|
|
|
line-height: normal;
|
|
|
line-height: initial;
|
|
|
border: 1px solid #656f87 !important;
|
|
|
}
|
|
|
|