细节优化

This commit is contained in:
kron
2025-10-21 15:13:22 +08:00
parent 5a7605e9d2
commit 6087e1bf94
6 changed files with 72 additions and 62 deletions

View File

@@ -273,7 +273,7 @@ onShareTimeline(() => {
</button>
</view>
</view>
<view class="title">
<view class="title" :style="{ marginBottom: 0 }">
<image src="../static/point-book-title1.png" mode="widthFix" />
</view>
<view class="heat-map">
@@ -441,9 +441,10 @@ onShareTimeline(() => {
}
.heat-map {
position: relative;
margin: 10rpx;
margin: 0 auto;
width: calc(100vw - 70rpx);
height: calc(100vw - 70rpx);
transform: scale(0.9);
}
.heat-map > image {
width: 100%;
@@ -467,7 +468,7 @@ onShareTimeline(() => {
width: 100%;
display: flex;
justify-content: flex-end;
margin-top: -100rpx;
margin-top: -120rpx;
position: relative;
z-index: 10;
}