修改详情线粗细位置

This commit is contained in:
张凯 2025-05-29 15:08:32 +08:00
parent afbee5b7cd
commit 19edb90d88
2 changed files with 6 additions and 4 deletions

View File

@ -49,7 +49,9 @@
<image src="../../static/center/Alarm.png" mode="" class="icon-size"></image> <image src="../../static/center/Alarm.png" mode="" class="icon-size"></image>
<span>{{ formattedTime.formattedTime }}</span> <span>{{ formattedTime.formattedTime }}</span>
</span> </span>
<span class="line"></span> <span class="line"></span>
<span class="first-image flex align-items" <span class="first-image flex align-items"
@click.stop="toMap(detail.latitude, detail.longitude, detail.address_detail)"> @click.stop="toMap(detail.latitude, detail.longitude, detail.address_detail)">
<image src="/static/center/address.png" mode="" class="icon-size"></image> <image src="/static/center/address.png" mode="" class="icon-size"></image>
@ -1227,7 +1229,7 @@ export default {
.line { .line {
width: 690rpx; width: 690rpx;
height: 1rpx; height: 2rpx;
background: #F0F0F0; background: #F0F0F0;
margin: 19rpx 0; margin: 19rpx 0;
} }
@ -1379,7 +1381,7 @@ export default {
.line { .line {
width: 642rpx; width: 642rpx;
height: 1rpx; height: 1rpx;
background: #D9D9D9; background: #F0F0F0;
box-shadow: 1rpx 1rpx 0rpx 0rpx rgba(102, 102, 102, 0.25); box-shadow: 1rpx 1rpx 0rpx 0rpx rgba(102, 102, 102, 0.25);
border-radius: 0rpx 0rpx 0rpx 0rpx; border-radius: 0rpx 0rpx 0rpx 0rpx;
} }

View File

@ -990,7 +990,7 @@
.line { .line {
width: 690rpx; width: 690rpx;
height: 1rpx; height: 2rpx;
background: #F0F0F0; background: #F0F0F0;
margin: 19rpx 0; margin: 19rpx 0;
} }
@ -1154,7 +1154,7 @@
.line { .line {
width: 642rpx; width: 642rpx;
height: 1rpx; height: 1rpx;
background: #D9D9D9; background: #F0F0F0;
box-shadow: 1rpx 1rpx 0rpx 0rpx rgba(102, 102, 102, 0.25); box-shadow: 1rpx 1rpx 0rpx 0rpx rgba(102, 102, 102, 0.25);
border-radius: 0rpx 0rpx 0rpx 0rpx; border-radius: 0rpx 0rpx 0rpx 0rpx;
} }