更新
This commit is contained in:
parent
6b1c9700d6
commit
afec5c706d
@ -2,8 +2,8 @@
|
||||
"name" : "惠农生活",
|
||||
"appid" : "__UNI__3A527D1",
|
||||
"description" : "",
|
||||
"versionName" : "1.8.1",
|
||||
"versionCode" : 181,
|
||||
"versionName" : "1.8.6",
|
||||
"versionCode" : 186,
|
||||
"transformPx" : false,
|
||||
/* 5+App特有相关 */
|
||||
"app-plus" : {
|
||||
|
@ -1,21 +1,16 @@
|
||||
<template>
|
||||
<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="top">
|
||||
<!-- <view style="height: 10px;">
|
||||
</view> -->
|
||||
<view class="head_tit">
|
||||
<view class="" style="display: flex;align-items: center;">
|
||||
<view class="back" @click='backjJump()' style="margin-right: 17rpx;">
|
||||
<!-- <u--image :showLoading="true" src="/static/images/LHYC/PFH.png" width="50.82rpx"
|
||||
height="50.82rpx"></u--image> -->
|
||||
<i class="iconfont icon-xiangzuo" style="font-size: 40rpx;text-align: left;"></i>
|
||||
|
||||
<i class="iconfont icon-xiangzuo" style="font-size: 40rpx;text-align: left;color:#fff"></i>
|
||||
</view>
|
||||
<view style="font-size: 40rpx;">
|
||||
<!-- {{titName}} -->
|
||||
<view style="font-size: 40rpx;color:#fff;">
|
||||
名优特产
|
||||
</view>
|
||||
</view>
|
||||
@ -31,13 +26,10 @@
|
||||
|
||||
</view>
|
||||
</view>
|
||||
<view class="content">
|
||||
<!-- <view class="content">
|
||||
<view class="hot_serch">
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="goodslist">
|
||||
<WaterfallsFlowp :wfList="storeList" @itemTap="itemTap" :type="1" />
|
||||
</view>
|
||||
@ -559,7 +551,10 @@
|
||||
/* #ifdef H5 */
|
||||
padding-top: 30rpx;
|
||||
/* #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;
|
||||
z-index: 999;
|
||||
width: 100%;
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user