123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333 |
- .list {
- margin-top: 12px;
- display: flex;
- flex-flow: row wrap;
- justify-content: flex-start;
- gap: 22px 0;
- margin-left: -12px;
- margin-right: -12px;
- }
- .searchGroup {
- position: relative;
- padding: 0;
- .btnType {
- gap: 0px 24px !important;
- :global {
- .n-button {
- --n-height: 37px !important;
- height: 37px;
- padding: 0 24px;
- font-size: max(18px, 13Px);
- color: rgba(0, 0, 0, .6);
- &.n-button--primary-type {
- font-weight: bold !important;
- color: #fff;
- }
- }
- }
- }
- :global {
- .n-form {
- position: relative;
- }
- .n-form-item {
- .n-form-item-label {
- font-size: max(17px, 13px);
- font-weight: 600;
- color: #131415;
- line-height: 24px;
- }
- .n-button {
- height: 32px;
- font-size: max(17px, 12Px);
- border-radius: 8px;
- color: rgba(0, 0, 0, 0.6);
- }
- .n-button--primary-type {
- font-weight: 400 !important;
- }
- .n-button--primary-type {
- color: #131415;
- font-weight: bold !important;
- background-color: #D2ECFF !important;
- }
- }
- .n-form-item-feedback-wrapper {
- min-height: 14px;
- }
- }
- .inputSearch {
- position: absolute;
- top: 4px;
- right: 0px;
- width: 360px;
- height: 42px;
- font-size: max(18px, 13Px);
- --n-height: 42px !important;
- img {
- width: 18px;
- height: 18px;
- }
- :global {
- .n-input-wrapper {
- padding-left: 12px;
- padding-right: 4px;
- height: 42px !important;
- }
- .n-button {
- height: 34px;
- font-size: max(16px, 12Px);
- font-weight: 500;
- width: auto;
- }
- }
- }
- .searchCatatory {
- display: flex;
- justify-content: space-between;
- padding-bottom: 24px;
- border-bottom: 1px solid #F2F2F2;
- margin-bottom: 20px;
- .btnGroup {
- height: 37px;
- }
- .addTrain {
- --n-height: 37px !important;
- height: 37px;
- border-radius: 8px;
- font-size: max(18px, 13Px);
- background-color: #E8F4FF;
- color: #0378EC;
- &.error {
- color: #EC3A4E;
- background-color: #FDEBED;
- }
- img {
- margin-right: 8px;
- }
- .iconUpload {
- width: 23px;
- height: 19px;
- }
- .iconEdit {
- width: 24px;
- height: 25px;
- }
- .iconSelectAll {
- width: 20px;
- height: 20px;
- }
- .iconDelete {
- width: 18px;
- height: 18px;
- }
- .iconPen {
- width: 20px;
- height: 19px;
- }
- }
- }
- }
- .itemWrap {
- width: calc(100% / 5);
- padding-bottom: calc(100% / 5 * 0.73333);
- position: relative;
- .itemWrapBox {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- padding: 0 12px;
- }
- :global {
- .card-section-container {
- width: 100%;
- height: 100%;
- }
- }
- .itemBg {
- position: absolute;
- left: 12px;
- top: 0;
- width: calc(100% - 24px);
- height: 100%;
- z-index: 99;
- border-radius: 14px;
- &.itemBgChecked {
- background-color: rgba(0, 0, 0, .5);
- }
- .resourceDefault {
- position: absolute;
- top: 16px;
- right: 16px;
- width: 30px;
- height: 30px;
- }
- }
- }
- .spaceSection {
- width: 76%;
- &>div {
- line-height: var(--n-blank-height);
- }
- }
- .attendClassModal {
- width: 1100px;
- :global {
- .n-select-menu {
- --n-height: calc(var(--n-option-height) * 5.6) !important;
- }
- }
- }
- .attendClassSaveModal {
- width: 600px;
- :global {
- .n-select-menu {
- --n-height: calc(var(--n-option-height) * 5.6) !important;
- }
- }
- }
- .removeVisiable {
- width: 432px;
- :global {
- .n-card-header {
- font-size: max(22px, 16Px);
- }
- }
- .studentRemove {
- padding: 20px 40px 0;
- p {
- font-size: max(18px, 14Px);
- color: #777777;
- line-height: 30px;
- text-align: center;
- span {
- color: #EA4132;
- }
- }
- }
- .btnGroupModal {
- padding: 32px 0;
- :global {
- .n-button {
- height: 47px;
- min-width: 156px;
- }
- }
- }
- }
- .popSelect {
- font-size: 16px;
- width: 200px;
- box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
- border-radius: 11px;
- --n-option-height: 34px;
- :global {
- .n-base-select-option__content {
- width: 80% !important;
- }
- }
- }
- .spaceSection2 {
- width: 78%;
- transition: 1s all ease-in;
- &>div {
- height: 34Px !important;
- display: flex;
- align-items: center;
- }
- }
- .textBtn {
- background: #fff;
- border-radius: 8Px;
- padding: 4Px 20px;
- font-size: max(17px, 12Px);
- color: rgba(0, 0, 0, 0.6);
- cursor: pointer;
- display: flex;
- align-items: center;
- font-weight: 500;
- line-height: 24px;
- .iconArrow {
- display: inline-block;
- margin-left: 8px;
- width: 8px;
- height: 5px;
- background: url('../../../content-information/images/icon-arrow2.png') no-repeat center center / contain;
- transform: rotate(180deg);
- }
- &:hover,
- &.textBtnActive {
- background: #D2ECFF;
- font-weight: 500;
- color: #131415;
- }
- &:hover {
- .iconArrow {
- transform: rotate(0deg);
- }
- }
- }
|