Files
temu-plugin/public/index.html

57 lines
1.2 KiB
HTML
Raw Normal View History

2023-08-06 16:50:17 +08:00
<!DOCTYPE html>
<html lang="">
2024-10-21 18:01:56 +08:00
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="stylesheet" type="text/css" media="print" href="<%= BASE_URL %>css/print-lock.css">
<title>TEMU助手</title>
<style>
.temuBarCode {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
width: 100%;
height: 100%;
padding: 10pt 10pt;
2024-10-21 21:56:34 +08:00
border: 2pt solid #000;
2024-10-21 18:01:56 +08:00
}
.temuBarCode-code {
2024-10-21 18:10:59 +08:00
width: 100%;
2024-10-21 18:01:56 +08:00
height: 100%;
}
.temuBarCode-code svg {
width: 100%;
}
2024-10-21 18:01:56 +08:00
.temuBarCode-top,
.temuBarCode-bottom {
display: flex;
align-items: center;
justify-content: space-between;
2024-10-21 21:56:34 +08:00
width: 93%;
2024-10-21 18:01:56 +08:00
}
.temuBarCode-middle {
2024-10-21 21:56:34 +08:00
width: 85%;
2024-10-21 18:01:56 +08:00
height: 60%;
}
</style>
</head>
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
2023-08-06 16:50:17 +08:00
</html>