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