소스 검색

间距调整

zhouna 5 년 전
부모
커밋
4038e9cd67
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      src/css/indexHorizontal.less

+ 2 - 3
src/css/indexHorizontal.less

@@ -56,16 +56,15 @@
     }
     .version{
         font-size: 12px;
+        line-height: 15px;
         span{
             color: #267FD7;
             line-height: 14px;
         }
-        i{
+        &.new-icon i{
             display: inline-block;
             width: 100%;
             height: 26px;
-        }
-        &.new-icon i{
             background: url("../images/newv.png") -2px -4px no-repeat;
         }
     }