From 4401295f0a99cdf69546eccd0532fb83cb10ee44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E5=86=9B=E4=BB=81?= <3115324624@qq.com> Date: Wed, 4 Dec 2024 10:52:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E5=92=8C=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yuan ma/mp-shop/pages/search/search.js | 16 ++++++++-------- yuan ma/mp-shop/pages/search/search.wxml | 2 +- yuan ma/mp-shop/pages/search/search.wxss | 20 ++++++++++---------- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/yuan ma/mp-shop/pages/search/search.js b/yuan ma/mp-shop/pages/search/search.js index 8263f11..2590ff7 100644 --- a/yuan ma/mp-shop/pages/search/search.js +++ b/yuan ma/mp-shop/pages/search/search.js @@ -13,17 +13,17 @@ Page({ /** * 生命周期函数--监听页面加载2 *.list-keywords { - *margin: 10px; - *padding: 10px; - *background: #fff; - *} + *margin: 10px;1 + *padding: 10px;1 + *background: #fff;1 + *}1 *.list-keywords .item{ - *display: inline-block; + *display: inline-block;1 *padding: 5px 10px; - *background: #f1f1f1; + *background: #f1f1f1;1 *margin: 5px; - *font-size: 12px; - *color: #666; + *font-size: 12px;1 + *color: #666;1 *} */ onLoad(options) { diff --git a/yuan ma/mp-shop/pages/search/search.wxml b/yuan ma/mp-shop/pages/search/search.wxml index aa69fe2..44edb5d 100644 --- a/yuan ma/mp-shop/pages/search/search.wxml +++ b/yuan ma/mp-shop/pages/search/search.wxml @@ -1,6 +1,6 @@ - 搜索//搜索提示 + 搜索//搜索提示11 {{ item.content }} diff --git a/yuan ma/mp-shop/pages/search/search.wxss b/yuan ma/mp-shop/pages/search/search.wxss index baf9e30..e613bb6 100644 --- a/yuan ma/mp-shop/pages/search/search.wxss +++ b/yuan ma/mp-shop/pages/search/search.wxss @@ -1,13 +1,13 @@ -.list-keywords {//搜索框设置 - margin: 10px;//外边距 - padding: 10px;//内边距 - background: #fff;//背景色 +.list-keywords {//搜索框设置1 + margin: 10px;//外边距1 + padding: 10px;//内边距1 + background: #fff;//背景色1 } .list-keywords .item{ - display: inline-block;//样式 - padding: 5px 10px;//内边距 - background: #f1f1f1;//背景 - margin: 5px;//外边距 - font-size: 12px;//字号 - color: #666;//颜色 + display: inline-block;//样式1 + padding: 5px 10px;//内边距1 + background: #f1f1f1;//背景1 + margin: 5px;//外边距1 + font-size: 12px;//1 + color: #666;//颜色1 }