Browse Source

Merge remote-tracking branch 'origin/release-201815-wangcz' into release-201815-wangcz

yangc 7 years ago
parent
commit
602f6d90c4
1 changed files with 28 additions and 19 deletions
  1. 28 19
      components/mobile/register-saler/register/StepThird.vue

+ 28 - 19
components/mobile/register-saler/register/StepThird.vue

@@ -2,7 +2,7 @@
   <!--最后一步-->
   <div class="section" style="overflow-y: auto;position: absolute;height: 100%;">
     <div class="step-last">
-<!--      <h4 class="h4">免费开店</h4>
+      <!--<h4 class="h4">免费开店</h4>
       <p class="title">申请开店完全免费,一个企业只能开一家店,申请到正式开通预计需1-3个工作日。了解更多请看《开店规则》</p>-->
     </div>
     <!--<div class="radioCheck">-->
@@ -677,24 +677,33 @@
     }
   }
 </script>
-<style scoped lang="scss">
-  .wrap-title {
-    color: #333;
-    font-size: 0.28rem;
-    border-bottom: 1px solid #d3d3d3;
-    height: 0.5rem;
-    text-align: left;
-    padding: 0 0 0.1rem 0.05rem;
-    margin: 0.17rem 0.25rem 0.13rem 0.25rem;
-    line-height: 0.5rem;
-    .line{
-      width: 0.05rem;
-      background: #3f84f6;
-      display: inline-block;
-      vertical-align: top;
-      margin-right: 0.08rem;
-      height: 0.28rem;
-      margin-top: 0.09rem;
+<style lang="scss">
+  .mobile-vendor_store_apply{
+    #image-box{
+      padding:0 20px;
+      overflow:visible;
+      height:95vh;
+      margin-top:0;
+      top:2%;
+    }
+    .wrap-title {
+      color: #333;
+      font-size: 0.28rem;
+      border-bottom: 1px solid #d3d3d3;
+      height: 0.5rem;
+      text-align: left;
+      padding: 0 0 0.1rem 0.05rem;
+      margin: 0.17rem 0.25rem 0.13rem 0.25rem;
+      line-height: 0.5rem;
+      .line{
+        width: 0.05rem;
+        background: #3f84f6;
+        display: inline-block;
+        vertical-align: top;
+        margin-right: 0.08rem;
+        height: 0.28rem;
+        margin-top: 0.09rem;
+      }
     }
   }
 </style>