|
@@ -2,7 +2,7 @@ body {
|
|
|
/* set margin to 0 and overflow to hidden, to go fullscreen */
|
|
|
margin: 0;
|
|
|
overflow: hidden;
|
|
|
- background-color: #eaeee3;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.navigation{
|
|
@@ -143,7 +143,7 @@ body {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
margin-left: 30px;
|
|
|
- margin-top: 30px;
|
|
|
+ /* margin-top: 30px; */
|
|
|
}
|
|
|
|
|
|
.home .preview{
|
|
@@ -160,12 +160,16 @@ body {
|
|
|
}
|
|
|
|
|
|
.home .detail .thumb{
|
|
|
- width:480px;
|
|
|
- height:360px;
|
|
|
+ /* width:480px;
|
|
|
+ height:360px; */
|
|
|
+ /* max-width: 50%;
|
|
|
+ max-height: 50%; */
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.home .detail .thumb img{
|
|
|
- width: 100%;
|
|
|
+ width: 480px;
|
|
|
+ height:360px;
|
|
|
max-width: 100%;
|
|
|
max-height: 100%;
|
|
|
}
|
|
@@ -215,7 +219,7 @@ body {
|
|
|
|
|
|
#listTitle{
|
|
|
font-size: 20px;
|
|
|
- margin: 30px 30px 20px 30px;
|
|
|
+ margin: 30px 30px 10px 30px;
|
|
|
}
|
|
|
|
|
|
#listContent{
|
|
@@ -296,8 +300,13 @@ body {
|
|
|
|
|
|
}
|
|
|
|
|
|
+#listContent .pano .thumb,#listContent .panoSelect .thumb{
|
|
|
+ width:150px;
|
|
|
+}
|
|
|
+
|
|
|
#listContent .pano .thumb img,#listContent .panoSelect .thumb img{
|
|
|
- width:200px;
|
|
|
+ width:100%;
|
|
|
+ max-width:200px;
|
|
|
|
|
|
}
|
|
|
|