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.
735 lines
22 KiB
735 lines
22 KiB
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/popover/style/index.less ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
.ant-popover {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1030;
|
|
font-weight: normal;
|
|
white-space: normal;
|
|
text-align: left;
|
|
cursor: auto;
|
|
-webkit-user-select: text;
|
|
-moz-user-select: text;
|
|
-ms-user-select: text;
|
|
user-select: text;
|
|
}
|
|
.ant-popover-content {
|
|
position: relative;
|
|
}
|
|
.ant-popover::after {
|
|
position: absolute;
|
|
background: rgba(255, 255, 255, 0.01);
|
|
content: '';
|
|
}
|
|
.ant-popover-hidden {
|
|
display: none;
|
|
}
|
|
.ant-popover-placement-top,
|
|
.ant-popover-placement-topLeft,
|
|
.ant-popover-placement-topRight {
|
|
padding-bottom: 15.3137085px;
|
|
}
|
|
.ant-popover-placement-right,
|
|
.ant-popover-placement-rightTop,
|
|
.ant-popover-placement-rightBottom {
|
|
padding-left: 15.3137085px;
|
|
}
|
|
.ant-popover-placement-bottom,
|
|
.ant-popover-placement-bottomLeft,
|
|
.ant-popover-placement-bottomRight {
|
|
padding-top: 15.3137085px;
|
|
}
|
|
.ant-popover-placement-left,
|
|
.ant-popover-placement-leftTop,
|
|
.ant-popover-placement-leftBottom {
|
|
padding-right: 15.3137085px;
|
|
}
|
|
.ant-popover-inner {
|
|
background-color: #fff;
|
|
background-clip: padding-box;
|
|
border-radius: 2px;
|
|
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
}
|
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
.ant-popover {
|
|
/* IE10+ */
|
|
}
|
|
.ant-popover-inner {
|
|
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
}
|
|
}
|
|
.ant-popover-title {
|
|
min-width: 177px;
|
|
min-height: 28px;
|
|
margin: 0;
|
|
padding: 5px 12px 4px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 500;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.ant-popover-inner-content {
|
|
padding: 8px 12px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-popover-message {
|
|
display: flex;
|
|
padding: 4px 0 12px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
}
|
|
.ant-popover-message-icon {
|
|
display: inline-block;
|
|
margin-right: 8px;
|
|
color: #faad14;
|
|
font-size: 12px;
|
|
}
|
|
.ant-popover-buttons {
|
|
margin-bottom: 4px;
|
|
text-align: right;
|
|
}
|
|
.ant-popover-buttons button:not(:first-child) {
|
|
margin-left: 8px;
|
|
}
|
|
.ant-popover-arrow {
|
|
position: absolute;
|
|
display: block;
|
|
width: 22px;
|
|
height: 22px;
|
|
overflow: hidden;
|
|
background: transparent;
|
|
pointer-events: none;
|
|
}
|
|
.ant-popover-arrow-content {
|
|
--antd-arrow-background-color: #fff;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
display: block;
|
|
width: 11.3137085px;
|
|
height: 11.3137085px;
|
|
margin: auto;
|
|
content: '';
|
|
pointer-events: auto;
|
|
border-radius: 0 0 2px;
|
|
pointer-events: none;
|
|
}
|
|
.ant-popover-arrow-content::before {
|
|
position: absolute;
|
|
top: -11.3137085px;
|
|
left: -11.3137085px;
|
|
width: 33.9411255px;
|
|
height: 33.9411255px;
|
|
background: var(--antd-arrow-background-color);
|
|
background-repeat: no-repeat;
|
|
background-position: -10px -10px;
|
|
content: '';
|
|
-webkit-clip-path: inset(33% 33%);
|
|
clip-path: inset(33% 33%);
|
|
-webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
}
|
|
.ant-popover-placement-top .ant-popover-arrow,
|
|
.ant-popover-placement-topLeft .ant-popover-arrow,
|
|
.ant-popover-placement-topRight .ant-popover-arrow {
|
|
bottom: 0;
|
|
transform: translateY(100%);
|
|
}
|
|
.ant-popover-placement-top .ant-popover-arrow-content,
|
|
.ant-popover-placement-topLeft .ant-popover-arrow-content,
|
|
.ant-popover-placement-topRight .ant-popover-arrow-content {
|
|
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
transform: translateY(-11px) rotate(45deg);
|
|
}
|
|
.ant-popover-placement-top .ant-popover-arrow {
|
|
left: 50%;
|
|
transform: translateY(100%) translateX(-50%);
|
|
}
|
|
.ant-popover-placement-topLeft .ant-popover-arrow {
|
|
left: 16px;
|
|
}
|
|
.ant-popover-placement-topRight .ant-popover-arrow {
|
|
right: 16px;
|
|
}
|
|
.ant-popover-placement-right .ant-popover-arrow,
|
|
.ant-popover-placement-rightTop .ant-popover-arrow,
|
|
.ant-popover-placement-rightBottom .ant-popover-arrow {
|
|
left: 0;
|
|
transform: translateX(-100%);
|
|
}
|
|
.ant-popover-placement-right .ant-popover-arrow-content,
|
|
.ant-popover-placement-rightTop .ant-popover-arrow-content,
|
|
.ant-popover-placement-rightBottom .ant-popover-arrow-content {
|
|
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
transform: translateX(11px) rotate(135deg);
|
|
}
|
|
.ant-popover-placement-right .ant-popover-arrow {
|
|
top: 50%;
|
|
transform: translateX(-100%) translateY(-50%);
|
|
}
|
|
.ant-popover-placement-rightTop .ant-popover-arrow {
|
|
top: 12px;
|
|
}
|
|
.ant-popover-placement-rightBottom .ant-popover-arrow {
|
|
bottom: 12px;
|
|
}
|
|
.ant-popover-placement-bottom .ant-popover-arrow,
|
|
.ant-popover-placement-bottomLeft .ant-popover-arrow,
|
|
.ant-popover-placement-bottomRight .ant-popover-arrow {
|
|
top: 0;
|
|
transform: translateY(-100%);
|
|
}
|
|
.ant-popover-placement-bottom .ant-popover-arrow-content,
|
|
.ant-popover-placement-bottomLeft .ant-popover-arrow-content,
|
|
.ant-popover-placement-bottomRight .ant-popover-arrow-content {
|
|
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
|
|
transform: translateY(11px) rotate(-135deg);
|
|
}
|
|
.ant-popover-placement-bottom .ant-popover-arrow {
|
|
left: 50%;
|
|
transform: translateY(-100%) translateX(-50%);
|
|
}
|
|
.ant-popover-placement-bottomLeft .ant-popover-arrow {
|
|
left: 16px;
|
|
}
|
|
.ant-popover-placement-bottomRight .ant-popover-arrow {
|
|
right: 16px;
|
|
}
|
|
.ant-popover-placement-left .ant-popover-arrow,
|
|
.ant-popover-placement-leftTop .ant-popover-arrow,
|
|
.ant-popover-placement-leftBottom .ant-popover-arrow {
|
|
right: 0;
|
|
transform: translateX(100%);
|
|
}
|
|
.ant-popover-placement-left .ant-popover-arrow-content,
|
|
.ant-popover-placement-leftTop .ant-popover-arrow-content,
|
|
.ant-popover-placement-leftBottom .ant-popover-arrow-content {
|
|
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
transform: translateX(-11px) rotate(-45deg);
|
|
}
|
|
.ant-popover-placement-left .ant-popover-arrow {
|
|
top: 50%;
|
|
transform: translateX(100%) translateY(-50%);
|
|
}
|
|
.ant-popover-placement-leftTop .ant-popover-arrow {
|
|
top: 12px;
|
|
}
|
|
.ant-popover-placement-leftBottom .ant-popover-arrow {
|
|
bottom: 12px;
|
|
}
|
|
.ant-popover-pink .ant-popover-inner {
|
|
background-color: #eb2f96;
|
|
}
|
|
.ant-popover-pink .ant-popover-arrow-content {
|
|
background-color: #eb2f96;
|
|
}
|
|
.ant-popover-magenta .ant-popover-inner {
|
|
background-color: #eb2f96;
|
|
}
|
|
.ant-popover-magenta .ant-popover-arrow-content {
|
|
background-color: #eb2f96;
|
|
}
|
|
.ant-popover-red .ant-popover-inner {
|
|
background-color: #f5222d;
|
|
}
|
|
.ant-popover-red .ant-popover-arrow-content {
|
|
background-color: #f5222d;
|
|
}
|
|
.ant-popover-volcano .ant-popover-inner {
|
|
background-color: #fa541c;
|
|
}
|
|
.ant-popover-volcano .ant-popover-arrow-content {
|
|
background-color: #fa541c;
|
|
}
|
|
.ant-popover-orange .ant-popover-inner {
|
|
background-color: #fa8c16;
|
|
}
|
|
.ant-popover-orange .ant-popover-arrow-content {
|
|
background-color: #fa8c16;
|
|
}
|
|
.ant-popover-yellow .ant-popover-inner {
|
|
background-color: #fadb14;
|
|
}
|
|
.ant-popover-yellow .ant-popover-arrow-content {
|
|
background-color: #fadb14;
|
|
}
|
|
.ant-popover-gold .ant-popover-inner {
|
|
background-color: #faad14;
|
|
}
|
|
.ant-popover-gold .ant-popover-arrow-content {
|
|
background-color: #faad14;
|
|
}
|
|
.ant-popover-cyan .ant-popover-inner {
|
|
background-color: #13c2c2;
|
|
}
|
|
.ant-popover-cyan .ant-popover-arrow-content {
|
|
background-color: #13c2c2;
|
|
}
|
|
.ant-popover-lime .ant-popover-inner {
|
|
background-color: #a0d911;
|
|
}
|
|
.ant-popover-lime .ant-popover-arrow-content {
|
|
background-color: #a0d911;
|
|
}
|
|
.ant-popover-green .ant-popover-inner {
|
|
background-color: #52c41a;
|
|
}
|
|
.ant-popover-green .ant-popover-arrow-content {
|
|
background-color: #52c41a;
|
|
}
|
|
.ant-popover-blue .ant-popover-inner {
|
|
background-color: #1890ff;
|
|
}
|
|
.ant-popover-blue .ant-popover-arrow-content {
|
|
background-color: #1890ff;
|
|
}
|
|
.ant-popover-geekblue .ant-popover-inner {
|
|
background-color: #2f54eb;
|
|
}
|
|
.ant-popover-geekblue .ant-popover-arrow-content {
|
|
background-color: #2f54eb;
|
|
}
|
|
.ant-popover-purple .ant-popover-inner {
|
|
background-color: #722ed1;
|
|
}
|
|
.ant-popover-purple .ant-popover-arrow-content {
|
|
background-color: #722ed1;
|
|
}
|
|
.ant-popover-rtl {
|
|
direction: rtl;
|
|
text-align: right;
|
|
}
|
|
.ant-popover-rtl .ant-popover-message-icon {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-popover-rtl .ant-popover-message-title {
|
|
padding-left: 8px;
|
|
}
|
|
.ant-popover-rtl .ant-popover-buttons {
|
|
text-align: left;
|
|
}
|
|
.ant-popover-rtl .ant-popover-buttons button {
|
|
margin-right: 8px;
|
|
margin-left: 0;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/layout/style/index.less ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
.ant-layout {
|
|
display: flex;
|
|
flex: auto;
|
|
flex-direction: column;
|
|
/* fix firefox can't set height smaller than content on flex item */
|
|
min-height: 0;
|
|
background: #f0f2f5;
|
|
}
|
|
.ant-layout,
|
|
.ant-layout * {
|
|
box-sizing: border-box;
|
|
}
|
|
.ant-layout.ant-layout-has-sider {
|
|
flex-direction: row;
|
|
}
|
|
.ant-layout.ant-layout-has-sider > .ant-layout,
|
|
.ant-layout.ant-layout-has-sider > .ant-layout-content {
|
|
width: 0;
|
|
}
|
|
.ant-layout-header,
|
|
.ant-layout-footer {
|
|
flex: 0 0 auto;
|
|
}
|
|
.ant-layout-header {
|
|
height: 64px;
|
|
padding: 0 50px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
line-height: 64px;
|
|
background: #001529;
|
|
}
|
|
.ant-layout-footer {
|
|
padding: 24px 50px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
background: #f0f2f5;
|
|
}
|
|
.ant-layout-content {
|
|
flex: auto;
|
|
/* fix firefox can't set height smaller than content on flex item */
|
|
min-height: 0;
|
|
}
|
|
.ant-layout-sider {
|
|
position: relative;
|
|
/* fix firefox can't set width smaller than content on flex item */
|
|
min-width: 0;
|
|
background: #001529;
|
|
transition: all 0.2s;
|
|
}
|
|
.ant-layout-sider-children {
|
|
height: 100%;
|
|
margin-top: -0.1px;
|
|
padding-top: 0.1px;
|
|
}
|
|
.ant-layout-sider-children .ant-menu.ant-menu-inline-collapsed {
|
|
width: auto;
|
|
}
|
|
.ant-layout-sider-has-trigger {
|
|
padding-bottom: 48px;
|
|
}
|
|
.ant-layout-sider-right {
|
|
order: 1;
|
|
}
|
|
.ant-layout-sider-trigger {
|
|
position: fixed;
|
|
bottom: 0;
|
|
z-index: 1;
|
|
height: 48px;
|
|
color: #fff;
|
|
line-height: 48px;
|
|
text-align: center;
|
|
background: #002140;
|
|
cursor: pointer;
|
|
transition: all 0.2s;
|
|
}
|
|
.ant-layout-sider-zero-width > * {
|
|
overflow: hidden;
|
|
}
|
|
.ant-layout-sider-zero-width-trigger {
|
|
position: absolute;
|
|
top: 64px;
|
|
right: -36px;
|
|
z-index: 1;
|
|
width: 36px;
|
|
height: 42px;
|
|
color: #fff;
|
|
font-size: 18px;
|
|
line-height: 42px;
|
|
text-align: center;
|
|
background: #001529;
|
|
border-radius: 0 2px 2px 0;
|
|
cursor: pointer;
|
|
transition: background 0.3s ease;
|
|
}
|
|
.ant-layout-sider-zero-width-trigger::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
transition: all 0.3s;
|
|
content: '';
|
|
}
|
|
.ant-layout-sider-zero-width-trigger:hover::after {
|
|
background: rgba(255, 255, 255, 0.1);
|
|
}
|
|
.ant-layout-sider-zero-width-trigger-right {
|
|
left: -36px;
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
.ant-layout-sider-light {
|
|
background: #fff;
|
|
}
|
|
.ant-layout-sider-light .ant-layout-sider-trigger {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
background: #fff;
|
|
}
|
|
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
background: #fff;
|
|
}
|
|
.ant-layout-rtl {
|
|
direction: rtl;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Three/index.less?modules ***!
|
|
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___GfbI9 {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___m14JJ {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___IKGDg {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___JZxvM {
|
|
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___WnVa8 {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.SubMentItem___P0LXo {
|
|
font-size: 16px;
|
|
height: 40px !important;
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 24px;
|
|
}
|
|
.MenuItem___p91mQ {
|
|
font-size: 16px;
|
|
padding-top: 10px;
|
|
}
|
|
.wrp___kMQ4i {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
}
|
|
.classroomInfo___rb1qC {
|
|
color: white;
|
|
height: 250px;
|
|
background: url(./static/classroom-banner.9f9f21d0.png);
|
|
position: relative;
|
|
display: box;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.classroomInfo___rb1qC .title___AQndp {
|
|
font-size: 12px;
|
|
color: #d0dbf0;
|
|
margin-top: 30px;
|
|
display: box;
|
|
display: flex;
|
|
}
|
|
.classroomInfo___rb1qC .title___AQndp strong {
|
|
font-size: 24px;
|
|
color: white;
|
|
line-height: 1;
|
|
margin-bottom: 8px;
|
|
display: inline-block;
|
|
}
|
|
.classroomInfo___rb1qC .titleLeft___K7c9u {
|
|
flex: 1 1;
|
|
}
|
|
.classroomInfo___rb1qC .titleRight___BUODH {
|
|
margin-top: 10px;
|
|
}
|
|
.classroomInfo___rb1qC .classroomUser___NkYxe {
|
|
margin-top: 24px;
|
|
display: box;
|
|
display: flex;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.classroomInfo___rb1qC .classroomUser___NkYxe .headPic___RD_it img {
|
|
width: 40px;
|
|
height: 40px;
|
|
margin-right: 6px;
|
|
border-radius: 40px;
|
|
}
|
|
.classroomInfo___rb1qC .classroomUser___NkYxe .teacherInfo___Gyj_W {
|
|
flex: 1 1;
|
|
}
|
|
.classroomInfo___rb1qC .classroomDesc___ng_AB {
|
|
height: 60px;
|
|
background: #465572;
|
|
color: white;
|
|
border-radius: 4px 4px 0px 0px;
|
|
padding: 0 16px;
|
|
display: box;
|
|
display: flex;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.classroomInfo___rb1qC .classroomDesc___ng_AB div:nth-child(2) {
|
|
flex: 1 1;
|
|
text-align: right;
|
|
}
|
|
.classroomInfo___rb1qC .classroomDesc___ng_AB div:nth-child(2) > span {
|
|
padding: 0 10px;
|
|
position: relative;
|
|
cursor: pointer;
|
|
}
|
|
.classroomInfo___rb1qC .classroomDesc___ng_AB div:nth-child(2) > span:after {
|
|
content: '';
|
|
position: absolute;
|
|
top: 4px;
|
|
right: 0;
|
|
width: 1px;
|
|
height: 10px;
|
|
background: #ccc;
|
|
}
|
|
.classroomInfo___rb1qC .classroomDesc___ng_AB div:nth-child(2) > span:nth-last-child(1):after {
|
|
display: none;
|
|
}
|
|
.classroomInfo___rb1qC .classroomDescBg___Dz_DM {
|
|
height: 7px;
|
|
opacity: 0.97;
|
|
margin: 27px 10px 0 10px;
|
|
border-radius: 4px 4px 0px 0px;
|
|
background: linear-gradient(117deg, #314160 0%, #344568 50%, #384764 100%);
|
|
}
|
|
.joinCouses___U2D0G {
|
|
border-radius: 50px;
|
|
margin-top: 40px;
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
font-size: 14px;
|
|
display: box;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.bg___IcypX {
|
|
background: #fafafa;
|
|
}
|
|
.leftMenus___fF5qD [class~='ant-menu-submenu-active'] > div > span[class~='font16'] span:nth-child(3) {
|
|
visibility: visible;
|
|
}
|
|
.leftMenus___fF5qD .titleSelected___Rqtd8 > [class~='ant-menu-submenu-title'] {
|
|
background: none !important;
|
|
border-left: 1px solid #0152d9;
|
|
color: #0152d9;
|
|
}
|
|
.leftMenus___fF5qD .titleSelected___Rqtd8 > [class~='ant-menu-submenu-title'] a,
|
|
.leftMenus___fF5qD .titleSelected___Rqtd8 > [class~='ant-menu-submenu-title'] span {
|
|
color: #0152d9;
|
|
}
|
|
.leftMenus___fF5qD .titleSelected___Rqtd8 > [class~='ant-menu-submenu-title']:after {
|
|
display: none;
|
|
}
|
|
.leftMenus___fF5qD .titleSelected___Rqtd8 > [class~='ant-menu-submenu-title']:hover {
|
|
color: #0152d9;
|
|
}
|
|
.leftMenus___fF5qD [class='ant-layout-sider-children'] {
|
|
height: auto;
|
|
}
|
|
.leftMenus___fF5qD [class='ant-layout-sider-children'] > ul div[class='ant-menu-submenu-title'],
|
|
.leftMenus___fF5qD [class='ant-layout-sider-children'] > ul [class~='ant-menu-item'] {
|
|
height: 50px !important;
|
|
line-height: 50px !important;
|
|
}
|
|
.leftMenus___fF5qD [class='ant-layout-sider-children'] > ul [class~='ant-menu-submenu-open'] {
|
|
color: #0152d9;
|
|
}
|
|
.leftMenus___fF5qD [class='ant-layout-sider-children'] > ul li {
|
|
font-size: 16px;
|
|
}
|
|
.leftMenus___fF5qD [class='ant-layout-sider-children'] > ul li [class='ant-menu-submenu-arrow'] {
|
|
display: none;
|
|
}
|
|
.leftMenus___fF5qD [class='ant-layout-sider-children'] > ul li p:hover > span:nth-child(2) {
|
|
visibility: visible;
|
|
}
|
|
.leftMenus___fF5qD [class='ant-layout-sider-children'] > ul li p:hover > span:nth-child(3) {
|
|
display: none;
|
|
}
|
|
.leftMenus___fF5qD [class='ant-layout-sider-children'] > ul li[class~='ant-menu-item-selected'] {
|
|
background: none !important;
|
|
border-left: 1px solid #0152d9;
|
|
}
|
|
.leftMenus___fF5qD [class='ant-layout-sider-children'] > ul li[class~='ant-menu-item-selected']:after {
|
|
display: none;
|
|
}
|
|
.leftMenus___fF5qD [class='ant-layout-sider-children'] > ul li[class~='ant-menu-item-selected']:hover {
|
|
color: #0152d9;
|
|
}
|
|
.leftMenus___fF5qD [class='ant-layout-sider-children'] > ul li:hover {
|
|
background-color: #eee;
|
|
color: #0152d9;
|
|
}
|
|
.leftMenus___fF5qD [class='ant-layout-sider-children'] > ul li:hover > div span,
|
|
.leftMenus___fF5qD [class='ant-layout-sider-children'] > ul li:hover > div a {
|
|
color: #0152d9;
|
|
}
|
|
.leftMenus___fF5qD [class='ant-layout-sider-children'] > ul li [class~='iconfont'] {
|
|
margin-right: 10px;
|
|
}
|
|
.leftMenus___fF5qD [class='ant-layout-sider-children'] > ul li > ul {
|
|
max-height: 400px;
|
|
overflow: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
.leftMenus___fF5qD [class='ant-layout-sider-children'] > ul li > ul li {
|
|
width: auto !important;
|
|
line-height: 50px !important;
|
|
padding-right: 0 !important;
|
|
}
|
|
.leftMenus___fF5qD [class='ant-layout-sider-children'] > ul li > ul li p {
|
|
border-bottom: 1px solid #eee;
|
|
margin-bottom: 0;
|
|
height: 49px;
|
|
display: flex;
|
|
}
|
|
.leftMenus___fF5qD [class='ant-layout-sider-children'] > ul li > ul li[class~='ant-menu-item-selected'] {
|
|
background: none !important;
|
|
border-left: 0;
|
|
}
|
|
.leftMenus___fF5qD [class='ant-layout-sider-children'] > ul li > ul li[class~='ant-menu-item-selected']:after {
|
|
display: none;
|
|
}
|
|
.leftMenus___fF5qD .menuText___jhrfq {
|
|
padding-right: 40px;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.leftMenus___fF5qD .totalCount___fqkbl,
|
|
.leftMenus___fF5qD .actions___NAYZl {
|
|
position: absolute;
|
|
right: 10px;
|
|
color: #999;
|
|
}
|
|
.task_count___a1sYB {
|
|
position: absolute;
|
|
right: 10px;
|
|
color: #999;
|
|
}
|
|
.container___djeCS {
|
|
margin: 24px 0 0 20px;
|
|
}
|
|
.leftMenuActions___lRhBF {
|
|
width: 90px;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
padding: 12px 0 0 0;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|