搜索框长度

parent 69fa74ea
......@@ -326,7 +326,7 @@ page {
}
.searchBoxs {
width: 480rpx;
width: 420rpx;
height: 56rpx;
background: #f3f3f3;
border-radius: 28rpx 28rpx 28rpx 28rpx;
......
......@@ -709,7 +709,7 @@ page {
gap: 14rpx;
}
.searchBoxs {
width: 492rpx;
width: 420rpx;
height: 66rpx;
background: #f3f3f3;
border-radius: 33rpx;
......
......@@ -2,7 +2,7 @@
<view class="container">
<!-- <Header :title="shopDetail.shopName"></Header> -->
<Search :title="shopDetail.shopName" backgroundBox="white" :showTitle="true"></Search>
<view class="content">
<view class="content1">
<view class="shop">
<image :src="fileDomain + shopDetail.shopLogo" class="logo" mode="aspectFill"></image>
<view class="info">
......@@ -339,7 +339,7 @@ page {
.container {
width: 375 * 2rpx;
margin: 0 auto;
.content {
.content1 {
display: flex;
flex-direction: column;
padding: 20rpx 26rpx 26rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment