feat:商品详情的样式调整
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 38 KiB |
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user