|
|
.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);
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.my-monaco-editor div,
|
|
|
.my-diff-editor div {
|
|
|
font-size: unset;
|
|
|
}
|
|
|
.my-error-line-wrp{
|
|
|
width: calc(100% - 20px ) !important;
|
|
|
background: rgba(245, 0, 0 ,0.2) !important;
|
|
|
height: auto !important;
|
|
|
color: rgba(245, 0, 0, 1);
|
|
|
}
|
|
|
.tpi-code-setting {
|
|
|
height: calc(100vh - 54px - 51px);
|
|
|
background: #031b2a;
|
|
|
padding: 15px 13px 15px 26px;
|
|
|
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 {
|
|
|
padding: 0;
|
|
|
height: auto;
|
|
|
}
|
|
|
.setting-drawer .ant-select-selection,
|
|
|
.oj .ant-select-selection {
|
|
|
width: 120px;
|
|
|
background: #0a2030;
|
|
|
color: #597a8f;
|
|
|
border: 1px solid #597a8f;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.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;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.header___3a50V {
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
align-items: center;
|
|
|
height: 65px;
|
|
|
width: 100%;
|
|
|
background: #070f19;
|
|
|
color: #fff;
|
|
|
padding: 0 20px;
|
|
|
}
|
|
|
.header___3a50V h2 {
|
|
|
text-align: center;
|
|
|
color: #fff;
|
|
|
flex: 1 0 auto;
|
|
|
margin: 0;
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
.header___3a50V a {
|
|
|
color: #fff;
|
|
|
}
|
|
|
.header___3a50V div {
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.header___3a50V div img {
|
|
|
border-radius: 15px;
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
.checkboxs___3TnBC span[class~='ant-checkbox'] {
|
|
|
top: 0px !important;
|
|
|
}
|
|
|
.field___SHW6f {
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
.field___SHW6f > div {
|
|
|
width: 48%;
|
|
|
}
|
|
|
.oj-form-container___36KBv {
|
|
|
height: calc(100vh - 65px);
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.oj-left-panel___3Fdj5 {
|
|
|
height: calc(100vh - 121px);
|
|
|
}
|
|
|
.oj-form-info___dilPb {
|
|
|
padding: 20px 15px;
|
|
|
height: 100%;
|
|
|
overflow: auto;
|
|
|
}
|
|
|
.footer___1Ie9U {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
height: 56px;
|
|
|
background: #121c24;
|
|
|
}
|
|
|
.footer___1Ie9U > button {
|
|
|
margin-right: 20px;
|
|
|
}
|
|
|
.test-case-name___356US {
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
align-items: center;
|
|
|
float: left;
|
|
|
color: rgba(0, 0, 0, 0.65);
|
|
|
}
|
|
|
.test-case-name___356US > div {
|
|
|
margin: 0 15px 0 15px;
|
|
|
}
|
|
|
.btn-remove-case___1Z5cd {
|
|
|
position: relative;
|
|
|
font-size: 20px;
|
|
|
color: #8e8e8e;
|
|
|
border-radius: 50%;
|
|
|
vertical-align: center;
|
|
|
}
|
|
|
.btn-remove-case___1Z5cd:hover {
|
|
|
color: #fff;
|
|
|
background: #e7514f;
|
|
|
}
|
|
|
.icon-tag___3zUaP {
|
|
|
font-size: 20px;
|
|
|
margin-left: 10px;
|
|
|
color: #4ebc7e;
|
|
|
}
|
|
|
.btn_back___2UBbR {
|
|
|
color: #888 !important;
|
|
|
}
|
|
|
.btn_back___2UBbR span {
|
|
|
margin-right: 6px;
|
|
|
}
|
|
|
.testJi___1dyLk {
|
|
|
flex-direction: row !important;
|
|
|
}
|
|
|
.testJi___1dyLk .ant-form-item-control-input-content {
|
|
|
margin-top: -4px;
|
|
|
margin-left: 20px;
|
|
|
}
|
|
|
.upBtn___1I0SJ {
|
|
|
position: relative;
|
|
|
}
|
|
|
.upBtn___1I0SJ button {
|
|
|
position: absolute;
|
|
|
z-index: 10;
|
|
|
top: -47px;
|
|
|
right: 4px;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.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;
|
|
|
}
|
|
|
.oj-select .ant-select-selection-item {
|
|
|
color: #ffffff;
|
|
|
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;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.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;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.ldsRing___2F8W7 {
|
|
|
position: relative;
|
|
|
width: 40px;
|
|
|
height: 40px;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
.idsRingWrapper___fC2cF {
|
|
|
position: absolute;
|
|
|
z-index: 1000;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
display: flex;
|
|
|
flex-flow: column nowrap;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.idsRingWrapper___fC2cF p {
|
|
|
text-align: center;
|
|
|
margin-top: 12px;
|
|
|
}
|
|
|
.ldsRing___2F8W7 div {
|
|
|
box-sizing: border-box;
|
|
|
display: block;
|
|
|
position: absolute;
|
|
|
width: 32px;
|
|
|
height: 32px;
|
|
|
margin: 4px;
|
|
|
border: 4px solid #1976d2;
|
|
|
border-radius: 50%;
|
|
|
animation: ldsring___3A88y 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
|
|
|
border-color: #1976d2 transparent transparent transparent;
|
|
|
}
|
|
|
.ldsRing___2F8W7 div:nth-child(1) {
|
|
|
animation-delay: -0.45s;
|
|
|
}
|
|
|
.ldsRing___2F8W7 div:nth-child(2) {
|
|
|
animation-delay: -0.3s;
|
|
|
}
|
|
|
.ldsRing___2F8W7 div:nth-child(3) {
|
|
|
animation-delay: -0.15s;
|
|
|
}
|
|
|
@keyframes ldsring___3A88y {
|
|
|
0% {
|
|
|
transform: rotate(0deg);
|
|
|
}
|
|
|
100% {
|
|
|
transform: rotate(360deg);
|
|
|
}
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.wrp___z2l1F {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
position: fixed;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
z-index: 108;
|
|
|
}
|
|
|
.wrp___z2l1F.bgBlack___3ezfX {
|
|
|
background: rgba(0, 0, 0, 0.5);
|
|
|
}
|
|
|
.wrp___z2l1F img,
|
|
|
.wrp___z2l1F video {
|
|
|
max-width: 100%;
|
|
|
max-height: 80%;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.wrp___z2l1F iframe {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
background: #fff;
|
|
|
}
|
|
|
.monaco___1ypjT {
|
|
|
position: absolute;
|
|
|
height: 100%;
|
|
|
width: 100%;
|
|
|
}
|
|
|
.darkBlue___2ViJc * {
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
.darkBlue___2ViJc [class~='margin'],
|
|
|
.darkBlue___2ViJc [class~='monaco-editor-background'] {
|
|
|
background: #0a0e2d !important;
|
|
|
}
|
|
|
.darkBlue___2ViJc [class~='line-numbers'] {
|
|
|
color: white !important;
|
|
|
}
|
|
|
.close___3q-z4 {
|
|
|
position: absolute;
|
|
|
right: 40px;
|
|
|
top: 40px;
|
|
|
z-index: 10;
|
|
|
display: flex;
|
|
|
}
|
|
|
.close___3q-z4 > span {
|
|
|
background: #4a4a4a;
|
|
|
color: #fff;
|
|
|
width: 40px;
|
|
|
height: 40px;
|
|
|
border-radius: 4px;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
cursor: pointer;
|
|
|
margin-left: 10px;
|
|
|
}
|
|
|
.embed___3dQqc {
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.button___1wy9m {
|
|
|
position: absolute;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
background: rgba(0, 0, 0, 0.3);
|
|
|
display: none;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.left-panel___FTwwW {
|
|
|
position: relative;
|
|
|
}
|
|
|
.left-panel___FTwwW .tab-panel-body___2YSOx {
|
|
|
padding: 0 16px;
|
|
|
height: calc(100vh - 121px);
|
|
|
overflow: auto;
|
|
|
}
|
|
|
.left-panel___FTwwW .tab-panel-body___2YSOx pre:empty {
|
|
|
display: none;
|
|
|
}
|
|
|
.left-panel___FTwwW .b1___3qx3o {
|
|
|
border-bottom: 1px solid #eaecef;
|
|
|
}
|
|
|
.left-panel___FTwwW .oj-mr___1GA9N {
|
|
|
margin-right: 40px;
|
|
|
}
|
|
|
.left-panel___FTwwW .oj-width-input___3GkyP {
|
|
|
width: 270px;
|
|
|
}
|
|
|
@media screen and (max-width: 1280px) {
|
|
|
.left-panel___FTwwW {
|
|
|
/*当屏幕尺寸小于1280px时,应用下面的CSS样式*/
|
|
|
}
|
|
|
.left-panel___FTwwW .oj-mr___1GA9N {
|
|
|
margin-right: 20px;
|
|
|
}
|
|
|
.left-panel___FTwwW .oj-width-input___3GkyP {
|
|
|
width: 235px;
|
|
|
}
|
|
|
}
|
|
|
.s-navs___1fGGf {
|
|
|
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___1fGGf.bg-white___1ZAy0 {
|
|
|
background: #fff;
|
|
|
color: #888;
|
|
|
}
|
|
|
.s-navs___1fGGf.bg-white___1ZAy0 a {
|
|
|
color: #888;
|
|
|
}
|
|
|
.s-navs___1fGGf a {
|
|
|
color: #ddd;
|
|
|
display: block;
|
|
|
margin-right: 20px;
|
|
|
height: 54px;
|
|
|
line-height: 54px;
|
|
|
border-bottom: 2px solid transparent;
|
|
|
}
|
|
|
.s-navs___1fGGf a.active___39N6D {
|
|
|
color: #5091ff;
|
|
|
border-bottom: 2px solid #5091ff;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.pagination___2VQzP {
|
|
|
text-align: center;
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
.info___1saw2 {
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
align-items: center;
|
|
|
height: 56px;
|
|
|
list-style: none;
|
|
|
background: #fff;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.desc___qlRMF {
|
|
|
padding: 8px 0;
|
|
|
height: calc(100vh - 233px);
|
|
|
overflow: auto;
|
|
|
}
|
|
|
.info___JEaKq,
|
|
|
.commit-info___3-4e0 {
|
|
|
list-style: none;
|
|
|
color: #888;
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
height: 56px;
|
|
|
align-items: center;
|
|
|
font-size: 14px;
|
|
|
width: 100%;
|
|
|
padding: 0;
|
|
|
}
|
|
|
.info___JEaKq {
|
|
|
border-top: 1px solid #f4f4f4;
|
|
|
border-bottom: 1px solid #f4f4f4;
|
|
|
}
|
|
|
.info___JEaKq li {
|
|
|
margin-right: 8px;
|
|
|
}
|
|
|
.commit-info___3-4e0 {
|
|
|
font-size: 12px;
|
|
|
border-top: 1px solid #f4f4f4;
|
|
|
}
|
|
|
.commit-info___3-4e0 i {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.commit-info___3-4e0 li {
|
|
|
margin-right: 8px;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.discuss-panel {
|
|
|
height: calc(100vh - 173px);
|
|
|
overflow: auto;
|
|
|
padding: 0 16px;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.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;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.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;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
/* BASICS */
|
|
|
|
|
|
.CodeMirror {
|
|
|
/* Set height, width, borders, and global font properties here */
|
|
|
font-family: monospace;
|
|
|
height: 300px;
|
|
|
color: black;
|
|
|
direction: ltr;
|
|
|
}
|
|
|
|
|
|
/* PADDING */
|
|
|
|
|
|
.CodeMirror-lines {
|
|
|
padding: 4px 0; /* Vertical padding around content */
|
|
|
}
|
|
|
.CodeMirror pre.CodeMirror-line,
|
|
|
.CodeMirror pre.CodeMirror-line-like {
|
|
|
padding: 0 4px; /* Horizontal padding of content */
|
|
|
}
|
|
|
|
|
|
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
|
|
|
background-color: white; /* The little square between H and V scrollbars */
|
|
|
}
|
|
|
|
|
|
/* GUTTER */
|
|
|
|
|
|
.CodeMirror-gutters {
|
|
|
border-right: 1px solid #ddd;
|
|
|
background-color: #f7f7f7;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
.CodeMirror-linenumbers {}
|
|
|
.CodeMirror-linenumber {
|
|
|
padding: 0 3px 0 5px;
|
|
|
min-width: 20px;
|
|
|
text-align: right;
|
|
|
color: #999;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
.CodeMirror-guttermarker { color: black; }
|
|
|
.CodeMirror-guttermarker-subtle { color: #999; }
|
|
|
|
|
|
/* CURSOR */
|
|
|
|
|
|
.CodeMirror-cursor {
|
|
|
border-left: 1px solid black;
|
|
|
border-right: none;
|
|
|
width: 0;
|
|
|
}
|
|
|
/* Shown when moving in bi-directional text */
|
|
|
.CodeMirror div.CodeMirror-secondarycursor {
|
|
|
border-left: 1px solid silver;
|
|
|
}
|
|
|
.cm-fat-cursor .CodeMirror-cursor {
|
|
|
width: auto;
|
|
|
border: 0 !important;
|
|
|
background: #7e7;
|
|
|
}
|
|
|
.cm-fat-cursor div.CodeMirror-cursors {
|
|
|
z-index: 1;
|
|
|
}
|
|
|
.cm-fat-cursor-mark {
|
|
|
background-color: rgba(20, 255, 20, 0.5);
|
|
|
animation: blink 1.06s steps(1) infinite;
|
|
|
}
|
|
|
.cm-animate-fat-cursor {
|
|
|
width: auto;
|
|
|
border: 0;
|
|
|
animation: blink 1.06s steps(1) infinite;
|
|
|
background-color: #7e7;
|
|
|
}
|
|
|
@keyframes blink {
|
|
|
0% {}
|
|
|
50% { background-color: transparent; }
|
|
|
100% {}
|
|
|
}
|
|
|
|
|
|
/* Can style cursor different in overwrite (non-insert) mode */
|
|
|
.CodeMirror-overwrite .CodeMirror-cursor {}
|
|
|
|
|
|
.cm-tab { display: inline-block; text-decoration: inherit; }
|
|
|
|
|
|
.CodeMirror-rulers {
|
|
|
position: absolute;
|
|
|
left: 0; right: 0; top: -50px; bottom: 0;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.CodeMirror-ruler {
|
|
|
border-left: 1px solid #ccc;
|
|
|
top: 0; bottom: 0;
|
|
|
position: absolute;
|
|
|
}
|
|
|
|
|
|
/* DEFAULT THEME */
|
|
|
|
|
|
.cm-s-default .cm-header {color: blue;}
|
|
|
.cm-s-default .cm-quote {color: #090;}
|
|
|
.cm-negative {color: #d44;}
|
|
|
.cm-positive {color: #292;}
|
|
|
.cm-header, .cm-strong {font-weight: bold;}
|
|
|
.cm-em {font-style: italic;}
|
|
|
.cm-link {text-decoration: underline;}
|
|
|
.cm-strikethrough {text-decoration: line-through;}
|
|
|
|
|
|
.cm-s-default .cm-keyword {color: #708;}
|
|
|
.cm-s-default .cm-atom {color: #219;}
|
|
|
.cm-s-default .cm-number {color: #164;}
|
|
|
.cm-s-default .cm-def {color: #00f;}
|
|
|
.cm-s-default .cm-variable,
|
|
|
.cm-s-default .cm-punctuation,
|
|
|
.cm-s-default .cm-property,
|
|
|
.cm-s-default .cm-operator {}
|
|
|
.cm-s-default .cm-variable-2 {color: #05a;}
|
|
|
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
|
|
|
.cm-s-default .cm-comment {color: #a50;}
|
|
|
.cm-s-default .cm-string {color: #a11;}
|
|
|
.cm-s-default .cm-string-2 {color: #f50;}
|
|
|
.cm-s-default .cm-meta {color: #555;}
|
|
|
.cm-s-default .cm-qualifier {color: #555;}
|
|
|
.cm-s-default .cm-builtin {color: #30a;}
|
|
|
.cm-s-default .cm-bracket {color: #997;}
|
|
|
.cm-s-default .cm-tag {color: #170;}
|
|
|
.cm-s-default .cm-attribute {color: #00c;}
|
|
|
.cm-s-default .cm-hr {color: #999;}
|
|
|
.cm-s-default .cm-link {color: #00c;}
|
|
|
|
|
|
.cm-s-default .cm-error {color: #f00;}
|
|
|
.cm-invalidchar {color: #f00;}
|
|
|
|
|
|
.CodeMirror-composing { border-bottom: 2px solid; }
|
|
|
|
|
|
/* Default styles for common addons */
|
|
|
|
|
|
div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}
|
|
|
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
|
|
|
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
|
|
|
.CodeMirror-activeline-background {background: #e8f2ff;}
|
|
|
|
|
|
/* STOP */
|
|
|
|
|
|
/* The rest of this file contains styles related to the mechanics of
|
|
|
the editor. You probably shouldn't touch them. */
|
|
|
|
|
|
.CodeMirror {
|
|
|
position: relative;
|
|
|
overflow: hidden;
|
|
|
background: white;
|
|
|
}
|
|
|
|
|
|
.CodeMirror-scroll {
|
|
|
overflow: scroll !important; /* Things will break if this is overridden */
|
|
|
/* 50px is the magic margin used to hide the element's real scrollbars */
|
|
|
/* See overflow: hidden in .CodeMirror */
|
|
|
margin-bottom: -50px; margin-right: -50px;
|
|
|
padding-bottom: 50px;
|
|
|
height: 100%;
|
|
|
outline: none; /* Prevent dragging from highlighting the element */
|
|
|
position: relative;
|
|
|
}
|
|
|
.CodeMirror-sizer {
|
|
|
position: relative;
|
|
|
border-right: 50px solid transparent;
|
|
|
}
|
|
|
|
|
|
/* The fake, visible scrollbars. Used to force redraw during scrolling
|
|
|
before actual scrolling happens, thus preventing shaking and
|
|
|
flickering artifacts. */
|
|
|
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
|
|
|
position: absolute;
|
|
|
z-index: 6;
|
|
|
display: none;
|
|
|
outline: none;
|
|
|
}
|
|
|
.CodeMirror-vscrollbar {
|
|
|
right: 0; top: 0;
|
|
|
overflow-x: hidden;
|
|
|
overflow-y: scroll;
|
|
|
}
|
|
|
.CodeMirror-hscrollbar {
|
|
|
bottom: 0; left: 0;
|
|
|
overflow-y: hidden;
|
|
|
overflow-x: scroll;
|
|
|
}
|
|
|
.CodeMirror-scrollbar-filler {
|
|
|
right: 0; bottom: 0;
|
|
|
}
|
|
|
.CodeMirror-gutter-filler {
|
|
|
left: 0; bottom: 0;
|
|
|
}
|
|
|
|
|
|
.CodeMirror-gutters {
|
|
|
position: absolute; left: 0; top: 0;
|
|
|
min-height: 100%;
|
|
|
z-index: 3;
|
|
|
}
|
|
|
.CodeMirror-gutter {
|
|
|
white-space: normal;
|
|
|
height: 100%;
|
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
|
margin-bottom: -50px;
|
|
|
}
|
|
|
.CodeMirror-gutter-wrapper {
|
|
|
position: absolute;
|
|
|
z-index: 4;
|
|
|
background: none !important;
|
|
|
border: none !important;
|
|
|
}
|
|
|
.CodeMirror-gutter-background {
|
|
|
position: absolute;
|
|
|
top: 0; bottom: 0;
|
|
|
z-index: 4;
|
|
|
}
|
|
|
.CodeMirror-gutter-elt {
|
|
|
position: absolute;
|
|
|
cursor: default;
|
|
|
z-index: 4;
|
|
|
}
|
|
|
.CodeMirror-gutter-wrapper ::selection { background-color: transparent }
|
|
|
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }
|
|
|
|
|
|
.CodeMirror-lines {
|
|
|
cursor: text;
|
|
|
min-height: 1px; /* prevents collapsing before first draw */
|
|
|
}
|
|
|
.CodeMirror pre.CodeMirror-line,
|
|
|
.CodeMirror pre.CodeMirror-line-like {
|
|
|
/* Reset some styles that the rest of the page might have set */ border-radius: 0;
|
|
|
border-width: 0;
|
|
|
background: transparent;
|
|
|
font-family: inherit;
|
|
|
font-size: inherit;
|
|
|
margin: 0;
|
|
|
white-space: pre;
|
|
|
word-wrap: normal;
|
|
|
line-height: inherit;
|
|
|
color: inherit;
|
|
|
z-index: 2;
|
|
|
position: relative;
|
|
|
overflow: visible;
|
|
|
-webkit-tap-highlight-color: transparent;
|
|
|
-webkit-font-variant-ligatures: contextual;
|
|
|
font-feature-settings: "calt";
|
|
|
font-variant-ligatures: contextual;
|
|
|
}
|
|
|
.CodeMirror-wrap pre.CodeMirror-line,
|
|
|
.CodeMirror-wrap pre.CodeMirror-line-like {
|
|
|
word-wrap: break-word;
|
|
|
white-space: pre-wrap;
|
|
|
word-break: normal;
|
|
|
}
|
|
|
|
|
|
.CodeMirror-linebackground {
|
|
|
position: absolute;
|
|
|
left: 0; right: 0; top: 0; bottom: 0;
|
|
|
z-index: 0;
|
|
|
}
|
|
|
|
|
|
.CodeMirror-linewidget {
|
|
|
position: relative;
|
|
|
z-index: 2;
|
|
|
padding: 0.1px; /* Force widget margins to stay inside of the container */
|
|
|
}
|
|
|
|
|
|
.CodeMirror-widget {}
|
|
|
|
|
|
.CodeMirror-rtl pre { direction: rtl; }
|
|
|
|
|
|
.CodeMirror-code {
|
|
|
outline: none;
|
|
|
}
|
|
|
|
|
|
/* Force content-box sizing for the elements where we expect it */
|
|
|
.CodeMirror-scroll,
|
|
|
.CodeMirror-sizer,
|
|
|
.CodeMirror-gutter,
|
|
|
.CodeMirror-gutters,
|
|
|
.CodeMirror-linenumber {
|
|
|
box-sizing: content-box;
|
|
|
}
|
|
|
|
|
|
.CodeMirror-measure {
|
|
|
position: absolute;
|
|
|
width: 100%;
|
|
|
height: 0;
|
|
|
overflow: hidden;
|
|
|
visibility: hidden;
|
|
|
}
|
|
|
|
|
|
.CodeMirror-cursor {
|
|
|
position: absolute;
|
|
|
pointer-events: none;
|
|
|
}
|
|
|
.CodeMirror-measure pre { position: static; }
|
|
|
|
|
|
div.CodeMirror-cursors {
|
|
|
visibility: hidden;
|
|
|
position: relative;
|
|
|
z-index: 3;
|
|
|
}
|
|
|
div.CodeMirror-dragcursors {
|
|
|
visibility: visible;
|
|
|
}
|
|
|
|
|
|
.CodeMirror-focused div.CodeMirror-cursors {
|
|
|
visibility: visible;
|
|
|
}
|
|
|
|
|
|
.CodeMirror-selected { background: #d9d9d9; }
|
|
|
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
|
|
|
.CodeMirror-crosshair { cursor: crosshair; }
|
|
|
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
|
|
|
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }
|
|
|
|
|
|
.cm-searching {
|
|
|
background-color: #ffa;
|
|
|
background-color: rgba(255, 255, 0, .4);
|
|
|
}
|
|
|
|
|
|
/* Used to force a border model for a node */
|
|
|
.cm-force-border { padding-right: .1px; }
|
|
|
|
|
|
@media print {
|
|
|
/* Hide the cursor when printing */
|
|
|
.CodeMirror div.CodeMirror-cursors {
|
|
|
visibility: hidden;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
/* See issue #2901 */
|
|
|
.cm-tab-wrap-hack:after { content: ''; }
|
|
|
|
|
|
/* Help users use markselection to safely style text background */
|
|
|
span.CodeMirror-selectedtext { background: none; }
|
|
|
|
|
|
.markdown-editor-wrapper {
|
|
|
position: relative;
|
|
|
margin-bottom: 12px;
|
|
|
}
|
|
|
.markdown-editor-body {
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
width: 100%;
|
|
|
height: calc(100% - 38px);
|
|
|
align-items: center;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.markdown-editor-body .codemirror-container {
|
|
|
flex: 1 0;
|
|
|
height: 100%;
|
|
|
width: 100%;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.markdown-editor-body .CodeMirror-wrap {
|
|
|
padding-bottom: 15px;
|
|
|
}
|
|
|
.markdown-editor-body .preview-container {
|
|
|
flex: 1 0;
|
|
|
height: 100%;
|
|
|
margin: 10px 0px;
|
|
|
padding: 8px 8px 50px 8px;
|
|
|
background: #fff;
|
|
|
overflow-y: auto;
|
|
|
box-sizing: border-box;
|
|
|
border-left: 1px solid #ccc;
|
|
|
word-wrap: break-word;
|
|
|
word-break: break-word;
|
|
|
white-space: normal;
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
.markdown-editor-container {
|
|
|
border: 1px solid #ccc;
|
|
|
overflow: hidden;
|
|
|
border-radius: 4px;
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
.markdown-editor-container.full-screen {
|
|
|
position: fixed;
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
top: 0;
|
|
|
bottom: 0;
|
|
|
height: 100vh !important;
|
|
|
z-index: 100;
|
|
|
}
|
|
|
.markdown-editor-container.full-screen .preview-container > div {
|
|
|
padding-bottom: 180px !important;
|
|
|
}
|
|
|
.markdown-editor-container.full-screen .CodeMirror-sizer > div {
|
|
|
margin-bottom: 90px;
|
|
|
}
|
|
|
.markdown-editor-container.on-preview .codemirror-container,
|
|
|
.markdown-editor-container.on-preview .preview-container {
|
|
|
width: 50%;
|
|
|
}
|
|
|
.mini .markdown-editor-body {
|
|
|
height: calc(100% - 28px);
|
|
|
}
|
|
|
.flex-end {
|
|
|
justify-content: flex-end;
|
|
|
}
|
|
|
.my-codemirror-container {
|
|
|
border: 1px solid #ccc;
|
|
|
width: 100%;
|
|
|
margin-bottom: 24px;
|
|
|
}
|
|
|
.markdown-tip {
|
|
|
color: #cdcdcd;
|
|
|
font-size: 12px;
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
bottom: -28px;
|
|
|
margin-bottom: 7px;
|
|
|
}
|
|
|
/* PADDING */
|
|
|
.CodeMirror-lines {
|
|
|
padding: 4px 0;
|
|
|
/* Vertical padding around content */
|
|
|
}
|
|
|
.CodeMirror pre.CodeMirror-line,
|
|
|
.CodeMirror pre.CodeMirror-line-like {
|
|
|
padding: 0 4px;
|
|
|
/* Horizontal padding of content */
|
|
|
}
|
|
|
.CodeMirror-scrollbar-filler,
|
|
|
.CodeMirror-gutter-filler {
|
|
|
background-color: white;
|
|
|
/* The little square between H and V scrollbars */
|
|
|
}
|
|
|
/* GUTTER */
|
|
|
.CodeMirror-gutters {
|
|
|
border-right: 1px solid #ddd;
|
|
|
background-color: #f7f7f7;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
.CodeMirror-linenumber {
|
|
|
padding: 0 3px 0 5px;
|
|
|
min-width: 20px;
|
|
|
text-align: right;
|
|
|
color: #999;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
.CodeMirror-guttermarker {
|
|
|
color: black;
|
|
|
}
|
|
|
.CodeMirror-guttermarker-subtle {
|
|
|
color: #999;
|
|
|
}
|
|
|
/* CURSOR */
|
|
|
.CodeMirror-cursor {
|
|
|
border-left: 1px solid black;
|
|
|
border-right: none;
|
|
|
width: 0;
|
|
|
}
|
|
|
/* Shown when moving in bi-directional text */
|
|
|
.CodeMirror div.CodeMirror-secondarycursor {
|
|
|
border-left: 1px solid silver;
|
|
|
}
|
|
|
.cm-fat-cursor .CodeMirror-cursor {
|
|
|
width: auto;
|
|
|
border: 0 !important;
|
|
|
background: #7e7;
|
|
|
}
|
|
|
.cm-fat-cursor div.CodeMirror-cursors {
|
|
|
z-index: 1;
|
|
|
}
|
|
|
.cm-fat-cursor-mark {
|
|
|
background-color: rgba(20, 255, 20, 0.5);
|
|
|
animation: blink 1.06s steps(1) infinite;
|
|
|
}
|
|
|
.cm-animate-fat-cursor {
|
|
|
width: auto;
|
|
|
border: 0;
|
|
|
animation: blink 1.06s steps(1) infinite;
|
|
|
background-color: #7e7;
|
|
|
}
|
|
|
@keyframes blink {
|
|
|
50% {
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
}
|
|
|
.cm-tab {
|
|
|
display: inline-block;
|
|
|
text-decoration: inherit;
|
|
|
}
|
|
|
.CodeMirror-rulers {
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
top: -50px;
|
|
|
bottom: 0;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.CodeMirror-ruler {
|
|
|
border-left: 1px solid #ccc;
|
|
|
top: 0;
|
|
|
bottom: 0;
|
|
|
position: absolute;
|
|
|
}
|
|
|
/* DEFAULT THEME */
|
|
|
.cm-s-default .cm-header {
|
|
|
color: blue;
|
|
|
}
|
|
|
.cm-s-default .cm-quote {
|
|
|
color: #090;
|
|
|
}
|
|
|
.cm-negative {
|
|
|
color: #d44;
|
|
|
}
|
|
|
.cm-positive {
|
|
|
color: #292;
|
|
|
}
|
|
|
.cm-header,
|
|
|
.cm-strong {
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
.cm-em {
|
|
|
font-style: italic;
|
|
|
}
|
|
|
.cm-link {
|
|
|
text-decoration: underline;
|
|
|
}
|
|
|
.cm-strikethrough {
|
|
|
text-decoration: line-through;
|
|
|
}
|
|
|
.cm-s-default .cm-keyword {
|
|
|
color: #708;
|
|
|
}
|
|
|
.cm-s-default .cm-atom {
|
|
|
color: #219;
|
|
|
}
|
|
|
.cm-s-default .cm-number {
|
|
|
color: #164;
|
|
|
}
|
|
|
.cm-s-default .cm-def {
|
|
|
color: #00f;
|
|
|
}
|
|
|
.cm-s-default .cm-variable-2 {
|
|
|
color: #05a;
|
|
|
}
|
|
|
.cm-s-default .cm-variable-3,
|
|
|
.cm-s-default .cm-type {
|
|
|
color: #085;
|
|
|
}
|
|
|
.cm-s-default .cm-comment {
|
|
|
color: #a50;
|
|
|
}
|
|
|
.cm-s-default .cm-string {
|
|
|
color: #a11;
|
|
|
}
|
|
|
.cm-s-default .cm-string-2 {
|
|
|
color: #f50;
|
|
|
}
|
|
|
.cm-s-default .cm-meta {
|
|
|
color: #555;
|
|
|
}
|
|
|
.cm-s-default .cm-qualifier {
|
|
|
color: #555;
|
|
|
}
|
|
|
.cm-s-default .cm-builtin {
|
|
|
color: #30a;
|
|
|
}
|
|
|
.cm-s-default .cm-bracket {
|
|
|
color: #997;
|
|
|
}
|
|
|
.cm-s-default .cm-tag {
|
|
|
color: #170;
|
|
|
}
|
|
|
.cm-s-default .cm-attribute {
|
|
|
color: #00c;
|
|
|
}
|
|
|
.cm-s-default .cm-hr {
|
|
|
color: #999;
|
|
|
}
|
|
|
.cm-s-default .cm-link {
|
|
|
color: #00c;
|
|
|
}
|
|
|
.cm-s-default .cm-error {
|
|
|
color: #f00;
|
|
|
}
|
|
|
.cm-invalidchar {
|
|
|
color: #f00;
|
|
|
}
|
|
|
.CodeMirror-composing {
|
|
|
border-bottom: 2px solid;
|
|
|
}
|
|
|
/* Default styles for common addons */
|
|
|
div.CodeMirror span.CodeMirror-matchingbracket {
|
|
|
color: #0b0;
|
|
|
}
|
|
|
div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
|
color: #a22;
|
|
|
}
|
|
|
.CodeMirror-matchingtag {
|
|
|
background: rgba(255, 150, 0, 0.3);
|
|
|
}
|
|
|
.CodeMirror-activeline-background {
|
|
|
background: #e8f2ff;
|
|
|
}
|
|
|
/* STOP */
|
|
|
/* The rest of this file contains styles related to the mechanics of
|
|
|
the editor. You probably shouldn't touch them. */
|
|
|
.CodeMirror {
|
|
|
position: relative;
|
|
|
overflow: hidden;
|
|
|
background: white;
|
|
|
}
|
|
|
.CodeMirror-scroll {
|
|
|
overflow: scroll !important;
|
|
|
/* Things will break if this is overridden */
|
|
|
/* 50px is the magic margin used to hide the element's real scrollbars */
|
|
|
/* See overflow: hidden in .CodeMirror */
|
|
|
margin-bottom: -50px;
|
|
|
margin-right: -50px;
|
|
|
padding-bottom: 50px;
|
|
|
height: 100%;
|
|
|
outline: none;
|
|
|
/* Prevent dragging from highlighting the element */
|
|
|
position: relative;
|
|
|
}
|
|
|
.CodeMirror-sizer {
|
|
|
position: relative;
|
|
|
border-right: 50px solid transparent;
|
|
|
}
|
|
|
/* The fake, visible scrollbars. Used to force redraw during scrolling
|
|
|
before actual scrolling happens, thus preventing shaking and
|
|
|
flickering artifacts. */
|
|
|
.CodeMirror-vscrollbar,
|
|
|
.CodeMirror-hscrollbar,
|
|
|
.CodeMirror-scrollbar-filler,
|
|
|
.CodeMirror-gutter-filler {
|
|
|
position: absolute;
|
|
|
z-index: 6;
|
|
|
display: none;
|
|
|
}
|
|
|
.CodeMirror-vscrollbar {
|
|
|
right: 0;
|
|
|
top: 0;
|
|
|
overflow-x: hidden;
|
|
|
overflow-y: scroll;
|
|
|
}
|
|
|
.CodeMirror-hscrollbar {
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
overflow-y: hidden;
|
|
|
overflow-x: scroll;
|
|
|
}
|
|
|
.CodeMirror-scrollbar-filler {
|
|
|
right: 0;
|
|
|
bottom: 0;
|
|
|
}
|
|
|
.CodeMirror-gutter-filler {
|
|
|
left: 0;
|
|
|
bottom: 0;
|
|
|
}
|
|
|
.CodeMirror-gutters {
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
min-height: 100%;
|
|
|
z-index: 3;
|
|
|
}
|
|
|
.CodeMirror-gutter {
|
|
|
white-space: normal;
|
|
|
height: 100%;
|
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
|
margin-bottom: -50px;
|
|
|
}
|
|
|
.CodeMirror-gutter-wrapper {
|
|
|
position: absolute;
|
|
|
z-index: 4;
|
|
|
background: none !important;
|
|
|
border: none !important;
|
|
|
}
|
|
|
.CodeMirror-gutter-background {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
bottom: 0;
|
|
|
z-index: 4;
|
|
|
}
|
|
|
.CodeMirror-gutter-elt {
|
|
|
position: absolute;
|
|
|
cursor: default;
|
|
|
z-index: 4;
|
|
|
}
|
|
|
.CodeMirror-gutter-wrapper ::selection {
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
.CodeMirror-gutter-wrapper ::-moz-selection {
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
.CodeMirror-lines {
|
|
|
cursor: text;
|
|
|
min-height: 1px;
|
|
|
/* prevents collapsing before first draw */
|
|
|
}
|
|
|
.CodeMirror pre.CodeMirror-line,
|
|
|
.CodeMirror pre.CodeMirror-line-like {
|
|
|
/* Reset some styles that the rest of the page might have set */
|
|
|
border-radius: 0;
|
|
|
border-width: 0;
|
|
|
background: transparent;
|
|
|
font-family: inherit;
|
|
|
font-size: inherit;
|
|
|
margin: 0;
|
|
|
white-space: pre;
|
|
|
word-wrap: normal;
|
|
|
line-height: inherit;
|
|
|
color: inherit;
|
|
|
z-index: 2;
|
|
|
position: relative;
|
|
|
overflow: visible;
|
|
|
-webkit-tap-highlight-color: transparent;
|
|
|
-webkit-font-variant-ligatures: contextual;
|
|
|
font-feature-settings: "calt";
|
|
|
font-variant-ligatures: contextual;
|
|
|
}
|
|
|
.CodeMirror-wrap pre.CodeMirror-line,
|
|
|
.CodeMirror-wrap pre.CodeMirror-line-like {
|
|
|
word-wrap: break-word;
|
|
|
white-space: pre-wrap;
|
|
|
word-break: normal;
|
|
|
}
|
|
|
.CodeMirror-linebackground {
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
top: 0;
|
|
|
bottom: 0;
|
|
|
z-index: 0;
|
|
|
}
|
|
|
.CodeMirror-linewidget {
|
|
|
position: relative;
|
|
|
z-index: 2;
|
|
|
padding: 0.1px;
|
|
|
/* Force widget margins to stay inside of the container */
|
|
|
}
|
|
|
.CodeMirror-rtl pre {
|
|
|
direction: rtl;
|
|
|
}
|
|
|
.CodeMirror-code {
|
|
|
outline: none;
|
|
|
}
|
|
|
/* Force content-box sizing for the elements where we expect it */
|
|
|
.CodeMirror-scroll,
|
|
|
.CodeMirror-sizer,
|
|
|
.CodeMirror-gutter,
|
|
|
.CodeMirror-gutters,
|
|
|
.CodeMirror-linenumber {
|
|
|
box-sizing: content-box;
|
|
|
}
|
|
|
.CodeMirror-measure {
|
|
|
position: absolute;
|
|
|
width: 100%;
|
|
|
height: 0;
|
|
|
overflow: hidden;
|
|
|
visibility: hidden;
|
|
|
}
|
|
|
.CodeMirror-cursor {
|
|
|
position: absolute;
|
|
|
pointer-events: none;
|
|
|
}
|
|
|
.CodeMirror-measure pre {
|
|
|
position: static;
|
|
|
}
|
|
|
div.CodeMirror-cursors {
|
|
|
visibility: hidden;
|
|
|
position: relative;
|
|
|
z-index: 3;
|
|
|
}
|
|
|
div.CodeMirror-dragcursors {
|
|
|
visibility: visible;
|
|
|
}
|
|
|
.CodeMirror-focused div.CodeMirror-cursors {
|
|
|
visibility: visible;
|
|
|
}
|
|
|
.CodeMirror-selected {
|
|
|
background: #d9d9d9;
|
|
|
}
|
|
|
.CodeMirror-focused .CodeMirror-selected {
|
|
|
background: #d7d4f0;
|
|
|
}
|
|
|
.CodeMirror-crosshair {
|
|
|
cursor: crosshair;
|
|
|
}
|
|
|
.CodeMirror-line::selection,
|
|
|
.CodeMirror-line > span::selection,
|
|
|
.CodeMirror-line > span > span::selection {
|
|
|
background: #d7d4f0;
|
|
|
}
|
|
|
.CodeMirror-line::-moz-selection,
|
|
|
.CodeMirror-line > span::-moz-selection,
|
|
|
.CodeMirror-line > span > span::-moz-selection {
|
|
|
background: #d7d4f0;
|
|
|
}
|
|
|
.cm-searching {
|
|
|
background-color: #ffa;
|
|
|
background-color: rgba(255, 255, 0, 0.4);
|
|
|
}
|
|
|
/* Used to force a border model for a node */
|
|
|
.cm-force-border {
|
|
|
padding-right: 0.1px;
|
|
|
}
|
|
|
@media print {
|
|
|
/* Hide the cursor when printing */
|
|
|
.CodeMirror div.CodeMirror-cursors {
|
|
|
visibility: hidden;
|
|
|
}
|
|
|
}
|
|
|
/* See issue #2901 */
|
|
|
.cm-tab-wrap-hack:after {
|
|
|
content: '';
|
|
|
}
|
|
|
/* Help users use markselection to safely style text background */
|
|
|
span.CodeMirror-selectedtext {
|
|
|
background: none;
|
|
|
}
|
|
|
.CodeMirror-sizer {
|
|
|
padding-top: 10px;
|
|
|
padding-bottom: 10px !important;
|
|
|
}
|
|
|
.CodeMirror-empty.CodeMirror-focused {
|
|
|
outline: none;
|
|
|
}
|
|
|
.CodeMirror pre.CodeMirror-placeholder {
|
|
|
color: #999;
|
|
|
}
|
|
|
.CodeMirror {
|
|
|
position: relative;
|
|
|
overflow: hidden;
|
|
|
background: white;
|
|
|
word-break: break-word;
|
|
|
}
|
|
|
.CodeMirror pre.CodeMirror-line,
|
|
|
.CodeMirror pre.CodeMirror-line-like {
|
|
|
word-wrap: break-word;
|
|
|
word-break: break-word;
|
|
|
white-space: pre-wrap;
|
|
|
line-height: 1.6;
|
|
|
}
|
|
|
.mouse-hover-md {
|
|
|
border: 1px dashed #0152d9;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.markdown-toolbar-container {
|
|
|
display: flex;
|
|
|
flex-flow: row wrap;
|
|
|
align-items: center;
|
|
|
padding: 0 5px;
|
|
|
margin: 0;
|
|
|
position: relative;
|
|
|
list-style: none;
|
|
|
background: #fff;
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
box-sizing: border-box;
|
|
|
line-height: 20px;
|
|
|
width: 100%;
|
|
|
min-height: 30px;
|
|
|
}
|
|
|
.markdown-toolbar-container .fill-tip {
|
|
|
cursor: pointer;
|
|
|
font-size: 12px;
|
|
|
display: inline-block;
|
|
|
padding: 5px;
|
|
|
border: 1px solid #eaeaea;
|
|
|
border-radius: 5px;
|
|
|
box-sizing: border-box;
|
|
|
line-height: 16px;
|
|
|
height: auto;
|
|
|
color: #666;
|
|
|
position: relative;
|
|
|
justify-content: center;
|
|
|
margin-left: 10px;
|
|
|
}
|
|
|
.markdown-toolbar-container .fill-tip::before {
|
|
|
content: ' ';
|
|
|
width: 0;
|
|
|
height: 0;
|
|
|
border-top: 6px solid transparent;
|
|
|
border-bottom: 6px solid transparent;
|
|
|
border-right: 6px solid #fff;
|
|
|
position: absolute;
|
|
|
left: -6px;
|
|
|
top: 6px;
|
|
|
z-index: 10;
|
|
|
}
|
|
|
.markdown-toolbar-container .fill-tip::after {
|
|
|
content: ' ';
|
|
|
width: 0;
|
|
|
height: 0;
|
|
|
border-top: 6px solid transparent;
|
|
|
border-bottom: 6px solid transparent;
|
|
|
border-right: 6px solid #cccbcb;
|
|
|
position: absolute;
|
|
|
left: -7px;
|
|
|
top: 6px;
|
|
|
}
|
|
|
.markdown-toolbar-container li {
|
|
|
color: #666;
|
|
|
padding: 0 1px;
|
|
|
height: 100%;
|
|
|
display: flex;
|
|
|
height: 38px;
|
|
|
flex-flow: column nowrap;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.markdown-toolbar-container a,
|
|
|
.markdown-toolbar-container span {
|
|
|
display: block;
|
|
|
}
|
|
|
.markdown-toolbar-container a {
|
|
|
width: 28px;
|
|
|
color: #666;
|
|
|
cursor: pointer;
|
|
|
text-align: center;
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
.markdown-toolbar-container .btn-null {
|
|
|
width: auto;
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.markdown-toolbar-container span.v-line {
|
|
|
margin: 0 5px;
|
|
|
height: 65%;
|
|
|
border-right: 1px solid #ccc;
|
|
|
}
|
|
|
.mini .markdown-toolbar-container li {
|
|
|
height: 28px;
|
|
|
}
|
|
|
.editor-resize {
|
|
|
display: block;
|
|
|
width: 120px;
|
|
|
height: 4px;
|
|
|
left: 54%;
|
|
|
margin-top: 2px;
|
|
|
border-top: 1px solid #ccc;
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
cursor: row-resize;
|
|
|
white-space: nowrap;
|
|
|
overflow: hidden;
|
|
|
text-transform: capitalize;
|
|
|
box-sizing: border-box;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
.btn-full-screen {
|
|
|
position: absolute;
|
|
|
right: 5px;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
@font-face {
|
|
|
font-family: "md-iconfont";
|
|
|
src: url(./static/iconfont.cc69dd0c.eot);
|
|
|
/* IE9 */
|
|
|
src: url(./static/iconfont.cc69dd0c.eot#iefix) format('embedded-opentype'),
|
|
|
|
|
|
url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAArkAAsAAAAAFGQAAAqUAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCFTgqYEJMCATYCJANMCygABCAFhG0HgUwb5hCjooZyUthkf4mpyEh3pV0O3eNzjDeMPcxWAACWBR8hkIIUVSIBAABgBAAACrx/wAkAfPHw39iv+2bmqzZUIt1PJ5FJeCMRibbSgsVNdRP+A23z391RKZiNY99ZzVmNklbCKpCtz0WxCnCVhUtkySLj37772YjcCVNhPk1OHZFC37UprJD/0ozsDfr3lrQ9Ja2fjpzpmcEJypq3QpVe3mEqOf/v+doc8Dx9AQTUAMH8r7l6h4jEycc0pD1SorTNT/f4+MQxO0wsRBKPkEy8VKiUQkiNRAgFe/ZbMVsJqPuMwq6/O48n0DSrO+To+fNnsFBwIlDuxls5WHgSlBjXUJdXFduW9T9hiXp6QK0GftDXx6ftOkkl4yc6PnvSg9sX5F9YZK7lf7DLU+CyExnbQCFelKr/MLbwbSKbKubEL8C8+KkUXjBVS7qLlkVFb9ncJpntxd2Xna/ekiQvSGwMutYjdpgXxBuyGejDtFUlNc1R+S9PV0tPERo6BpxAVHGyfbR8yxuCF0QLoQ9eUCDzArVfFA0EogJBSEd1B1QDFQ2oCSoLUAWUClAdlA5QF5QeUAvUMoTQ49UNKkRJAAUoG6AGqLsIocNbZwgD8P5WaYiTI2ObVWDfIP8FUH4B6GfCk1BkoQkNRVUCH5pC4eygwLuuu+XmIXB2jvFmcAXLmYJqni3c1sPfw8QoEHgwJsKwODyKoOr8CI/D4QnXuLpRnSqZzvUuVSLdXrMmWVlh7pdqFWyeZ6zbaj5Ea9VLbFFqJyuBbiHz/aXdwxv1o+qp6jZLs1AoqRHINuoHKJHgGlMq1FfO6n7nwbByXhAmPX0mB8QGO11d2a6eq73I/Or36dQNtU+OwzR+ZOhIvG9PavecX/p9136p84XxwOvWiBPqlOFByvvvoYHx+0JjX16+64EsGBw0NqsGsL2dB1a3LWieWdtgu+WlDNp1MF9ltnZPtbPEY8rCiCkoSnZWNZgOJAAl+ocR4Jr4TUSwy+pyq13sImw2Fj1QBDqoHIWVps9Oe6/70Jfl40V7rnnTFmeGL+2vXqcfP4VVab9hukZcxUCnDA32Jtjd74Pq5fqv/DUTv8a31K6dFFOXnYveQGKctVFs8p4EALG+V11C2k2eplEv6t7hrB6No5sL92F7AoDl8P79bJMbOAhN9S6f7YaoS6zTe9h2X22CMIMRuZ79KYSPUz0yAEJ8rmdkLSCsDbKUZm/XaCgZ/3VkwnSMp/9a/65inE4Uu2wpyvFCFYvarGxSdRFKJeNT4ujk1MPfe6Bfa1ePW1WWCVy3bmr1ko7JRynl544qLhwru3hEfhUBCxEIWwnsFpJobe+0dMS615o7jFByxzl6MRW7yD3AFsV0zZqSm1WJkK0FPjJifKsACpFsbVi3qVmD1bvqe9PTYcIIhActzTk/QMnRVdY0Pb7j2XG36f9tN8ut1oJNWexSlW9qSnbtoj2Ard40hheK/stt/Ut2NZuOWH0LFR+pyhrW/Vxd1qxBZumxWhaUbCWixxf57PaZp/zogTpeVQvYYzYAIWZjZfY6MnRB4WtX8Aed+pB7/b920mRPncmHsN1D1a0tBKlHMLW3enfGi7YkG8vfl/elLiUsZCidC5YNWzGlcQO4+sZRlCD0gOaxhQuu5niOdslx9TOub171Par2oocFG4Lp6Efmzzdh8x4Fmt4mtuL9IqxYM+Ww9DDlA5vzL9RB+0Cnf5QfkjxvFh0Ku4SFzC9xSN7TGR9dDnc77NLX2BcsxR5+++YIORTi+PXrvnhD6AZxIVtIpBJbJBafL5XKCMLFsbeeYvQwsW3yr18PRB2SDrRQvBH+Gz0sYA7hLhRtkTDn2PMl/Hr3WF2tQ427l4pUI6p77tAqMvhyjeI2X55BNI96ULb6taXwatu97E+KgDtTZr3ZmPRlSMDqgBUpYRjf7nxyxUYLPcLf8/goevBIapk4t6AXcyBfkRW7zEmZM4DBml3Hd+uXLkxnC0og1FvPgqhH9w7Gx2ZVG8NnzHROmMuTfZTxxiU6r9tenVmYoC7PjMYMbn3ciwIq5X7d0luk6eUBmmkpD2OVcT2khWWhUf48X6daKAACJ1QMnKGijbLmjgGJxOJh0etlsihEQZaLWeHhcZ6Qpy0BYgwnlkfHRS83RuUx2vVrddavPzeL2UjMzhXIDzlv4wpngWYETXAQTxzbwZMJtotbI/6nGtXvUt3DfgUhXHdJfxXbgTlYk5iXtCboggWuk4QGQUuap1DGQ/jL3SjM/aGRVn4x+57YwSaYl5hUwYGyXTNRJMgLqHcRVSEtRXJrUenECVrthIm6Jp2hybBzZ2Aqn3sjR1ahzc4WBlZBr5CqspB5g+tCFuVky4pKrUXy50ylRVZ5UbYD6mIPbNY0aXJyIC5QevaqkXue2+Zznuqd5U7qWmd1OOQ8+RUaLa7V4JoKxtQYP37AP8Rq6O/2GaPk0/XjPIKEsI4FkYN50bGZeSPH5cUkxF6MrBzA8OErS+uGfeN0hu/al9DB82E3DBQkDkyExEAkSDxZtF88KSIowojtR4cW2h9YHkRrg4URLh63c1sgZtDws9MLKG2UcSnTz+OlSxDDszwVkDJP0QvX6GjwSWYVeVOG9O6N6FjZWYBGzmKp8rw8KlFR4XTdw8Ko2tvAmLrB6NJ5rIHXVsx509enr2J52LGDiBwKRLrSeRWD721sVqUYVNuXzAvODPp3at2cYY3DJeb8udMPDz4sqDhlkW94SGlunIZ/WOLLCpszsK7GPypJL5XLpfokwCEtvfpI0RGZ7G7RXZJkVY8dOzjgPMvBkh/W9cPNQuGEic+XLYO4jMPr1ik7mxf//sz0Vl+z2QNLwPGr2MaIq/iQZ3iiyFLysoJUx7hBvXVEhWRhQai0ksJtOOvSxyixBtNubwhcuzfC9qpSrsxhzHqYBeeFYRT5EADZ7n9sNLGWuoapWKMrCDaWYcjB6BPgRuweJZFFgSKxcBGMACAn+o0NB8ueN2FS1vKAnbLu5AIskPURO4ahfGPhPAwn/wJKQY+T/5dtjuLHy0DTIUFI9i7LQeme1K11/JRvDPZ/nIy7ezlLKI38Sxry5QADiqsRsC+BVIhB/sre0mOiiPIUaT1TnSEkGd8MBOVpgfzfKyqZI+rKVDg7oSkGsR/RDd2vn56kFu/G6IkDkpoZkNUto8VyG1S07ICqul3QtCV355aRQcaiNLBpAgOhbxtIuv7hWWXZiRdYOkDF1DusCscZNJ3EzT5bVl+uHggkgxb7q/AKs5HJvDLLf4E9RkkH6Wm1P6DiMYuubr8FL5CBytignOyW2QhDmMQzWwdiRNETHkBx7ZDf75rG3DasFabByiECJDYCa0Kja/SeFJSZ6dkq8PlfgHUUSRTT7Cv6H0AKP3chUriIFOgLmVM125aqg51YW0MOCkNo2QQli845KkAUuUgYoF7qACisps+R3dvpceiuNS1Z10+n5U9afC3yrUdT5ChRiWrUoh6Nv2UXakcnutGL/sHh0THarSOfwxzy5D2yhYlCDTPPMno12WPU894rPhJMk8/HskLSQFX0hScxi8EgpWmfvDlm5UFAe56y3EcYl2MawxWWGrMqURY3m3qsoNjS+AhVRfGDAQAAAA==') format('woff2'),
|
|
|
url(./static/iconfont.3e4bb627.woff) format('woff'),
|
|
|
url(./static/iconfont.6929d350.ttf) format('truetype'),
|
|
|
|
|
|
url(./static/iconfont.ac44bafd.svg#iconfont) format('svg');
|
|
|
/* iOS 4.1- */
|
|
|
}
|
|
|
|
|
|
.md-iconfont {
|
|
|
font-family: "md-iconfont" !important;
|
|
|
font-size: 16px;
|
|
|
font-style: normal;
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
}
|
|
|
|
|
|
.icon-shrink:before {
|
|
|
content: "\e728";
|
|
|
}
|
|
|
|
|
|
.icon-enlarge:before {
|
|
|
content: "\e623";
|
|
|
}
|
|
|
|
|
|
.icon-code:before {
|
|
|
content: "\e602";
|
|
|
}
|
|
|
|
|
|
.icon-italic:before {
|
|
|
content: "\e718";
|
|
|
}
|
|
|
|
|
|
.icon-bold:before {
|
|
|
content: "\e644";
|
|
|
}
|
|
|
|
|
|
.icon-picture:before {
|
|
|
content: "\e606";
|
|
|
}
|
|
|
|
|
|
.icon-minus:before {
|
|
|
content: "\e62c";
|
|
|
}
|
|
|
|
|
|
.icon-order-list:before {
|
|
|
content: "\e655";
|
|
|
}
|
|
|
|
|
|
.icon-link:before {
|
|
|
content: "\e7d4";
|
|
|
}
|
|
|
|
|
|
.icon-formula:before {
|
|
|
content: "\e633";
|
|
|
}
|
|
|
|
|
|
.icon-unorder-list:before {
|
|
|
content: "\e668";
|
|
|
}
|
|
|
|
|
|
.icon-edit:before {
|
|
|
content: "\e603";
|
|
|
}
|
|
|
|
|
|
.icon-table:before {
|
|
|
content: "\e7db";
|
|
|
}
|
|
|
|
|
|
.icon-sum:before {
|
|
|
content: "\e667";
|
|
|
}
|
|
|
|
|
|
.icon-eye:before {
|
|
|
content: "\e69f";
|
|
|
}
|
|
|
|
|
|
.icon-eye-slash:before {
|
|
|
content: "\e601";
|
|
|
}
|
|
|
|
|
|
.icon-eraser:before {
|
|
|
content: "\e8cd";
|
|
|
}
|
|
|
|
|
|
.icon-file-code:before {
|
|
|
content: "\e9ec";
|
|
|
}
|
|
|
/* Port of TextMate's Blackboard theme */
|
|
|
|
|
|
.cm-s-blackboard.CodeMirror { background: #0C1021; color: #F8F8F8; }
|
|
|
.cm-s-blackboard div.CodeMirror-selected { background: #253B76; }
|
|
|
.cm-s-blackboard .CodeMirror-line::selection, .cm-s-blackboard .CodeMirror-line > span::selection, .cm-s-blackboard .CodeMirror-line > span > span::selection { background: rgba(37, 59, 118, .99); }
|
|
|
.cm-s-blackboard .CodeMirror-line::-moz-selection, .cm-s-blackboard .CodeMirror-line > span::-moz-selection, .cm-s-blackboard .CodeMirror-line > span > span::-moz-selection { background: rgba(37, 59, 118, .99); }
|
|
|
.cm-s-blackboard .CodeMirror-gutters { background: #0C1021; border-right: 0; }
|
|
|
.cm-s-blackboard .CodeMirror-guttermarker { color: #FBDE2D; }
|
|
|
.cm-s-blackboard .CodeMirror-guttermarker-subtle { color: #888; }
|
|
|
.cm-s-blackboard .CodeMirror-linenumber { color: #888; }
|
|
|
.cm-s-blackboard .CodeMirror-cursor { border-left: 1px solid #A7A7A7; }
|
|
|
|
|
|
.cm-s-blackboard .cm-keyword { color: #FBDE2D; }
|
|
|
.cm-s-blackboard .cm-atom { color: #D8FA3C; }
|
|
|
.cm-s-blackboard .cm-number { color: #D8FA3C; }
|
|
|
.cm-s-blackboard .cm-def { color: #8DA6CE; }
|
|
|
.cm-s-blackboard .cm-variable { color: #FF6400; }
|
|
|
.cm-s-blackboard .cm-operator { color: #FBDE2D; }
|
|
|
.cm-s-blackboard .cm-comment { color: #AEAEAE; }
|
|
|
.cm-s-blackboard .cm-string { color: #61CE3C; }
|
|
|
.cm-s-blackboard .cm-string-2 { color: #61CE3C; }
|
|
|
.cm-s-blackboard .cm-meta { color: #D8FA3C; }
|
|
|
.cm-s-blackboard .cm-builtin { color: #8DA6CE; }
|
|
|
.cm-s-blackboard .cm-tag { color: #8DA6CE; }
|
|
|
.cm-s-blackboard .cm-attribute { color: #8DA6CE; }
|
|
|
.cm-s-blackboard .cm-header { color: #FF6400; }
|
|
|
.cm-s-blackboard .cm-hr { color: #AEAEAE; }
|
|
|
.cm-s-blackboard .cm-link { color: #8DA6CE; }
|
|
|
.cm-s-blackboard .cm-error { background: #9D1E15; color: #F8F8F8; }
|
|
|
|
|
|
.cm-s-blackboard .CodeMirror-activeline-background { background: #3C3636; }
|
|
|
.cm-s-blackboard .CodeMirror-matchingbracket { outline:1px solid grey;color:white !important; }
|
|
|
|
|
|
.upload-button {
|
|
|
width: 120px;
|
|
|
height: 32px;
|
|
|
display: block;
|
|
|
position: relative;
|
|
|
color: #0152d9;
|
|
|
}
|
|
|
.upload-button input {
|
|
|
opacity: 0;
|
|
|
width: 160px;
|
|
|
height: 32px;
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
z-index: 1;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.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;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.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;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.flex_box_center___t3HuD {
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
-webkit-justify-content: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_space_between___3eY6W {
|
|
|
justify-content: space-between;
|
|
|
-webkit-box-pack: justify;
|
|
|
}
|
|
|
.flex_box_vertical_center___SMD2f {
|
|
|
align-items: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_box_center_end___1qy96 {
|
|
|
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___1iEso {
|
|
|
flex-direction: column;
|
|
|
box-orient: block-axis;
|
|
|
}
|
|
|
.wrap___3Vyua {
|
|
|
padding: 0 20px;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
overflow: hidden;
|
|
|
height: 100%;
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
.wrap___3Vyua .ant-pagination button {
|
|
|
line-height: normal;
|
|
|
line-height: initial;
|
|
|
}
|
|
|
.wrap___3Vyua ::-webkit-scrollbar-thumb {
|
|
|
box-shadow: inset 0 0 0 transparent;
|
|
|
background: #dedede !important;
|
|
|
}
|
|
|
.wrap___3Vyua ::-webkit-scrollbar-track {
|
|
|
box-shadow: inset 0 0 0 transparent;
|
|
|
background-color: #f1f1f1;
|
|
|
}
|
|
|
.wrap___3Vyua .head___HUi2n {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
height: 80px;
|
|
|
}
|
|
|
.wrap___3Vyua .head___HUi2n .sort___1UPxB {
|
|
|
display: flex;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.wrap___3Vyua .head___HUi2n .sort___1UPxB > span {
|
|
|
font-size: 14px;
|
|
|
font-weight: 600;
|
|
|
color: #333333;
|
|
|
}
|
|
|
.wrap___3Vyua .head___HUi2n .sort___1UPxB aside {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
font-size: 11px;
|
|
|
margin-left: 4px;
|
|
|
margin-top: 2px;
|
|
|
}
|
|
|
.wrap___3Vyua .head___HUi2n .sort___1UPxB aside > span:first-child {
|
|
|
margin-bottom: -2px;
|
|
|
}
|
|
|
.wrap___3Vyua .head___HUi2n .ant-input-search {
|
|
|
border: 0;
|
|
|
background: #f5f5f5;
|
|
|
height: 40px;
|
|
|
margin-left: auto;
|
|
|
margin-right: 40px;
|
|
|
}
|
|
|
.wrap___3Vyua .head___HUi2n .ant-input-search input {
|
|
|
background: #f5f5f5;
|
|
|
color: #333;
|
|
|
}
|
|
|
.wrap___3Vyua .head___HUi2n .ant-input-search .ant-input-search-icon::before {
|
|
|
border-left: 1px solid transparent;
|
|
|
}
|
|
|
.wrap___3Vyua .head___HUi2n .btn___2b6SJ {
|
|
|
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___3Vyua .head___HUi2n .btn___2b6SJ img {
|
|
|
width: 16px;
|
|
|
margin-right: 10px;
|
|
|
margin-top: -2px;
|
|
|
}
|
|
|
.wrap___3Vyua .listWarp___1pNnP {
|
|
|
background: #f6f9fd;
|
|
|
border-radius: 4px;
|
|
|
overflow: auto;
|
|
|
height: 100%;
|
|
|
flex: 1 1;
|
|
|
margin-bottom: 20px;
|
|
|
}
|
|
|
.wrap___3Vyua .pagination___3I0F3 {
|
|
|
text-align: center;
|
|
|
padding-bottom: 20px;
|
|
|
}
|
|
|
.wrap___3Vyua .fixedRight___527Xj {
|
|
|
position: fixed;
|
|
|
z-index: 100;
|
|
|
width: 700px;
|
|
|
height: calc(100% - 65px);
|
|
|
bottom: 0;
|
|
|
right: 0;
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
.oj-width-input___QQMFK {
|
|
|
flex: 1 1;
|
|
|
margin-left: 10px;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.flex_box_center___v-DUT {
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
-webkit-justify-content: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_space_between___1bRJc {
|
|
|
justify-content: space-between;
|
|
|
-webkit-box-pack: justify;
|
|
|
}
|
|
|
.flex_box_vertical_center___k_OZG {
|
|
|
align-items: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_box_center_end___2lt4j {
|
|
|
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___3fVE5 {
|
|
|
flex-direction: column;
|
|
|
box-orient: block-axis;
|
|
|
}
|
|
|
.active___-vjVj {
|
|
|
background: #e7f3ff;
|
|
|
}
|
|
|
.line___3pg8N {
|
|
|
margin: 0 20px;
|
|
|
height: 1px;
|
|
|
background-color: #eaecef;
|
|
|
}
|
|
|
.list___3yqVJ {
|
|
|
display: flex;
|
|
|
cursor: pointer;
|
|
|
padding: 20px;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.list___3yqVJ .left___2dr70 {
|
|
|
width: 246px;
|
|
|
height: 140px;
|
|
|
border-radius: 4px;
|
|
|
background-color: #999;
|
|
|
position: relative;
|
|
|
margin-right: 20px;
|
|
|
overflow: hidden;
|
|
|
flex-shrink: 0;
|
|
|
}
|
|
|
.list___3yqVJ .left___2dr70 > img {
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
top: 50%;
|
|
|
z-index: 1;
|
|
|
transform: translate(-50%, -50%);
|
|
|
}
|
|
|
.list___3yqVJ .left___2dr70 div {
|
|
|
position: absolute;
|
|
|
right: 20px;
|
|
|
bottom: 10px;
|
|
|
z-index: 3;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.list___3yqVJ .left___2dr70 div span {
|
|
|
font-size: 12px;
|
|
|
color: #ffffff;
|
|
|
margin-left: 4px;
|
|
|
}
|
|
|
.list___3yqVJ .left___2dr70 .mask___186YH {
|
|
|
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___3yqVJ .right___17A6Y {
|
|
|
flex: 1 1;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.list___3yqVJ .right___17A6Y .name___v6M7T {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.list___3yqVJ .right___17A6Y .name___v6M7T img {
|
|
|
border-radius: 50%;
|
|
|
flex-shrink: 0;
|
|
|
}
|
|
|
.list___3yqVJ .right___17A6Y .name___v6M7T .title___1BhMz {
|
|
|
font-size: 16px;
|
|
|
font-weight: 600;
|
|
|
color: #333333;
|
|
|
padding: 0 5px 0 10px;
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
.list___3yqVJ .right___17A6Y .name___v6M7T .a___3T4cN {
|
|
|
width: 40px;
|
|
|
text-align: center;
|
|
|
line-height: 20px;
|
|
|
height: 20px;
|
|
|
background: #0152d9;
|
|
|
border-radius: 10px;
|
|
|
color: #fff;
|
|
|
flex-shrink: 0;
|
|
|
margin: 0 5px;
|
|
|
}
|
|
|
.list___3yqVJ .right___17A6Y .name___v6M7T .b___1z1Bk {
|
|
|
width: 40px;
|
|
|
color: #fff;
|
|
|
height: 20px;
|
|
|
text-align: center;
|
|
|
line-height: 20px;
|
|
|
background: #ff8c29;
|
|
|
border-radius: 10px;
|
|
|
margin: 0 5px;
|
|
|
flex-shrink: 0;
|
|
|
}
|
|
|
.list___3yqVJ .right___17A6Y .des___29QAn {
|
|
|
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___3yqVJ .right___17A6Y .des___29QAn > 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___3yqVJ .right___17A6Y .tag___FfUI2 {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.list___3yqVJ .right___17A6Y .tag___FfUI2 > span {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
margin-right: 20px;
|
|
|
color: #656f87;
|
|
|
}
|
|
|
.list___3yqVJ .right___17A6Y .tag___FfUI2 > span img {
|
|
|
margin-right: 5px;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.flex_box_center___3U5jH {
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
-webkit-justify-content: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_space_between___10tgP {
|
|
|
justify-content: space-between;
|
|
|
-webkit-box-pack: justify;
|
|
|
}
|
|
|
.flex_box_vertical_center___1e5pu {
|
|
|
align-items: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_box_center_end___WDBuM {
|
|
|
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___3TSEG {
|
|
|
flex-direction: column;
|
|
|
box-orient: block-axis;
|
|
|
}
|
|
|
.listForm___264Pu {
|
|
|
height: 100%;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
background: #fafafa;
|
|
|
}
|
|
|
.listForm___264Pu 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___264Pu .scroll___CK9uS {
|
|
|
flex: 1 1;
|
|
|
overflow: auto;
|
|
|
padding-bottom: 40px;
|
|
|
}
|
|
|
.listForm___264Pu .formWrap___2n6e2 {
|
|
|
padding: 0 30px;
|
|
|
}
|
|
|
.listForm___264Pu .formWrap___2n6e2 .ant-form-item-label {
|
|
|
margin-bottom: 10px;
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
.listForm___264Pu .formWrap___2n6e2 .ant-form-item-label label {
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
.listForm___264Pu .formWrap___2n6e2 .ant-input-affix-wrapper {
|
|
|
height: 50px;
|
|
|
background-color: #f5f5f5;
|
|
|
padding: 0 20px;
|
|
|
border-radius: 4px;
|
|
|
}
|
|
|
.listForm___264Pu .formWrap___2n6e2 .ant-input-affix-wrapper > input,
|
|
|
.listForm___264Pu .formWrap___2n6e2 .ant-input-affix-wrapper > span {
|
|
|
font-size: 16px;
|
|
|
background-color: #f5f5f5;
|
|
|
}
|
|
|
.listForm___264Pu .btns___2wuct {
|
|
|
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___264Pu .main___1WFqr {
|
|
|
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___264Pu .main___1WFqr span {
|
|
|
color: #0152d9;
|
|
|
margin-top: 20px;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
.listForm___264Pu .mainLoading___1kJWi {
|
|
|
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___264Pu .mainLoading___1kJWi .ant-tooltip-inner {
|
|
|
min-width: 472px !important;
|
|
|
}
|
|
|
.listForm___264Pu .mainLoading___1kJWi .tip___10JaH {
|
|
|
position: absolute;
|
|
|
z-index: 20;
|
|
|
right: -37px;
|
|
|
bottom: -1px;
|
|
|
}
|
|
|
.listForm___264Pu .mainLoading___1kJWi .proWarp___TMP84 {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.listForm___264Pu .mainLoading___1kJWi .proWarp___TMP84 .pro___1CLLm {
|
|
|
width: 100px;
|
|
|
height: 6px;
|
|
|
background: #c1e2ff;
|
|
|
border-radius: 3px;
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
.listForm___264Pu .mainLoading___1kJWi .proWarp___TMP84 .pro___1CLLm > div {
|
|
|
width: 0;
|
|
|
height: 6px;
|
|
|
background: #0152d9;
|
|
|
border-radius: 3px;
|
|
|
}
|
|
|
.listForm___264Pu .mainLoading___1kJWi .proWarp___TMP84 > span {
|
|
|
font-size: 12px;
|
|
|
font-weight: 400;
|
|
|
color: #0152d9;
|
|
|
}
|
|
|
.listForm___264Pu .mainLoading___1kJWi aside {
|
|
|
font-size: 14px;
|
|
|
font-weight: 400;
|
|
|
color: #0152d9;
|
|
|
margin-top: 17px;
|
|
|
}
|
|
|
.listForm___264Pu .mainSucceed___3NYgf {
|
|
|
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___264Pu .mainSucceed___3NYgf .ant-tooltip-inner {
|
|
|
min-width: 472px !important;
|
|
|
}
|
|
|
.listForm___264Pu .mainSucceed___3NYgf .tip___10JaH {
|
|
|
position: absolute;
|
|
|
z-index: 20;
|
|
|
right: -37px;
|
|
|
bottom: -1px;
|
|
|
}
|
|
|
.listForm___264Pu .mainSucceed___3NYgf .del___34rdE {
|
|
|
position: absolute;
|
|
|
z-index: 21;
|
|
|
right: 92px;
|
|
|
bottom: -30px;
|
|
|
cursor: pointer;
|
|
|
font-size: 14px;
|
|
|
color: #999;
|
|
|
}
|
|
|
.listForm___264Pu .mainSucceed___3NYgf > span {
|
|
|
color: #44d7b6;
|
|
|
margin-top: 20px;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.upload___3GNI5 {
|
|
|
display: inline-block;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.flex_box_center___2wZ0h {
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
-webkit-justify-content: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_space_between___3MVWH {
|
|
|
justify-content: space-between;
|
|
|
-webkit-box-pack: justify;
|
|
|
}
|
|
|
.flex_box_vertical_center___O0jNB {
|
|
|
align-items: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_box_center_end___2q4xj {
|
|
|
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___13R-8 {
|
|
|
flex-direction: column;
|
|
|
box-orient: block-axis;
|
|
|
}
|
|
|
.listDetails___3lMam {
|
|
|
height: 100%;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
background: #fafafa;
|
|
|
}
|
|
|
.listDetails___3lMam .markdown-body {
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
.listDetails___3lMam .head___2jzWe {
|
|
|
border-bottom: 1px solid #eaecef;
|
|
|
padding: 30px 0;
|
|
|
margin: 0 30px;
|
|
|
height: 120px;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
.listDetails___3lMam .head___2jzWe .name___3xIfG {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.listDetails___3lMam .head___2jzWe .name___3xIfG .title___3-ce8 {
|
|
|
font-size: 18px;
|
|
|
font-weight: 600;
|
|
|
color: #333333;
|
|
|
padding: 0 5px 0 0;
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
.listDetails___3lMam .head___2jzWe .name___3xIfG .a___1ZME1 {
|
|
|
width: 40px;
|
|
|
text-align: center;
|
|
|
line-height: 20px;
|
|
|
height: 20px;
|
|
|
background: #0152d9;
|
|
|
border-radius: 10px;
|
|
|
color: #fff;
|
|
|
margin: 0 5px;
|
|
|
flex-shrink: 0;
|
|
|
}
|
|
|
.listDetails___3lMam .head___2jzWe .name___3xIfG .b___oiiqU {
|
|
|
width: 40px;
|
|
|
color: #fff;
|
|
|
height: 20px;
|
|
|
text-align: center;
|
|
|
line-height: 20px;
|
|
|
background: #ff8c29;
|
|
|
border-radius: 10px;
|
|
|
margin: 0 5px;
|
|
|
flex-shrink: 0;
|
|
|
}
|
|
|
.listDetails___3lMam .head___2jzWe .tag___32Ulf {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
.listDetails___3lMam .head___2jzWe .tag___32Ulf > img {
|
|
|
border-radius: 50%;
|
|
|
width: 30px;
|
|
|
height: 30px;
|
|
|
}
|
|
|
.listDetails___3lMam .head___2jzWe .tag___32Ulf > span {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
margin-right: 20px;
|
|
|
}
|
|
|
.listDetails___3lMam .head___2jzWe .tag___32Ulf > span img {
|
|
|
margin-right: 5px;
|
|
|
}
|
|
|
.listDetails___3lMam .head___2jzWe .tag___32Ulf .btn___lJ5fA {
|
|
|
margin-left: auto;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.listDetails___3lMam .head___2jzWe .tag___32Ulf .btn___lJ5fA button {
|
|
|
margin-left: 10px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.listDetails___3lMam .head___2jzWe .tag___32Ulf .btn___lJ5fA button img {
|
|
|
margin-right: 6px;
|
|
|
}
|
|
|
.listDetails___3lMam .scroll___anvih {
|
|
|
flex: 1 1;
|
|
|
overflow: auto;
|
|
|
}
|
|
|
.listDetails___3lMam .video___1gujl {
|
|
|
margin: 30px 100px;
|
|
|
border-radius: 4px;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.listDetails___3lMam .video___1gujl video {
|
|
|
width: 100%;
|
|
|
}
|
|
|
.listDetails___3lMam .html___z0BU7 {
|
|
|
margin: 30px;
|
|
|
}
|
|
|
.listDetails___3lMam .g___3sfQf {
|
|
|
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___3lMam .btns___OWbut {
|
|
|
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___3lMam .btns___OWbut > span {
|
|
|
pointer-events: none;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.flex_box_center___3xqQI {
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
-webkit-justify-content: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_space_between___1fvHN {
|
|
|
justify-content: space-between;
|
|
|
-webkit-box-pack: justify;
|
|
|
}
|
|
|
.flex_box_vertical_center___1Gb4J {
|
|
|
align-items: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_box_center_end___8RbQi {
|
|
|
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___3xL78 {
|
|
|
flex-direction: column;
|
|
|
box-orient: block-axis;
|
|
|
}
|
|
|
.discuss___ybobd {
|
|
|
padding: 0 30px;
|
|
|
}
|
|
|
.discuss___ybobd .reply___3EgHc {
|
|
|
padding-bottom: 30px;
|
|
|
border-bottom: 1px solid #eaecef;
|
|
|
}
|
|
|
.discuss___ybobd .markdown-body {
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
.discuss___ybobd .pagination___2EiMG {
|
|
|
text-align: center;
|
|
|
padding: 20px 0;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.flex_box_center___2gBaY {
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
-webkit-justify-content: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_space_between___2uD-- {
|
|
|
justify-content: space-between;
|
|
|
-webkit-box-pack: justify;
|
|
|
}
|
|
|
.flex_box_vertical_center___3Bq-4 {
|
|
|
align-items: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_box_center_end___2MOXm {
|
|
|
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___1Sq4x {
|
|
|
flex-direction: column;
|
|
|
box-orient: block-axis;
|
|
|
}
|
|
|
.discussItem___Mk503 {
|
|
|
margin: 30px 0;
|
|
|
}
|
|
|
.discussItem___Mk503 .wrap___VPGVq {
|
|
|
flex: 1 1;
|
|
|
}
|
|
|
.discussItem___Mk503 .list___2zNHf {
|
|
|
display: flex;
|
|
|
}
|
|
|
.discussItem___Mk503 .list___2zNHf > img {
|
|
|
width: 40px;
|
|
|
height: 40px;
|
|
|
border-radius: 50%;
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
.discussItem___Mk503 .list___2zNHf .btns___1hoB3 {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.discussItem___Mk503 .list___2zNHf .btns___1hoB3 > div {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
font-size: 14px;
|
|
|
cursor: pointer;
|
|
|
width: 80px;
|
|
|
}
|
|
|
.discussItem___Mk503 .list___2zNHf .btns___1hoB3 > div i {
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
.secondLevelDiscuss___9Ixoa {
|
|
|
padding: 10px;
|
|
|
background: #f1f1f1;
|
|
|
border-radius: 4px;
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
.secondLevelDiscuss___9Ixoa .list___2zNHf {
|
|
|
display: flex;
|
|
|
}
|
|
|
.secondLevelDiscuss___9Ixoa .list___2zNHf .wrap___VPGVq {
|
|
|
border-bottom: 1px solid #f1f1f1;
|
|
|
}
|
|
|
.secondLevelDiscuss___9Ixoa .list___2zNHf .line___20Ukm {
|
|
|
margin: 14px 0;
|
|
|
border-bottom: 1px solid #eaecef;
|
|
|
}
|
|
|
.secondLevelDiscuss___9Ixoa .list___2zNHf > img {
|
|
|
width: 30px;
|
|
|
height: 30px;
|
|
|
border-radius: 50%;
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
.thirdlyLevelDiscuss___3ZS-s {
|
|
|
display: flex;
|
|
|
}
|
|
|
.thirdlyLevelDiscuss___3ZS-s > span {
|
|
|
flex-shrink: 0;
|
|
|
font-size: 14px;
|
|
|
margin-right: 10px;
|
|
|
margin-top: 3px;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.watermark___2DVjg {
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
bottom: 100px;
|
|
|
font-size: 18px;
|
|
|
text-shadow: 0px 0px 5px #b6b6b6;
|
|
|
color: #ffffff;
|
|
|
z-index: 1;
|
|
|
}
|
|
|
.videovideo___3jScv::-webkit-media-controls-fullscreen-button {
|
|
|
display: none !important;
|
|
|
}
|
|
|
@keyframes upDown___3FGkz {
|
|
|
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___36IZ1 {
|
|
|
animation-name: upDown___3FGkz;
|
|
|
}
|
|
|
:root {
|
|
|
--youtube-red: #fe0900;
|
|
|
}
|
|
|
.container___GV_Ds {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.video-container___35tqx {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
margin: 0 auto;
|
|
|
position: relative;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.video-container___35tqx video {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
max-height: auto;
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
.video-controls___u99fM {
|
|
|
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___u99fM.hide___2GDit {
|
|
|
opacity: 0;
|
|
|
pointer-events: none;
|
|
|
}
|
|
|
.video-progress___2LKQJ {
|
|
|
position: relative;
|
|
|
height: 4px;
|
|
|
margin-bottom: 10px;
|
|
|
margin-top: 5px;
|
|
|
padding: 0 6px;
|
|
|
}
|
|
|
progress {
|
|
|
-webkit-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___3b-US {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
width: 100%;
|
|
|
cursor: pointer;
|
|
|
margin: 0;
|
|
|
}
|
|
|
.seek___3b-US:hover + .seek-tooltip___bZ9sZ {
|
|
|
display: block;
|
|
|
}
|
|
|
.seek-tooltip___bZ9sZ {
|
|
|
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___74sQw {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
.bottom-controls___74sQw button {
|
|
|
display: inline-flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.left-controls___2kBb3 {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
color: #fff;
|
|
|
font-size: 10px;
|
|
|
}
|
|
|
.right-controls___3oxDi {
|
|
|
display: flex;
|
|
|
}
|
|
|
.volume-controls___QLaWH {
|
|
|
display: inline-flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.volume-controls___QLaWH input {
|
|
|
width: 100px;
|
|
|
opacity: 1;
|
|
|
transition: all 0.4s ease;
|
|
|
}
|
|
|
.volume-controls___QLaWH:hover input,
|
|
|
.volume-controls___QLaWH input:focus {
|
|
|
width: 100px;
|
|
|
opacity: 1;
|
|
|
}
|
|
|
.container___GV_Ds button {
|
|
|
cursor: pointer;
|
|
|
position: relative;
|
|
|
margin-right: 7px;
|
|
|
font-size: 12px;
|
|
|
padding: 3px;
|
|
|
border: none;
|
|
|
outline: none;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
.container___GV_Ds button * {
|
|
|
pointer-events: none;
|
|
|
}
|
|
|
.container___GV_Ds button::before {
|
|
|
content: attr(data-title);
|
|
|
position: absolute;
|
|
|
display: none;
|
|
|
right: 0;
|
|
|
top: -50px;
|
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
|
color: #fff;
|
|
|
font-weight: bold;
|
|
|
padding: 4px 6px;
|
|
|
word-break: keep-all;
|
|
|
white-space: pre;
|
|
|
}
|
|
|
.container___GV_Ds button:hover::before {
|
|
|
display: inline-block;
|
|
|
}
|
|
|
.fullscreen-button___2nHzc {
|
|
|
margin-right: 0;
|
|
|
}
|
|
|
.fullscreen-button1___1murk {
|
|
|
margin-top: -10px;
|
|
|
}
|
|
|
.pip-button___18qQG svg {
|
|
|
width: 26px;
|
|
|
height: 26px;
|
|
|
}
|
|
|
.playback-animation___gCL6X {
|
|
|
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___10eUe {
|
|
|
height: 5px;
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
input[type='range'].volume___10eUe::-webkit-slider-runnable-track {
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
input[type='range'].volume___10eUe::-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___10eUe::-moz-range-thumb {
|
|
|
border: 1px solid #fff;
|
|
|
background: #fff;
|
|
|
}
|
|
|
.hidden___2JBJW {
|
|
|
display: none;
|
|
|
}
|
|
|
.container___GV_Ds svg {
|
|
|
width: 20px;
|
|
|
height: 20px;
|
|
|
fill: #fff;
|
|
|
stroke: #fff;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
.flex_box_center___z2AYj {
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
-webkit-justify-content: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_space_between___2PZH7 {
|
|
|
justify-content: space-between;
|
|
|
-webkit-box-pack: justify;
|
|
|
}
|
|
|
.flex_box_vertical_center___3Vw8I {
|
|
|
align-items: center;
|
|
|
box-align: center;
|
|
|
}
|
|
|
.flex_box_center_end___1dJQf {
|
|
|
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___kstqC {
|
|
|
flex-direction: column;
|
|
|
box-orient: block-axis;
|
|
|
}
|
|
|
.wrap___wWYG3 {
|
|
|
position: fixed;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
width: 700px;
|
|
|
height: 100%;
|
|
|
background: #182332;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
transition: 0.5s;
|
|
|
z-index: 300;
|
|
|
}
|
|
|
.wrap___wWYG3 ::-webkit-scrollbar-thumb {
|
|
|
box-shadow: inset 0 0 0 transparent;
|
|
|
background: transparent !important;
|
|
|
}
|
|
|
.wrap___wWYG3 ::-webkit-scrollbar-track {
|
|
|
box-shadow: inset 0 0 0 transparent;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
.wrap___wWYG3 ::-webkit-scrollbar {
|
|
|
background: transparent !important;
|
|
|
}
|
|
|
.wrap___wWYG3 .head___1xABk {
|
|
|
height: 64px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
padding: 0 40px;
|
|
|
background-color: #000;
|
|
|
}
|
|
|
.wrap___wWYG3 .head___1xABk .title___yYb50 {
|
|
|
font-size: 18px;
|
|
|
font-weight: 500;
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
.wrap___wWYG3 .content___fzoVv {
|
|
|
flex: 1 1;
|
|
|
overflow-y: auto;
|
|
|
}
|
|
|
.wrap___wWYG3 .content___fzoVv .list___2q90P {
|
|
|
padding: 0 40px 0 14px;
|
|
|
display: flex;
|
|
|
height: 40px;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.wrap___wWYG3 .content___fzoVv .list___2q90P:hover {
|
|
|
background-color: #263446;
|
|
|
}
|
|
|
.wrap___wWYG3 .content___fzoVv .list___2q90P span {
|
|
|
display: inline-block;
|
|
|
font-size: 14px;
|
|
|
font-weight: 400;
|
|
|
color: #bac4cd;
|
|
|
width: 576px;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.wrap___wWYG3 .content___fzoVv .list___2q90P b {
|
|
|
font-size: 14px;
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
.wrap___wWYG3 .content___fzoVv > 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___wWYG3 .footer___3zT-e {
|
|
|
padding: 30px 0;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.wrap___wWYG3 .ant-input-search {
|
|
|
border: 0;
|
|
|
background: #25343e;
|
|
|
}
|
|
|
.wrap___wWYG3 .ant-input-search input {
|
|
|
background: #25343e;
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
.wrap___wWYG3 .ant-input-search .ant-input-search-icon {
|
|
|
color: #898989;
|
|
|
}
|
|
|
.wrap___wWYG3 .ant-input-search .ant-input-search-icon::before {
|
|
|
border-left: 1px solid transparent;
|
|
|
}
|
|
|
.wrap___wWYG3 .ant-select .ant-select-selector {
|
|
|
background: #25343e !important;
|
|
|
border: 0px !important;
|
|
|
height: 30px !important;
|
|
|
}
|
|
|
.wrap___wWYG3 .ant-select .ant-select-arrow {
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
.wrap___wWYG3 .ant-select.ant-select-multiple .ant-select-selection-item {
|
|
|
color: #ffffff;
|
|
|
line-height: 22px !important;
|
|
|
background: #767676;
|
|
|
border: 0;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
.wrap___wWYG3 .ant-select.ant-select-single .ant-select-selection-item {
|
|
|
height: 30px;
|
|
|
line-height: 30px;
|
|
|
color: #fff;
|
|
|
}
|
|
|
.wrap___wWYG3 .ant-select.ant-select-single .ant-select-clear {
|
|
|
background: #25343e;
|
|
|
color: #fff;
|
|
|
}
|
|
|
.wrap___wWYG3 .ant-select .ant-select-selection-placeholder {
|
|
|
line-height: 30px !important;
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
.wrap___wWYG3 .ant-pagination .ant-pagination-item-active {
|
|
|
border-color: #0152d9 !important;
|
|
|
background-color: #0152d9 !important;
|
|
|
}
|
|
|
.wrap___wWYG3 .ant-pagination .ant-pagination-item-link {
|
|
|
background-color: transparent;
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
.wrap___wWYG3 .ant-pagination .ant-pagination-item {
|
|
|
background-color: transparent;
|
|
|
border: 1px solid #656f87;
|
|
|
}
|
|
|
.wrap___wWYG3 .ant-pagination .ant-pagination-item a {
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
.wrap___wWYG3 .ant-pagination .ant-pagination-item-ellipsis {
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
.wrap___wWYG3 .ant-pagination .ant-pagination-options {
|
|
|
color: #656f87;
|
|
|
}
|
|
|
.wrap___wWYG3 .ant-pagination .ant-pagination-options input {
|
|
|
color: #ffffff;
|
|
|
width: 40px;
|
|
|
background: transparent;
|
|
|
}
|
|
|
.wrap___wWYG3 .ant-pagination button,
|
|
|
.wrap___wWYG3 .ant-pagination input {
|
|
|
line-height: normal;
|
|
|
line-height: initial;
|
|
|
border: 1px solid #656f87 !important;
|
|
|
}
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
/* stylelint-disable */
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|