This article example shares the specific code for the WeChat applet to implement the search box function for your reference. The specific content is as follows Effect: wxml file: <view class="search_input" > <navigator url="/pages/search/search" open-type="navigate" class="navigator"> <text class="iconfont icon-guanbi"></text> Search</navigator> </view> The icon style needs to be imported into text, here we use iconfont .search_input { height: 90rpx; background-color: #eb4450; padding: 10rpx; } .search_input .navigator{ background-color: #fff; height: 100%; display: flex; justify-content: center; align-items: center; border-radius: 15rpx; color: #999; font-size: 32rpx; } In .js: If the component references the global style, you need to add the following attributes options:{ addGlobalClass:true, }, The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: What the website needs most is to improve the experience of the target user group
>>: Web Design TabIndex Element
As the title says: The height is known, the width...
1. Update the entire table. If the value of a col...
I spent a day on it before this. Although Seata i...
In the Linux system, in addition to various accou...
Table of contents Preface difficulty Cross-domain...
This article uses examples to illustrate the impa...
Error screenshot Can't find where the excepti...
1. Add PRIMARY KEY (primary key index) mysql>A...
1. Refine the selector By using combinators, the ...
Let's look at the case first. Use vue+swiper ...
People who often use MySQL may encounter the foll...
Whether it is a corporate website, a personal blo...
text OK, next it’s time to show the renderings. O...
Defining an array in Bash There are two ways to c...
Say it in advance We all know that Docker can ach...