Showing
2 changed files
with
4 additions
and
45 deletions
@@ -4,7 +4,6 @@ | @@ -4,7 +4,6 @@ | ||
4 | .detail-body { | 4 | .detail-body { |
5 | width: 990px; | 5 | width: 990px; |
6 | margin: 0 auto; | 6 | margin: 0 auto; |
7 | - /*overflow: hidden;*/ | ||
8 | } | 7 | } |
9 | 8 | ||
10 | .detail-title { | 9 | .detail-title { |
@@ -116,11 +115,11 @@ | @@ -116,11 +115,11 @@ | ||
116 | line-height: 50px; | 115 | line-height: 50px; |
117 | } | 116 | } |
118 | 117 | ||
119 | - .left:hover{ | 118 | + .left:hover { |
120 | background: #7f7f7f; | 119 | background: #7f7f7f; |
121 | } | 120 | } |
122 | 121 | ||
123 | - .right:hover{ | 122 | + .right:hover { |
124 | background: #7f7f7f; | 123 | background: #7f7f7f; |
125 | } | 124 | } |
126 | 125 | ||
@@ -169,9 +168,8 @@ | @@ -169,9 +168,8 @@ | ||
169 | text-align: center; | 168 | text-align: center; |
170 | } | 169 | } |
171 | } | 170 | } |
172 | - | ||
173 | } | 171 | } |
174 | - | 172 | + |
175 | .goods { | 173 | .goods { |
176 | height: 420px; | 174 | height: 420px; |
177 | overflow: hidden; | 175 | overflow: hidden; |
@@ -497,27 +495,7 @@ | @@ -497,27 +495,7 @@ | ||
497 | 495 | ||
498 | } | 496 | } |
499 | } | 497 | } |
500 | - | ||
501 | - .good-info { | ||
502 | - width: 219px; | ||
503 | - margin-right: 0; | ||
504 | - float: left; | ||
505 | - margin-right: 20px; | ||
506 | - | ||
507 | - img { | ||
508 | - width: 219px; | ||
509 | - height: 295px; | ||
510 | - } | ||
511 | - | ||
512 | - .name { | ||
513 | - font-size: 12px; | ||
514 | - line-height: 30px; | ||
515 | - height: 30px; | ||
516 | - overflow: hidden; | ||
517 | - display: block; | ||
518 | - } | ||
519 | - } | ||
520 | - | 498 | + |
521 | .share { | 499 | .share { |
522 | padding-left: 30px; | 500 | padding-left: 30px; |
523 | width: 330px; | 501 | width: 330px; |
-
Please register or login to post a comment