|
@@ -33,21 +33,23 @@ input,button {
|
|
|
}
|
|
|
|
|
|
.sliderNews-w .carousel-caption .more {
|
|
|
- width: 70px;
|
|
|
- background-color: #00a99d;
|
|
|
- border: 1px solid #00a99d;
|
|
|
- color: #fff;
|
|
|
+ width: 104px;
|
|
|
+ background-color: #dedede;
|
|
|
+ border: 1px solid #dedede;
|
|
|
+ color: #bea380;
|
|
|
position: absolute;
|
|
|
- left: 50px;
|
|
|
+ left: 10px;
|
|
|
bottom: 32px;
|
|
|
cursor: pointer;
|
|
|
transition: all 0.5s;
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
|
|
|
.sliderNews-w .carousel-caption .more:hover {
|
|
|
- background-color: #35e2d6;
|
|
|
- border: 1px solid #35e2d6;
|
|
|
- color: #252525;
|
|
|
+ background-color: #007a71;
|
|
|
+ border: 1px solid #007a71;
|
|
|
+ color: #fff;
|
|
|
|
|
|
}
|
|
|
|
|
@@ -224,7 +226,7 @@ input,button {
|
|
|
|
|
|
.lectureService-w .visitingTime-w {
|
|
|
width: 100%;
|
|
|
- height: 300px;
|
|
|
+ display: inline-block;
|
|
|
}
|
|
|
|
|
|
.lectureService-w .visitingTime-w .monthRecord-w {
|
|
@@ -578,15 +580,16 @@ input,button {
|
|
|
position: absolute;
|
|
|
left: 10px;
|
|
|
bottom: 5px;
|
|
|
- background: #e69198;
|
|
|
+ background: #c0a786;
|
|
|
color: #fff;
|
|
|
- font-size: 15px;
|
|
|
+ font-size: 14px;
|
|
|
transition: all 0.5s;
|
|
|
cursor: pointer;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
|
|
|
.moreNews:hover {
|
|
|
- background: #bd7379;
|
|
|
+ background: #007a71;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -598,7 +601,79 @@ agm-map {
|
|
|
|
|
|
|
|
|
|
|
|
-@media(max-width: 767px) {}
|
|
|
+@media(max-width: 767px) {
|
|
|
+
|
|
|
+ .eventPart-w .carousel-caption p img {
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
+ .eventPart-w .carousel-caption p,
|
|
|
+ .eventPartEn-w .carousel-caption p {
|
|
|
+ font-size: 13px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .eventPart-w,
|
|
|
+ .eventPartEn-w {
|
|
|
+ height: 70px;
|
|
|
+ padding: 5px 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ .eventPart-w .moreEvent-w {
|
|
|
+ position: absolute;
|
|
|
+ left: 10px;
|
|
|
+ background-color: transparent;
|
|
|
+ border: none;
|
|
|
+ color: #1ba097;
|
|
|
+ top: 40px;
|
|
|
+ cursor: pointer;
|
|
|
+ font-weight: bold;
|
|
|
+ bottom: 0;
|
|
|
+ font-size: 11px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .eventPart-w .moreEventEn-w {
|
|
|
+ position: absolute;
|
|
|
+ right: 10px;
|
|
|
+ background-color: transparent;
|
|
|
+ border: none;
|
|
|
+ color: #1ba097;
|
|
|
+ top: 40px;
|
|
|
+ bottom: 0;
|
|
|
+ cursor: pointer;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 11px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .lectureService-w .visitingTime-w .monthRecord-w .body ul li img {
|
|
|
+ width: 65px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .lectureService-w .visitingTime-w .monthRecord-w .body ul li span {
|
|
|
+ left: -16px;
|
|
|
+ top: 43px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .lectureService-w .visitingTime-w .achiev .body ul li img {
|
|
|
+ width: 65px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .lectureService-w .visitingTime-w .achiev .body ul li span {
|
|
|
+ left: -16px;
|
|
|
+ top: 43px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .lectureService-w .visitingTime-w {
|
|
|
+ margin-bottom: 40px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .externalPageContentt-w .datePicker-w {
|
|
|
+ margin-bottom: 20px;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+}
|
|
|
|
|
|
@media (min-width: 767px) and (max-width: 991px) {}
|
|
|
|