diff --git a/infoport/homestead.html b/infoport/homestead.html index 4b672dc..393e7d6 100644 --- a/infoport/homestead.html +++ b/infoport/homestead.html @@ -218,7 +218,7 @@ diff --git a/infoport/homesteadDetail.html b/infoport/homesteadDetail.html index e92823f..b2abe50 100644 --- a/infoport/homesteadDetail.html +++ b/infoport/homesteadDetail.html @@ -165,7 +165,7 @@ diff --git a/infoport/index.html b/infoport/index.html index 55cf29c..3620b50 100644 --- a/infoport/index.html +++ b/infoport/index.html @@ -112,7 +112,7 @@ diff --git a/infoport/newDetail.html b/infoport/newDetail.html index b925fb5..29d646e 100644 --- a/infoport/newDetail.html +++ b/infoport/newDetail.html @@ -49,7 +49,7 @@ diff --git a/infoport/property.html b/infoport/property.html index 07c6d91..472d96d 100644 --- a/infoport/property.html +++ b/infoport/property.html @@ -202,7 +202,7 @@ diff --git a/infoport/propertyDetail.html b/infoport/propertyDetail.html index e4305fa..0d72c5a 100644 --- a/infoport/propertyDetail.html +++ b/infoport/propertyDetail.html @@ -146,7 +146,7 @@ diff --git a/infoport/resource.html b/infoport/resource.html index e5c7616..d613687 100644 --- a/infoport/resource.html +++ b/infoport/resource.html @@ -196,7 +196,7 @@ diff --git a/infoport/resourceDetail.html b/infoport/resourceDetail.html index 87ff79f..95ace2d 100644 --- a/infoport/resourceDetail.html +++ b/infoport/resourceDetail.html @@ -136,7 +136,7 @@ diff --git a/infoport/static/css/index.css b/infoport/static/css/index.css index bbaab7c..321c51d 100644 --- a/infoport/static/css/index.css +++ b/infoport/static/css/index.css @@ -353,4 +353,25 @@ 100% { opacity: 1; } +} + +.hotFile{ + text-transform:uppercase; + background: -webkit-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9); +-moz-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9); +-ms-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9);/* 渐变背景 */ + color:transparent; + /*设置字体颜色透明*/ + -webkit-background-clip: text; + /*背景裁剪为文本形式*/ + animation: ran 5s linear infinite; + /*动态20s展示*/ +} +@keyframes ran { + from { + backgroud-position: 0 0; + } + to { + background-position: 1000px 0; + } } \ No newline at end of file