Browse Source

二维码指向移动客户端下载网页

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@918 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg 11 years ago
parent
commit
56a89d0448

+ 24 - 0
src/main/webapp/WEB-INF/views/mobile/client.html

@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>优软商务平台-移动客户端</title>
+<meta charset="UTF-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+<meta name="viewport"
+	content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=0, width=device-width">
+<meta name="baidu-site-verification" content="S0kf5fz0uA" />
+<meta name="keywords"
+	content="优软商务平台,优软B2B平台,商务平台,B2B平台,B2B,电子商务,ERP,UAS,UBTOB.COM,USOFTCHINA.COM,优软">
+<meta name="description" content="优软商务平台,企业供销信息交流平台。">
+<link href="static/img/icon/u.png" rel="icon" type="image/x-icon" />
+<link rel="stylesheet" href="static/lib/bootstrap/css/bootstrap.min.css" />
+<link rel="stylesheet"
+	href="static/lib/fontawesome/css/font-awesome.min.css" />
+</head>
+<body>
+
+	<div class="container" style="background-color: #BBBBBB; height: 600px;">
+		
+	</div>
+</body>
+</html>

+ 1 - 1
src/main/webapp/WEB-INF/views/normal/signin.html

@@ -97,7 +97,7 @@
 			</div>
 			<div id="code-wrap">
 				<dt>
-					<img src="static/img/mobile/code.gif">
+					<img src="static/img/mobile/code.png" width="120px" height="110px">
 				</dt>
 				<dd>
 					扫描下载商务平台<br>手机客户端

BIN
src/main/webapp/resources/img/mobile/code.gif


BIN
src/main/webapp/resources/img/mobile/code.png


+ 1 - 1
src/main/webapp/resources/tpl/index/home/right.html

@@ -142,7 +142,7 @@
 				class="fa fa-mobile fa-lg"></i></a>
 		</div>
 		<div class="pane-body text-center">
-			<img src="static/img/mobile/code.gif" width="120px" height="120px">
+			<img src="static/img/mobile/code.png" width="120px" height="120px">
 		</div>
 	</div>
 </div>