细节优化
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user