You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NewEduCoderBuild/p__Classrooms__Lists__Exerc...

475 lines
9.3 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

.react-resizable {
position: relative;
background-clip: padding-box;
}
.react-resizable-handle {
position: absolute;
width: 10px;
height: 100%;
bottom: 0;
right: -5px;
cursor: col-resize;
z-index: 1;
}
/** 这里是偏移的时候显示的竖线,只有表头有竖线;
如果需要联通表格请自行修改高度1000倍表头高度然后超出表格隐藏什么的自行研究 */
.react-resizable-handle.active::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
border-left: solid 1px black;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___31Obg {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___3-J1M {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___1XN98 {
align-items: center;
box-align: center;
}
.flex_box_center_end___1J-o9 {
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___3MFQV {
flex-direction: column;
box-orient: block-axis;
}
.bg___2bquT {
background: white;
}
.containerTitle___YmVNn {
height: 88px;
line-height: 88px;
font-size: 18px;
padding: 0 30px;
color: #333;
border-bottom: 1px solid #eee;
display: box;
display: flex;
align-items: center;
box-align: center;
}
.containerTitle___YmVNn div:nth-child(1) {
flex: 1 1;
}
.containerDesc___1GshA {
height: 50px;
line-height: 40px;
padding: 0 30px;
margin-bottom: -20px;
margin-top: 10px;
display: box;
display: flex;
}
.containerDesc___1GshA p:nth-child(1) {
flex: 1 1;
}
.menus___1Jyfe {
padding-right: 31px;
padding-top: 10px;
}
.menus___1Jyfe [class~='ant-menu-horizontal'] {
border-bottom: 0;
}
.listItem___1Lc_8 {
padding: 25px 30px 25px 30px;
display: box;
display: flex;
background: white;
margin-top: 20px;
cursor: pointer;
}
.listItem___1Lc_8 > div {
flex: 1 1;
}
.listItem___1Lc_8:hover {
box-shadow: 0 0 10px #ccc;
}
.info___3VwBZ {
margin-left: 20px;
}
.info___3VwBZ p {
margin-top: 18px;
}
.title___3o2Ba {
display: box;
display: flex;
align-items: center;
box-align: center;
}
.title___3o2Ba strong {
color: #333;
}
.titleLeft___1zTI4 {
flex: 1 1;
}
.titleRight___2fytT a {
margin-right: 20px;
font-weight: bold;
}
.acitons___2kTHP {
height: 70px;
background: white;
display: box;
display: flex;
align-items: center;
box-align: center;
padding: 0 30px;
}
.acitons___2kTHP > div:nth-child(2) {
display: box;
display: flex;
align-items: center;
box-align: center;
flex: 1 1;
}
.acitons___2kTHP > div:nth-child(2) .move___2RKw6 {
cursor: pointer;
color: #999;
padding: 0 16px;
position: relative;
}
.acitons___2kTHP > div:nth-child(2) p {
cursor: pointer;
color: #999;
margin-bottom: 0;
}
.acitons___2kTHP > div:nth-child(2) p:hover {
color: #333;
}
.acitons___2kTHP > div:nth-child(2) p span {
position: relative;
padding: 0 16px;
}
.acitons___2kTHP > div:nth-child(2) p span:after {
content: '';
width: 1px;
height: 10px;
background: #ededed;
position: absolute;
right: 0;
top: 50%;
margin-top: -5px;
}
.acitons___2kTHP > div:nth-child(2) p:nth-last-child(1) span {
padding-right: 0;
}
.acitons___2kTHP > div:nth-child(2) p:nth-last-child(1) span:after {
display: none;
}
.hideHeadCheckbox___3iUh5 table {
background: #f4faff;
}
.hideHeadCheckbox___3iUh5 table > thead > tr > th:nth-child(1) > div {
display: none;
}
.moveCategory___8a74K {
padding: 30px 0;
position: relative;
top: -25px;
}
.moveCategory___8a74K ul {
box-shadow: 0 0 6px 0 rgba(76, 76, 76, 0.2) !important;
background: white;
padding: 10px 0;
}
.moveCategory___8a74K ul li {
padding: 0;
margin: 5px 0;
font-size: 14px;
}
.tabSearch___1jUuK {
display: flex;
align-items: center;
margin: 8px 0;
}
.warpModal___23JnG .ant-tabs-nav::before {
border-bottom: 0;
}
.modalColumn___lximY {
font-size: 14px;
}
.modalColumn___lximY .modalRow___2XZ94 {
display: flex;
align-items: center;
font-size: 14px;
flex-direction: row;
margin-top: 12px;
}
.modalColumn___lximY .modalRow___2XZ94 .sup___3R8Oi {
color: #fb3226;
font-size: 16px;
margin-top: 21px;
margin-right: 2px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.leftdiv___M7Twn {
flex: 1 1;
margin-right: 8px;
height: 340px;
border-radius: 4px;
border: 1px solid #d9d9d9;
padding: 14px;
}
.leftdiv___M7Twn .listClass___OwEW4 {
display: flex;
align-items: center;
}
.leftdiv___M7Twn .spantitle___1ZApq {
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 108px;
display: inline-block;
}
.rightdiv___2V9v- {
margin-left: 8px;
flex: 1 1;
height: 340px;
border-radius: 4px;
border: 1px solid #d9d9d9;
padding: 14px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___NQ_lx {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___1-7ie {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___3gEyI {
align-items: center;
box-align: center;
}
.flex_box_center_end___1mc_4 {
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___2UjRY {
flex-direction: column;
box-orient: block-axis;
}
.bg___2Y-8d {
background: white;
}
.containerTitle___2fIyk {
height: 88px;
font-size: 18px;
padding: 0 30px;
color: #333;
border-bottom: 1px solid #eee;
display: box;
display: flex;
align-items: center;
box-align: center;
}
.containerTitle___2fIyk div:nth-child(1) {
flex: 1 1;
}
.containerDesc___1BdAh {
background-color: #fff;
}
.tablestyle___2vHre {
margin-top: 10px;
}
.tablestyle___2vHre div[class='ant-menu-submenu-title'] {
max-height: 240px;
overflow: auto;
}
.listItem___7-FcM {
padding: 25px 10px 25px 30px;
display: box;
display: flex;
background: white;
margin-top: 20px;
cursor: pointer;
}
.listItem___7-FcM > div {
flex: 1 1;
}
.listItem___7-FcM:hover {
box-shadow: 0 0 10px #ccc;
}
.info___3GgFd {
margin-left: 20px;
}
.info___3GgFd p {
margin-top: 15px;
margin-bottom: 0px;
}
.title___3TFyB {
display: box;
display: flex;
align-items: center;
box-align: center;
}
.title___3TFyB strong {
color: #333;
}
.titleLeft___3Nrse {
flex: 1 1;
display: box;
display: flex;
align-items: center;
box-align: center;
}
.titleLeft___3Nrse strong {
color: #333;
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 380px;
}
.titleLeft___3Nrse strong:hover {
color: #0152d9;
}
.titleRight___2r2u1 a {
margin-right: 20px;
font-weight: 500;
font-size: 16px;
color: #0152d9;
}
.titleRight___2r2u1 span {
margin-right: 20px;
font-weight: 500;
font-size: 16px;
color: #0152d9;
}
.acitons___2ymUr {
background: white;
display: box;
display: flex;
align-items: center;
box-align: center;
padding: 0 30px;
padding-bottom: 20px;
}
.acitons___2ymUr > div:nth-child(2) {
display: box;
display: flex;
align-items: center;
box-align: center;
}
.acitons___2ymUr > div:nth-child(2) p {
cursor: pointer;
color: #999;
margin-bottom: 0;
}
.moveCategory___2arml {
padding: 30px 0;
position: relative;
top: -20px;
}
.moveCategory___2arml ul {
box-shadow: 0 0 6px 0 rgba(76, 76, 76, 0.2) !important;
background: white;
padding: 10px 0;
}
.moveCategory___2arml ul li {
padding: 0;
margin: 5px 0;
font-size: 14px;
}
.name___oZpwp {
font-weight: bold;
font-size: 16px;
color: #05101a;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 400px;
}
.categoryName___3qVUf {
color: rgba(0, 0, 0, 0.65);
}
.schedule___2rWLZ {
display: flex;
align-items: flex-start;
padding: 24px 20px 16px 30px;
background-color: #fff;
}
.fnSign___3M-uU {
color: #44d7b6 !important;
display: inline-block;
transform: scale(2.5);
padding-right: 4px;
}
.spanSize___1tSHL {
font-size: 16px;
font-weight: 400;
color: #0152d9;
cursor: pointer;
}
.classromediv___3J6Es {
animation: glow___3XRWM 200ms ease-out infinite alternate;
display: inline-block;
}
@keyframes glow___3XRWM {
0% {
height: 27px;
line-height: 27px;
text-align: center;
width: 100px;
box-shadow: 0 0 5px rgba(0, 255, 249, 0.2);
}
100% {
height: 27px;
line-height: 27px;
text-align: center;
width: 100px;
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
}
}
.popover___13rEC > p {
cursor: pointer;
}
.dot___1_xjq {
width: 6px;
height: 6px;
display: inline-block;
transform: translateY(-1px);
border-radius: 3px;
margin-right: 6px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */