/**app.wxss**/ page,view,text,input,scroll-view{ box-sizing: border-box; font-size: 28rpx; color: #333; } page{ background: #EEEEEE; padding: 20rpx 30rpx 0; } .search{ position: relative; } .search input{ display: block; height: 64rpx; background: #fff; border-radius: 18rpx; width: 100%; padding: 0 24rpx; } .search image{ width: 34rpx; position: absolute; right: 24rpx; top: 0; bottom: 0; margin: auto; }