From 3519bbe66b8b96f6535cabae908e9d38d60d6a4d Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Tue, 17 Sep 2019 14:25:23 +0800 Subject: [PATCH] =?UTF-8?q?[=E9=97=A8=E5=BA=97=E5=88=97=E8=A1=A8][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9]:[=E4=BF=AE=E6=94=B9=E9=97=A8=E5=BA=97?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E7=9A=84=E6=90=9C=E7=B4=A2]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.js | 4 ---- index/searchbar.wxml | 6 +++--- index/searchbar.wxss | 15 +++++++++++++++ 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/config/config.js b/config/config.js index 480214f..18be5cc 100755 --- a/config/config.js +++ b/config/config.js @@ -276,10 +276,6 @@ var config = { * 专题详情 */ topicFindById:"/topic/findById", - /** - * 积分兑换 - */ - addIntegral: "/credit/add", /** * 积分券详情 */ diff --git a/index/searchbar.wxml b/index/searchbar.wxml index 3304717..09ca56f 100644 --- a/index/searchbar.wxml +++ b/index/searchbar.wxml @@ -1,10 +1,10 @@ - - +搜索门店 + - + diff --git a/index/searchbar.wxss b/index/searchbar.wxss index eb3ec13..b30234e 100644 --- a/index/searchbar.wxss +++ b/index/searchbar.wxss @@ -1,3 +1,18 @@ +.search{ + z-index:5000; + left:0; + right: 0; + margin: auto; + width: 700rpx; + height: 68rpx; + line-height: 68rpx; + border:1px solid #ccc; + background: #fff; + border-radius:10rpx; + text-align: center; + color: #999; + font-size:30rpx; +} .under_line{ width: 100%; }