2024-09-20 02:28:25 +08:00
|
|
|
@tailwind base;
|
|
|
|
|
@tailwind components;
|
|
|
|
|
@tailwind utilities;
|
|
|
|
|
|
|
|
|
|
html,
|
|
|
|
|
body {
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
2024-09-20 23:15:42 +08:00
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
2024-09-20 02:28:25 +08:00
|
|
|
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu,
|
|
|
|
|
Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
2024-09-27 11:20:48 +08:00
|
|
|
/* background: transparent; */
|
|
|
|
|
background: rgba(242, 241, 243, 0.3);
|
|
|
|
|
border-radius: 10px;
|
2024-09-20 02:28:25 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
color: inherit;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
* {
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|