Browse Source

修复一个页面显示样式的bug

star7th 9 years ago
parent
commit
611ce6617e
2 changed files with 17 additions and 9 deletions
  1. 1 1
      Application/Home/View/Item/show.html
  2. 16 8
      Public/css/item/show.css

+ 1 - 1
Application/Home/View/Item/show.html

@@ -1,5 +1,5 @@
 <include file="Common/header" />
-<link rel="stylesheet" href="__PUBLIC__/css/item/show.css?1.1.1third" />
+<link rel="stylesheet" href="__PUBLIC__/css/item/show.css?1.1d.1th" />
 
 
 <div class="doc-head row" >

+ 16 - 8
Public/css/item/show.css

@@ -83,29 +83,37 @@
   margin-left: -16px;
 }
 
+@media screen and (min-width:1000px){
+  .doc-right{ width: 700px;} 
+}
+
+@media screen and (min-width:1100px){
+  .doc-right{ width: 800px;} 
+}
+
 @media screen and (min-width:1200px){
-  .doc-right{ width: 930px;} 
+  .doc-right{ width: 900px;} 
 }
 @media screen and (min-width:1300px){
-  .doc-right{ width: 1030px;} 
+  .doc-right{ width: 1000px;} 
 }
 @media screen and (min-width:1400px){
-  .doc-right{ width: 1130px;} 
+  .doc-right{ width: 1100px;} 
 }
 @media screen and (min-width:1500px){
-  .doc-right{ width: 1230px;} 
+  .doc-right{ width: 1200px;} 
 }
 @media screen and (min-width:1600px){
-  .doc-right{ width: 1330px;} 
+  .doc-right{ width: 1300px;} 
 }
 @media screen and (min-width:1700px){
-  .doc-right{ width: 1430px;} 
+  .doc-right{ width: 1400px;} 
 }
 @media screen and (min-width:1800px){
-  .doc-right{ width: 1530px;} 
+  .doc-right{ width: 1500px;} 
 }
 @media screen and (min-width:1900px){
-  .doc-right{ width: 1630px;} 
+  .doc-right{ width: 1600px;} 
 }