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/layouts__index.layouts__use...

282 lines
6.0 KiB

.flex_box_center___2cC1r {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___9TeDx {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___3EIYv {
align-items: center;
box-align: center;
}
.flex_box_center_end___1Uph0 {
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___17_5w {
flex-direction: column;
box-orient: block-axis;
}
.header___1E4MV {
background: #101010;
height: 62px;
}
.header___1E4MV .wrap___1Pb_X {
width: 1200px;
height: 100%;
display: flex;
align-items: center;
margin: 0 auto;
}
.header___1E4MV .wrap___1Pb_X .menu {
display: flex;
align-items: center;
width: 100%;
}
.header___1E4MV .wrap___1Pb_X .menu a {
color: rgba(255, 255, 255, 0.7);
margin: 0 16px;
font-size: 15px;
}
.header___1E4MV .wrap___1Pb_X .menu a:nth-last-child(1) {
margin-right: 0;
}
.header___1E4MV .wrap___1Pb_X .menu a:hover {
color: #ffffff;
}
.header___1E4MV .wrap___1Pb_X .menu .logo {
display: inline-block;
width: 150px;
margin-right: 46px;
}
.header___1E4MV .wrap___1Pb_X .menu .logo img {
height: 48px;
}
.header___1E4MV .wrap___1Pb_X .menu .right {
margin-left: auto;
display: flex;
align-items: center;
}
.header___1E4MV .wrap___1Pb_X .menu .hidden {
display: none;
}
.header___1E4MV .wrap___1Pb_X .menu .active::after {
content: '';
width: 85px;
height: 2px;
position: absolute;
z-index: 2;
bottom: 5px;
left: 50%;
transform: translateX(-50%);
background: #ffffff;
pointer-events: none;
}
.header___1E4MV .wrap___1Pb_X .menu .list {
position: relative;
color: #ffffff;
cursor: default;
height: 50px;
line-height: 50px;
}
.header___1E4MV .wrap___1Pb_X .menu .list:hover .transition {
display: flex;
}
.header___1E4MV .wrap___1Pb_X .menu .list > i {
margin-left: 13px;
font-size: 10px;
display: inline-block;
transform: scale(0.5);
}
.header___1E4MV .wrap___1Pb_X .menu .list .transition {
position: absolute;
z-index: 20;
top: 49px;
left: -15px;
display: none;
background-color: #fff;
box-shadow: 0px 10px 16px 0px #cecece;
border-radius: 6px;
flex-direction: column;
padding: 7px 0;
}
.header___1E4MV .wrap___1Pb_X .menu .list .transition .item {
color: rgba(0, 0, 0, 0.87);
padding: 7px 17px;
margin: 0;
line-height: normal;
line-height: initial;
white-space: nowrap;
}
.header___1E4MV .wrap___1Pb_X .menu .list .transition .item:hover {
color: #4640d2;
}
.headerFixed___1V7d4 {
position: relative;
height: 103px;
}
.headerFixed___1V7d4 .wrap___1Pb_X {
position: absolute;
z-index: 999;
right: 50%;
transform: translateX(50%);
}
.headerFixed___1V7d4 .wrap___1Pb_X .menu .logo img {
height: 60px;
}
.headerFixed___1V7d4 .wrap___1Pb_X .menu a:first-child {
margin-top: 0;
}
.headerFixed___1V7d4 .wrap___1Pb_X .menu .active::after {
content: '';
width: 100%;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.search-input {
width: 300px !important;
background: #373e3f !important;
border: 1px solid #373e3f !important;
}
.search-input [class~='ant-input'] {
background: #373e3f !important;
color: #fff;
}
.search-input .ant-input-search-icon::before {
border-left: none;
}
.search-input .ant-input-search-icon {
color: #999;
}
.search-bar {
color: white;
flex: 1 0 auto;
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
align-items: center;
position: relative;
}
.search-bar a:hover {
color: #fff;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___3UWMh {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___2nh9S {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___2Neiq {
align-items: center;
box-align: center;
}
.flex_box_center_end___2_1FS {
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___2E-v7 {
flex-direction: column;
box-orient: block-axis;
}
.userPic___3Pu9t {
width: 34px;
height: 34px;
border-radius: 34px;
cursor: pointer;
}
.rightMenu___1qaVl {
text-align: center;
}
.rightMenu___1qaVl li {
padding: 7px 5px;
}
.rightMenu___1qaVl li:hover {
background: #0152d9;
}
.rightMenu___1qaVl li:hover a {
color: white;
}
.rightMenu___1qaVl li a {
font-size: 14px;
margin: 0;
}
.menuWrap___3r9jm li {
height: 35px;
}
.menuWrap___3r9jm li a {
margin: 0px;
color: #323232;
text-align: left;
padding: 0px 15px;
}
.exit___38Urs {
border-top: 1px solid #eeeeee;
}
.classromediv___2R8_g {
width: 60px;
height: 50px;
display: flex;
align-items: center;
border-radius: 50px;
cursor: pointer;
animation: glow___323IR 200ms ease-out infinite alternate;
}
@keyframes glow___323IR {
0% {
border-color: #00fff9;
text-align: center;
box-shadow: 0 0 5px rgba(0, 255, 249, 0.2);
}
100% {
border-color: #00fff9;
text-align: center;
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
}
}
.height67___1DFRI {
height: 67px;
}
.login___20J7t {
width: 90px;
height: 32px;
line-height: 32px;
text-align: center;
background: linear-gradient(135deg, #6c7bfd 0%, #3a45fa 100%);
border-radius: 2px;
cursor: pointer;
font-size: 14px;
color: #ffffff;
}
.login___20J7t > span {
padding: 0 !important;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */