hookehuyr

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

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