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__Board...

173 lines
3.3 KiB

.flex_box_center___3wHpy {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___-q7U- {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___29Aw3 {
align-items: center;
box-align: center;
}
.flex_box_center_end___1NgMo {
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___3vEOg {
flex-direction: column;
box-orient: block-axis;
}
.bg___2YiHC {
background: white;
}
.containerTitle___meK1G {
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___meK1G div:nth-child(1) {
flex: 1 1;
}
.containerDesc___3gzBv {
height: 80px;
line-height: 80px;
padding: 0 30px;
display: box;
display: flex;
}
.containerDesc___3gzBv p:nth-child(1) {
flex: 1 1;
}
.listItem___3imSe {
padding: 25px 30px 10px 30px;
background: white;
margin-top: 20px;
cursor: pointer;
}
.listItem___3imSe:hover {
box-shadow: 0 0 10px #ccc;
}
.listItem___3imSe img {
width: 50px;
height: 50px;
border-radius: 50px;
}
.title___29VBp {
display: box;
display: flex;
align-items: center;
box-align: center;
}
.title___29VBp strong {
color: #333;
}
.titleLeft___2LFGJ {
flex: 1 1;
display: box;
display: flex;
align-items: center;
box-align: center;
}
.titleLeft___2LFGJ strong {
max-width: 400px;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
white-space: nowrap;
}
.titleLeft___2LFGJ strong:hover {
color: #0152d9;
}
.titleRight___3drof a {
margin-right: 20px;
font-weight: bold;
}
.acitons___3DiXS {
height: 70px;
background: white;
margin-top: 20px;
display: box;
display: flex;
align-items: center;
box-align: center;
padding: 0 30px;
}
.acitons___3DiXS > div:nth-child(1) {
flex: 1 1;
}
.acitons___3DiXS > div:nth-child(2) {
display: box;
display: flex;
align-items: center;
box-align: center;
}
.acitons___3DiXS > div:nth-child(2) p {
cursor: pointer;
color: #999;
margin-bottom: 0;
position: relative;
}
.acitons___3DiXS > div:nth-child(2) p:hover {
color: #333;
}
.acitons___3DiXS > div:nth-child(2) p span {
padding: 0 20px;
}
.acitons___3DiXS > div:nth-child(2) p:after {
content: '';
width: 1px;
height: 10px;
background: #ededed;
position: absolute;
right: 0;
top: 50%;
margin-top: -5px;
}
.acitons___3DiXS > div:nth-child(2) p:nth-last-child(1) {
padding-right: 0;
}
.acitons___3DiXS > div:nth-child(2) p:nth-last-child(1):after {
display: none;
}
.categoryName___1tb3m {
max-width: 200px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.moveCategory___3M-bg {
padding: 30px 0;
position: relative;
top: -25px;
}
.moveCategory___3M-bg ul {
box-shadow: 0 0 6px 0 rgba(76, 76, 76, 0.2) !important;
background: white;
padding: 10px 0;
}
.moveCategory___3M-bg ul li {
padding: 0;
margin: 5px 0;
font-size: 14px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */