diff --git a/src/assets/mprtgage/yqpb-icon.png b/src/assets/mprtgage/yqpb-icon.png new file mode 100644 index 0000000..a89b18d Binary files /dev/null and b/src/assets/mprtgage/yqpb-icon.png differ diff --git a/src/router/index.js b/src/router/index.js index 09b745d..5bfa532 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -62,7 +62,12 @@ export const constantRoutes = [ path:"/yqpb", name:'yqpb', component:()=>import('@/views/mortgage/yqpb.vue') - } + }, + { + path:"/yqpb2", + name:'yqpb2', + component:()=>import('@/views/mortgage/yqpb2.vue') + } // 404 page must be placed at the end !!! // { path: '*', redirect: '/404', hidden: true } ] diff --git a/src/views/mortgage/index.vue b/src/views/mortgage/index.vue index cfd21bb..06b7a5f 100644 --- a/src/views/mortgage/index.vue +++ b/src/views/mortgage/index.vue @@ -663,7 +663,7 @@ position: relative; display: flex; justify-content: space-between; - margin-bottom: 40px; + margin-bottom: 20px; .mortgage_top_item { height: 100%; @@ -985,7 +985,7 @@ top: 0; left: 0; width: 100%; - animation: scroll 5s linear infinite normal; + animation: scroll 20s linear infinite normal; .container_item1 { width: 100%; @@ -1054,7 +1054,7 @@ } .mortgage_top_item_cons_right_top_foor { - top: -175px; + top: -105%; width: 500px; height: 10%; display: flex; @@ -1331,7 +1331,7 @@ .mortgage_bom { width: 100%; - height: calc((100% - 75px) ); + height: calc((100%) ); display: flex; align-items: center; position: relative; diff --git a/src/views/mortgage/yqpb.vue b/src/views/mortgage/yqpb.vue index 488fb53..29abf9a 100644 --- a/src/views/mortgage/yqpb.vue +++ b/src/views/mortgage/yqpb.vue @@ -1,501 +1,518 @@ + .yxt-containers { + display: flex; + background-color: #040C2B; + color: #39D6FE; + flex-direction: column; + width: 100%; + height: 100%; + margin: 0px; + padding: 0px; + } + + .yxt-header { + display: flex; + width: 100%; + height: 60px; + margin: 0px; + padding: 5px; + } + + .yxt-main { + display: flex; + flex-direction: row; + width: 100%; + height: 100%; + margin: 0px; + padding: 0px; + } + + .yxt-main-ha { + display: flex; + flex-direction: column; + width: 30%; + height: 100%; + margin: 0px; + padding: 10px; + } + + .yxt-main-hb { + display: flex; + flex-direction: column; + width: 40%; + height: 100%; + margin: 0px; + padding: 10px; + } + + .cont-va { + display: flex; + flex-direction: column; + width: 100%; + height: 33%; + margin: 0px; + padding: 10px; + } + + .cont-vb { + display: flex; + flex-direction: column; + width: 100%; + height: 34%; + margin: 0px; + padding: 10px; + } + + .cont-vc { + display: flex; + flex-direction: column; + width: 100%; + height: 67%; + margin: 0px; + padding: 10px; + } + + .cont-box { + display: flex; + flex-direction: column; + width: 100%; + height: 100%; + padding: 10px; + background-color: #031249; + position: relative; + + .cont-box-text{ + font-size: 25px; + font-weight: 600; + font-family: sans-serif + } + img{ + margin-top: 10px; + width: 100%; + height: 90%; + } + } + + .cont-row-title { + display: flex; + flex-direction: row; + justify-content: space-between; + width: 100%; + height: 100%; + padding-left: 30px; + padding-right: 30px; + } + + .cont-row-title-center { + height: 100%; + text-align: center; + } + + .cont-row-item { + display: flex; + flex-direction: row; + justify-content: space-between; + width: 100%; + height: 100%; + padding-left: 20px; + padding-right: 20px; + } + + .cont-box-scroll { + display: flex; + flex-direction: column; + justify-content: space-between; + width: 100%; + height: 100%; + overflow: hidden; + } + + .cont-row-scroll { + display: flex; + flex-direction: row; + justify-content: space-between; + width: 100%; + height: 25px; + padding-left: 20px; + padding-right: 20px; + } + + .cont-row-item-scroll { + display: flex; + flex-direction: row; + justify-content: space-between; + width: 100%; + height: 100%; + padding-left: 20px; + padding-right: 20px; + } + + .cont-box .box-border { + position: absolute; + width: 2.60417vw; + height: 2.60417vw; + } + + .border-tl { + top: 0; + left: 0; + border-left: 1px solid #006FB6; + border-top: 1px solid #006FB6; + } + + .border-tr { + top: 0; + right: 0; + border-top: 1px solid #006FB6; + border-right: 1px solid #006FB6; + } + + .border-bl { + bottom: 0; + left: 0; + border-left: 1px solid #006FB6; + border-bottom: 1px solid #006FB6; + } + + .border-br { + bottom: 0; + right: 0; + border-right: 1px solid #006FB6; + border-bottom: 1px solid #006FB6; + } + \ No newline at end of file diff --git a/src/views/mortgage/yqpb2.vue b/src/views/mortgage/yqpb2.vue new file mode 100644 index 0000000..45e5622 --- /dev/null +++ b/src/views/mortgage/yqpb2.vue @@ -0,0 +1,276 @@ + + + + \ No newline at end of file