Browse Source

间距调整

zhouna 5 years ago
parent
commit
4038e9cd67
1 changed files with 2 additions and 3 deletions
  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;
         }
     }