Browse Source

修改底部样式(不影响点赞和送花)

shaogen1995 3 years ago
parent
commit
275a879688
1 changed files with 4 additions and 4 deletions
  1. 4 4
      web/public/static/css/main.css

+ 4 - 4
web/public/static/css/main.css

@@ -3974,7 +3974,7 @@ a.hasHover:hover, a:active {
 }
 
 #drawer.open.noScroll {
-    height: 137px
+    height: 128px
 }
 
 #drawer-container.drawerOpen #drawer.open.noScroll, #drawer.open.noScroll.playing {
@@ -4029,7 +4029,7 @@ a.hasHover:hover, a:active {
 
 .frame {
     width: calc(100% - 20px);
-    margin: 9px 10px;
+    margin: 5px 10px 0;
     float: left;
     display: flex;
     justify-content: center;
@@ -4054,8 +4054,8 @@ a.hasHover:hover, a:active {
 }
 
 .frame .slidee li .overlay {
-    height: 30px;
-    line-height: 30px;
+    height: 28px;
+    line-height: 28px;
     padding: 0;
     color: #fff;
     overflow: hidden;