123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851 |
- .homeWrap {
- display: flex;
- flex-direction: row;
- // align-items: center;
- // justify-content: space-between;
- align-content: stretch;
- // min-height: 100%;
- }
- .homeInfoLeft {
- display: flex;
- flex-direction: column;
- width: 1286px;
- }
- .homeBanner {
- border-radius: 20px;
- background-color: #fff;
- position: relative;
- margin-bottom: 20px;
- padding: 25px 20px;
- }
- .welcomeInfo {
- padding-bottom: 30px;
- .userInfo {
- display: flex;
- align-items: center;
- justify-content: space-between;
- color: #131415;
- padding-bottom: 14px;
- .userName {
- font-size: 26px;
- font-family: Alibaba-PuHuiTi-B, Alibaba-PuHuiTi;
- font-weight: bold;
- line-height: 35px;
- }
- .userTime {
- display: flex;
- align-items: center;
- font-size: 20px;
- font-weight: 600;
- line-height: 28px;
- &::before {
- content: ' ';
- display: inline-block;
- width: 18px;
- height: 18px;
- background: url('./images/icon-date.png') no-repeat center;
- background-size: contain;
- margin-right: 10px;
- }
- }
- }
- .userTips {
- font-size: 18px;
- color: #787D7F;
- line-height: 25px;
- }
- .guide_btn {
- margin-left: 16px;
- --n-height: 40px !important;
- i {
- display: inline-block;
- width: 12px;
- height: 12px;
- background: url('./images/icon-white-arrow.svg') no-repeat center;
- background-size: contain;
- margin-left: 4px;
- }
- }
- }
- .applyInfo {
- background: #E6F2FF;
- border-radius: 20px;
- position: relative;
- display: flex;
- align-items: center;
- height: 490px;
- background: url('./images/home/home-bg-1.png') no-repeat right bottom, url('./images/home/home-bg-2.png') no-repeat left top #E6F2FF;
- background-size: 69px, 68px 61px;
- .userName {
- left: 218px;
- top: 28px;
- position: absolute;
- font-size: 26px;
- font-family: Alibaba-PuHuiTi-B, Alibaba-PuHuiTi;
- font-weight: bold;
- line-height: 35px;
- }
- .teacherWoman {
- position: absolute;
- left: 0;
- bottom: 0;
- z-index: 9;
- width: 238px;
- height: 518px;
- img {
- width: inherit;
- height: inherit;
- }
- }
- .teacherMan {
- position: absolute;
- left: -45px;
- bottom: -26px;
- z-index: 9;
- width: 376px;
- height: 538px;
- img {
- width: inherit;
- height: inherit;
- }
- }
- .blackborad {
- padding-left: 182px;
- padding-right: 60px;
- .blackBoardBg {
- width: 466px;
- height: 298px;
- }
- }
- }
- .applyContainer {
- width: 450px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-top: -45px;
- // padding: 24px 0;
- .applyItem {
- width: 211px;
- height: 296px;
- transition: all 0.2s ease;
- &:hover {
- transform: scale(1.05);
- transition: all 0.2s ease;
- }
- p {
- text-align: justify;
- font-size: 14px;
- font-weight: 600;
- color: #FFFFFF;
- line-height: 20px;
- padding: 175px 22px 0;
- }
- .applyBtn {
- display: flex;
- align-items: center;
- justify-content: center;
- margin: 19px auto 0;
- width: 158px;
- height: 40px;
- background: #FFFFFF;
- border-radius: 10px;
- cursor: pointer;
- }
- .applyBtn1 img {
- width: 58px;
- height: 20px;
- }
- .applyBtn2 img {
- width: 77px;
- height: 19px;
- }
- }
- .applyItem1 {
- background: url('./images/home/home-1.png') no-repeat center;
- background-size: contain;
- }
- .applyItem2 {
- background: url('./images/home/home-2.png') no-repeat center;
- background-size: contain;
- }
- }
- .toolContainer {
- display: flex;
- align-items: center;
- background: url('./images/tool_bg.png') no-repeat left bottom #fff;
- background-size: 86px 66px;
- border-radius: 16px;
- padding: 22px 29px 34px 54px;
- .toolTips {
- width: 370px;
- .toolTitle {
- display: flex;
- align-items: center;
- font-size: 24px;
- font-weight: 600;
- color: #131415;
- padding-bottom: 24px;
- &::before {
- margin-right: 8px;
- content: ' ';
- display: inline-block;
- width: 5px;
- height: 16px;
- background: #198CFE;
- }
- }
- .toolContent {
- font-size: 16px;
- color: #787D7F;
- line-height: 25px;
- letter-spacing: 1px;
- padding-bottom: 18px;
- }
- }
- .iconTo {
- margin: 0 120px 0 44px;
- width: 38px;
- height: 18px
- }
- .toolFunction {
- display: flex;
- align-items: center;
- img {
- width: 190px;
- height: 190px;
- // margin: 5px 13px 10px;
- }
- .toolItem {
- width: 190px;
- // background: #EBF5FF;
- border-radius: 16px;
- margin-right: 30px;
- text-align: center;
- line-height: 0;
- &:last-child {
- margin-right: 0;
- }
- // .toolMemo {
- // font-size: 16px;
- // color: #4A8FE0;
- // line-height: 22px;
- // text-align: center;
- // }
- .btn1,
- .btn2,
- .btn3 {
- --n-border-radius: 9px !important;
- --n-height: 38px !important;
- --n-padding: 7px 28px !important;
- --n-border: none !important;
- --n-border-hover: none !important;
- --n-border-pressed: none !important;
- --n-border-focus: none !important;
- --n-border-disabled: none !important;
- --n-font-size: 18px !important;
- font-weight: 600 !important;
- color: #fff;
- margin: 8px 0 0;
- }
- .btn1 {
- background: linear-gradient(135deg, #51E7FF 0%, #2A7CFF 100%) !important;
- --n-ripple-color: #51E7FF !important;
- }
- .btn2 {
- background: linear-gradient(135deg, #FFA289 0%, #FF5177 100%);
- --n-ripple-color: #FFA289 !important;
- }
- .btn3 {
- background: linear-gradient(135deg, #FFC37B 0%, #FF6635 100%);
- --n-ripple-color: #FFC37B !important;
- }
- }
- // .item1 {
- // background: url('./images/t1_bg.png')no-repeat right bottom #EBF5FF;
- // background-size: 28px;
- // }
- // .item2 {
- // background: url('./images/t2_bg.png')no-repeat right bottom #FFF1EF;
- // background-size: 28px;
- // .toolMemo {
- // color: #F86C58;
- // }
- // }
- // .item3 {
- // background: url('./images/t3_bg.png')no-repeat right bottom #FFF7E2;
- // background-size: 28px;
- // .toolMemo {
- // color: #F28D1E;
- // }
- // }
- }
- }
- .beatImage {
- cursor: pointer;
- img {
- width: 698px;
- }
- }
- .homeInfoRight {
- display: flex;
- margin-left: 20px;
- width: 450px;
- }
- // 学情
- .homeStudy {
- background-color: #fff;
- .homeStudyTitle {
- display: flex;
- flex-direction: row;
- align-items: center;
- font-size: 20px;
- font-weight: 600;
- color: #131415;
- line-height: 28px;
- .homeStudyTitleDot {
- width: 5px;
- height: 16px;
- background: #198cfe;
- margin-right: 8px;
- }
- }
- .homeStudyInfoList {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- margin-top: 21px;
- .homeStudyInfoTabs {
- display: flex;
- flex-direction: row;
- align-items: center;
- .homeStudyInfoTabItem {
- cursor: pointer;
- width: 112px;
- height: 39px;
- border-radius: 20px;
- font-size: 18px;
- font-weight: 600;
- line-height: 39px;
- text-align: center;
- margin-right: 24px;
- background: #f5f6fa;
- color: rgba(0, 0, 0, 0.5);
- &:hover {
- background: #198cfe;
- color: #ffffff;
- opacity: 0.8;
- }
- }
- .homeStudyInfoTabItem.active {
- background: #198cfe;
- color: #ffffff;
- }
- }
- .homeStudyInfoDate {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: flex-end;
- }
- }
- .searchBtn {
- width: 90px;
- height: 43px;
- background: #198cfe;
- border-radius: 8px;
- line-height: 41px;
- font-weight: 600 !important;
- font-size: 18px;
- }
- .resetBtn {
- width: 90px;
- height: 43px;
- border-radius: 8px;
- line-height: 41px;
- font-weight: 600 !important;
- font-size: 18px;
- }
- }
- .homeTrainData {
- margin-top: 40px;
- .TrainDataTop {
- margin-bottom: 40px;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- .TrainDataTopLeft {
- display: flex;
- flex-direction: row;
- align-items: center;
- .TrainDataItem {
- margin-right: 40px;
- .TrainDataItemTitle {
- display: flex;
- flex-direction: row;
- align-items: center;
- text-align: center;
- font-size: 13px;
- font-weight: 400;
- color: #777777;
- line-height: 18px;
- width: 100%;
- justify-content: center;
- span {
- font-family: 'DINA';
- font-size: 26px;
- font-weight: 600;
- color: #131415;
- line-height: 28px;
- }
- }
- .TrainDataItemsubTitle {
- margin-top: 4px;
- text-align: center;
- font-size: 13px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #777777;
- line-height: 18px;
- }
- }
- }
- .TrainDataTopRight {
- display: flex;
- flex-direction: row;
- align-items: center;
- .DataTopRightItem {
- cursor: pointer;
- display: flex;
- flex-direction: row;
- align-items: center;
- margin-left: 30px;
- &:hover {
- opacity: 0.8;
- }
- .DataTopRightDot {
- width: 16px;
- height: 16px;
- background: #3583fa;
- border-radius: 4px;
- margin-right: 6px;
- }
- .DataTopRightDot.DataTopRightDotBlue {
- background: #edeef1;
- }
- .DataTopRightDot.red {
- background: #ff7aa7;
- }
- }
- .DataTopRightItem.DataTopRightItemDis {
- .DataTopRightDot {
- background: #f5f6fa;
- }
- }
- }
- }
- }
- .homeInfoRight {
- // display: flex;
- // flex-direction: column;
- .rightTitle {
- display: flex;
- flex-direction: row;
- align-items: center;
- font-weight: 600;
- color: #131415;
- font-size: 20px;
- .titleDot {
- width: 5px;
- height: 16px;
- background: #198cfe;
- margin-right: 8px;
- }
- }
- .headerContainer {
- padding-top: 12px;
- text-align: center;
- }
- .HeaderWrap {
- position: relative;
- display: inline-block;
- cursor: pointer;
- .headerD {
- width: 237px;
- height: 138px;
- }
- .defultHeade {
- width: 116px;
- height: 116px;
- overflow: hidden;
- border-radius: 50%;
- position: absolute;
- top: 11px;
- left: 61px;
- }
- }
- .headerInfo {
- text-align: center;
- padding-bottom: 32px;
- border-bottom: 1px solid #F2F2F2;
- margin-bottom: 32px;
- .headerTitle {
- font-size: max(20px, 16px);
- font-weight: 600;
- color: #131415;
- line-height: 28px;
- letter-spacing: 1px;
- padding: 20px 0 8px;
- }
- .headerSubTitle {
- font-size: 14px;
- font-weight: 400;
- color: #707a92;
- line-height: 20px;
- }
- }
- .rightTeachingWrap {
- overflow: hidden;
- flex: 1;
- background-color: #fff;
- padding: 20px;
- border-radius: 20px;
- .rightTeachingWrapTitle {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- .lookMore {
- cursor: pointer;
- display: flex;
- align-items: center;
- min-width: 114px;
- border-radius: 8px;
- border: 1px solid #DEDEDE;
- font-size: 15px;
- color: #131415;
- padding: 7px 12px;
- svg {
- margin-left: 8px;
- width: 16px;
- height: 16px;
- }
- }
- }
- }
- }
- .teachListWrap {
- position: relative;
- .teachListWrapWall {
- position: absolute;
- bottom: 0;
- height: 159px;
- width: 100%;
- background: linear-gradient(180deg,
- rgba(255, 255, 255, 0) 0%,
- #ffffff 100%);
- border-radius: 0px 0px 20px 20px;
- span {
- position: absolute;
- bottom: 0px;
- left: 0;
- width: 100%;
- text-align: center;
- color: #1677FF;
- font-size: 16px;
- &::after {
- content: ' ';
- display: inline-block;
- width: 12px;
- height: 12px;
- background: url('./images/blueArrow.png') no-repeat center;
- background-size: contain;
- }
- }
- }
- }
- .teachGroup {
- margin-top: 12px;
- .teachGroupTitle {
- position: relative;
- left: -10px;
- font-size: 14px;
- font-weight: 400;
- color: #aaaaaa;
- width: 60px;
- text-align: center;
- margin-bottom: 12px;
- }
- .teachGroupList {
- padding-bottom: 12px;
- margin-left: 20px;
- border-left: 1px solid #d1e8ff;
- min-height: 92px;
- position: relative;
- .teachGroupListDot {
- width: 15px;
- height: 15px;
- background: #198cfe;
- border: 4px solid #d1e8ff;
- border-radius: 50%;
- top: 28px;
- left: -8px;
- position: absolute;
- }
- }
- .teachGroupItemWrap {
- margin-left: 28px;
- background: #f7f9ff;
- border-radius: 12px;
- display: flex;
- flex-direction: row;
- align-items: top;
- &:nth-last-of-type(1) {
- margin-bottom: 0;
- }
- margin-bottom: 12px;
- padding: 10px;
- .teachGroupItemLeft {
- margin-right: 12px;
- width: 50px;
- height: 50px;
- border-radius: 50%;
- overflow: hidden;
- border: 2px solid #198cfe;
- .teachGroupItemHeader {
- border: 2px solid #fff;
- border-radius: 50%;
- overflow: hidden;
- img {
- width: 44px;
- height: 44px;
- }
- }
- }
- .teachGroupItemRight {
- flex: 1;
- .teachGroupItemName {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- font-size: 16px;
- margin-top: 2px;
- font-weight: 600;
- color: #131415;
- span {
- font-size: 13px;
- font-weight: 400;
- color: #1677ff;
- line-height: 18px;
- }
- }
- .teachGroupItemInfo {
- font-size: 13px;
- line-height: 18px;
- color: rgba(0, 0, 0, 0.5);
- }
- }
- }
- }
- .indDot,
- .endDot {
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .indDot {
- span {
- border-radius: 50%;
- width: 8px;
- height: 8px;
- background: #198cfe;
- margin-right: 8px;
- }
- }
- .endDot {
- opacity: 0.7;
- color: #aaaaaa;
- span {
- border-radius: 50%;
- width: 8px;
- height: 8px;
- background: #aaaaaa;
- margin-right: 8px;
- }
- }
- .assignHomework {
- width: 520px;
- }
- .assignHomeworkContainer {
- padding: 24px 30px;
- .updateBtnGroup {
- padding: 0;
- justify-content: center !important;
- :global {
- .n-button {
- height: 48px !important;
- min-width: 156px;
- }
- }
- }
- }
- .tableWrap {
- margin-top: 40px;
- }
- .showModalTone {
- width: 500px;
- .studentRemove {
- padding: 32px 40px 46px;
- p {
- font-size: 18px;
- color: #777777;
- line-height: 30px;
- text-align: center;
- span {
- color: #EA4132;
- }
- }
- }
- }
- .attendClassModal {
- width: 800px;
- border-radius: 16px;
- overflow: hidden;
- }
- .showUpdatePassword {
- width: 514px;
- }
|