This commit is contained in:
2023-11-13 14:48:09 +08:00
parent c5f2bb73e9
commit dad961d35e

View File

@ -28,9 +28,7 @@
<view class="placeholder" id="placeholder"></view>
</view>
</scroll-view>
<view class="background" @tap="information">
<image src="/static/huanzhe.png" mode=""></image>
</view>
<image class="background" src="/static/huanzhe.png" mode="" @tap="information"></image>
<!-- 底部输入 -->
<view class="input-box" :class="{ 'input-box-mpInputMargin': mpInputMargin }">
<view class="input-box-flex">
@ -529,20 +527,14 @@
<style lang="scss" scoped>
.background {
font-size: 24rpx;
font-family: SourceHanSansCN-Regular, SourceHanSansCN;
font-weight: 400;
color: #18CBB3;
line-height: 38rpx;
// background-color: red;
position: absolute;
left: 6%;
bottom: 8%;
image {
width: 277rpx;
height: 32rpx;
}
width: 277rpx;
height: 32rpx;
}
page {