|
@@ -157,7 +157,7 @@ body {
|
|
|
|
|
|
.home .detail .title{
|
|
|
font-size: 24px;
|
|
|
- margin: 10px 5px;
|
|
|
+ margin: 10px 0px;
|
|
|
}
|
|
|
|
|
|
.home .detail .thumb{
|
|
@@ -303,12 +303,12 @@ body {
|
|
|
}
|
|
|
|
|
|
#listContent .pano .thumb,#listContent .panoSelect .thumb{
|
|
|
- width:150px;
|
|
|
}
|
|
|
|
|
|
#listContent .pano .thumb img,#listContent .panoSelect .thumb img{
|
|
|
- width:100%;
|
|
|
- max-width:200px;
|
|
|
+ height:100%;
|
|
|
+ min-height:120px;
|
|
|
+ max-height:200px;
|
|
|
|
|
|
}
|
|
|
|