|
|
@@ -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;
|