Browse Source

更新批量发布的样式

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@7643 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 9 years ago
parent
commit
138c4b00de

+ 2 - 2
src/main/webapp/resources/tpl/index/baseInfo/uploadByBatch.html

@@ -30,8 +30,8 @@
 	position: absolute;
 	position: absolute;
     top: 12px;
     top: 12px;
     left: 0;
     left: 0;
-    width: 6px;
-    height: 24px;
+    width: 0px;
+    height: 0px;
     line-height: 24px;
     line-height: 24px;
     background: #ff7300;
     background: #ff7300;
     color: #fff;
     color: #fff;

+ 13 - 6
src/main/webapp/resources/tpl/index/purc/modal/uplodaByBatch.html

@@ -1,5 +1,12 @@
 <style>
 <style>
+.Deputy button {
+	border-radius: 0px;
+}
 
 
+.Deputy div {
+	margin-left: 6px;
+	padding-top: 6px;
+}
 </style>
 </style>
 <div class="modal-header Deputy" style="min-height: 50px;">
 <div class="modal-header Deputy" style="min-height: 50px;">
 	<div class="content f16 text-bold">批量导入 
 	<div class="content f16 text-bold">批量导入 
@@ -10,8 +17,8 @@
 	<div class="content f14 text-bold">第一步、下载Excel模板</div>
 	<div class="content f14 text-bold">第一步、下载Excel模板</div>
 	<div class="box-item">
 	<div class="box-item">
 		<p>
 		<p>
-			<a class="f14 text-default" ng-click="download()">下载Excel模板 <i
-				class="fa fa-download"></i></a> 在Excel模板上录入商品发布信息。
+			<button class="btn btn-success btn-sm" ng-click="download()">下载Excel模板 <i
+				class="fa fa-download"></i></button> 在Excel模板上录入商品发布信息。
 			<!-- <a class="f14 text-default" ng-click="showImg()">查看表格示例</a>。 -->
 			<!-- <a class="f14 text-default" ng-click="showImg()">查看表格示例</a>。 -->
 		</p>
 		</p>
 	</div>
 	</div>
@@ -36,9 +43,9 @@
 						placeholder="请上传.xls或.xlsx文件" />
 						placeholder="请上传.xls或.xlsx文件" />
 				</div>
 				</div>
 				<div class="col-xs-4">
 				<div class="col-xs-4">
-					<a ng-click="upload()" class="btn btn-info btn-sm">
+					<button ng-click="upload()" class="btn btn-success btn-sm">
 						确认上传 <i class="fa fa-upload"></i>
 						确认上传 <i class="fa fa-upload"></i>
-					</a>
+					</button>
 				</div class="col-xs-4">
 				</div class="col-xs-4">
 			</div>
 			</div>
 			<div>
 			<div>
@@ -64,8 +71,8 @@
 </div>
 </div>
 <div class="modal-footer Deputy">
 <div class="modal-footer Deputy">
 	<div class="text-center">
 	<div class="text-center">
-		<a class="btn btn-info" ng-click="enSure()" type="button">确定</a>
-		<a class="btn btn-warning" ng-click="cancel()" type="button">取消</a>
+		<button class="btn btn-success btn-sm" ng-click="enSure()" type="button">确定</button>
+		<button class="btn btn-danger btn-sm" ng-click="cancel()" type="button">取消</button>
 	</div>
 	</div>
 </div>
 </div>
 <!-- block end -->
 <!-- block end -->