wubb 8 years ago
parent
commit
2c34efdc14

+ 12 - 2
src/main/webapp/WEB-INF/views/portal/entrepreneurship/entrepreneurshipIndex.html

@@ -135,7 +135,12 @@
 		</div>
 		<div class="new_project_content">
 			<div class="new_project_img">
-				<img th:src="${portalHost + '/img/new_project_img_1.png'}">
+				<div class="content_img">
+					<img th:src="${portalHost + '/img/new_project_img_1.png'}">
+					<span class="s1">匿名<br/>创客</span>
+					<span class="s2">投资人<br/>就位</span>
+					<span class="s3">技术专家<br/>就位</span>
+				</div>
 			</div>
 			<div class="new_project_info">
 				<h3>
@@ -150,7 +155,12 @@
 		</div>
 		<div class="new_project_content">
 			<div class="new_project_img rt">
-				<img th:src="${portalHost + '/img/new_project_img_2.png'}">
+				<div class="content_img">
+					<img th:src="${portalHost + '/img/new_project_img_2.png'}">
+					<span class="s1">匿名<br/>创客</span>
+					<span class="s2">投资人<br/>就位</span>
+					<span class="s3">技术专家<br/>就位</span>
+				</div>
 			</div>
 			<div class="new_project_info">
 				<h3>

File diff suppressed because it is too large
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/scienceTechnology/bigShot.html