浏览代码

ajust style

lateri 4 年之前
父节点
当前提交
ad65582405
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      style.css

+ 4 - 4
style.css

@@ -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;
     
 }