wubb 8 years ago
parent
commit
4f862b5e62

+ 3 - 2
src/main/webapp/WEB-INF/views/common.html

@@ -69,8 +69,9 @@
 			</li>
 			<li th:classappend="${mainM=='activityIndex'}? 'active'">
 				<a th:href="${basePath + '/portal/activity/activityIndex.html'}">活动圈</a>
-				<ul class="secondary_navigation_nav" th:style="${'width:'+(1*75)+'px;left:-'+(1*75/2-74.25/2)+'px;'}">
-					<li th:classappend="${subM=='activityDetail'}? 'active'"><a th:href="${basePath + '/portal/activity/details.html'}">活动详情</a></li>
+				<ul class="secondary_navigation_nav" th:style="${'width:'+(1*75)+'px;left:-'+(2*75/2-74.25/2)+'px;'}">
+					<li th:classappend="${subM=='activityDetail'}? 'active'"><a th:href="${basePath + '/portal/activity/details.html'}">在线直播</a></li>
+					<li th:classappend="${subM=='activityDetail'}? 'active'"><a th:href="${basePath + '/portal/activity/details.html'}">线下现场</a></li>
 				</ul>
 			</li>
 			<li th:classappend="${mainM=='websiteBuildIndex'}? 'active'">

+ 6 - 6
src/main/webapp/WEB-INF/views/portal/international/internationalIndex.html

@@ -181,7 +181,7 @@
                             <a href="javascript:void(0)" class="customer-service">咨询</a>
                         </div>
                     </div>
-                    <a href="#">
+                    <a href="#" class="customer-service">
                         <div class="expert_content_hv">
                             <p>加拿大工程院院士</p>
                             <p>能源系统与燃料电池技术</p>
@@ -198,7 +198,7 @@
                             <a href="javascript:void(0)" class="customer-service">咨询</a>
                         </div>
                     </div>
-                    <a href="#">
+                    <a href="#" class="customer-service">
                         <div class="expert_content_hv">
                             <p>德国不莱梅大学制造技术教授</p>
                             <p>制造技术</p>
@@ -215,7 +215,7 @@
                             <a href="javascript:void(0)" class="customer-service">咨询</a>
                         </div>
                     </div>
-                    <a href="#">
+                    <a href="#" class="customer-service">
                         <div class="expert_content_hv">
                             <p>加拿大渥太华大学信息技术与工程学院教授</p>
                             <p>无线网络技术算法</p>
@@ -232,7 +232,7 @@
                             <a href="javascript:void(0)" class="customer-service">咨询</a>
                         </div>
                     </div>
-                    <a href="#">
+                    <a href="#" class="customer-service">
                         <div class="expert_content_hv">
                             <p>英国皇家学会院士</p>
                             <p>神经科学</p>
@@ -249,7 +249,7 @@
                             <a href="javascript:void(0)" class="customer-service">咨询</a>
                         </div>
                     </div>
-                    <a href="#">
+                    <a href="#" class="customer-service">
                         <div class="expert_content_hv">
                             <p>加拿大微孔塑料领域首席科学家</p>
                             <p>微孔塑料</p>
@@ -266,7 +266,7 @@
                             <a href="javascript:void(0)" class="customer-service">咨询</a>
                         </div>
                     </div>
-                    <a href="#">
+                    <a href="#" class="customer-service">
                         <div class="expert_content_hv">
                             <p>美国工程院院士</p>
                             <p>核工程</p>

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

@@ -63,7 +63,7 @@
 							<span class="txt">
 								<span class="glyphicon glyphicon-plus" aria-hidden="true"></span> 关注
 							</span>
-							<input type="hidden" id="uid" th:value="${star.uid}">
+							<input type="hidden" class="uid" th:value="${star.uid}">
 							<input type="hidden" class="interestId" value="">
                         </a>
 					</div>

File diff suppressed because it is too large
+ 2 - 2
src/main/webapp/WEB-INF/views/portal/technologyTrading/index.html