This commit is contained in:
qsc
2025-09-29 23:26:52 +08:00
parent f8377a56eb
commit 5a4735fabe
10 changed files with 558 additions and 326 deletions
+9 -9
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ data.showName }} - 剑网3万宝楼</title>
<title>{{ showName }} - 剑网3万宝楼</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
@@ -26,7 +26,7 @@
.product-img {
width: 100%;
max-width: 850px;
max-width: 1000px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
@@ -117,19 +117,19 @@
<div class="row">
<!-- 图片在上方 -->
<div class="col-12 text-center mb-3">
<img src="{{ data.imgs }}" alt="{{ data.showName }}" class="product-img">
<img src="{{ imgs }}" alt="{{ showName }}" class="product-img">
</div>
<!-- 文字信息在下方 -->
<div class="col-12 text-center">
<h2 class="mb-2">{{ data.showName }}({{data.Name}})</h2>
<p class="mb-3">{{ data.goodsDesc }}</p>
<h2 class="mb-2">{{ showName }}({{goodsAlias}})</h2>
<p class="mb-3">{{ goodsDesc }}</p>
<div class="row mb-3">
<div class="col-sm-6">
<strong>发布时间:</strong> {{ data.publishTime.split('T')[0] if data.publishTime else '未知' }}
<strong>发布时间:</strong> {{ publishTime.split('T')[0] if publishTime else '未知' }}
</div>
<div class="col-sm-6">
<strong>参考价格:</strong> <span class="price-tag">{{ data.priceNum }} 元</span>
<strong>参考价格:</strong> <span class="price-tag">{{ priceNum }} 元</span>
</div>
</div>
</div>
@@ -156,7 +156,7 @@
</tr>
</thead>
<tbody>
{% for item in data.wblgs %}
{% for item in wblgs %}
<tr>
<td>{{ item.replyTime }}</td>
<td><span class="server-badge">{{ item.belongQf2 }}</span></td>
@@ -191,7 +191,7 @@
</tr>
</thead>
<tbody>
{% for item in data.wblzs %}
{% for item in wblzs %}
<tr>
<td>{{ item.replyTime }}</td>
<td><span class="server-badge">{{ item.belongQf2 }}</span></td>