flat: style修改

This commit is contained in:
Apcallover
2024-02-19 15:42:36 +08:00
parent cb8cd03e5d
commit c0882a2c82

View File

@@ -1,9 +1,13 @@
<template>
<view class="home-body">
<!-- <view class="home_top">
</view> -->
<uni-nav-bar :shadow="false" >
<view class="headd" @click="goSeach">
<image src="../../static/img/search.svg" style="width: 32rpx;height: 32rpx;" mode=""></image>
<input type="text" confirm-type="搜索" v-model="keywords" placeholder="请搜索任务名称或公司名称" />
<!-- <image src="../../static/img/search.svg" style="width: 32rpx;height: 32rpx; color: blue;" mode=""></image> -->
<u-icon name="search" color="#2979ff" size="28"></u-icon>
<input placeholder-class="search_style" type="text" confirm-type="搜索" v-model="keywords" placeholder="请搜索任务名称或公司名称" />
</view>
</uni-nav-bar>
<view class="homeHead">
@@ -472,6 +476,9 @@
</script>
<style>
.search_style{
color: blue;
}
.home-body {
overflow-x: hidden;
/* background-color: #FFFFFF; */
@@ -493,6 +500,7 @@
.headd {
background-color: #f6f6f6;
border-radius: 200rpx;
border: 2rpx solid blue;
display: flex;
justify-content: center;
align-items: center;