首页样式

This commit is contained in:
Mr.jiang 2024-06-26 14:45:44 +08:00
parent b23e5ef90f
commit ada8ffcea4
2 changed files with 16 additions and 11 deletions

View File

@ -5,16 +5,16 @@
<view class="index-top-left font-size-34">盛安到家</view>
<view class="index-top-mian">
<view class="index-top-mian-text">
<image src="../../static/index-nav-1.png" mode="widthFix"></image>
<span class="font-size-19">实名认证</span>
<image style="margin-top: 4px;" src="../../static/index-nav-1.png" mode=""></image>
<span>实名认证</span>
</view>
<view style="margin-top: 2px;" class="index-top-mian-text">
<image src="../../static/index-nav-2.png" mode=""></image>
<span>资质认证</span>
</view>
<view class="index-top-mian-text">
<image src="../../static/index-nav-2.png" mode="widthFix"></image>
<span class="font-size-19">资质认证</span>
</view>
<view class="index-top-mian-text">
<image src="../../static/index-nav-3.png" mode="widthFix"></image>
<span class="font-size-19">平台担保</span>
<image src="../../static/index-nav-3.png" mode=""></image>
<span>平台担保</span>
</view>
</view>
<view class="index-top-right">
@ -942,6 +942,9 @@
</script>
<style scoped>
/deep/.item-descr{
-webkit-line-clamp: 1;
}
.index-card-image{
width: 100%;
height: 100%;
@ -1339,6 +1342,7 @@
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 10px;
}
.index-fujin-view{
width: 222.22rpx;
@ -1622,10 +1626,11 @@
color: #019c88;
font-weight: 400;
margin-left: 5px;
font-size: 13px;
}
.index-top-mian-text image{
width: 20.14rpx;
height: 15.28rpx;
width: 12px;
height: 12px;
}
.index-top{

View File

@ -356,7 +356,7 @@
}else{
uni.showToast({
icon:'error',
title: '提醒成功失败!'
title: '提醒失败!'
})
}
});