From d562f6e31ce335b8dfd1d1e61573207fa12a7881 Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期一, 29 七月 2024 11:47:54 +0800
Subject: [PATCH] 体育与健康三单元网球

---
 src/books/sportsAndHealth/view/components/chapter004.vue |   26 ++++++++++++++++----------
 1 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/src/books/sportsAndHealth/view/components/chapter004.vue b/src/books/sportsAndHealth/view/components/chapter004.vue
index 4baa57c..4158b71 100644
--- a/src/books/sportsAndHealth/view/components/chapter004.vue
+++ b/src/books/sportsAndHealth/view/components/chapter004.vue
@@ -1553,14 +1553,20 @@
 b {
     color: #F79447;
 }
-.imgBox{
-          display: flex !important; 
-          flex-direction: column-reverse !important;
-          position: relative !important;
-          .img{
-            position: absolute !important;
-            left: 45% !important;
-            bottom:-10% !important;
-          }
-        }
+
+.imgBox {
+    display: flex !important;
+    flex-direction: column-reverse !important;
+    position: relative !important;
+
+    .img {
+        position: absolute !important;
+        left: 45% !important;
+        bottom: -10% !important;
+    }
+
+    img {
+        height: 80%;
+    }
+}
 </style>
\ No newline at end of file

--
Gitblit v1.9.1