update
This commit is contained in:
parent
3c08b76e90
commit
e0c9f44eba
|
|
@ -27,116 +27,6 @@ if (file_exists($jsonFile)) {
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<style>
|
|
||||||
:root {
|
|
||||||
--accent: #0b74de;
|
|
||||||
--muted: #6b7280;
|
|
||||||
--bg: #f8fafc
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
font-family: Inter, system-ui, Arial, Helvetica, sans-serif;
|
|
||||||
background: var(--bg);
|
|
||||||
color: #111;
|
|
||||||
margin: 0;
|
|
||||||
padding: 28px
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap {
|
|
||||||
width: 100%;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.card {
|
|
||||||
background: #fff;
|
|
||||||
border-radius: 10px;
|
|
||||||
padding: 18px;
|
|
||||||
box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06)
|
|
||||||
}
|
|
||||||
|
|
||||||
label {
|
|
||||||
display: block;
|
|
||||||
margin-top: 12px;
|
|
||||||
font-weight: 600
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text],
|
|
||||||
input[type=email],
|
|
||||||
select {
|
|
||||||
width: 100%;
|
|
||||||
padding: 10px;
|
|
||||||
margin-top: 6px;
|
|
||||||
border: 1px solid #e6eef6;
|
|
||||||
border-radius: 8px
|
|
||||||
}
|
|
||||||
|
|
||||||
.row {
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: 1fr 1fr;
|
|
||||||
gap: 12px
|
|
||||||
}
|
|
||||||
|
|
||||||
.muted {
|
|
||||||
color: var(--muted);
|
|
||||||
font-size: 13px
|
|
||||||
}
|
|
||||||
|
|
||||||
.actions {
|
|
||||||
display: flex;
|
|
||||||
gap: 8px;
|
|
||||||
margin-top: 14px
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
|
||||||
padding: 10px 14px;
|
|
||||||
border-radius: 8px;
|
|
||||||
border: 0;
|
|
||||||
background: var(--accent);
|
|
||||||
color: #fff;
|
|
||||||
font-weight: 700
|
|
||||||
}
|
|
||||||
|
|
||||||
.ghost {
|
|
||||||
background: transparent;
|
|
||||||
border: 1px solid #e6eef6;
|
|
||||||
color: var(--accent)
|
|
||||||
}
|
|
||||||
|
|
||||||
.links {
|
|
||||||
margin-top: 10px
|
|
||||||
}
|
|
||||||
|
|
||||||
.note {
|
|
||||||
margin-top: 12px;
|
|
||||||
padding: 10px;
|
|
||||||
background: #f1f5f9;
|
|
||||||
border-radius: 8px;
|
|
||||||
font-size: 13px
|
|
||||||
}
|
|
||||||
|
|
||||||
.checkbox {
|
|
||||||
display: flex;
|
|
||||||
align-items: flex-start;
|
|
||||||
gap: 8px;
|
|
||||||
margin-top: 12px
|
|
||||||
}
|
|
||||||
|
|
||||||
pre {
|
|
||||||
white-space: pre-wrap;
|
|
||||||
background: #fbfcfe;
|
|
||||||
padding: 10px;
|
|
||||||
border-radius: 6px;
|
|
||||||
border: 1px dashed #e6eef6;
|
|
||||||
font-size: 13px
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width:700px) {
|
|
||||||
.row {
|
|
||||||
grid-template-columns: 1fr
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="containerindex">
|
<div class="containerindex">
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue