Authored by yyq

底部样式

@@ -156,7 +156,6 @@ @@ -156,7 +156,6 @@
156 156
157 li { 157 li {
158 border: 1px solid #ddd; 158 border: 1px solid #ddd;
159 - padding: 7px;  
160 margin-right: 10px; 159 margin-right: 10px;
161 160
162 a { 161 a {
@@ -166,7 +165,7 @@ @@ -166,7 +165,7 @@
166 p { 165 p {
167 text-align: center; 166 text-align: center;
168 margin-top: 13px; 167 margin-top: 13px;
169 - margin-bottom: 3px; 168 + margin-bottom: 10px;
170 line-height: 12px; 169 line-height: 12px;
171 } 170 }
172 } 171 }
@@ -176,6 +175,7 @@ @@ -176,6 +175,7 @@
176 display: block; 175 display: block;
177 width: 87px; 176 width: 87px;
178 height: 87px; 177 height: 87px;
  178 + margin: 7px;
179 } 179 }
180 180
181 .dim-hover { 181 .dim-hover {
@@ -355,6 +355,15 @@ @@ -355,6 +355,15 @@
355 margin-top: 26px; 355 margin-top: 26px;
356 margin-bottom: 10px; 356 margin-bottom: 10px;
357 overflow: hidden; 357 overflow: hidden;
  358 +
  359 + li {
  360 + text-align: center;
  361 + margin-right: 8px;
  362 + }
  363 +
  364 + li:first-child .dim-img {
  365 + margin-left: 10px;
  366 + }
358 } 367 }
359 368
360 .dim-img { 369 .dim-img {