Browse Source

第一步按钮样式问题

yangc 8 years ago
parent
commit
84b04be866
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/register-saler/register/StepSecond.vue

+ 2 - 2
components/register-saler/register/StepSecond.vue

@@ -21,7 +21,7 @@
         《优软商城买卖条例》</a>
         《优软商城买卖条例》</a>
       </label>
       </label>
     </div>
     </div>
-    <div class="row next-btn" style="margin-top: 20px">
+    <div class="row next-btn step-two-btn" style="margin-top: 20px">
       <button @click="sectionChange(1)" class="btn">上一步</button>
       <button @click="sectionChange(1)" class="btn">上一步</button>
       <button @click="sectionChange(3)" class="btn" :style="!checkData.checked ? 'opacity: .65;':''">下一步</button>
       <button @click="sectionChange(3)" class="btn" :style="!checkData.checked ? 'opacity: .65;':''">下一步</button>
     </div>
     </div>
@@ -76,7 +76,7 @@
 
 
 <style>
 <style>
   @import '~assets/scss/help.css';
   @import '~assets/scss/help.css';
-  .next-btn button:first-child{
+  .step-two-btn button:first-child{
     background: #fff;
     background: #fff;
     color: #5078cb;
     color: #5078cb;
     border: 1px solid #5078cb;
     border: 1px solid #5078cb;