diff --git a/src/app/view/link/link.component.html b/src/app/view/link/link.component.html
index a93944a..9e41b56 100644
--- a/src/app/view/link/link.component.html
+++ b/src/app/view/link/link.component.html
@@ -32,12 +32,7 @@
- 原创优先
- 技术优先
- 经常宕机
- 不合法规
- 插边球站
- 红标报毒
+ ✔ 原创优先 ✔ 技术优先 ❌ 经常宕机 ❌ 不合法规 ❌ 插边球站 ❌ 红标报毒
- 请确认贵站可正常访问
diff --git a/src/app/view/link/link.component.less b/src/app/view/link/link.component.less
index e7233a6..c56f126 100644
--- a/src/app/view/link/link.component.less
+++ b/src/app/view/link/link.component.less
@@ -165,23 +165,20 @@ i {
border-radius: 4px;
}
-@keyframes hiddenAnimation {
- form {
- height: 100%;
- }
- to {
- height: 0%;
- }
-}
-
@media only screen and ( max-width: 768px ) {
.site-middle, .placard {
margin-left: 2px;
width: 96%;
}
+ .partner-sites{
+ padding: 0 30px;
+ }
.partner-sites li {
float: left;
width: 100%;
+ max-width: 100%;
+ min-width: 80%;
+ margin-right: 10px;
}
}