67 lines
2.0 KiB
HTML
67 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
|
|
|
|
<link rel="stylesheet" href="/Static_zy/theme/core/core.css">
|
|
<script src="/Static_zy/theme/core/theme-core.umd.js"></script>
|
|
<!-- Font Awesome 图标 -->
|
|
<link rel="stylesheet" href="/Static_zy/res/fa.min.css">
|
|
<!-- Montserrat 字体 -->
|
|
<link rel="stylesheet" href="/Static_zy/res/montserrat.css">
|
|
<!-- 主题样式(从 IIFE JS 中提取) -->
|
|
<link rel="stylesheet" href="/Static_zy/assets/theme.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/Static_zy/img/logo-sucive.svg">
|
|
<link rel="apple-touch-icon" href="/Static_zy/img/logo-sucive.svg">
|
|
|
|
|
|
<link rel="stylesheet" href="/Static_zy/sucive_assets/perfect-scrollbar.css">
|
|
<link rel="stylesheet" href="/Static_zy/sucive_assets/bootstrap-select.css">
|
|
<link rel="stylesheet" href="/Static_zy/sucive_assets/all.min.css">
|
|
<link rel="stylesheet" href="/Static_zy/sucive_assets/sweetalert2.css">
|
|
<link rel="stylesheet" href="/Static_zy/sucive_assets/select2.css">
|
|
<link rel="stylesheet" href="/Static_zy/sucive_assets/datatables.bundle.min.css">
|
|
<link rel="stylesheet" href="/Static_zy/sucive_assets/bootstrap-datepicker3.css">
|
|
<link rel="stylesheet" href="/Static_zy/sucive_assets/wizard-3.css">
|
|
|
|
<link rel="stylesheet" href="/Static_zy/sucive_assets/style.bundle.css">
|
|
<link rel="stylesheet" href="/Static_zy/sucive_assets/estilo_saf.css">
|
|
<!-- 业务重设样式 -->
|
|
<link rel="stylesheet" href="/Static_zy/app.css">
|
|
|
|
<title>Consulta de Multas - SUCIVE</title>
|
|
<style>
|
|
*,
|
|
*::before,
|
|
*::after {
|
|
box-sizing: border-box;
|
|
-webkit-tap-highlight-color: transparent;
|
|
}
|
|
|
|
html {
|
|
-webkit-text-size-adjust: 100%;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
|
|
</body>
|
|
|
|
</html> |