Browse Source

修改样式

lex-xin 5 năm trước cách đây
mục cha
commit
a583614c82

+ 4 - 1
src/components/MCalendar.vue

@@ -450,11 +450,12 @@ export default {
         align-items: center;
         justify-content: space-between;
         text-align: center;
-        padding: .2rem 0;
+        padding: .2rem 0 .1rem;
         span {
             flex: 1;
             font-size: .16rem;
             color: @tFontColor;
+            font-weight: 600;
         }
     }
 
@@ -469,6 +470,7 @@ export default {
     }
     .td {
         width: 14.2857%;
+        margin-top: .03rem;
         &.small {
             span {
                 background: #F6F8F9;
@@ -484,6 +486,7 @@ export default {
             background: transparent;
             border-radius: 50%;
             line-height: .36rem;
+            font-weight: 500;
             &.disabled { // 如果不是当月则不显示
                 color: transparent !important;
             }

+ 1 - 1
src/components/MEmpty.vue

@@ -21,7 +21,7 @@ export default {
 .icon {
     width: 2rem;
     height: 2rem;
-    margin: .5rem auto .3rem;
+    margin: .5rem auto .05rem;
 }
 .icon_nodata {
     background: url('../assets/images/icon_nodata.png') no-repeat center;

+ 12 - 3
src/views/teacher/PeriodAdjust.vue

@@ -236,9 +236,13 @@ export default {
         }
         .van-button--primary {
             background: @mColor;
+            border-color: @mColor;
         }
     }
 }
+/deep/.van-icon-underway-o {
+    font-size: .18rem;
+}
 /deep/.van-cell__title {
     font-size: .16rem;
     color: @mFontColor;
@@ -261,7 +265,7 @@ export default {
     
 }
 /deep/.van-cell__value, /deep/.van-cell__label {
-    color: @tFontColor;
+    color: #444;
     font-size: .14rem;
     span {
         padding-right: .1rem;
@@ -274,14 +278,19 @@ export default {
         justify-content: flex-end;
     }
 }
+/deep/.van-radio__icon--disabled .van-icon {
+    border-color: transparent;
+    background: #fff;
+}
 /deep/.van-radio__icon .van-icon {
-    border-color: @sFontColor;
+    // border-color: transparent;
+    // background: #fff;
 }
 /deep/.van-radio__icon--checked .van-icon {
     background: @orangeColor;
     border-color: @orangeColor;
 }
 /deep/.icon {
-    margin-top: .2rem;
+    margin-top: .3rem;
 }
 </style>

+ 1 - 1
src/views/teacher/TeachingSchool.vue

@@ -103,7 +103,7 @@ export default {
     font-size: .14rem;
 }
 /deep/.van-cell-group {
-    margin-bottom: .1rem;
+    margin-bottom: .02rem;
 }
 .operation-btn {
     text-align: center;

+ 12 - 2
src/views/teacher/TeachingSet.vue

@@ -240,16 +240,26 @@ export default {
         color: @mColor;
     }
     .van-search__action {
-        background-color: #fff;
+        background-color: #89C8C4;
+        color: #fff;
         border-radius: 0.15rem;
         position: absolute;
-        right: 0.35rem;
+        right: 0.2rem;
+        height: .48rem;
+        display: inline-block;
+        line-height: .5rem;
+        border-radius: 2rem;
+        border-top-left-radius: 0;
+        border-bottom-left-radius: 0;
+        padding: 0 .2rem;
+        font-size: .16rem;
     }
 }
 .button-group {
     margin: .3rem .26rem .2rem;
     .van-button--primary {
         background: @mColor;
+        border-color: @mColor;
         font-size: .18rem;
     }
 }