Browse Source

科技服务模块

wanghui 8 years ago
parent
commit
4b738d8636

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

@@ -156,7 +156,7 @@
 			<img th:src="${staticDomain +'/upload'+  banners[0].imgurl}" th:alt="${banners[0].text}">
 		</div>
 	</th:block>
-	
+
 	<th:block th:fragment="copyright">
 		<div id="bottom">
 			<div class="bottom">
@@ -211,10 +211,12 @@
 		<div class="pub_fix">
 			<span class="index_blur"></span>
 			<ul class="ret_top">
-				<li><a href=""> <img th:src="${portalHost+'/img/index_fix1.png'}" alt="" />
+				<li><a href=""> <img
+						th:src="${portalHost+'/img/index_fix1.png'}" alt="" />
 						<p>发布需求</p>
 				</a></li>
-				<li><a href=""> <img th:src="${portalHost+'/img/index_fix2.png'}" alt="" />
+				<li><a href=""> <img
+						th:src="${portalHost+'/img/index_fix2.png'}" alt="" />
 						<p>发布技术</p>
 				</a></li>
 				<li><a

+ 4 - 1
src/main/webapp/WEB-INF/views/portal/index.html

@@ -32,7 +32,7 @@
 			alt="" />
 		</a>
 		<ul class="ct-img-small clear">
-			<li class="active"><img src="${portalHost +'/img/highTech_slide_1.jpg'}" alt="" /></li>
+			<li class="active"><img th:src="${portalHost +'/img/highTech_slide_1.jpg'}" alt="" /></li>
 			<li><img th:src="${portalHost + '/img/highTech_slide_2.jpg'}" alt="" /></li>
 			<li><img th:src="${portalHost + '/img/highTech_slide_3.jpg'}" alt="" /></li>
 			<li><img th:src="${portalHost + '/img/highTech_slide_4.jpg'}" alt="" /></li>
@@ -285,6 +285,9 @@
 	</div>
 	<footer>
 		<div th:replace="common::copyright"></div>
+		<!-- <div th:replace="common::copyright(~{::img})">
+			<img alt="" th:src="${portalHost + '/img/bottom1_02.jpg'}">
+		</div> -->
 		<div th:replace="common::login"></div>
 	</footer>
 	<div class="smg"><input type="text" name="msg" value="" id="msg"/></div>

+ 3 - 3
src/main/webapp/WEB-INF/views/user/signIn.html

@@ -48,11 +48,11 @@
 							<input type="button" id="photo" value="获取验证码" disabled/>
 						</div>
 						<div class="login_check">
-							<label for="qiye" class="qiye_lab">
+							<label for="qiye" class="qiye_lab cheackeds">
 							<input type="radio" name="leibie" id="qiye" value="1" checked/>
 							我是企业</label>
 
-							<label for="zhuangjia" class="zhuangjia_lab">
+							<label for="zhuangjia" class="zhuangjia_lab cheackeds_no">
 							<input type="radio" name="leibie" id="zhuangjia" value="0"/>
 							我是专家</label>
 						</div>
@@ -66,7 +66,7 @@
 							<input type="text" name="manName" placeholder="您的姓名" id="man"/>
 						</div>
 						<div class="protocol">
-							<label for="protocol" class="protocol_lab">
+							<label for="protocol" class="protocol_lab cheackeds_no">
 								<input type="checkbox" name="pro" id="protocol"/>
 								<a href="javascript:;" class="head_login_">同意技淘网会员服务协议条款</a>
 							</label>