照片墙滚动加载

This commit is contained in:
结发受长生
2019-05-12 14:38:07 +08:00
parent 594e106612
commit afc370d284
11 changed files with 69 additions and 28 deletions
@@ -99,7 +99,7 @@
content: "";
width: 6px;
height: 6px;
border: 1px solid #999;
border: 1px solid $color9;
border-radius: 10px;
background: #aaa;
display: inline-block;
+1 -1
View File
@@ -35,7 +35,7 @@
}
.header-subtitle{
text-align: center;
color:#999;
color:$color9;
font-size: 14px;
line-height: 25px;
overflow: hidden;
@@ -20,7 +20,7 @@
}
.header-subtitle {
text-align: center;
color: #999;
color: $color9;
font-size: 14px;
line-height: 25px;
overflow: hidden;
@@ -19,3 +19,8 @@
vertical-align: middle;
}
}
#load-top {
color: $color9;
text-align: center;
display: none;
}