Commit 60aebc7a authored by 张娇(东信)'s avatar 张娇(东信)

预售顶部修改

parent 10b70e93
<template> <template>
<view class="container"> <view
style="
background: linear-gradient(180deg, #71c456 0%, rgba(129, 159, 81, 0) 100%);
height: 720rpx;
"
>
<Search :backgroundBox="backgroundBox" :backIcon="backIcon"> <Search :backgroundBox="backgroundBox" :backIcon="backIcon">
<view class="searchBox" :style="{ border }"> <view class="searchBox" :style="{ border }">
<image <image
...@@ -18,17 +23,19 @@ ...@@ -18,17 +23,19 @@
/> />
</view> </view>
</Search> </Search>
<view class="nav"> <view class="container">
<wd-swiper <view class="nav">
:list="swiperList" <wd-swiper
autoplay :list="swiperList"
v-model:current="current" autoplay
@click="handleClick" v-model:current="current"
@change="onChange" @click="handleClick"
customClass="guiyang" @change="onChange"
height="220" customClass="guiyang"
imageMode="aspectFill" height="220"
></wd-swiper> imageMode="aspectFill"
></wd-swiper>
</view>
</view> </view>
<view class="sort"> <view class="sort">
<view style="display: flex; flex-direction: row"> <view style="display: flex; flex-direction: row">
...@@ -286,8 +293,6 @@ page { ...@@ -286,8 +293,6 @@ page {
background: #f3f3f3; background: #f3f3f3;
} }
.container { .container {
background: linear-gradient(180deg, #71c456 0%, rgba(243, 243, 243, 0) 100%);
height: 360rpx;
} }
.nav { .nav {
width: 710rpx; width: 710rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment