<!DOCTYPE html>
<html lang="zh">
<head>
    <meta charset="UTF-8">
    <title>商品展示页面</title>
    <style>
        .product-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            padding: 20px;
        }
        .product-card {
            width: 300px;
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 10px;
            text-align: center;
            position: relative; /* 添加相对定位 */
        }
        .product-image {
            width: 250px;
            height: auto;
            margin-bottom: 10px;
        }
        .qrcode {
            width: 100px;
            height: auto;
            margin-top: 10px;
            transition: transform 0.3s ease; /* 添加过渡效果 */
        }
        .qrcode:hover {
            transform: scale(1.5); /* 鼠标悬停时放大 */
        }
    </style>
</head>
<body>
<div class="product-container">
    <!-- 商品卡1 -->
    <div class="product-card">
        <img src="https://telegraph-image-y52.pages.dev/file/e209c05353ecd60301068.jpg" alt="商品1" class="product-image">
        <h3>商品名称1</h3>
        <p>商品描述或特色简介1</p>
        <p>价格: ¥XX.XX</p>
        <a href="https://telegraph-image-y52.pages.dev/file/c90adacb3b6d712e7979c.jpg" target="_blank">立即购买</a>
        <img src="https://telegraph-image-y52.pages.dev/file/9b0b1678353a13d87bd05.jpg" alt="二维码1" class="qrcode">
    </div>
    <!-- 商品卡2 -->
    <div class="product-card">
        <img src="https://telegraph-image-y52.pages.dev/file/e209c05353ecd60301068.jpg" alt="商品2" class="product-image">
        <h3>商品名称2</h3>
        <p>商品描述或特色简介2</p>
        <p>价格: ¥XX.XX</p>
        <a href="https://telegraph-image-y52.pages.dev/file/c90adacb3b6d712e7979c.jpg" target="_blank">立即购买</a>
        <img src="https://telegraph-image-y52.pages.dev/file/9b0b1678353a13d87bd05.jpg" alt="二维码2" class="qrcode">
    </div>
    <!-- 商品卡3 -->
    <div class="product-card">
        <img src="https://telegraph-image-y52.pages.dev/file/e209c05353ecd60301068.jpg" alt="商品3" class="product-image">
        <h3>商品名称3</h3>
        <p>商品描述或特色简介3</p>
        <p>价格: ¥XX.XX</p>
        <a href="https://telegraph-image-y52.pages.dev/file/c90adacb3b6d712e7979c.jpg" target="_blank">立即购买</a>
        <img src="https://telegraph-image-y52.pages.dev/file/9b0b1678353a13d87bd05.jpg" alt="二维码3" class="qrcode">
    </div>
    <!-- 商品卡4 -->
    <div class="product-card">
        <img src="https://telegraph-image-y52.pages.dev/file/e209c05353ecd60301068.jpg" alt="商品4" class="product-image">
        <h3>商品名称4</h3>
        <p>商品描述或特色简介4</p>
        <p>价格: ¥XX.XX</p>
        <a href="https://telegraph-image-y52.pages.dev/file/c90adacb3b6d712e7979c.jpg" target="_blank">立即购买</a>
        <img src="https://telegraph-image-y52.pages.dev/file/9b0b1678353a13d87bd05.jpg" alt="二维码4" class="qrcode">
    </div>
    <!-- 商品卡5 -->
    <div class="product-card">
        <img src="https://telegraph-image-y52.pages.dev/file/e209c05353ecd60301068.jpg" alt="商品5" class="product-image">
        <h3>商品名称5</h3>
        <p>商品描述或特色简介5</p>
        <p>价格: ¥XX.XX</p>
        <a href="https://telegraph-image-y52.pages.dev/file/c90adacb3b6d712e7979c.jpg" target="_blank">立即购买</a>
        <img src="https://telegraph-image-y52.pages.dev/file/9b0b1678353a13d87bd05.jpg" alt="二维码5" class="qrcode">
    </div>
    <!-- 商品卡6 -->
    <div class="product-card">
        <img src="https://telegraph-image-y52.pages.dev/file/e209c05353ecd60301068.jpg" alt="商品6" class="product-image">
        <h3>商品名称6</h3>
        <p>商品描述或特色简介6</p>
        <p>价格: ¥XX.XX</p>
        <a href="https://telegraph-image-y52.pages.dev/file/c90adacb3b6d712e7979c.jpg" target="_blank">立即购买</a>
        <img src="https://telegraph-image-y52.pages.dev/file/9b0b1678353a13d87bd05.jpg" alt="二维码6" class="qrcode">
    </div>
   <!-- 商品卡7 -->
    <div class="product-card">
        <img src="https://telegraph-image-y52.pages.dev/file/e209c05353ecd60301068.jpg" alt="商品6" class="product-image">
        <h3>商品名称6</h3>
        <p>商品描述或特色简介7</p>
        <p>价格: ¥XX.XX</p>
        <a href="https://telegraph-image-y52.pages.dev/file/c90adacb3b6d712e7979c.jpg" target="_blank">立即购买</a>
        <img src="https://telegraph-image-y52.pages.dev/file/9b0b1678353a13d87bd05.jpg" alt="二维码6" class="qrcode">
</div>
   <!-- 商品卡8 -->
    <div class="product-card">
        <img src="https://telegraph-image-y52.pages.dev/file/e209c05353ecd60301068.jpg" alt="商品6" class="product-image">
        <h3>商品名称6</h3>
        <p>商品描述或特色简介6</p>
        <p>价格: ¥XX.XX</p>
        <a href="https://telegraph-image-y52.pages.dev/file/c90adacb3b6d712e7979c.jpg" target="_blank">立即购买</a>
        <img src="https://telegraph-image-y52.pages.dev/file/9b0b1678353a13d87bd05.jpg" alt="二维码7" class="qrcode">
    </div>
   <!-- 商品卡9 -->
    <div class="product-card">
        <img src="https://telegraph-image-y52.pages.dev/file/e209c05353ecd60301068.jpg" alt="商品6" class="product-image">
        <h3>商品名称6</h3>
        <p>商品描述或特色简介7</p>
        <p>价格: ¥XX.XX</p>
        <a href="https://telegraph-image-y52.pages.dev/file/c90adacb3b6d712e7979c.jpg" target="_blank">立即购买</a>
        <img src="https://telegraph-image-y52.pages.dev/file/9b0b1678353a13d87bd05.jpg" alt="二维码6" class="qrcode">
</div>
</body>
</html>
增加页面只需要复制 </div>
   <!-- 商品卡9 -->
    <div class="product-card">
        <img src="https://telegraph-image-y52.pages.dev/file/e209c05353ecd60301068.jpg" alt="商品6" class="product-image">
        <h3>商品名称6</h3>
        <p>商品描述或特色简介7</p>
        <p>价格: ¥XX.XX</p>
        <a href="https://telegraph-image-y52.pages.dev/file/c90adacb3b6d712e7979c.jpg" target="_blank">立即购买</a>
        <img src="https://telegraph-image-y52.pages.dev/file/9b0b1678353a13d87bd05.jpg" alt="二维码6" class="qrcode">
替换图片商品图片链接:https://telegraph-image-y52.pages.dev/file/e209c05353ecd60301068.jpg
替换二维码链接:https://telegraph-image-y52.pages.dev/file/9b0b1678353a13d87bd05.jpg