|
|
@@ -12,16 +12,63 @@ |
|
|
|
|
|
|
|
<!-- 内容开始 --> |
|
|
|
<div class="main"> |
|
|
|
<van-tabs v-model="active" sticky> |
|
|
|
<van-tabs v-model="active" sticky animated> |
|
|
|
<van-tab title="保险公司"> |
|
|
|
<div class="search"> |
|
|
|
<img src="../../../../static/images/agriculturalTrusteeship/index/search_icon_01.png" /> |
|
|
|
<input type="text" placeholder="输入需求进行搜索" /> |
|
|
|
<img src="../../../../static/images/agriculturalTrusteeship/index/search_icon_02.png" /> |
|
|
|
</div> |
|
|
|
|
|
|
|
<van-list |
|
|
|
v-model="loading" |
|
|
|
:finished="finished" |
|
|
|
finished-text="没有更多了" |
|
|
|
> |
|
|
|
<div class="content" v-for="item in 10" :key="item"> |
|
|
|
<p class="content_tt">张三李四合伙开公司有限公司</p> |
|
|
|
<div class="content_con"> |
|
|
|
<div class="content_con_left"> |
|
|
|
<p>60个产品</p> |
|
|
|
<p>林巧巧</p> |
|
|
|
<p>18765332194</p> |
|
|
|
</div> |
|
|
|
<div class="content_con_right"> |
|
|
|
<img src="../../../../static/images/agriculturalTrusteeship/index/test.png"> |
|
|
|
<img src="../../../../static/images/agriculturalTrusteeship/index/test.png"> |
|
|
|
<img src="../../../../static/images/agriculturalTrusteeship/insurance/insurance_go.png"> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</van-list> |
|
|
|
|
|
|
|
</van-tab> |
|
|
|
<van-tab title="保险产品"> |
|
|
|
内容 |
|
|
|
<div class="search"> |
|
|
|
<img src="../../../../static/images/agriculturalTrusteeship/index/search_icon_01.png" /> |
|
|
|
<input type="text" placeholder="输入需求进行搜索" /> |
|
|
|
<img src="../../../../static/images/agriculturalTrusteeship/index/search_icon_02.png" /> |
|
|
|
</div> |
|
|
|
|
|
|
|
<van-list |
|
|
|
v-model="loading" |
|
|
|
:finished="finished" |
|
|
|
finished-text="没有更多了" |
|
|
|
> |
|
|
|
<!-- @load="onLoad"--> |
|
|
|
<div class="main_content_right_list" v-for="item in 10" :key="item"> |
|
|
|
<img src="../../../../static/images/agriculturalTrusteeship/index/test.png"> |
|
|
|
<div class="main_content_right_list_content"> |
|
|
|
<p class="tt">如果只有一行就空着啊啊啊啊啊啊啊啊啊啊啊啊</p> |
|
|
|
<!-- <div class="tab">--> |
|
|
|
<!-- <p>¥<span>66</span>.00/亩</p>--> |
|
|
|
<!-- <p><span>销 600</span><span>分 4.7</span></p>--> |
|
|
|
<!-- </div>--> |
|
|
|
<p class="name">张三社会服务旗舰店</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</van-list> |
|
|
|
|
|
|
|
</van-tab> |
|
|
|
</van-tabs> |
|
|
|
</div> |
|
|
@@ -94,6 +141,7 @@ |
|
|
|
} |
|
|
|
/deep/ .van-tabs__content{ |
|
|
|
background: #ffffff; |
|
|
|
padding-top: 2vh; |
|
|
|
} |
|
|
|
.search{ |
|
|
|
display: flex; |
|
|
@@ -110,5 +158,111 @@ |
|
|
|
margin-left: 10PX; |
|
|
|
} |
|
|
|
} |
|
|
|
.content{ |
|
|
|
width: 92%; |
|
|
|
margin: 0 auto; |
|
|
|
box-shadow: 0px 0px 10PX rgba(0,0,0,0.1); |
|
|
|
border-radius: 10PX; |
|
|
|
margin-top: 2vh; |
|
|
|
padding: 1.5vh 4%; |
|
|
|
.content_tt{ |
|
|
|
font-size: .35rem; |
|
|
|
} |
|
|
|
.content_con{ |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
margin-top: 1.5vh; |
|
|
|
.content_con_left{ |
|
|
|
display: flex; |
|
|
|
flex-direction:column; |
|
|
|
justify-content: space-between; |
|
|
|
p{ |
|
|
|
font-size: .35rem; |
|
|
|
padding-left: 18PX; |
|
|
|
&:nth-child(1){ |
|
|
|
background: url("../../../../static/images/agriculturalTrusteeship/insurance/insurance_list_project.png") no-repeat left center; |
|
|
|
} |
|
|
|
&:nth-child(2){ |
|
|
|
background: url("../../../../static/images/agriculturalTrusteeship/insurance/insurance_list_name.png") no-repeat left center; |
|
|
|
} |
|
|
|
&:nth-child(3){ |
|
|
|
background: url("../../../../static/images/agriculturalTrusteeship/insurance/insurance_list_iphone.png") no-repeat left center; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.content_con_right{ |
|
|
|
display: flex; |
|
|
|
justify-content: end; |
|
|
|
align-items: center; |
|
|
|
img{ |
|
|
|
border-radius: 10PX; |
|
|
|
width: 40%; |
|
|
|
margin-left: 5%; |
|
|
|
box-shadow: 0px 5PX 10PX rgba(0,0,0,0.2); |
|
|
|
&:last-child{ |
|
|
|
width: auto; |
|
|
|
box-shadow: none; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.main_content_right_list{ |
|
|
|
display: flex; |
|
|
|
margin: 0 auto; |
|
|
|
margin-top: 2vh; |
|
|
|
width: 92%; |
|
|
|
img{ |
|
|
|
border-radius: 15PX; |
|
|
|
margin-right: 4%; |
|
|
|
width: 20%; |
|
|
|
} |
|
|
|
.main_content_right_list_content{ |
|
|
|
display: flex; |
|
|
|
flex-direction:column; |
|
|
|
justify-content: space-between; |
|
|
|
.tt{ |
|
|
|
color: #333333; |
|
|
|
font-size: .35rem; |
|
|
|
} |
|
|
|
.tab{ |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
p{ |
|
|
|
&:nth-child(1){ |
|
|
|
flex: 1; |
|
|
|
color: #FF5E00; |
|
|
|
span{ |
|
|
|
font-size: .4rem; |
|
|
|
} |
|
|
|
} |
|
|
|
&:nth-child(2){ |
|
|
|
flex: 1; |
|
|
|
span{ |
|
|
|
width: 50%; |
|
|
|
display: inline-block; |
|
|
|
text-align: center; |
|
|
|
padding: 2PX 2PX; |
|
|
|
&:nth-child(1){ |
|
|
|
color: #497CE8; |
|
|
|
background: #E2E9FD; |
|
|
|
border-top-left-radius: 10PX; |
|
|
|
} |
|
|
|
&:nth-child(2){ |
|
|
|
color: #ffffff; |
|
|
|
background-image: linear-gradient(to right , #5D87FA , #5FD5F5); |
|
|
|
border-bottom-right-radius: 10PX; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.name{ |
|
|
|
color: #8F8F8F; |
|
|
|
background: url("../../../../static/images/agriculturalTrusteeship/index/name_icon.png") no-repeat left center; |
|
|
|
padding-left: 18PX; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |