Просмотр исходного кода

开店申请页面提示横条

yangc 8 лет назад
Родитель
Сommit
50959b3d7d

+ 37 - 0
src/main/webapp/resources/css/vendor/sell.css

@@ -5315,3 +5315,40 @@ input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:foc
     -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
     /* -webkit-box-shadow: 0 0 0px 1000px white inset; */
 }
+
+/*提示横条*/
+.result{
+    width: 100%;
+    height: 30px;
+    line-height: 30px;
+    text-align: center;
+    background: #fef6f2;
+    border: 1px solid #ec854d;
+    overflow: hidden ;
+    position: relative;
+}
+.result span{
+    height: 30px;
+    font-size: 14px;
+    color: #f15601;
+    width: 100%;
+}
+.result span em{
+    font-size: 14px;
+    color: #f15601;
+}
+.result span a {
+    color: #5078cb;
+}
+.result a.fr{
+    padding-right: 10px;
+    font-size: 20px;
+    font-weight: bold;
+    color: #ef1d1d;
+    position: absolute;
+    right: 0;
+}
+.result .operate-introduce {
+    font-size: 14px;
+    color: #5078cb;
+}

+ 6 - 0
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_store_apply_ctrl.js

@@ -6,6 +6,12 @@ define(['app/app', 'jquery-uploadify'], function (app) {
 
 		document.title = "开店申请-优软商城";
 
+		$scope.resultTip = true;
+
+		$scope.closeTip = function () {
+			$scope.resultTip = false;
+		}
+
 		// 初始化店铺申请信息
 		$scope.storeApply = { type : $scope.tab };
 		// 初始化资质信息

+ 0 - 26
src/main/webapp/resources/view/vendor/forstore/erp/vendor_material_erp.html

@@ -727,32 +727,6 @@
 		background: #82d2fa;
 		border: none;
 	}
-	.result{
-		width: 100%;
-		height: 30px;
-		line-height: 30px;
-		text-align: center;
-		background: #fef6f2;
-		border: 1px solid #ec854d;
-		overflow: hidden ;
-	}
-	.result span{
-		margin-left: 330px;
-		height: 30px;
-		font-size: 14px;
-		color: #f15601;
-	}
-	.result span em{
-		font-size: 14px;
-		color: #f15601;
-	}
-	.result a{
-		padding-right: 10px;
-		float: right;
-		font-size: 20px;
-		font-weight: bold;
-		color: #ef1d1d;
-	}
 	.tab-head{
 		width: 100%;
 		height: 40px;

+ 0 - 29
src/main/webapp/resources/view/vendor/forstore/erp/vendor_material_person_erp.html

@@ -673,35 +673,6 @@
 		background: #82d2fa;
 		border: none;
 	}
-	.result{
-		width: 100%;
-		height: 30px;
-		line-height: 30px;
-		text-align: center;
-		background: #fef6f2;
-		border: 1px solid #ec854d;
-		overflow: hidden ;
-	}
-	.result span{
-		margin-left: 330px;
-		height: 30px;
-		font-size: 14px;
-		color: #f15601;
-	}
-	.result span em{
-		font-size: 14px;
-		color: #f15601;
-	}
-	.result a.fr{
-		padding-right: 10px;
-		font-size: 20px;
-		font-weight: bold;
-		color: #ef1d1d;
-	}
-	.result .operate-introduce {
-		font-size: 14px;
-		color: #5078cb;
-	}
 	.tab-head{
 		width: 100%;
 		height: 40px;

+ 0 - 26
src/main/webapp/resources/view/vendor/forstore/vendor_material.html

@@ -766,32 +766,6 @@
 		background: #82d2fa;
 		border: none;
 	}
-	.result{
-		width: 100%;
-		height: 30px;
-		line-height: 30px;
-		text-align: center;
-		background: #fef6f2;
-		border: 1px solid #ec854d;
-		overflow: hidden ;
-	}
-	.result span{
-		margin-left: 330px;
-		height: 30px;
-		font-size: 14px;
-		color: #f15601;
-	}
-	.result span em{
-		font-size: 14px;
-		color: #f15601;
-	}
-	.result a{
-		padding-right: 10px;
-		float: right;
-		font-size: 20px;
-		font-weight: bold;
-		color: #ef1d1d;
-	}
 	.tab-head{
 		width: 100%;
 		height: 40px;

+ 0 - 29
src/main/webapp/resources/view/vendor/forstore/vendor_material_person.html

@@ -673,35 +673,6 @@
 		background: #82d2fa;
 		border: none;
 	}
-	.result{
-		width: 100%;
-		height: 30px;
-		line-height: 30px;
-		text-align: center;
-		background: #fef6f2;
-		border: 1px solid #ec854d;
-		overflow: hidden ;
-	}
-	.result span{
-		margin-left: 330px;
-		height: 30px;
-		font-size: 14px;
-		color: #f15601;
-	}
-	.result span em{
-		font-size: 14px;
-		color: #f15601;
-	}
-	.result a.fr{
-		padding-right: 10px;
-		font-size: 20px;
-		font-weight: bold;
-		color: #ef1d1d;
-	}
-    .result .operate-introduce {
-        font-size: 14px;
-        color: #5078cb;
-    }
 	.tab-head{
 		width: 100%;
 		height: 40px;

+ 5 - 0
src/main/webapp/resources/view/vendor/forstore/vendor_store_apply.html

@@ -384,6 +384,10 @@
 		color: #fff;
 		text-decoration: none;
 	}
+	.result {
+		margin-bottom: 31px;
+		margin-top: -20px;
+	}
 </style>
 <div class="container vendor_store_apply user_right">
 	<div style="margin-bottom: 30px;">
@@ -474,6 +478,7 @@
 	</div>-->
 </div>
 <div class="container vendor_store_apply user_right" style="margin-top: 15px;padding: 0;min-height: 330px; padding-top: 20px; padding-bottom: 20px;">
+	<div class="result" ng-if="resultTip"><span class="fl"><em>*</em>店铺开通后,可<a href="vendor#/vendor_upload">&nbsp;上传产品&nbsp;</a>至自己的店铺展示销售;如不想开店,可<a href="vendor#/vendor_upload">&nbsp;上传产品&nbsp;</a>在优软商城中寄售由商城代为售卖。</span><a ng-click="closeTip()" class="fr">&times;</a></div>
 	<div>
 		<!-- Nav tabs -->
 		<ul class="nav nav-tabs" role="tablist" style="height: 41px; background: none;padding: 0 40px;">