2024-04-06 19:26:01 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2024-04-09 09:22:37 +08:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
|
|
<title>领取详情</title>
|
|
|
|
<script>
|
|
|
|
var docEl = document.documentElement;
|
|
|
|
docEl.style.fontSize = 100 / 375 * docEl.clientWidth + 'px';
|
|
|
|
window.addEventListener('resize', function () {
|
|
|
|
docEl.style.fontSize = 100 / 375 * docEl.clientWidth + 'px';
|
|
|
|
});
|
|
|
|
</script>
|
2024-04-06 19:26:01 +08:00
|
|
|
<style>
|
2024-04-06 20:53:20 +08:00
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main {
|
2024-04-09 09:22:37 +08:00
|
|
|
width: 2.03rem;
|
|
|
|
height: 2.44rem;
|
|
|
|
margin: 1.33rem auto 0 auto;
|
|
|
|
background: url("https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/combining/default_img_hb.png") no-repeat;
|
2024-04-06 20:53:20 +08:00
|
|
|
background-size: 100%;
|
2024-04-06 19:26:01 +08:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2024-04-06 20:53:20 +08:00
|
|
|
<div class="main">
|
2024-04-09 09:22:37 +08:00
|
|
|
|
2024-04-06 19:26:01 +08:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|