Przeglądaj źródła

乳山信息港

RongCheng
庞东旭 1 rok temu
rodzic
commit
21faf31128
11 zmienionych plików z 38 dodań i 20 usunięć
  1. +2
    -2
      infoport/homestead.html
  2. +2
    -2
      infoport/homesteadDetail.html
  3. +2
    -2
      infoport/index.html
  4. +2
    -2
      infoport/newDetail.html
  5. +2
    -2
      infoport/property.html
  6. +2
    -2
      infoport/propertyDetail.html
  7. +2
    -2
      infoport/resource.html
  8. +2
    -2
      infoport/resourceDetail.html
  9. +2
    -2
      infoport/resourceNew.html
  10. +2
    -2
      infoport/resourceNewDetail.html
  11. +18
    -0
      infoport/static/css/index.css

+ 2
- 2
infoport/homestead.html Wyświetl plik

@@ -224,8 +224,8 @@
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>-->
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>-->
{{each webList.botoom1 as value i}}
<a href="{{value.contentUrl}}" target="_blank">
<img src="static/images/{{value.contentIcon}}.png" alt="" >
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank">
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >-->
<p class="link_tt">{{value.contentValue}}</p>
</a>
{{/each}}


+ 2
- 2
infoport/homesteadDetail.html Wyświetl plik

@@ -171,8 +171,8 @@
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>-->
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>-->
{{each webList.botoom1 as value i}}
<a href="{{value.contentUrl}}" target="_blank">
<img src="static/images/{{value.contentIcon}}.png" alt="" >
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank">
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >-->
<p class="link_tt">{{value.contentValue}}</p>
</a>
{{/each}}


+ 2
- 2
infoport/index.html Wyświetl plik

@@ -118,8 +118,8 @@
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>-->
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>-->
{{each webList.botoom1 as value i}}
<a href="{{value.contentUrl}}" target="_blank">
<img src="static/images/{{value.contentIcon}}.png" alt="" >
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank">
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >-->
<p class="link_tt">{{value.contentValue}}</p>
</a>
{{/each}}


+ 2
- 2
infoport/newDetail.html Wyświetl plik

@@ -55,8 +55,8 @@
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>-->
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>-->
{{each webList.botoom1 as value i}}
<a href="{{value.contentUrl}}" target="_blank">
<img src="static/images/{{value.contentIcon}}.png" alt="" >
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank">
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >-->
<p class="link_tt">{{value.contentValue}}</p>
</a>
{{/each}}


+ 2
- 2
infoport/property.html Wyświetl plik

@@ -208,8 +208,8 @@
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>-->
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>-->
{{each webList.botoom1 as value i}}
<a href="{{value.contentUrl}}" target="_blank">
<img src="static/images/{{value.contentIcon}}.png" alt="" >
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank">
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >-->
<p class="link_tt">{{value.contentValue}}</p>
</a>
{{/each}}


+ 2
- 2
infoport/propertyDetail.html Wyświetl plik

@@ -152,8 +152,8 @@
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>-->
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>-->
{{each webList.botoom1 as value i}}
<a href="{{value.contentUrl}}" target="_blank">
<img src="static/images/{{value.contentIcon}}.png" alt="" >
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank">
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >-->
<p class="link_tt">{{value.contentValue}}</p>
</a>
{{/each}}


+ 2
- 2
infoport/resource.html Wyświetl plik

@@ -202,8 +202,8 @@
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>-->
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>-->
{{each webList.botoom1 as value i}}
<a href="{{value.contentUrl}}" target="_blank">
<img src="static/images/{{value.contentIcon}}.png" alt="" >
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank">
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >-->
<p class="link_tt">{{value.contentValue}}</p>
</a>
{{/each}}


+ 2
- 2
infoport/resourceDetail.html Wyświetl plik

@@ -142,8 +142,8 @@
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>-->
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>-->
{{each webList.botoom1 as value i}}
<a href="{{value.contentUrl}}" target="_blank">
<img src="static/images/{{value.contentIcon}}.png" alt="" >
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank">
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >-->
<p class="link_tt">{{value.contentValue}}</p>
</a>
{{/each}}


+ 2
- 2
infoport/resourceNew.html Wyświetl plik

@@ -192,8 +192,8 @@
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>-->
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>-->
{{each webList.botoom1 as value i}}
<a href="{{value.contentUrl}}" target="_blank">
<img src="static/images/{{value.contentIcon}}.png" alt="" >
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank">
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >-->
<p class="link_tt">{{value.contentValue}}</p>
</a>
{{/each}}


+ 2
- 2
infoport/resourceNewDetail.html Wyświetl plik

@@ -137,8 +137,8 @@
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>-->
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>-->
{{each webList.botoom1 as value i}}
<a href="{{value.contentUrl}}" target="_blank">
<img src="static/images/{{value.contentIcon}}.png" alt="" >
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank">
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >-->
<p class="link_tt">{{value.contentValue}}</p>
</a>
{{/each}}


+ 18
- 0
infoport/static/css/index.css Wyświetl plik

@@ -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;


Ładowanie…
Anuluj
Zapisz