소스 검색

更新样式

lex 2 년 전
부모
커밋
40c339818b
2개의 변경된 파일21개의 추가작업 그리고 18개의 파일을 삭제
  1. 2 2
      src/views/music/album-detail/index.module.less
  2. 19 16
      src/views/music/component/song/index.module.less

+ 2 - 2
src/views/music/album-detail/index.module.less

@@ -170,8 +170,8 @@
   font-size: 14px;
   img {
     display: inline-block;
-    width: 20px;
-    height: 20px;
+    width: 14px;
+    height: 14px;
     margin-right: 6px;
   }
   .right {

+ 19 - 16
src/views/music/component/song/index.module.less

@@ -79,22 +79,6 @@
   flex-shrink: 0;
 }
 
-.info {
-  margin-left: 14px;
-  flex: 1;
-  margin-right: 14px;
-  word-break: break-all;
-  > h4 {
-    color: #1a1a1a;
-    font-size: 14px;
-    font-weight: 600;
-    width: 300px;
-  }
-  > p {
-    color: #999;
-    line-height: 17px;
-  }
-}
 .moreSection {
   margin-left: 6px;
   display: flex;
@@ -120,6 +104,25 @@
     padding: 2px 4px 0;
     border-radius: 4px;
   }
+
+  .info {
+    margin-left: 14px;
+    flex: 1;
+    margin-right: 14px;
+    word-break: break-all;
+    > h4 {
+      font-size: 16px;
+      font-weight: bold;
+      color: #1a1a1a;
+      width: 200px;
+      padding-bottom: 3px;
+    }
+    > p {
+      font-size: 12px;
+      color: #999;
+      line-height: 17px;
+    }
+  }
 }
 
 .shareIcon {