Antiloveg 8 years ago
parent
commit
5e451991c5

+ 1 - 1
src/main/webapp/WEB-INF/views/portal/scienceTechnology/lecture.html

@@ -55,7 +55,7 @@
 						<h4 th:text="${lecture.name}" th:title="${lecture.name}"></h4>
 						<p th:text="${lecture.summary}" th:title="${lecture.summary}"></p>
 						<p th:text="${lecture.lectureTimeFormattedDate}" th:title="${lecture.lectureTimeFormattedDate}">2017-07-02 09:30:00</p>
-						<span th:class="${lecture.lectureStatus} == 0 ? 'customer-service' : ''" th:text="${lecture.lectureStatus} == 0 ? '报名中' : '已结束'"></span>
+						<span th:class="${lecture.lectureStatus} == 0 ? 'customer-service apply' : ''" th:text="${lecture.lectureStatus} == 0 ? '报名中' : '已结束'"></span>
 						<input type="hidden" class="lid" th:value="${lecture.id}">
 					</div>
 				</li>