cashier-mer/dist/index.html

66 lines
1.7 KiB
HTML
Raw Permalink Normal View History

2024-04-20 09:54:56 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./cashier.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>里海收银系统</title>
2024-06-09 20:41:30 +08:00
<script
type="text/javascript"
src="https://js.cdn.aliyun.dcloud.net.cn/dev/uni-app/uni.webview.1.5.2.js"
></script>
<script type="text/javascript">
document.addEventListener("UniAppJSBridgeReady", function () {});
function receiveData(data) {
try {
data = JSON.parse(data);
if (data.type === "connect") {
window.postMessage(data);
}
} catch (error) {}
}
</script>
2024-04-18 17:58:06 +08:00
<style>
/* 小屏幕 */
@media screen and (max-width: 576px) {
html {
2024-04-20 09:54:56 +08:00
font-size: 0.625rem;
2024-04-18 17:58:06 +08:00
}
}
/* 中等屏幕 */
@media screen and (min-width: 577px) and (max-width: 992px) {
html {
2024-04-20 09:54:56 +08:00
font-size: 0.625rem;
2024-04-18 17:58:06 +08:00
}
}
/* 大屏幕 */
@media screen and (min-width: 993px) and (max-width: 1336px) {
html {
2024-06-09 20:41:30 +08:00
font-size: 0.875rem;
2024-04-18 17:58:06 +08:00
}
}
/* 大屏幕 */
@media screen and (min-width: 1336px) and (max-width: 1900px) {
html {
2024-06-09 20:41:30 +08:00
font-size: 0.9375rem;
2024-04-18 17:58:06 +08:00
}
}
/* 大屏幕 */
2024-06-09 20:41:30 +08:00
@media screen and (min-width: 1900px) {
2024-04-18 17:58:06 +08:00
html {
2024-04-20 09:54:56 +08:00
font-size: 1rem;
2024-04-18 17:58:06 +08:00
}
}
2024-04-20 09:54:56 +08:00
</style>
2024-09-13 16:43:07 +08:00
<script type="module" crossorigin src="./assets/index-BPkDL8e5.js"></script>
2024-07-12 11:39:28 +08:00
<link rel="stylesheet" crossorigin href="./assets/index-CyMjiDv3.css">
2024-04-20 09:54:56 +08:00
</head>
<body>
<div id="app"></div>
</body>
</html>