微信小程序之搜索框样式(带源码)

一、效果图:

点击搜索框,"请输入搜索内容消失",可输入关键字

二、代码:

2.1、WXML代码:

html 复制代码
<!--搜索框部分-->
    <view class="search">
        <view class="search-btn">🔍</view>
        <input type="text" placeholder="请输入搜索内容" bindinput="onSearchInput" value="{{search}}" />
        <view class="search_btn"   bindtap="onSearch">搜索</view>
    </view>

2.2、WXSS代码:

css 复制代码
/* 搜索框*/

.search {
    display: flex;
    align-items: center;
    height: 90rpx;
    width: 720rpx;
    justify-content: space-between;
    padding: 0 20rpx;
    margin-top: 20rpx;
    margin-bottom: 20rpx;
    box-sizing: border-box;
    background-color: blue;
    opacity: 0.8;
    border-radius: 40rpx;
}

.search input {
    width: 480rpx;
}

.search .search_btn {
    height: 55rpx;
    width: 110rpx;
    border-radius: 55rpx;
    background-color: blue;
    color: #ffffff;
    text-align: center;
    line-height: 55rpx;
    cursor: pointer;
}
相关推荐
爱勇宝12 小时前
一个家庭成长小程序的 MVP 复盘:看到用户在用我很欣慰
微信小程序·产品·设计
投票竞赛19 小时前
6 类细分场景在线投票工具,微信小程序亲测测评精准匹配对应评选需求
小程序
这是个栗子1 天前
uni-app微信小程序开发:高频核心 API(三)
微信小程序·小程序·uni-app
quweiie2 天前
thinkphp8结合jwt与微信小程序接口鉴权
微信小程序·小程序·thinkphp接口·接口鉴权
黄华SJ520it3 天前
预约上门系统开发:懒人经济下的商业机遇与技术实践
小程序·系统开发
软件技术新观察3 天前
2026年北京教育医疗小程序与APP定制开发:十大服务商实力测评
大数据·小程序
万岳科技程序员小金3 天前
真人数字人小程序如何开发?AI数字人平台搭建流程全面解析
人工智能·小程序·ai数字人系统源码·ai数字人平台搭建·ai数字人小程序开发
didiplus3 天前
我在GitHub刷到一个诗词API,顺手写了款小程序
微信小程序
言乐63 天前
Python实现可运行解密游戏游戏框架
python·游戏·小程序·游戏程序·关卡设计
2501_915106324 天前
iOS 软件测试工具性能监控、日志分析 KeyMob、Instruments等
android·ios·小程序·https·uni-app·iphone·webview