From 86f065185a397b959ceddecd4dd98bb86f9a2b15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Fri, 11 Nov 2022 12:01:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=AB=E7=A0=81=20+=20=E5=86=9C=E4=B8=9A?= =?UTF-8?q?=E5=A4=A7=E6=89=98=E7=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../insurance/insuranceList.vue | 158 +++++++++++++++++- .../retrospect/retrospectDetail.vue | 8 +- src/views/lawEnforcement/retrospect/scan.vue | 4 +- .../insurance/insurance_go.png | Bin 0 -> 336 bytes .../insurance/insurance_list_iphone.png | Bin 0 -> 434 bytes .../insurance/insurance_list_name.png | Bin 0 -> 455 bytes .../insurance/insurance_list_project.png | Bin 0 -> 488 bytes 7 files changed, 161 insertions(+), 9 deletions(-) create mode 100644 static/images/agriculturalTrusteeship/insurance/insurance_go.png create mode 100644 static/images/agriculturalTrusteeship/insurance/insurance_list_iphone.png create mode 100644 static/images/agriculturalTrusteeship/insurance/insurance_list_name.png create mode 100644 static/images/agriculturalTrusteeship/insurance/insurance_list_project.png diff --git a/src/views/agriculturalTrusteeship/insurance/insuranceList.vue b/src/views/agriculturalTrusteeship/insurance/insuranceList.vue index c0877ccb..b0fd201e 100644 --- a/src/views/agriculturalTrusteeship/insurance/insuranceList.vue +++ b/src/views/agriculturalTrusteeship/insurance/insuranceList.vue @@ -12,16 +12,63 @@
- + + + +
+

张三李四合伙开公司有限公司

+
+
+

60个产品

+

林巧巧

+

18765332194

+
+
+ + + +
+
+
+
+
- 内容 + + + + +
+ +
+

如果只有一行就空着啊啊啊啊啊啊啊啊啊啊啊啊

+ + + + +

张三社会服务旗舰店

+
+
+
+
@@ -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; + } + } + } } diff --git a/src/views/lawEnforcement/retrospect/retrospectDetail.vue b/src/views/lawEnforcement/retrospect/retrospectDetail.vue index 8c012c32..d4ca4cb4 100644 --- a/src/views/lawEnforcement/retrospect/retrospectDetail.vue +++ b/src/views/lawEnforcement/retrospect/retrospectDetail.vue @@ -25,9 +25,9 @@
{{scanLink}}
- - - +
+ +
@@ -106,9 +106,7 @@ if (to.path === '/lawEnforcement/retrospectDetail') { // do anything you want if (Cookies.get('scanLink')){ - alert(Cookies.get('scanLink').indexOf('http')>-1) this.scanLink = Cookies.get('scanLink'); - console.log(this.scanLink) } } } diff --git a/src/views/lawEnforcement/retrospect/scan.vue b/src/views/lawEnforcement/retrospect/scan.vue index 2cd98068..fef97497 100644 --- a/src/views/lawEnforcement/retrospect/scan.vue +++ b/src/views/lawEnforcement/retrospect/scan.vue @@ -1,7 +1,7 @@