|
@@ -4,21 +4,96 @@ html {
|
|
|
html,
|
|
|
body,
|
|
|
#app {
|
|
|
- min-height: 95.9vh;
|
|
|
+ min-height: 100%;
|
|
|
+ overflow: auto;
|
|
|
}
|
|
|
.loader-icon {
|
|
|
- font-size: 50px;
|
|
|
+ font-size: 200px;
|
|
|
color: #24b880;
|
|
|
position: relative;
|
|
|
- left: 12px;
|
|
|
- margin-bottom: 20px;
|
|
|
+ margin-top: -140px;
|
|
|
+ left: 2px;
|
|
|
+ margin-bottom: 0px;
|
|
|
+}
|
|
|
+.cls-1 {
|
|
|
+ animation: load 1s infinite;
|
|
|
+ animation-delay: 0.1s;
|
|
|
+}
|
|
|
+.cls-2 {
|
|
|
+ animation: load 1s infinite;
|
|
|
+ animation-delay: 0.3s;
|
|
|
+}
|
|
|
+.cls-3 {
|
|
|
+ animation: load 1s infinite;
|
|
|
+ animation-delay: 0.5s;
|
|
|
+}
|
|
|
+.cls-4 {
|
|
|
+ animation: load 1s infinite;
|
|
|
+ animation-delay: 0.7s;
|
|
|
+}
|
|
|
+.cls-5 {
|
|
|
+ fill: none;
|
|
|
+ stroke-width: 2px;
|
|
|
+ stroke: #00ff9d;
|
|
|
+ stroke-linecap: round;
|
|
|
+ animation: animationlogo 8s infinite;
|
|
|
+}
|
|
|
+@keyframes animationlogo {
|
|
|
+ 0% {
|
|
|
+ stroke-dasharray: 90;
|
|
|
+ stroke-dashoffset: 50;
|
|
|
+ stroke-width: 3px;
|
|
|
+ fill: rgba(255, 255, 255, 0.1);
|
|
|
+ }
|
|
|
+ 20% {
|
|
|
+ stroke-dasharray: 100;
|
|
|
+ stroke-dashoffset: 40;
|
|
|
+ stroke-width: 3px;
|
|
|
+ fill: rgba(255, 255, 255, 0.2);
|
|
|
+ }
|
|
|
+ 50% {
|
|
|
+ fill: #ffffff;
|
|
|
+ stroke-width: 0px;
|
|
|
+ stroke-dasharray: 300;
|
|
|
+ stroke-dashoffset: 30;
|
|
|
+ }
|
|
|
+ 70% {
|
|
|
+ stroke-dasharray: 500;
|
|
|
+ stroke-dashoffset: 20;
|
|
|
+ stroke-width: 3px;
|
|
|
+ fill: rgba(255, 255, 255, 0.2);
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ fill: rgba(255, 255, 255, 0.1);
|
|
|
+ stroke-dasharray: 90;
|
|
|
+ stroke-dashoffset: 50;
|
|
|
+ stroke-width: 3px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@keyframes load {
|
|
|
+ 0% {
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 50% {
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+.preview-progress-pie {
|
|
|
+ width: 70px;
|
|
|
+ height: 70px;
|
|
|
+ margin-top: -12px;
|
|
|
+ margin-right: -6px;
|
|
|
+ color: rgba(0, 0, 0, 0.726);
|
|
|
}
|
|
|
.dec {
|
|
|
+ position: relative;
|
|
|
text-align: justify;
|
|
|
- background: linear-gradient(to left, #f5f5f7, #fbfbfd);
|
|
|
+ background: #f1f1f1;
|
|
|
padding: 20px 30px;
|
|
|
- margin: 10px 0px;
|
|
|
- border: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
+ padding-right: 50px;
|
|
|
border-radius: 4px;
|
|
|
}
|
|
|
.dec .warm-hint {
|
|
@@ -34,12 +109,13 @@ body,
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
.dec .close-hint-btn {
|
|
|
- float: right;
|
|
|
+ position: absolute;
|
|
|
background-color: #dddddd;
|
|
|
- top: 2px;
|
|
|
+ margin-top: 0px;
|
|
|
+ top: 35%;
|
|
|
width: 20px;
|
|
|
height: 20px;
|
|
|
- position: relative;
|
|
|
+ right: 1.5%;
|
|
|
border-radius: 50%;
|
|
|
cursor: pointer;
|
|
|
}
|
|
@@ -48,7 +124,7 @@ body,
|
|
|
}
|
|
|
.dec .close-hint-btn .close-icon {
|
|
|
position: relative;
|
|
|
- left: 2px;
|
|
|
+ left: 3px;
|
|
|
top: -1px;
|
|
|
}
|
|
|
.list {
|
|
@@ -58,17 +134,13 @@ body,
|
|
|
width: 25%;
|
|
|
background-color: #fff;
|
|
|
box-shadow: 4px 1px 10px rgba(0, 0, 0, 0.1);
|
|
|
- border-right: 1px solid rgba(0, 0, 0, 0.2);
|
|
|
+ border-right: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
}
|
|
|
.list .list-item {
|
|
|
list-style-type: none;
|
|
|
width: 100%;
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
- height: 88px;
|
|
|
- padding: 20px;
|
|
|
-}
|
|
|
-.list .list-item * {
|
|
|
- white-space: nowrap;
|
|
|
+ padding: 15px 10px 15px 30px;
|
|
|
}
|
|
|
.list .list-item:hover {
|
|
|
background: linear-gradient(-0.75turn, #fafafa, #d4ede1);
|
|
@@ -76,98 +148,111 @@ body,
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.list .list-item li {
|
|
|
+ vertical-align: top;
|
|
|
display: inline-block;
|
|
|
- white-space: nowrap;
|
|
|
-}
|
|
|
-.list .list-item .list-item-icon {
|
|
|
- padding-right: 7%;
|
|
|
- padding-left: 2.5%;
|
|
|
+ position: relative;
|
|
|
}
|
|
|
.list .list-item .list-item-icon * {
|
|
|
+ margin-top: 2px;
|
|
|
height: 40px;
|
|
|
width: 40px;
|
|
|
}
|
|
|
.list .list-item .list-item-info {
|
|
|
- width: 70%;
|
|
|
+ padding: 0px 20px 0px 30px;
|
|
|
+ position: relative;
|
|
|
}
|
|
|
.list .list-item .list-item-info .list-item-title {
|
|
|
- padding: 3px 10px;
|
|
|
- margin: 0px 8px 0px -10px;
|
|
|
font-weight: bolder;
|
|
|
font-size: 14px;
|
|
|
- line-height: 14px;
|
|
|
- overflow: hidden;
|
|
|
- white-space: nowrap;
|
|
|
- text-overflow: ellipsis;
|
|
|
+ line-height: 22px;
|
|
|
}
|
|
|
.list .list-item .list-item-info .list-item-title .list-item-typeMark {
|
|
|
text-align: center;
|
|
|
background-color: #dfdfdf;
|
|
|
border-radius: 10px;
|
|
|
}
|
|
|
+.list .list-item .list-item-info .list-item-titleEn {
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 22px !important;
|
|
|
+}
|
|
|
.list .list-item .list-item-info .list-item-time {
|
|
|
- margin-top: 6px;
|
|
|
color: #8f8787;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
.list .list-item .list-item-unDone {
|
|
|
+ display: inline-block;
|
|
|
+ position: relative;
|
|
|
+ right: -6px;
|
|
|
+}
|
|
|
+.list .list-item .list-item-unDone .done-feedback {
|
|
|
+ right: -26px;
|
|
|
+ text-align: center;
|
|
|
+ width: 40px;
|
|
|
+ height: 40px;
|
|
|
+ border-radius: 50%;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.list .list-item .list-item-unDone .done-feedback .feedback-icon {
|
|
|
position: relative;
|
|
|
top: 8px;
|
|
|
- right: 2%;
|
|
|
- height: 48px;
|
|
|
- width: 48px;
|
|
|
- margin-top: -8px;
|
|
|
+ left: -10px;
|
|
|
+ font-size: 24px !important;
|
|
|
+ color: #24b880;
|
|
|
}
|
|
|
.list .list-item .list-item-unDone .isOvertime {
|
|
|
position: relative;
|
|
|
- top: -20px;
|
|
|
- right: -20%;
|
|
|
+ right: -10px;
|
|
|
font-size: 10px;
|
|
|
font-weight: bolder;
|
|
|
- padding: 3px 0px;
|
|
|
+ padding: 5px;
|
|
|
border: 1px solid;
|
|
|
border-radius: 4px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.list .list-item .list-item-unDone .isAllowRetry {
|
|
|
position: relative;
|
|
|
- top: -20px;
|
|
|
- right: -20%;
|
|
|
+ right: -10px;
|
|
|
font-size: 10px;
|
|
|
font-weight: bolder;
|
|
|
color: white;
|
|
|
- padding: 3px 0px;
|
|
|
+ padding: 5px;
|
|
|
background-color: #64ae16;
|
|
|
border-radius: 4px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.list .list-item .list-item-unDone .isAllowRetrytest {
|
|
|
position: relative;
|
|
|
- top: -20px;
|
|
|
- right: -20%;
|
|
|
+ right: -10px;
|
|
|
font-size: 10px;
|
|
|
font-weight: bolder;
|
|
|
color: white;
|
|
|
- padding: 3px 0px;
|
|
|
+ padding: 5px;
|
|
|
background-color: #fa6400;
|
|
|
border-radius: 4px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
+.list .list-item .list-item-unDoneEn {
|
|
|
+ right: -2px;
|
|
|
+}
|
|
|
+.list .list-item .list-item-unDoneEn .isOvertime,
|
|
|
+.list .list-item .list-item-unDoneEn .isAllowRetry,
|
|
|
+.list .list-item .list-item-unDoneEn .isAllowRetrytest {
|
|
|
+ right: -7px !important;
|
|
|
+}
|
|
|
.list .list-item .list-item-isDone {
|
|
|
position: relative;
|
|
|
- right: 1.5%;
|
|
|
+ right: -11px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.list .list-item .list-item-isDone .isDone-Icon {
|
|
|
font-size: 20px;
|
|
|
position: relative;
|
|
|
- top: -10px;
|
|
|
+ top: 5px;
|
|
|
right: -22px;
|
|
|
color: #24b880;
|
|
|
}
|
|
|
.list .list-item .list-item-isDone .done-feedback {
|
|
|
- top: -10px;
|
|
|
- right: -25px;
|
|
|
+ right: -20px;
|
|
|
text-align: center;
|
|
|
width: 40px;
|
|
|
height: 40px;
|
|
@@ -177,15 +262,15 @@ body,
|
|
|
.list .list-item .list-item-isDone .done-feedback .score-num {
|
|
|
position: relative;
|
|
|
font-weight: bolder;
|
|
|
- top: 0px;
|
|
|
- right: 14px;
|
|
|
+ top: 2px;
|
|
|
+ right: 12px;
|
|
|
font-size: 18px;
|
|
|
color: #24b880;
|
|
|
}
|
|
|
.list .list-item .list-item-isDone .done-feedback .feedback-icon {
|
|
|
position: relative;
|
|
|
top: 8px;
|
|
|
- left: 8px;
|
|
|
+ left: -10px;
|
|
|
font-size: 24px !important;
|
|
|
color: #24b880;
|
|
|
}
|
|
@@ -204,6 +289,12 @@ body,
|
|
|
clear: both;
|
|
|
margin-bottom: 100px;
|
|
|
}
|
|
|
+.course-list .list {
|
|
|
+ width: 35%;
|
|
|
+}
|
|
|
+.courselistEn .list {
|
|
|
+ width: 50%;
|
|
|
+}
|
|
|
/*icon 像素微調*/
|
|
|
.reset-testIcon {
|
|
|
position: relative;
|
|
@@ -292,16 +383,26 @@ body,
|
|
|
text-align: right;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
+@media screen and (max-width: 991px) {
|
|
|
+ .base-info {
|
|
|
+ font-size: 12px;
|
|
|
+ }
|
|
|
+}
|
|
|
.base-info li {
|
|
|
display: inline;
|
|
|
margin-right: 30px;
|
|
|
}
|
|
|
+@media screen and (max-width: 991px) {
|
|
|
+ .base-info li {
|
|
|
+ margin-right: 10px;
|
|
|
+ }
|
|
|
+}
|
|
|
.base-info li:last-child {
|
|
|
margin-right: 3px;
|
|
|
}
|
|
|
.base-info-icon {
|
|
|
position: relative;
|
|
|
- top: -1px;
|
|
|
+ top: 0px;
|
|
|
right: 5px;
|
|
|
color: rgba(0, 0, 0, 0.8);
|
|
|
}
|
|
@@ -317,7 +418,9 @@ body,
|
|
|
border-radius: 18px;
|
|
|
}
|
|
|
.tasks {
|
|
|
- border: 1px solid #929292;
|
|
|
+ border: 1px solid #919191;
|
|
|
+ background-color: white;
|
|
|
+ font-weight: bolder;
|
|
|
width: 180px;
|
|
|
height: 40px;
|
|
|
border-radius: 50px;
|
|
@@ -325,10 +428,9 @@ body,
|
|
|
margin-top: 20px;
|
|
|
margin-right: 20px;
|
|
|
position: relative;
|
|
|
- background-color: #fff;
|
|
|
display: inline-block;
|
|
|
}
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
+@media screen and (max-width: 991px) {
|
|
|
.tasks {
|
|
|
width: 100%;
|
|
|
}
|
|
@@ -336,7 +438,7 @@ body,
|
|
|
.tasks:hover {
|
|
|
cursor: pointer;
|
|
|
color: white;
|
|
|
- background: #24b880;
|
|
|
+ background: #00ad6c;
|
|
|
border: none;
|
|
|
}
|
|
|
.tasks .title {
|
|
@@ -396,8 +498,27 @@ body,
|
|
|
border: #03966a 2px solid;
|
|
|
}
|
|
|
.aclassoneloading {
|
|
|
- color: white;
|
|
|
+ font-weight: bolder;
|
|
|
+ position: absolute;
|
|
|
+ text-align: center;
|
|
|
+ top: -70%;
|
|
|
+ right: -40%;
|
|
|
font-size: 20px;
|
|
|
+ animation: animationtitle 8s infinite;
|
|
|
+}
|
|
|
+@keyframes animationtitle {
|
|
|
+ 0% {
|
|
|
+ color: rgba(255, 255, 255, 0);
|
|
|
+ }
|
|
|
+ 20% {
|
|
|
+ color: #ffffff;
|
|
|
+ }
|
|
|
+ 70% {
|
|
|
+ color: rgba(255, 255, 255, 0.5);
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ color: rgba(255, 255, 255, 0);
|
|
|
+ }
|
|
|
}
|
|
|
.warmMessage {
|
|
|
position: fixed;
|
|
@@ -423,6 +544,38 @@ body,
|
|
|
.messageCard p {
|
|
|
line-height: 27px;
|
|
|
}
|
|
|
+.previewNextItemCard button {
|
|
|
+ text-align: center;
|
|
|
+ background: #dcdcdc;
|
|
|
+ height: 30px;
|
|
|
+ width: auto;
|
|
|
+ padding: 5px 10px;
|
|
|
+ margin-right: 10px;
|
|
|
+ color: #6a6565;
|
|
|
+ border-radius: 4px;
|
|
|
+ border: none;
|
|
|
+ cursor: pointer;
|
|
|
+ outline: none;
|
|
|
+ font-weight: 900;
|
|
|
+}
|
|
|
+.previewNextItemCard .list-item-icon {
|
|
|
+ margin-top: 10px;
|
|
|
+ font-size: 48px;
|
|
|
+}
|
|
|
+.previewNextItemCard .viewcommnet-icon {
|
|
|
+ font-size: 60px;
|
|
|
+ font-weight: bolder;
|
|
|
+}
|
|
|
+.previewNextItemCard .nextItemTitle {
|
|
|
+ font-weight: bolder;
|
|
|
+ padding: 10px 0px 30px 0px;
|
|
|
+}
|
|
|
+.previewNextItemCard .nextItemTitle .typeMark {
|
|
|
+ text-align: center;
|
|
|
+ background-color: #dfdfdf;
|
|
|
+ border-radius: 10px;
|
|
|
+ padding: 2px 10px;
|
|
|
+}
|
|
|
.uploadBtn {
|
|
|
padding: 8px 20px;
|
|
|
margin: 5px;
|
|
@@ -465,9 +618,6 @@ body,
|
|
|
.list-item li {
|
|
|
display: inline-block;
|
|
|
}
|
|
|
-.list-item .list-item-info {
|
|
|
- width: 60%;
|
|
|
-}
|
|
|
.list-item .list-item-info .list-item-typeMark {
|
|
|
text-align: center;
|
|
|
background-color: #dfdfdf;
|
|
@@ -480,10 +630,160 @@ body,
|
|
|
color: #8f8787;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
+.setting-checkbox input[type="checkbox"] {
|
|
|
+ cursor: pointer;
|
|
|
+ outline: none;
|
|
|
+ -webkit-appearance: none;
|
|
|
+ background-color: #fafafa;
|
|
|
+ border: 1px solid #cacece;
|
|
|
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
|
|
|
+ padding: 9px;
|
|
|
+ border-radius: 3px;
|
|
|
+ display: inline-block;
|
|
|
+ position: relative;
|
|
|
+ top: 4px;
|
|
|
+ margin-right: 4px;
|
|
|
+}
|
|
|
+.setting-checkbox input[type="checkbox"]:active,
|
|
|
+.setting-checkbox input[type="checkbox"]:checked:active {
|
|
|
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
|
|
|
+}
|
|
|
+.setting-checkbox input[type="checkbox"]:checked {
|
|
|
+ background-color: #24b880;
|
|
|
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+.setting-checkbox input[type="checkbox"]:checked:after {
|
|
|
+ content: "\2714";
|
|
|
+ font-size: 14px;
|
|
|
+ position: absolute;
|
|
|
+ top: 0px;
|
|
|
+ left: 3px;
|
|
|
+ color: #ffffff;
|
|
|
+ outline: none;
|
|
|
+}
|
|
|
+.list-item-info {
|
|
|
+ width: 75%;
|
|
|
+}
|
|
|
+@media screen and (min-width: 1600px) and (max-width: 1853px) {
|
|
|
+ .list-item-info {
|
|
|
+ width: 70% !important;
|
|
|
+ }
|
|
|
+}
|
|
|
@media screen and (max-width: 1600px) {
|
|
|
.list-item-info {
|
|
|
- width: 65% !important;
|
|
|
+ width: 68% !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media screen and (max-width: 1488px) {
|
|
|
+ .list-item-info {
|
|
|
+ width: 60% !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media screen and (max-width: 810px) {
|
|
|
+ .list-item-info {
|
|
|
+ width: 60% !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ .list-item-info {
|
|
|
+ width: 80% !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media screen and (max-width: 547px) {
|
|
|
+ .list-item-info {
|
|
|
+ width: 75% !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+.event-list .list-item-info {
|
|
|
+ width: 75%;
|
|
|
+}
|
|
|
+@media screen and (min-width: 1600px) and (max-width: 1853px) {
|
|
|
+ .event-list .list-item-info {
|
|
|
+ width: 70% !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media screen and (max-width: 1600px) {
|
|
|
+ .event-list .list-item-info {
|
|
|
+ width: 60% !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media screen and (max-width: 1280px) and (min-width: 1160px) {
|
|
|
+ .event-list .list-item-info {
|
|
|
+ width: 75% !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media screen and (max-width: 1159px) and (min-width: 992px) {
|
|
|
+ .event-list .list-item-info {
|
|
|
+ width: 70% !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ .event-list .list-item-info {
|
|
|
+ width: 80% !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media screen and (max-width: 547px) {
|
|
|
+ .event-list .list-item-info {
|
|
|
+ width: 75% !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+.list-item-infonofeedback {
|
|
|
+ width: 90% !important;
|
|
|
+}
|
|
|
+@media screen and (min-width: 1600px) and (max-width: 1853px) {
|
|
|
+ .list-item-infonofeedback {
|
|
|
+ width: 85% !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media screen and (max-width: 1600px) {
|
|
|
+ .list-item-infonofeedback {
|
|
|
+ width: 83% !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media screen and (max-width: 810px) {
|
|
|
+ .list-item-infonofeedback {
|
|
|
+ width: 70% !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ .list-item-infonofeedback {
|
|
|
+ width: 90% !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media screen and (max-width: 547px) {
|
|
|
+ .list-item-infonofeedback {
|
|
|
+ width: 85% !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media screen and (min-width: 1600px) and (max-width: 1853px) {
|
|
|
+ .todaydaylineList .list-item-info {
|
|
|
+ width: 90% !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media screen and (max-width: 1670px) {
|
|
|
+ .todaydaylineList .list-item-info {
|
|
|
+ width: 85% !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media screen and (max-width: 1366px) {
|
|
|
+ .todaydaylineList .list-item-info {
|
|
|
+ width: 82% !important;
|
|
|
+ }
|
|
|
+ .todaydaylineList .list-item-info .list-item-title {
|
|
|
+ font-size: 12px !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ .todaydaylineList .list-item-info {
|
|
|
+ width: 85% !important;
|
|
|
}
|
|
|
+}
|
|
|
+.todaydaylineList .list-item-titleEn {
|
|
|
+ font-size: 12px !important;
|
|
|
+ line-height: 22px !important;
|
|
|
+}
|
|
|
+@media screen and (max-width: 1600px) {
|
|
|
.title-part {
|
|
|
width: 100% !important;
|
|
|
}
|
|
@@ -495,21 +795,19 @@ body,
|
|
|
margin-top: 15px;
|
|
|
}
|
|
|
}
|
|
|
-@media screen and (max-width: 1366px) {
|
|
|
- .list-item-info {
|
|
|
- width: 62% !important;
|
|
|
- }
|
|
|
-}
|
|
|
@media screen and (max-width: 1280px) {
|
|
|
.list {
|
|
|
- width: 30%;
|
|
|
+ width: 40%;
|
|
|
}
|
|
|
.eventContentArea-view,
|
|
|
.study-content,
|
|
|
.hiteachNote-content,
|
|
|
.inform-content,
|
|
|
.course-content {
|
|
|
- width: 70% !important ;
|
|
|
+ width: 60% !important;
|
|
|
+ }
|
|
|
+ .courseContentEn {
|
|
|
+ width: 50% !important;
|
|
|
}
|
|
|
.study-content-span,
|
|
|
.hiteachNote-content-span,
|
|
@@ -521,21 +819,84 @@ body,
|
|
|
transition: 0.5s;
|
|
|
}
|
|
|
}
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
+@media screen and (max-width: 1500px) {
|
|
|
+ .course-list .list {
|
|
|
+ width: 40%;
|
|
|
+ }
|
|
|
+ .courselistEn .list {
|
|
|
+ width: 50%;
|
|
|
+ }
|
|
|
+ .course-content {
|
|
|
+ width: 60% !important;
|
|
|
+ }
|
|
|
+ .courseContentEn {
|
|
|
+ width: 50% !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media screen and (max-width: 1280px) {
|
|
|
.event-title,
|
|
|
.title-mark {
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
+}
|
|
|
+@media screen and (max-width: 991px) {
|
|
|
+ .event-title,
|
|
|
+ .title-mark {
|
|
|
+ font-size: 18px;
|
|
|
+ }
|
|
|
+ .title-mark {
|
|
|
+ margin-right: 4px;
|
|
|
+ }
|
|
|
.list {
|
|
|
- z-index: 3;
|
|
|
+ width: 40%;
|
|
|
+ }
|
|
|
+ .course-list .list {
|
|
|
width: 100%;
|
|
|
}
|
|
|
- .list .list-item-info {
|
|
|
- width: 70% !important;
|
|
|
+ .eventContentArea-view,
|
|
|
+ .study-content,
|
|
|
+ .hiteachNote-content,
|
|
|
+ .inform-content,
|
|
|
+ .course-content {
|
|
|
+ width: 60% !important;
|
|
|
+ }
|
|
|
+ .courseContentEn {
|
|
|
+ width: 50% !important;
|
|
|
+ }
|
|
|
+ .study-content-span,
|
|
|
+ .hiteachNote-content-span,
|
|
|
+ .eventContentArea-Span,
|
|
|
+ .inform-content-span,
|
|
|
+ .course-content-span {
|
|
|
+ padding: 1% 5% !important;
|
|
|
+ width: 100% !important;
|
|
|
+ transition: 0.5s;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ .list {
|
|
|
+ z-index: 3;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
.eventContentArea-Span {
|
|
|
padding: 1% 5% !important;
|
|
|
width: 100% !important;
|
|
|
transition: 0.5s;
|
|
|
}
|
|
|
+ .uploadBtn {
|
|
|
+ display: block;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ width: 100% !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+.statusEn * {
|
|
|
+ font-size: 11px !important;
|
|
|
+}
|
|
|
+.statusOvertimeEn {
|
|
|
+ font-size: 11px !important;
|
|
|
+}
|
|
|
+.base-infoEn {
|
|
|
+ text-align: left;
|
|
|
+ margin-top: 15px;
|
|
|
+ margin-left: 15px;
|
|
|
}
|