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

预售顶部修改

parent 10b70e93
<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">
<view class="searchBox" :style="{ border }">
<image
......@@ -18,6 +23,7 @@
/>
</view>
</Search>
<view class="container">
<view class="nav">
<wd-swiper
:list="swiperList"
......@@ -30,6 +36,7 @@
imageMode="aspectFill"
></wd-swiper>
</view>
</view>
<view class="sort">
<view style="display: flex; flex-direction: row">
<view
......@@ -286,8 +293,6 @@ page {
background: #f3f3f3;
}
.container {
background: linear-gradient(180deg, #71c456 0%, rgba(243, 243, 243, 0) 100%);
height: 360rpx;
}
.nav {
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