|
@@ -16,7 +16,7 @@
|
|
|
|
|
|
.table table td,
|
|
.table table td,
|
|
.table table th {
|
|
.table table th {
|
|
- padding: 10px;
|
|
|
|
|
|
+ padding: 15px;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -30,18 +30,14 @@
|
|
position: relative;
|
|
position: relative;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
- font-size: 20px;
|
|
|
|
|
|
+ font-size: 25px;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
- }
|
|
|
|
-
|
|
|
|
- .shop-name {
|
|
|
|
- width: 350px;
|
|
|
|
- text-align: center;
|
|
|
|
|
|
+ padding: 10px 0;
|
|
}
|
|
}
|
|
|
|
|
|
.order-num {
|
|
.order-num {
|
|
position: absolute;
|
|
position: absolute;
|
|
- top: 0;
|
|
|
|
|
|
+ top: 10px;
|
|
right: 10px;
|
|
right: 10px;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -49,20 +45,14 @@
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
|
|
- .product-list {
|
|
|
|
- display: flex;
|
|
|
|
- flex-wrap: wrap;
|
|
|
|
- justify-content: space-around;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
.product-info {
|
|
.product-info {
|
|
display: flex;
|
|
display: flex;
|
|
padding: 15px 0;
|
|
padding: 15px 0;
|
|
}
|
|
}
|
|
|
|
|
|
.product-img {
|
|
.product-img {
|
|
- width: 150px;
|
|
|
|
- height: 150px;
|
|
|
|
|
|
+ width: 220px;
|
|
|
|
+ height: 220px;
|
|
margin-right: 15px;
|
|
margin-right: 15px;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -83,10 +73,7 @@
|
|
<tr>
|
|
<tr>
|
|
<td colspan="4">
|
|
<td colspan="4">
|
|
<div class="title">
|
|
<div class="title">
|
|
- <div class="shop-name">
|
|
|
|
- <span>平台店铺名称</span>
|
|
|
|
- (配送单)
|
|
|
|
- </div>
|
|
|
|
|
|
+ <div>平台店铺名称(配送单)</div>
|
|
<div class="order-num">订单号:M1</div>
|
|
<div class="order-num">订单号:M1</div>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|
|
@@ -107,14 +94,12 @@
|
|
<tr class="tr-goods">
|
|
<tr class="tr-goods">
|
|
<td style="line-height: 1.5">商品信息</td>
|
|
<td style="line-height: 1.5">商品信息</td>
|
|
<td colspan="3">
|
|
<td colspan="3">
|
|
- <div class="product-list">
|
|
|
|
- <div class="product-info">
|
|
|
|
- <img class="product-img"
|
|
|
|
- src="https://ecloud-cdn.51sssd.com/20230309/9cd72cf69ade42b398aededd219c53a0.jpg">
|
|
|
|
- <div class="other-info">
|
|
|
|
- <p class="product-name content">这里是商品标题</p>
|
|
|
|
- <p class="product-tips">这里是商品的描述信息</p>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <div class="product-info">
|
|
|
|
+ <img class="product-img"
|
|
|
|
+ src="https://ecloud-cdn.51sssd.com/20230309/9cd72cf69ade42b398aededd219c53a0.jpg">
|
|
|
|
+ <div class="other-info">
|
|
|
|
+ <p class="product-name content">这里是商品标题</p>
|
|
|
|
+ <p class="product-tips">这里是商品的描述信息</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|