Commit 10b70e93 authored by 张娇(东信)'s avatar 张娇(东信)

预售顶部修改

parent 1cb00740
<template> <template>
<Search
style="position: fixed; top: 0; width: 100%"
:backgroundBox="backgroundBox"
:backIcon="backIcon"
>
<view class="searchBox" :style="{ border }">
<image
class="magnifyingGlass"
src="../../../static/index/magnifyingGlass.png"
mode="aspectFit|aspectFill|widthFix"
/>
<input
type="text"
class="text"
@confirm="toSearch"
placeholder="输入商品名称"
@input="updateModelValue"
@keyup.enter="toSearch"
@focus="toSearch"
/>
</view>
</Search>
<view class="container"> <view class="container">
<view class="top"> <Search :backgroundBox="backgroundBox" :backIcon="backIcon">
<!-- <Search--> <view class="searchBox" :style="{ border }">
<!-- style="position: fixed; top: 0; width: 100%"--> <image
<!-- :backgroundBox="backgroundBox"--> class="magnifyingGlass"
<!-- :backIcon="backIcon"--> src="../../../static/index/magnifyingGlass.png"
<!-- >--> mode="aspectFit|aspectFill|widthFix"
<!-- <view class="searchBox" :style="{ border }">--> />
<!-- <image--> <input
<!-- class="magnifyingGlass"--> type="text"
<!-- src="../../../static/index/magnifyingGlass.png"--> class="text"
<!-- mode="aspectFit|aspectFill|widthFix"--> @confirm="toSearch"
<!-- />--> placeholder="输入商品名称"
<!-- <input--> @input="updateModelValue"
<!-- type="text"--> @keyup.enter="toSearch"
<!-- class="text"--> @focus="toSearch"
<!-- @confirm="toSearch"--> />
<!-- placeholder="输入商品名称"--> </view>
<!-- @input="updateModelValue"--> </Search>
<!-- @keyup.enter="toSearch"-->
<!-- @focus="toSearch"-->
<!-- />-->
<!-- </view>-->
<!-- </Search>-->
</view>
<view class="nav"> <view class="nav">
<wd-swiper <wd-swiper
:list="swiperList" :list="swiperList"
...@@ -314,18 +286,12 @@ page { ...@@ -314,18 +286,12 @@ page {
background: #f3f3f3; background: #f3f3f3;
} }
.container { .container {
.top { background: linear-gradient(180deg, #71c456 0%, rgba(243, 243, 243, 0) 100%);
width: 100%; height: 360rpx;
height: 440rpx;
background: linear-gradient(180deg, #71c456 0%, rgba(243, 243, 243, 0) 100%);
border-radius: 0rpx 0rpx 0rpx 0rpx;
overflow: hidden;
}
} }
.nav { .nav {
width: 710rpx; width: 710rpx;
margin-left: 18rpx; margin-left: 18rpx;
margin-top: -300rpx;
} }
.nav-img { .nav-img {
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