feat:商品详情的样式调整

This commit is contained in:
2025-09-11 21:23:27 +08:00
parent 9adba3efa3
commit 24206e8d79
8 changed files with 171 additions and 51 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

@@ -1,9 +1,7 @@
<template>
<view class="store-address" @click="openMap">
<view class="text-container">
<text class="location-label"
>位于{{ orderData.oneLevelAddress }}
</text>
<text class="location-label">位于 {{ orderData.oneLevelAddress }} </text>
<text class="address-text">{{ orderData.commodityAddress }}</text>
</view>
<image

View File

@@ -1,13 +1,14 @@
.store-address {
display: flex;
align-items: center;
margin: 6px 0;
padding: 16px 12px;
background-color: #f8f9fa;
background-image: url("./images/loc_bg_img.png"); // 预留背景图片位置,用户手动导入
background-size: cover;
background-position: center;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
// box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
font-size: 14px;
color: #333;
position: relative;