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

225 lines
8.3 KiB

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/User/Detail/TeachGroup/index.less ***!
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.teaching-circling-container {
flex: 1 1 auto;
}
.teaching-circling-container h3 {
display: flex;
flex-flow: row nowrap;
align-items: center;
padding: 30px 40px;
background: #fff;
justify-content: space-between;
width: 100%;
font-size: 20px;
margin: 0;
}
.no-data img {
display: block;
margin: 0 auto 30px auto;
}
.nodata-content {
display: flex;
flex-flow: column nowrap;
align-content: center;
justify-content: center;
min-height: 690px;
}
.nodata-content p {
color: #999;
text-align: center;
}
.teaching-circling-body {
min-height: 740px;
width: 100%;
background: #fff;
border-radius: 8px;
}
.teaching-circling-body .navs {
display: flex;
flex-flow: row nowrap;
align-items: center;
height: 50px;
margin: 0;
font-size: 16px;
color: #333;
padding-left: 0px;
justify-content: space-between;
border-bottom: 1px solid #dbdce0;
}
.teaching-circling-body .navs li {
margin-right: 40px;
height: 50px;
line-height: 50px;
}
.teaching-circling-body .navs li.active {
border-bottom: 3px solid #202124;
}
.teaching-circling-body .navs li.active a {
color: #202124;
}
.teaching-circling-body .navs li a {
color: #5f6368;
display: block;
}
.flex-end {
justify-content: flex-end;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/ui-customization/reset.less?modules ***!
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___vG4eV {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___qVVxe {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___P8Z8s {
align-items: center;
box-align: center;
}
.flex_box_center_end___VMme3 {
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___VMHwm {
flex-direction: column;
box-orient: block-axis;
}
.dropdownmenus___oVzoj {
width: 104px;
}
.dropdownmenus___oVzoj [class~='ant-dropdown-menu-item'] {
text-align: center;
}
.dropdownmenus___oVzoj [class~='ant-dropdown-menu-item']:hover {
color: #165dff !important;
background: #fff;
}
.dropdownmenus___oVzoj [class~='ant-dropdown-menu'] {
padding: 10px 0 !important;
}
.popupClassNames___OcZq7 {
background: yellow;
}
.selectdown___mmcA8 [class~='ant-select-item-option-selected'] {
font-weight: 400 !important;
background-color: #edf2ff !important;
}
.selectdown___mmcA8 [class~='ant-select-item-option-active'] {
color: #165dff !important;
background-color: #fff !important;
}
.selectdown___mmcA8 [class~='ant-select-item-option'] {
padding: 10px 24px;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/User/Detail/TeachGroup/List/index.less ***!
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.teaching-lists {
margin: 0;
padding-left: 0px;
font-size: 16px;
display: flex;
flex-flow: column nowrap;
justify-content: center;
}
.teaching-lists > li {
cursor: pointer;
border: 1px solid #f5f5f5;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
border-radius: 4px;
}
.teaching-lists .item-group {
display: flex;
flex-flow: row nowrap;
align-content: center;
justify-content: space-between;
margin-top: 27px;
padding: 0px 24px;
}
.teaching-lists .info {
margin: 0;
padding: 0;
display: flex;
flex-flow: row wrap;
align-items: center;
padding: 27px 0px;
}
.teaching-lists .info li {
position: relative;
}
.teaching-lists .info li div {
padding: 0 4px;
height: 28px;
line-height: 28px;
text-align: center;
}
.teaching-lists .info li.active div .isshow {
display: none;
}
.teaching-lists .info li.active div:hover [class^='isshow'] {
display: flex;
}
.teaching-lists .info li.active div:hover [class^='directionItem'] {
background-color: rgba(24, 144, 255, 0.1);
color: #0152d9;
border-radius: 16px;
}
.teaching-lists .info li .btn-del {
position: absolute;
right: 0;
top: 0;
color: #0152d9;
}
.dropdowns {
width: 104px;
}
.dropdowns [class~='ant-dropdown-menu-item'] {
text-align: center;
}
.dropdowns [class~='ant-dropdown-menu-item']:hover {
color: #165dff !important;
background: #fff;
}
.dropdowns [class~='ant-dropdown-menu'] {
padding: 10px 0 !important;
}
.directionItemWrap {
display: flex;
flex-direction: row;
position: relative;
margin-right: 33px;
height: 30px;
}
.directionItemWrap:hover [class^='groupActionWrap'] {
display: flex;
}
.directionItemWrap:hover [class^='hovename'] {
color: #165dff !important;
}
.directionItemWrap:hover [class^='directionItem'] {
background-color: rgba(24, 144, 255, 0.1);
color: #165dff;
border-radius: 16px;
}
.groupActionWrap {
display: none;
margin-right: 2px;
margin-top: 2px;
}