Authored by yyq

底部样式

... ... @@ -156,7 +156,6 @@
li {
border: 1px solid #ddd;
padding: 7px;
margin-right: 10px;
a {
... ... @@ -166,7 +165,7 @@
p {
text-align: center;
margin-top: 13px;
margin-bottom: 3px;
margin-bottom: 10px;
line-height: 12px;
}
}
... ... @@ -176,6 +175,7 @@
display: block;
width: 87px;
height: 87px;
margin: 7px;
}
.dim-hover {
... ... @@ -355,6 +355,15 @@
margin-top: 26px;
margin-bottom: 10px;
overflow: hidden;
li {
text-align: center;
margin-right: 8px;
}
li:first-child .dim-img {
margin-left: 10px;
}
}
.dim-img {
... ...