diff --git a/src/assets/images/list_img1.png b/src/assets/images/list_img1.png new file mode 100644 index 000000000..8eb84fe1e Binary files /dev/null and b/src/assets/images/list_img1.png differ diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 26f9f0157..c9d151e06 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -50,9 +50,7 @@ riskFactor ) " - input-width="100" :async-change="true" - :integer="false" /> @@ -172,9 +170,7 @@ ) " @focus="focusStep" - input-width="200" :async-change="true" - :integer="false" />
- +

{{ orderList.manageComNameFull }}

@@ -169,8 +169,8 @@ img { position: absolute; width: 100%; // left: 30%; - top: 24%; - font-weight: bold; + top: 16%; + font-weight: 500; p { display: flex; @@ -178,21 +178,21 @@ img { } .organ { - font-size: 12px; - color: #333333; + font-size: 13px; + color: #FFB870; } .name { - font-size: 17px; - color: #333333; + font-size: 32px; + color: #FFB870; } } .pName { position: absolute; - top: 44%; + top: 46%; font-size: 15px; - color: #B1170C; + color: #D31300; width: 100%; display: flex; justify-content: center; @@ -201,9 +201,9 @@ img { .type { font-size: 22px; - color: #B1170C; + color: #D31300; position: absolute; - top: 53%; + top: 55%; width: 100%; display: flex; justify-content: center; @@ -211,9 +211,9 @@ img { .yuan { font-size: 30px; - color: #B1170C; + color: #D31300; position: absolute; - top: 67%; + top: 68%; width: 100%; text-align: center; display: inline-block; @@ -227,9 +227,9 @@ img { .time { font-size: 14px; - color: #333333; + color: #CA892C; position: absolute; - top: 85%; + top: 84%; width: 100%; display: flex; justify-content: center;