浏览代码

修改样式

zengyicheng 2 年之前
父节点
当前提交
f20f85a1e5

+ 0 - 1
src/components/headBar.vue

@@ -34,7 +34,6 @@ export default {
   background-image: url(../assets/images/course/head-back.png);
   background-image: url(../assets/images/course/head-back.png);
   position: fixed;
   position: fixed;
   top: 0;
   top: 0;
-  z-index: 9;
   .back {
   .back {
     width: 0.3rem;
     width: 0.3rem;
     height: 0.3rem;
     height: 0.3rem;

+ 1 - 1
src/views/course/components/commentPanel.vue

@@ -127,7 +127,7 @@ export default {
       cursor: pointer;
       cursor: pointer;
     }
     }
     .title {
     .title {
-      font-size: 20px;
+      font-size: 16px;
     }
     }
     .btn {
     .btn {
       font-size: 14px;
       font-size: 14px;

+ 1 - 1
src/views/courseDetail/components/courseChap.vue

@@ -43,7 +43,7 @@ export default {
 
 
 <style lang="scss" scoped>
 <style lang="scss" scoped>
 .chapBox {
 .chapBox {
-  min-height: calc(100% - 370px - 50px - 20px);
+  min-height: calc(100% - 350px - 50px - 20px);
   border-top: 20px solid #e8ebf2;
   border-top: 20px solid #e8ebf2;
   .chapTop {
   .chapTop {
     display: flex;
     display: flex;

+ 1 - 1
src/views/courseDetail/components/courseMessage.vue

@@ -91,7 +91,7 @@ $pad: 0 10px 10px 0;
 $font: 15px;
 $font: 15px;
 .courseBox {
 .courseBox {
   margin-top: 50px;
   margin-top: 50px;
-  min-height: 370px;
+  min-height: 350px;
   .courseTop {
   .courseTop {
     .courseImg {
     .courseImg {
       width: 100%;
       width: 100%;

+ 1 - 2
src/views/home/components/classFilter.vue

@@ -131,7 +131,6 @@ export default {
 <style lang="scss" scoped>
 <style lang="scss" scoped>
 .classBox {
 .classBox {
   height: 50px;
   height: 50px;
-  padding-bottom: 10px;
   box-sizing: border-box;
   box-sizing: border-box;
   position: relative;
   position: relative;
   > div:nth-child(2) {
   > div:nth-child(2) {
@@ -155,7 +154,7 @@ export default {
     flex-wrap: nowrap;
     flex-wrap: nowrap;
     align-items: flex-start;
     align-items: flex-start;
     justify-content: flex-start;
     justify-content: flex-start;
-    padding-top: 10px;
+    padding-top: 15px;
     > div:nth-child(1) {
     > div:nth-child(1) {
       font-size: 16px;
       font-size: 16px;
     }
     }