Ver código fonte

自主练习页面更新

dengshaobo 4 dias atrás
pai
commit
4a03f88f5f
1 arquivos alterados com 8 adições e 6 exclusões
  1. 8 6
      src/views/targetImprove/practice/index.vue

+ 8 - 6
src/views/targetImprove/practice/index.vue

@@ -9,13 +9,13 @@
         <div class="span_number">1</div>选择练习知识点 
       </div>
       <div class="step_line">
-        ------------------------------
+        ------------------------------
       </div>
       <div class="step_item" :class="stepIndex==2?'step_item_cur':''" @click="ChangeStep(2)">
         <div class="span_number">2</div>知识点练习作答 
       </div>
       <div class="step_line">
-        ------------------------------
+        ------------------------------
       </div>
       <div class="step_item" :class="stepIndex==3?'step_item_cur':''" @click="ChangeStep(3)">
         <div class="span_number">3</div>查看练习结果 
@@ -172,19 +172,21 @@ export default {
 
   .step_line
   {
-    min-width:200px;
+    // min-width:200px;
     width:calc(50% - 390px);
-    height:50px;
+    height:10px;
     display: flex;
     justify-content: center;
     align-items: center;
-    line-height: 50px;
-
+    line-height: 10px;
     font-weight: 550;
     font-size: 16px;
     color: #2E64FA;
     letter-spacing: 0.1em;
     overflow: hidden;
+    padding: 0 10px;
+    padding-top: 5px;
+
   }
 }
 </style>