Pārlūkot izejas kodu

样式走查完毕

1
mo 3 gadi atpakaļ
vecāks
revīzija
f9346d1d87

+ 9 - 4
src/layout/components/AppMain.vue

@@ -273,6 +273,7 @@ export default {
 }
 .outOptionLine {
   margin: 20px 0 0 0;
+  background-color: #e5e5e5;
 }
 .innerDrawer {
   .submitTitle {
@@ -317,19 +318,22 @@ export default {
   line-height: 40px;
   color: rgba(#666, 0.9);
   padding: 0 17px;
-  background-color: #f9f9f9;
+  overflow: hidden;
+  // background-color: #f9f9f9;
   cursor: pointer;
   margin-bottom: 10px;
   position: relative;
-  border-radius: 2px;
+  border-radius: 4px;
   &:hover {
+    background-color: transparent;
     color: var(--color-primary);
+    font-weight: 600;
     &::after {
       content: "";
       width: 100%;
       height: 100%;
       background-color: var(--color-primary);
-      opacity: 0.1;
+      opacity: 0.05;
       position: absolute;
       left: 0;
       top: 0;
@@ -381,12 +385,13 @@ export default {
   /deep/.el-dialog__header {
     background-color: #fff;
     padding-top: 15px;
+    padding-bottom: 0;
     .el-dialog__headerbtn {
       top:28px;
       .el-icon {
         color: #999;
         font-size: 20px;
-        font-weight: bold;
+        // font-weight: bold;
       }
     }
   }

+ 2 - 1
src/views/reportForm/index.vue

@@ -1177,7 +1177,8 @@ export default {
         // height: 40px;
         // line-height: 40px;
         text-align: right;
-        color: #606266;
+        color: #212121;
+        font-weight: 600;
       }
       .organSelect {
         width: 220px !important;

+ 9 - 4
src/views/resetTeaming/components/payInfoDetail.vue

@@ -1031,12 +1031,13 @@ export default {
         line-height: 25px;
       }
       .squrt {
-        width: 4px;
+        width: 3px;
         height: 16px;
         background: var(--color-primary);
-        margin-right: 5px;
+        margin-right: 8px;
         position: relative;
         top: -1px;
+        border-radius: 2px;
       }
       .payContext {
         color: var(--color-primary);
@@ -1058,7 +1059,7 @@ export default {
       }
       .checkBtn {
         position: relative;
-        background-color: #f8f8f8;
+        background-color: #fefefe;
         margin-right: 12px;
         padding: 22px;
         display: flex;
@@ -1141,12 +1142,16 @@ export default {
   }
 }
 .coreList {
-  margin: 14px;
+  // margin: 14px;
 }
 </style>
 <style lang="less" scoped>
 /deep/.el-dialog__body {
   padding: 15px 0 0;
 }
+.empty {
+  background-color: #fff;
+  padding-bottom: 20px;
+}
 </style>
 

+ 10 - 3
src/views/resetTeaming/modals/pay.scss

@@ -6,7 +6,7 @@
   font-size: 16px;
   font-weight: 600;
   padding: 0 10px;
-  margin-top: 20px;
+  margin-top: 15px;
   border-radius: 6px 6px 0 0;
   align-items: center;
   position: relative;
@@ -18,15 +18,22 @@
     background: var(--color-primary);
     border-radius: 2px;
     left: 0;
-    top: 12px;
+    top: 11px;
     content:''
   }
 }
 
 .teamCourseList {
+
   margin-bottom: 15px;
   background-color: #fff;
-
+  /deep/.el-radio-group {
+    display: flex;
+    flex-direction: row;
+    align-items: center;
+    height: 36px;
+    line-height: 36px;
+  }
   .teamCourseChiose {
     background-color: #f2f2f2;
 

+ 1 - 1
src/views/resetTeaming/modals/payMember.vue

@@ -144,7 +144,7 @@
               <div slot="content">学生实际缴费金额</div>
               <i
                 class="el-icon-question"
-                style="font-size: 18px; color: #f56c6c"
+                 style="font-size: 18px; color: #f56c6c;top:2px;position: relative"
               ></i>
             </el-tooltip>
           </p>

+ 5 - 5
src/views/resetTeaming/modals/payTeamActive.vue

@@ -93,19 +93,19 @@
         </template>
       </el-table-column>
       <el-table-column
-        label="价(元)"
+        label="价(元)"
         prop="actualAmount"
         key="actualAmount"
         width="170px"
       >
         <template slot="header">
           <p style="position: relative">
-            价(元)
+            价(元)
             <el-tooltip placement="top" popper-class="mTooltip">
               <div slot="content">学生实际缴费金额</div>
               <i
                 class="el-icon-question"
-                style="font-size: 18px; color: #f56c6c"
+               style="font-size: 18px; color: #f56c6c;top:2px;position: relative"
               ></i>
             </el-tooltip>
           </p>
@@ -115,7 +115,7 @@
             :prop="'activeList.' + scope.$index + '.actualAmount'"
             :rules="{
               required: true,
-              message: '请输入价',
+              message: '请输入价',
               trigger: 'blur',
             }"
           >
@@ -128,7 +128,7 @@
               :precision="0"
               :min="0"
               @change="change"
-              placeholder="请输入价"
+              placeholder="请输入价"
             />
           </el-form-item>
         </template>

+ 6 - 6
src/views/resetTeaming/modals/payTeamCourse.vue

@@ -135,19 +135,19 @@
         </template>
       </el-table-column>
       <el-table-column
-        label="价(元)"
+        label="价(元)"
         prop="courseCurrentPrice"
         key="courseCurrentPrice"
         width="170px"
       >
         <template slot="header">
-          <p style="position: relative">
-            价(元)
+          <p style="">
+            价(元)
             <el-tooltip placement="top" popper-class="mTooltip">
               <div slot="content">学生实际缴费金额</div>
               <i
                 class="el-icon-question"
-                style="font-size: 18px; color: #f56c6c"
+                style="font-size: 18px; color: #f56c6c;top:2px;position: relative"
               ></i>
             </el-tooltip>
           </p>
@@ -157,7 +157,7 @@
             :prop="'eclass.' + scope.$index + '.courseCurrentPrice'"
             :rules="{
               required: true,
-              message: '请输入价',
+              message: '请输入价',
               trigger: 'blur',
             }"
           >
@@ -170,7 +170,7 @@
               :precision="0"
               :min="0"
               @change="change"
-              placeholder="请输入价"
+              placeholder="请输入价"
             />
           </el-form-item>
         </template>

+ 1 - 3
src/views/teamBuild/signupList.vue

@@ -2419,9 +2419,7 @@ export default {
   margin-bottom: 0;
   max-width: inherit;
 }
-/deep/.el-button--danger {
-  background: #f85043;
-}
+
 .paymentForm {
   /deep/.el-input__inner,
   /deep/.el-input.el-input--suffix {