From fc17d4b6114ac373b28570837865998f5189e3a6 Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期五, 22 四月 2022 16:10:18 +0800
Subject: [PATCH] 图片url

---
 test.html |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/test.html b/test.html
index ef3dad8..af46fa6 100644
--- a/test.html
+++ b/test.html
@@ -21,19 +21,29 @@
     margin: 1px;
     flex-grow: 1  ;
     flex-shrink:  0 ;
-    min-width: 90px;
+    width: 90px;
     background-color: pink;
+}
+
+img {
+    width: 100%;
 }
 </style>
 <body>
 
     <div class="box">
-        <div class="child"></div>
-        
+     
+
     </div>
     
     <script>
-   
+   let obj = {
+       a:{
+           b:{
+               c:'c'
+           }
+       }
+   }
     </script>
 </body>
 </html>
\ No newline at end of file

--
Gitblit v1.8.0