更新
This commit is contained in:
parent
6b1c9700d6
commit
afec5c706d
@ -2,8 +2,8 @@
|
|||||||
"name" : "惠农生活",
|
"name" : "惠农生活",
|
||||||
"appid" : "__UNI__3A527D1",
|
"appid" : "__UNI__3A527D1",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.8.1",
|
"versionName" : "1.8.6",
|
||||||
"versionCode" : 181,
|
"versionCode" : 186,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
@ -1,21 +1,16 @@
|
|||||||
<template>
|
<template>
|
||||||
<view style="background-color: #F0F2F5;min-height: 100vh">
|
<view style="background-color: #F0F2F5;min-height: 100vh">
|
||||||
<view style="height: var(--status-bar-height);"></view>
|
<!-- <view style="height: var(--status-bar-height);"></view> -->
|
||||||
|
<image style="width:750rpx" mode="widthFix" src="https://lihai001.oss-cn-chengdu.aliyuncs.com/public/uploads/new_activity/mingyoutechan.webp"></image>
|
||||||
<view class='productList' :style="viewColor">
|
<view class='productList' :style="viewColor">
|
||||||
<!-- 顶部 -->
|
<!-- 顶部 -->
|
||||||
<view class="top">
|
<view class="top">
|
||||||
<!-- <view style="height: 10px;">
|
|
||||||
</view> -->
|
|
||||||
<view class="head_tit">
|
<view class="head_tit">
|
||||||
<view class="" style="display: flex;align-items: center;">
|
<view class="" style="display: flex;align-items: center;">
|
||||||
<view class="back" @click='backjJump()' style="margin-right: 17rpx;">
|
<view class="back" @click='backjJump()' style="margin-right: 17rpx;">
|
||||||
<!-- <u--image :showLoading="true" src="/static/images/LHYC/PFH.png" width="50.82rpx"
|
<i class="iconfont icon-xiangzuo" style="font-size: 40rpx;text-align: left;color:#fff"></i>
|
||||||
height="50.82rpx"></u--image> -->
|
|
||||||
<i class="iconfont icon-xiangzuo" style="font-size: 40rpx;text-align: left;"></i>
|
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view style="font-size: 40rpx;">
|
<view style="font-size: 40rpx;color:#fff;">
|
||||||
<!-- {{titName}} -->
|
|
||||||
名优特产
|
名优特产
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -31,13 +26,10 @@
|
|||||||
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="content">
|
<!-- <view class="content">
|
||||||
<view class="hot_serch">
|
<view class="hot_serch">
|
||||||
</view>
|
</view>
|
||||||
|
</view> -->
|
||||||
|
|
||||||
|
|
||||||
</view>
|
|
||||||
<view class="goodslist">
|
<view class="goodslist">
|
||||||
<WaterfallsFlowp :wfList="storeList" @itemTap="itemTap" :type="1" />
|
<WaterfallsFlowp :wfList="storeList" @itemTap="itemTap" :type="1" />
|
||||||
</view>
|
</view>
|
||||||
@ -559,7 +551,10 @@
|
|||||||
/* #ifdef H5 */
|
/* #ifdef H5 */
|
||||||
padding-top: 30rpx;
|
padding-top: 30rpx;
|
||||||
/* #endif */
|
/* #endif */
|
||||||
background-color: #F0F2F5;
|
background: url('https://lihai001.oss-cn-chengdu.aliyuncs.com/public/uploads/new_activity/mingyoutechan.webp');
|
||||||
|
background-size: cover; /* 设置背景图片覆盖整个容器,可能会被裁剪以完全覆盖 */
|
||||||
|
background-position: top; /* 设置背景图片居中显示 */
|
||||||
|
background-repeat: no-repeat; /* 确保背景图片不重复 */
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user