Browse Source

adjust video icon position

huaisianhuang 3 years ago
parent
commit
58f85e92f1
3 changed files with 8 additions and 10 deletions
  1. 3 3
      sass/main.css
  2. 0 0
      sass/main.css.map
  3. 5 7
      sass/main.scss

+ 3 - 3
sass/main.css

@@ -471,9 +471,9 @@ body {
 
 .sec-09__card__play {
   position: absolute;
-  right: 1.2rem;
-  bottom: 1rem;
-  width: 2.5rem;
+  right: .8rem;
+  bottom: .8rem;
+  width: 2rem;
 }
 
 .sec-09__card p {

File diff suppressed because it is too large
+ 0 - 0
sass/main.css.map


+ 5 - 7
sass/main.scss

@@ -393,16 +393,14 @@ body {
                 position: relative;
             }
             &__img {
-
-                    width: 100%;
-                    height: 100%;
-
+                width: 100%;
+                height: 100%;
             }
             &__play {
                 position: absolute;
-                right: 1.2rem;
-                bottom: 1rem;
-                width: 2.5rem;
+                right: .8rem;
+                bottom: .8rem;
+                width: 2rem;
             }
         p {
             font-size: 12.5px;

Some files were not shown because too many files changed in this diff