首页-搜索栏上方实名认证、资质认证、平台担保样式调整:分散居中

This commit is contained in:
1378012178@qq.com 2025-02-12 08:53:34 +08:00
parent bc7b5c9e80
commit 14d9a50a62
1 changed files with 7 additions and 1 deletions

View File

@ -37,7 +37,7 @@
</view>-->
</view>
<view class="index-headset">
<view class="index-headset smrz">
<!--<image style="width: 26rpx; height: 26rpx;" src="../../static/index-nav-4.png" @click="goChat()" mode="widthFix"></image>
<image src="../../static/index-nav-5.png" mode="widthFix"></image> -->
<image class="index-yanzheng" src="../../static/images/index/renzheng01.png" mode=""></image>
@ -2916,4 +2916,10 @@
display: flex;
flex-direction: column;
}
.smrz {
display: flex;
justify-content: space-between;
padding-left: 20%;
padding-right: 20%;
}
</style>