|
@@ -37,6 +37,29 @@
|
|
|
</ul>
|
|
</ul>
|
|
|
</div>
|
|
</div>
|
|
|
<div style="margin:20px;height: 60vh;overflow-y: auto;width: 100%;">
|
|
<div style="margin:20px;height: 60vh;overflow-y: auto;width: 100%;">
|
|
|
|
|
+ <ul class="fixedTop">
|
|
|
|
|
+ <li>
|
|
|
|
|
+ <div class="title">
|
|
|
|
|
+ <div class="img"><img src="@/assets/image/detailsDialog_cph.png" alt=""></div>
|
|
|
|
|
+ <p>车牌号:</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <p>{{ orderInfo.licenseno }}</p>
|
|
|
|
|
+ </li>
|
|
|
|
|
+ <li>
|
|
|
|
|
+ <div class="title">
|
|
|
|
|
+ <div class="img"><img src="@/assets/image/detailsDialog_gs.png" alt=""></div>
|
|
|
|
|
+ <p>保险公司:</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <p>{{ orderInfo.inscompany }}</p>
|
|
|
|
|
+ </li>
|
|
|
|
|
+ <li>
|
|
|
|
|
+ <div class="title">
|
|
|
|
|
+ <div class="img"><img src="@/assets/image/detailsDialog_ly.png" alt=""></div>
|
|
|
|
|
+ <p>业务来源:</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <p>{{ orderInfo.source }}</p>
|
|
|
|
|
+ </li>
|
|
|
|
|
+ </ul>
|
|
|
<OpenCloseBox id="gsxx">
|
|
<OpenCloseBox id="gsxx">
|
|
|
<span slot="title">归属信息</span>
|
|
<span slot="title">归属信息</span>
|
|
|
<div slot="boby">
|
|
<div slot="boby">
|
|
@@ -1111,6 +1134,57 @@ export default {
|
|
|
color: var(--themeColor);
|
|
color: var(--themeColor);
|
|
|
background-color: rgba(212, 36, 38, 0.06);
|
|
background-color: rgba(212, 36, 38, 0.06);
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ .fixedTop {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+ // position: absolute;
|
|
|
|
|
+ // top: 10px;
|
|
|
|
|
+ background: linear-gradient(#fbe8e8, #fff 50%);
|
|
|
|
|
+ border-radius: 5px;
|
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
|
+ list-style-type: none;
|
|
|
|
|
+ padding: 20px;
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ justify-content: space-between;
|
|
|
|
|
+
|
|
|
|
|
+ li {
|
|
|
|
|
+ width: auto;
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+
|
|
|
|
|
+ .title {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ justify-content: flex-start;
|
|
|
|
|
+
|
|
|
|
|
+ p {
|
|
|
|
|
+ font-size: 16px;
|
|
|
|
|
+ color: #666;
|
|
|
|
|
+ margin: 0 0 0 10px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .img {
|
|
|
|
|
+ width: 24px;
|
|
|
|
|
+ height: 24px;
|
|
|
|
|
+
|
|
|
|
|
+ img {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ margin-bottom: 5px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ p {
|
|
|
|
|
+ margin: 10px 0 0 0;
|
|
|
|
|
+ font-size: 20px;
|
|
|
|
|
+ color: #333;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.icon-img {
|
|
.icon-img {
|