5.19
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</view>
|
||||
<view class="search">
|
||||
<view class="searchwrap">
|
||||
<up-icon name="search" size="26" color="#999"></up-icon>
|
||||
|
||||
<!-- <up--image
|
||||
:src="ssImg"
|
||||
class="ssImg"
|
||||
@@ -15,7 +15,8 @@
|
||||
width="30rpx"
|
||||
height="30rpx"
|
||||
></up--image> -->
|
||||
<input type="text" class="ipt" />
|
||||
<input type="text" class="ipt" />
|
||||
<up-icon name="search" size="26" color="#999"></up-icon>
|
||||
</view>
|
||||
<up--image
|
||||
:src="headImg"
|
||||
@@ -75,6 +76,7 @@ import ssImg from "@/static/ss.png";
|
||||
justify-content: space-between;
|
||||
.searchwrap {
|
||||
display: flex;
|
||||
padding-right:35rpx;
|
||||
align-items: center;
|
||||
flex: 1;
|
||||
padding-left: 28rpx;
|
||||
@@ -85,6 +87,7 @@ import ssImg from "@/static/ss.png";
|
||||
border-radius: 40rpx;
|
||||
|
||||
.ipt {
|
||||
flex:1;
|
||||
margin-left: 15rpx;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user