hookehuyr

首页三个提示样式定位修改-Bob

<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-05-26 14:38:21
* @LastEditTime: 2024-05-28 16:36:25
* @FilePath: /meihuaApp/src/pages/index/index.vue
* @Description: 首页
-->
......@@ -9,14 +9,16 @@
<view class="index-page">
<scroll-view :style="scrollStyle" :scroll-y="true" :scroll-top="scrollTop" :scroll-with-animation="true" @scroll="onScroll" @scrolltoupper="onScrollToUpper" @scrolltolower="onScrollToLower">
<view class="index-cover">
<view @tap="onShowNotice(1)" style="position: absolute; left: 0; top: 8rem;">
<image mode="aspectFill" src="http://cdn.ipadbiz.cn/meihua/home_icon_1.jpg" style="width: 6rem; height: 2rem;" />
</view>
<view @tap="onShowNotice(2)" style="position: absolute; left: 0; top: 11rem;">
<image mode="aspectFill" src="http://cdn.ipadbiz.cn/meihua/home_icon_2.jpg" style="width: 6rem; height: 2rem;" />
</view>
<view @tap="onShowNotice(3)" style="position: absolute; left: 0; top: 14rem;">
<image mode="aspectFill" src="http://cdn.ipadbiz.cn/meihua/home_icon_3.jpg" style="width: 6rem; height: 2rem;" />
<view style="position: absolute; right: 1rem; top: 1rem; display: flex;">
<view @tap="onShowNotice(3)" style="">
<image mode="aspectFill" src="http://cdn.ipadbiz.cn/meihua/%E8%AE%BE%E6%96%BD1.png" style="width: 2rem; height: 6rem;" />
</view>
<view @tap="onShowNotice(2)" style="margin: 0 0.75rem;">
<image mode="aspectFill" src="http://cdn.ipadbiz.cn/meihua/%E5%85%A5%E4%BD%8F1.png" style="width: 2rem; height: 6rem;" />
</view>
<view @tap="onShowNotice(1)" style="">
<image mode="aspectFill" src="http://cdn.ipadbiz.cn/meihua/%E6%8E%A0%E5%BD%B11.png" style="width: 2rem; height: 6rem;" />
</view>
</view>
<image :style="coverStyle" mode="aspectFill" :src="banner_url" />
<view @tap="onArrowDown" class="cover-arrow">
......