GFRS-454【0326】 建议书优化2.0 --页面调整1、页面样式显示调整 --提交人:阳华祥

This commit is contained in:
阳华祥
2020-04-13 10:25:36 +08:00
parent 8accf9bfdf
commit c1793bc920

View File

@@ -56,11 +56,7 @@
<div class="flex justify-content-c align-items-c pl7 pr7 pt7 pb7 table_border">交费期间</div> <div class="flex justify-content-c align-items-c pl7 pr7 pt7 pb7 table_border">交费期间</div>
<div class="flex justify-content-c align-items-c pl7 pr7 pt7 pb7 table_border">首年保费()</div> <div class="flex justify-content-c align-items-c pl7 pr7 pt7 pb7 table_border">首年保费()</div>
</div> </div>
<div <div class="risk_body flex text-center table bg_f7fbff" v-for="(riskItem, index) in pageShowInfo.showInsuredDTO.riskDTOLst" :key="index">
class="risk_body flex text-center bg-green-base c-gray-darker table bg_f7fbff"
v-for="(riskItem, index) in pageShowInfo.showInsuredDTO.riskDTOLst"
:key="index"
>
<div class="flex justify-content-c align-items-c pl7 pr7 pt7 pb7">{{ riskItem.riskName }}</div> <div class="flex justify-content-c align-items-c pl7 pr7 pt7 pb7">{{ riskItem.riskName }}</div>
<div class="flex justify-content-c align-items-c pl7 pr7 pt7 pb7 table_border">{{ riskItem.amt ? riskItem.amt : '--' }}</div> <div class="flex justify-content-c align-items-c pl7 pr7 pt7 pb7 table_border">{{ riskItem.amt ? riskItem.amt : '--' }}</div>
<div class="flex justify-content-c align-items-c pl7 pr7 pt7 pb7 table_border">{{ riskItem.insureName }}</div> <div class="flex justify-content-c align-items-c pl7 pr7 pt7 pb7 table_border">{{ riskItem.insureName }}</div>
@@ -390,7 +386,7 @@ export default {
methods: { methods: {
initDutyColor(code) { initDutyColor(code) {
if (code) { if (code) {
return code.replace(new RegExp('<span>', 'g'), '<span style="color: #3a81f6;font-weight: blod;">') return code.replace(new RegExp('<span>', 'g'), '<span style="color: #3a81f6;font-weight: 600;">')
} else { } else {
return '' return ''
} }
@@ -1235,4 +1231,19 @@ export default {
line-height: 20px; line-height: 20px;
margin: 5px 0px; margin: 5px 0px;
} }
.van-button::before {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
/* background-color: #000; */
border: inherit;
/* border-color: #000; */
border-radius: inherit;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
opacity: 0;
content: ' ';
}
</style> </style>