在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
<view class='search_box search_box_mt'> <!-- <icon type='search' size='12'></icon> --> <image class="icon" src="../images/s_3.png"></image> <van-icon name="clear" color='#999' style='position:absolute;top:8rpx;right:18rpx;z-index:9;transform: translateY(3px);' bindtap="clearText" /> <input type='text' style="width:160rpx;font-size:20rpx;" value="{{search_text}}" placeholder='请输入ID' bindconfirm='searchFun'></input> </view> .search_box { background-color: #fff; display: flex; padding: 10rpx 20rpx; line-height: 48rpx; align-items: center; position: relative; width: 620rpx; /* height: 70rpx; */ border-radius: 35rpx; border: 2rpx solid #B3B3B3; margin-bottom: 12rpx; color: #B3B3B3; } .search_box_mt { margin-top: 33rpx; } .search_box .icon { width: 31rpx; height: 31rpx; line-height: 48rpx; display: flex; align-items: center; margin-right: 16rpx; } .search_box input { width: 100%; }
|
请发表评论