Procházet zdrojové kódy

:lipstack: 调整大图样式课程标题间距

zhanghe před 6 roky
rodič
revize
b1a4b72046
1 změnil soubory, kde provedl 3 přidání a 4 odebrání
  1. 3 4
      src/stage/index/style/CLScene.less

+ 3 - 4
src/stage/index/style/CLScene.less

@@ -102,7 +102,9 @@
                     border-radius: 0 0 0.2rem 0.2rem;
                     p {
                         width: 100%;
-                        margin-top: 0.12rem;
+                        &:first-child {
+                            margin-top: 0.2rem;
+                        }
                         // margin-left: 0.32rem;
                         font-size: 0.28rem;
                         line-height: 0.28rem;
@@ -110,9 +112,6 @@
                         text-align: center;
                         overflow: hidden;
                     }
-                    .subject-sub {
-                        margin-top: 0.16rem;
-                    }
                 }
             }
             &.fe-focus .training-item-frame {