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.
339 lines
10 KiB
339 lines
10 KiB
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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/pages/Classrooms/Lists/Statistics/VideoStatistics/index.less?modules ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___UxByT {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___tjPQi {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___eVi6M {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___GMuzi {
|
|
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___vbiFs {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.bg___MufvV {
|
|
background: white;
|
|
}
|
|
.containerTitle___WTmxf {
|
|
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___WTmxf div:nth-child(1) {
|
|
flex: 1 1;
|
|
}
|
|
.containerDesc___UUNTX {
|
|
height: 80px;
|
|
line-height: 80px;
|
|
padding: 0 30px;
|
|
display: box;
|
|
display: flex;
|
|
}
|
|
.containerDesc___UUNTX p:nth-child(1) {
|
|
flex: 1 1;
|
|
}
|
|
.menus___OTYkk {
|
|
border-bottom: 1px solid #eee;
|
|
padding-right: 16px;
|
|
padding-top: 10px;
|
|
}
|
|
.menus___OTYkk [class~='ant-menu-horizontal'] {
|
|
border-bottom: 0;
|
|
}
|
|
.listItem___qbvMX {
|
|
padding: 25px 30px 25px 30px;
|
|
background: white;
|
|
margin-top: 20px;
|
|
cursor: pointer;
|
|
}
|
|
.listItem___qbvMX:hover {
|
|
box-shadow: 0 0 10px #ccc;
|
|
}
|
|
.listItem___qbvMX img {
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 50px;
|
|
}
|
|
.title___IbL7h {
|
|
display: box;
|
|
display: flex;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.title___IbL7h strong {
|
|
color: #333;
|
|
}
|
|
.titleLeft___NTOIp {
|
|
flex: 1 1;
|
|
}
|
|
.titleRight___LXcqm a {
|
|
margin-right: 20px;
|
|
font-weight: bold;
|
|
}
|
|
.acitons___kF_C2 {
|
|
height: 70px;
|
|
background: white;
|
|
margin-top: 20px;
|
|
display: box;
|
|
display: flex;
|
|
align-items: center;
|
|
box-align: center;
|
|
padding: 0 30px;
|
|
}
|
|
.acitons___kF_C2 > div:nth-child(1) {
|
|
flex: 1 1;
|
|
}
|
|
.acitons___kF_C2 > div:nth-child(2) {
|
|
display: box;
|
|
display: flex;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.acitons___kF_C2 > div:nth-child(2) p {
|
|
cursor: pointer;
|
|
color: #999;
|
|
}
|
|
.acitons___kF_C2 > div:nth-child(2) p:hover {
|
|
color: #333;
|
|
}
|
|
.acitons___kF_C2 > div:nth-child(2) p span {
|
|
position: relative;
|
|
padding: 0 20px;
|
|
}
|
|
.acitons___kF_C2 > div:nth-child(2) p span:after {
|
|
content: '';
|
|
width: 1px;
|
|
height: 10px;
|
|
background: #ededed;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 50%;
|
|
margin-top: -5px;
|
|
}
|
|
.acitons___kF_C2 > div:nth-child(2) p:nth-last-child(1) span {
|
|
padding-right: 0;
|
|
}
|
|
.acitons___kF_C2 > div:nth-child(2) p:nth-last-child(1) span:after {
|
|
display: none;
|
|
}
|
|
.memberManager___tF_BU {
|
|
-webkit-box-orient: vertical;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
}
|
|
.menu___uNQni {
|
|
position: relative;
|
|
display: box;
|
|
display: flex;
|
|
align-items: center;
|
|
box-align: center;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.menu___uNQni > ul {
|
|
flex: 1 1;
|
|
border: 0;
|
|
}
|
|
.menu___uNQni > ul li {
|
|
height: 74px;
|
|
line-height: 74px;
|
|
margin: 0 15px;
|
|
}
|
|
.menu___uNQni > div span {
|
|
padding: 0 20px;
|
|
}
|
|
.topScores___KhxIs img {
|
|
width: 60px;
|
|
height: 60px;
|
|
border-radius: 60px;
|
|
}
|
|
.first___AGzNo,
|
|
.second___LD4BK,
|
|
.three___kFDGl {
|
|
height: 60px;
|
|
display: box;
|
|
display: flex;
|
|
align-items: flex-end;
|
|
box-pack: end;
|
|
}
|
|
.first___AGzNo span {
|
|
width: 100%;
|
|
height: 60px;
|
|
background: #ffd058;
|
|
border-radius: 4px 4px 0 0;
|
|
display: block;
|
|
}
|
|
.second___LD4BK span {
|
|
width: 100%;
|
|
height: 40px;
|
|
background: #e0e5ea;
|
|
border-radius: 4px 0 0 0;
|
|
display: block;
|
|
}
|
|
.three___kFDGl span {
|
|
width: 100%;
|
|
height: 20px;
|
|
background: #e5a866;
|
|
border-radius: 0 4px 0 0;
|
|
display: block;
|
|
}
|
|
.dropmenu___ty3tl {
|
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
display: box;
|
|
display: flex;
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.dropmenu___ty3tl > ul {
|
|
flex: 1 1;
|
|
}
|
|
.tabs___x4Ok4 {
|
|
width: 933px;
|
|
position: relative;
|
|
}
|
|
.tabs___x4Ok4 [class~='ant-tabs-tab'] {
|
|
height: 80px;
|
|
line-height: 80px;
|
|
}
|
|
.rightAction___Obgub {
|
|
position: absolute;
|
|
right: 20px;
|
|
top: 25px;
|
|
z-index: 1;
|
|
}
|
|
.ruleWrap___QeIER {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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/pages/Classrooms/Lists/Statistics/StudentVideo/index.less?modules ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.divback___ntOaK {
|
|
background: #ffffff;
|
|
}
|
|
.title___YscwY {
|
|
height: 60px;
|
|
padding: 0px 20px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-size: 16px;
|
|
}
|
|
.divstyle___ZqCpS {
|
|
margin: 0px !important;
|
|
}
|
|
.studentListTable___Ft0kg td[class~='ant-table-cell'] {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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/pages/Classrooms/Lists/Statistics/ShixunStatistics/index.less?modules ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___xDmaE {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___ZXDe8 {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___xmv9j {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___AnDtO {
|
|
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___byXwD {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.titlespan____R13n {
|
|
flex: 1 1;
|
|
text-align: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
display: flex;
|
|
flex-flow: column;
|
|
}
|
|
.overcount___lL5cq {
|
|
overflow-y: auto;
|
|
height: 540px;
|
|
}
|
|
.porgress___gDrMg {
|
|
display: flex;
|
|
margin-bottom: 1em;
|
|
}
|
|
.porgress___gDrMg a {
|
|
color: #000000;
|
|
}
|
|
.porgress___gDrMg a:hover {
|
|
color: #0152d9;
|
|
}
|
|
.porgress___gDrMg div {
|
|
width: 100%;
|
|
height: 40px;
|
|
flex: 1 1;
|
|
margin-left: 40px;
|
|
margin-right: 5px;
|
|
}
|
|
.porgress___gDrMg .span1___f69rM {
|
|
line-height: 40px;
|
|
text-align: right;
|
|
width: 300px;
|
|
-webkit-box-orient: vertical;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 1;
|
|
overflow: hidden;
|
|
}
|
|
.porgress___gDrMg .span2___iQmg1 {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 50px;
|
|
margin-left: 10px;
|
|
}
|
|
.porgress___gDrMg .color_20___EpSKJ {
|
|
background: rgba(25, 137, 250, 0.4);
|
|
}
|
|
.porgress___gDrMg .color_10___nmu4d {
|
|
background: rgba(233, 34, 22, 0.4);
|
|
}
|
|
|