搜索框长度

parent 69fa74ea
...@@ -326,7 +326,7 @@ page { ...@@ -326,7 +326,7 @@ page {
} }
.searchBoxs { .searchBoxs {
width: 480rpx; width: 420rpx;
height: 56rpx; height: 56rpx;
background: #f3f3f3; background: #f3f3f3;
border-radius: 28rpx 28rpx 28rpx 28rpx; border-radius: 28rpx 28rpx 28rpx 28rpx;
......
...@@ -709,7 +709,7 @@ page { ...@@ -709,7 +709,7 @@ page {
gap: 14rpx; gap: 14rpx;
} }
.searchBoxs { .searchBoxs {
width: 492rpx; width: 420rpx;
height: 66rpx; height: 66rpx;
background: #f3f3f3; background: #f3f3f3;
border-radius: 33rpx; border-radius: 33rpx;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<view class="container"> <view class="container">
<!-- <Header :title="shopDetail.shopName"></Header> --> <!-- <Header :title="shopDetail.shopName"></Header> -->
<Search :title="shopDetail.shopName" backgroundBox="white" :showTitle="true"></Search> <Search :title="shopDetail.shopName" backgroundBox="white" :showTitle="true"></Search>
<view class="content"> <view class="content1">
<view class="shop"> <view class="shop">
<image :src="fileDomain + shopDetail.shopLogo" class="logo" mode="aspectFill"></image> <image :src="fileDomain + shopDetail.shopLogo" class="logo" mode="aspectFill"></image>
<view class="info"> <view class="info">
...@@ -339,7 +339,7 @@ page { ...@@ -339,7 +339,7 @@ page {
.container { .container {
width: 375 * 2rpx; width: 375 * 2rpx;
margin: 0 auto; margin: 0 auto;
.content { .content1 {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: 20rpx 26rpx 26rpx; 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