Browse Source

检证更新

sheshuangning 1 month ago
parent
commit
f866a1ecd1
2 changed files with 8 additions and 1 deletions
  1. BIN
      24_jz_1110_02.apk
  2. 8 1
      photo1.html

BIN
24_jz_1110_01.apk → 24_jz_1110_02.apk


+ 8 - 1
photo1.html

@@ -6,13 +6,20 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>Android相机调用演示</title>
     <style>
+        html {
+            background-color: #00f5f500;
+        }
+        head{
+            background-color: #00f5f500;
+        }
         body {
             font-family: 'Arial', sans-serif;
             display: flex;
             flex-direction: column;
             align-items: center;
             padding: 20px;
-            /* background-color: #00f5f500; */
+            border-radius: 10px;
+            background-color: #00f5f500;
         }
         .container {
             max-width: 500px;