+
+
保单号{{ item.policyNo }}
@@ -64,43 +36,28 @@
销售渠道{{ item.bankChannel }}
-
回访成功否
+
回访成功否
回访成功是
-
回访完成否
+
回访完成否
回访完成是
-
+
-

+

-

+

-

+

-

+

-

+

-

+

-

-
+

+
@@ -109,7 +66,7 @@
@@ -198,13 +155,96 @@ export default {
// background-color: rgb(0, 255, 255);
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
- height: 7vh;
+ height: 6vh;
}
/deep/ .van-cell--borderless {
- height: 5vh;
+ height: 4vh;
// background-color: #f7f7f7;
font-size: 12px;
- line-height: 4vh;
+ line-height: 3.4vh;
+}
+.searchButton {
+ position: absolute;
+ top: 10px;
+ right: 3.3vw;
+ background-color: #2154cc;
+ color: #ffffff;
+ height: 3.7vh;
+ width: 14vw;
+ border-radius: 120px;
+ font-size: 12px;
+ border: 0px;
+}
+.noContentImg {
+ height: 216px;
+ width: 285px;
+ position: absolute;
+ top: 18%;
+ left: calc(50% - 142px);
+}
+.noContentText {
+ font-size: 9px;
+ position: absolute;
+ top: 37%;
+ left: 44.5%;
+ color: #b3b5ca;
+}
+.cardList {
+ height: 28vh;
+ width: 96%;
+ border-radius: 12px;
+ background-color: white;
+ margin: 2vh auto;
+ overflow: hidden;
+}
+.cardListImg {
+ height: 18px;
+ width: 14px;
+ margin: 12px 7px;
+ position: absolute;
+}
+.visitNo {
+ color: #f22220;
+ font-weight: 600;
+}
+.rightState {
+ height: 100%;
+ width: 32%;
+ background-color: white;
+}
+.rightStateImg {
+ height: 100px;
+ width: 100px;
+}
+.rightStateButton {
+ height: 30px;
+ width: 78px;
+ color: #d7523b;
+ border: #d7523b 1px solid;
+ border-radius: 30px;
+ background-color: white;
+ margin-top: 36px;
+ margin-left: 10px;
+ font-size: 12px;
+}
+.cardListText {
+ line-height: 5vh;
+ margin-left: 27px;
+ font-weight: 600;
+ font-size: 16px;
+}
+.cardConetent {
+ height: 22.5vh;
+ width: 100%;
+ padding: 0px 20px;
+ display: flex;
+}
+.textList {
+ height: 90%;
+ width: 68%;
+ color: #9d9d9d;
+ padding-top: 14px;
+ font-size: 12px;
}
.textList > p {
display: flex;
@@ -219,7 +259,7 @@ export default {
.textList > p > span:nth-of-type(2) {
// width: 5vh;
// background-color: rgb(65, 214, 77);
- margin-left: 10vw;
+ margin-left: 8vw;
width: 164px;
// background-color: chartreuse;
overflow: hidden;