{{value.contentValue}}
{{/each}} diff --git a/infoport/homesteadDetail.html b/infoport/homesteadDetail.html index 340f199..b1fb2a0 100644 --- a/infoport/homesteadDetail.html +++ b/infoport/homesteadDetail.html @@ -171,8 +171,8 @@ {{each webList.botoom1 as value i}} - -{{value.contentValue}}
{{/each}} diff --git a/infoport/index.html b/infoport/index.html index 79a0f9b..8c2c848 100644 --- a/infoport/index.html +++ b/infoport/index.html @@ -118,8 +118,8 @@ {{each webList.botoom1 as value i}} - -{{value.contentValue}}
{{/each}} diff --git a/infoport/newDetail.html b/infoport/newDetail.html index 1437fbe..6aa83e5 100644 --- a/infoport/newDetail.html +++ b/infoport/newDetail.html @@ -55,8 +55,8 @@ {{each webList.botoom1 as value i}} - -{{value.contentValue}}
{{/each}} diff --git a/infoport/property.html b/infoport/property.html index d0f6d43..ab9c538 100644 --- a/infoport/property.html +++ b/infoport/property.html @@ -208,8 +208,8 @@ {{each webList.botoom1 as value i}} - -{{value.contentValue}}
{{/each}} diff --git a/infoport/propertyDetail.html b/infoport/propertyDetail.html index 3714c66..3354dc3 100644 --- a/infoport/propertyDetail.html +++ b/infoport/propertyDetail.html @@ -152,8 +152,8 @@ {{each webList.botoom1 as value i}} - -{{value.contentValue}}
{{/each}} diff --git a/infoport/resource.html b/infoport/resource.html index 8a46152..1ef0097 100644 --- a/infoport/resource.html +++ b/infoport/resource.html @@ -202,8 +202,8 @@ {{each webList.botoom1 as value i}} - -{{value.contentValue}}
{{/each}} diff --git a/infoport/resourceDetail.html b/infoport/resourceDetail.html index f734d68..88907ea 100644 --- a/infoport/resourceDetail.html +++ b/infoport/resourceDetail.html @@ -142,8 +142,8 @@ {{each webList.botoom1 as value i}} - -{{value.contentValue}}
{{/each}} diff --git a/infoport/resourceNew.html b/infoport/resourceNew.html index fe35469..96b1075 100644 --- a/infoport/resourceNew.html +++ b/infoport/resourceNew.html @@ -192,8 +192,8 @@ {{each webList.botoom1 as value i}} - -{{value.contentValue}}
{{/each}} diff --git a/infoport/resourceNewDetail.html b/infoport/resourceNewDetail.html index 7767363..089d8eb 100644 --- a/infoport/resourceNewDetail.html +++ b/infoport/resourceNewDetail.html @@ -137,8 +137,8 @@ {{each webList.botoom1 as value i}} - -{{value.contentValue}}
{{/each}} diff --git a/infoport/static/css/index.css b/infoport/static/css/index.css index 750e86d..fc6e734 100644 --- a/infoport/static/css/index.css +++ b/infoport/static/css/index.css @@ -251,6 +251,18 @@ .footer_link img{ display: block; + transition:all 0.4s ease-in-out; +} + +.footer_link a:hover img{ + transform: scale(1.1); + transition:all 0.4s ease-in-out; +} + +.footer_link a:hover{ + box-shadow: 0 0 50px #000000 inset; + background-size: 110% 110%!important; + transition:all 0.4s ease-in-out; } .footer_link .link_tt{ @@ -268,6 +280,12 @@ font-size: 16px; margin-left: 20px; position: relative; + overflow: hidden; + border-radius: 8px; + display: block; + height: 74px; + width: 472px; + transition:all 0.4s ease-in-out; } .footer_link_filings{ display: flex;