@@ -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{
+ font-size: 14px;
+ color: #f15601;
+.result span em{
+.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 {
@@ -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 };
// 初始化资质信息
@@ -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;
- font-size: 14px;
- color: #f15601;
- .result span em{
- .result a{
- padding-right: 10px;
- float: right;
- font-size: 20px;
- font-weight: bold;
- color: #ef1d1d;
.tab-head{
width: 100%;
height: 40px;
@@ -673,35 +673,6 @@
- .result a.fr{
- .result .operate-introduce {
- color: #5078cb;
@@ -766,32 +766,6 @@
@@ -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"> 上传产品 </a>至自己的店铺展示销售;如不想开店,可<a href="vendor#/vendor_upload"> 上传产品 </a>在优软商城中寄售由商城代为售卖。</span><a ng-click="closeTip()" class="fr">×</a></div>
<div>
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist" style="height: 41px; background: none;padding: 0 40px;">